u-boot-brain/drivers/input
Simon Glass 165be50f5a input: i8042: Use remove() instead of exported functions
We should not have exported functions in a driver. The i8042_disable()
function is used to disable the keyboard. Provide a remove() method
instead, which is the standard way of disabling a device.

We could potentially add a method to flush input but that does not seem
necessary.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-12-05 06:01:35 -07:00
..
cros_ec_keyb.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
i8042.c input: i8042: Use remove() instead of exported functions 2018-12-05 06:01:35 -07:00
input.c spl: input: Allow input in SPL and TPL 2018-10-09 04:40:27 -06:00
Kconfig spl: input: Allow input in SPL and TPL 2018-10-09 04:40:27 -06:00
key_matrix.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
keyboard-uclass.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile spl: input: Allow input in SPL and TPL 2018-10-09 04:40:27 -06:00
tegra-kbc.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
twl4030.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
twl6030.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00