summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/rdc321x.h
Commit message (Collapse)AuthorAgeFilesLines
* mfd: rdc321x: Fix off-by-one for ngpio settingAxel Lin2014-06-031-1/+1
| | | | | | | | | | The valid gpio is GPIO0 ~ GPIO58, so ngpio should be 59. This patch also renames RDC321X_MAX_GPIO to RDC321X_NUM_GPIO because it actually means the number of available GPIOs. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: Add support for the RDC321x southbridgeFlorian Fainelli2010-05-281-0/+26
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>
OpenPOWER on IntegriCloud