]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/commit
mfd: Add mc13892 support to mc13xxx
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 28 Sep 2010 14:37:20 +0000 (16:37 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Oct 2010 22:29:57 +0000 (00:29 +0200)
commit8e00593557c3c5a7bc6f636412a1cadcf4624232
tree5d2872ae1cc0f39ebc0e29114864d12acdee292d
parentb4e017e332b873133602f47ae8cacfae64ab82c5
mfd: Add mc13892 support to mc13xxx

mc13892 is the companion PMIC for Freescale's i.MX51.  It's similar enough
to mc13782 to support it in a single driver.

This patch introduces enough compatibility cruft to keep all users of the
superseded mc13783 driver unchanged.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/mc13783-core.c [deleted file]
drivers/mfd/mc13xxx-core.c [new file with mode: 0644]
include/linux/mfd/mc13783.h
include/linux/mfd/mc13xxx.h [new file with mode: 0644]