]> git.sur5r.net Git - u-boot/commit
dm: tegra: Convert keyboard driver to driver model
authorSimon Glass <sjg@chromium.org>
Mon, 19 Oct 2015 03:17:16 +0000 (21:17 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:40 +0000 (20:13 -0700)
commitf77f5e9be79c89d5105995528a7436d3a2458116
treefddeafcd717a1a1e3f42d9e2267d530a81fd991a
parentb206cd737214d5bce3446c1368add9201dbb1813
dm: tegra: Convert keyboard driver to driver model

Adjust the tegra keyboard driver to support driver model, using the new
uclass. Make this the default for all Tegra boards so that those that use
a keyboard will build correctly with this driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-tegra/Kconfig
drivers/input/tegra-kbc.c
include/fdtdec.h
lib/fdtdec.c