]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mfd: Add Freescale MC13783 driver
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 18 Aug 2009 23:40:28 +0000 (01:40 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 17 Sep 2009 07:47:19 +0000 (09:47 +0200)
commit8238addcc52c94c59b10c3c1e9850d3a7921f825
tree8b9ab9c7141406194eb82e09825d1d448addacd0
parent0ad651c94c7a1f3706f63dc0174e681315e7dc81
mfd: Add Freescale MC13783 driver

This driver provides the core Freescale MC13783 support. It
registers the client platform_devices and provides access
to the A/D converter.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/mc13783-core.c [new file with mode: 0644]
include/linux/mfd/mc13783-private.h [new file with mode: 0644]
include/linux/mfd/mc13783.h [new file with mode: 0644]