]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: cros_ec: Convert cros_ec LPC driver to driver model
authorSimon Glass <sjg@chromium.org>
Thu, 26 Mar 2015 15:29:30 +0000 (09:29 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:15 +0000 (11:11 -0600)
commit72a38e06a20129209eaa0e5211cbf50b192de688
tree4fc0dbb49a2b2810d6ad21bf524637cb5bc732b2
parent90b16d1491facd55909bdeca1326766dd5d0b925
dm: cros_ec: Convert cros_ec LPC driver to driver model

This is the last driver to be converted. It requires an LPC bus and a
special check_version() method.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/chromebook_link_defconfig
drivers/misc/cros_ec.c
drivers/misc/cros_ec_lpc.c