On Wed, Sep 23, 2015 at 11:07:39AM -0500, Andrew F. Davis wrote:
drivers/gpio/Kconfig | 6 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-tps65912.c | 138 ++++++++++++
drivers/mfd/Kconfig | 24 ++
drivers/mfd/Makefile | 3 +
drivers/mfd/tps65912-core.c | 114 ++++++++++
drivers/mfd/tps65912-i2c.c | 86 ++++++++
drivers/mfd/tps65912-spi.c | 85 +++++++
drivers/regulator/Kconfig | 6 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps65912-regulator.c | 240 ++++++++++++++++++++
include/linux/mfd/tps65912.h | 393 +++++++++++++++++++++++++++++++++
Please submit this like a normal driver, not as one enormous patch
covering every subsystem.