On Tue, Nov 11, 2014 at 05:03:19PM +0000, Richard Fitzgerald wrote:
Signed-off-by: Richard Fitzgerald rf@opensource.wolfsonmicro.com
drivers/mfd/Kconfig | 6 + drivers/mfd/Makefile | 3 + drivers/mfd/arizona-core.c | 91 ++- drivers/mfd/arizona-irq.c | 42 +- drivers/mfd/arizona-spi.c | 9 + drivers/mfd/arizona.h | 5 + drivers/mfd/cs47l24-tables.c | 1632 ++++++++++++++++++++++++++++++++++++++ include/linux/mfd/arizona/core.h | 4 + 8 files changed, 1765 insertions(+), 27 deletions(-) create mode 100644 drivers/mfd/cs47l24-tables.c
Its worth noting this patch chain depends on the three MFD patches Lee merged the other day from me so it would probably make sense to push the whole series through the MFD tree if possible.
Thanks, Charles