[PATCH v2] MFD: PCAP core driver.

2009-05-21 Thread Daniel Ribeiro
Hi Samuel, Please, consider this version instead, now getting the irq numbers from platform_data instead of a PXA header so it builds for other architectures. The PCAP Asic as present on EZX phones is a multi function device with voltage regulators, touch screen controller, RTC and audio codec.

[RESUBMIT][PATCH v5] pxamci: add regulator support.

2009-05-21 Thread Daniel Ribeiro
Changes pxamci.c to use the regulator subsystem. Uses the regulator case CONFIG_REGULATOR is defined and a matching is regulator is provided, or falls back to pdata->setpower otherwise. A warning is displayed case both a valid regulator and pdata is set, and the regulator is used. Signed-off-by: D