mfd: Add support for the RDC321x southbridge
authorFlorian Fainelli <florian@openwrt.org>
Sun, 21 Mar 2010 00:06:05 +0000 (01:06 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 27 May 2010 23:37:28 +0000 (01:37 +0200)
commite090d506c3f1b314059fb77b177cd4193bb81d6e
tree65e589046da3de2ada51415ff3d1598c0dc81085
parentf322d5f0097333343bfd92b47258ee997c889263
mfd: Add support for the RDC321x southbridge

This patch adds a new MFD driver for the RDC321x southbridge. This southbridge
is always present in the RDC321x System-on-a-Chip and provides access to some
GPIOs as well as a watchdog. Access to these two functions is done using the
southbridge PCI device configuration space.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/rdc321x-southbridge.c [new file with mode: 0644]
include/linux/mfd/rdc321x.h [new file with mode: 0644]