Files
u-boot/drivers
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
..
2018-11-14 09:16:27 -08:00
2018-07-19 16:31:38 -04:00
2018-12-03 10:44:10 -05:00
2018-10-07 11:04:01 -04:00
2018-11-29 09:30:06 -07:00