<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/input/Kconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-02-20T16:01:45Z</updated>
<entry>
<title>Kconfig: tegra: Migrate TEGRA_KEYBOARD</title>
<updated>2019-02-20T16:01:45Z</updated>
<author>
<name>Peter Robinson</name>
</author>
<published>2019-02-20T12:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=06b070e323e1fa45107c769ea8d88f09d7ffe56e'/>
<id>urn:sha1:06b070e323e1fa45107c769ea8d88f09d7ffe56e</id>
<content type='text'>
Migrate TEGRA_KEYBOARD from headers to Kconfig, only the seaboard uses it but we
drop CONFIG_KEYBOARD as the driver doesn't use the legacy drv_keyboard_init.

Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Cc: Tom Warren &lt;twarren@nvidia.com&gt;
Cc: Stephen Warren &lt;swarren@nvidia.com&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>spl: input: Allow input in SPL and TPL</title>
<updated>2018-10-09T10:40:27Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-10-01T18:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=985ca3945fa3cbb2933d1be9d72022c0ac4d3da9'/>
<id>urn:sha1:985ca3945fa3cbb2933d1be9d72022c0ac4d3da9</id>
<content type='text'>
In some cases it is necessary to read the keyboard in early phases of
U-Boot. Update the config to allow this.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_TWL4030_LED et al to Kconfig</title>
<updated>2018-08-17T17:04:00Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-08-06T19:26:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cc3fedb2046962c6a11e16b1d73d98b4e108a651'/>
<id>urn:sha1:cc3fedb2046962c6a11e16b1d73d98b4e108a651</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_TWL4030_LED
   CONFIG_TWL4030_INPUT

This also removes dead references to:
   CONFIG_TWL4030_KEYPAD

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>input: specify the default of I8042_KEYB in more correct manner</title>
<updated>2016-10-02T00:04:35Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2016-09-08T09:47:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b98278be7bd64f8726b388416947118f65077b2b'/>
<id>urn:sha1:b98278be7bd64f8726b388416947118f65077b2b</id>
<content type='text'>
Creating multiple entries of "config FOO" often gives us bad
experiences.  In this case, we should specify "default X86"
as platforms that want this keyboard by default.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>input: Add a Kconfig option for the i8042 keyboard</title>
<updated>2015-11-20T03:13:41Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2015-11-11T17:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b0abfeff982a022d8198ef526b96d57037fe0c14'/>
<id>urn:sha1:b0abfeff982a022d8198ef526b96d57037fe0c14</id>
<content type='text'>
Add a new option CONFIG_I8042_KEYB which will replace the current
CONFIG_I8042_KBD. This new name fits better with existing drivers.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>dm: input: Create a keyboard uclass</title>
<updated>2015-11-20T03:13:39Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2015-10-19T03:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e84421d8f3fe4f4b6956c9045b22729383620442'/>
<id>urn:sha1:e84421d8f3fe4f4b6956c9045b22729383620442</id>
<content type='text'>
Add a uclass for keyboard input, mirroring the existing stdio methods.
This is enabled by a new CONFIG_DM_KEYBOARD option.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>dm: cros_ec: Convert to Kconfig</title>
<updated>2015-02-19T13:19:18Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2015-02-13T19:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de'/>
<id>urn:sha1:6fb9ac15ebac4bcc4864be7958bf9b2b2b7420de</id>
<content type='text'>
Since both I2C and SPI are converted to Kconfig, we can convert cros_ec
to Kconfig for these buses.

LPC will need to wait until driver mode PCI is available.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>kconfig: add blank Kconfig files</title>
<updated>2014-09-24T22:30:28Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2014-09-16T07:32:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ed36323f6d217050f82a2200475959b8557a47e4'/>
<id>urn:sha1:ed36323f6d217050f82a2200475959b8557a47e4</id>
<content type='text'>
This would be useful to start moving various config options.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
