]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/Kconfig
dm: cros_ec: Convert cros_ec keyboard driver to driver model
authorSimon Glass <sjg@chromium.org>
Mon, 19 Oct 2015 03:17:17 +0000 (21:17 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:40 +0000 (20:13 -0700)
commit1fa4bfde181c020274b9689af9b001c31ae43f0f
treed5123c985a3502f36c6e6dcd7462a5fbdc54846a
parentf77f5e9be79c89d5105995528a7436d3a2458116
dm: cros_ec: Convert cros_ec keyboard driver to driver model

Adjust the cros_ec keyboard driver to support driver model. Make this the
default for all Exynos boards so that those that use a keyboard will build
correctly with this driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
README
arch/arm/Kconfig
arch/sandbox/Kconfig
drivers/input/cros_ec_keyb.c