Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | watchdog: Convert iTCO_wdt driver to mfd model | Aaron Sierra | 2012-05-09 | 1 | -1/+170 |
| | | | | | | | | | | This patch converts the iTCO_wdt driver to use the multi-function device driver model. It uses resources discovered by the lpc_ich driver, so that it no longer does its own PCI scanning. Signed-off-by: Aaron Sierra <asierra@xes-inc.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | ||||
* | mfd: Add LPC driver for Intel ICH chipsets | Aaron Sierra | 2012-05-01 | 1 | -0/+719 |
This driver currently creates resources for use by a forthcoming ICH chipset GPIO driver. It could be expanded to create the resources for converting the esb2rom (mtd) and iTCO_wdt (wdt), and potentially more, drivers to use the mfd model. Signed-off-by: Aaron Sierra <asierra@xes-inc.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |