On Tue, 01 Aug 2017, [email protected] wrote: > From: Abhisit Sangjan <[email protected]> > > --- > drivers/mfd/Kconfig | 12 ++ > drivers/mfd/Makefile | 3 + > drivers/mfd/lmp92001-core.c | 311 > +++++++++++++++++++++++++++++++++++++ > drivers/mfd/lmp92001-debug.c | 67 ++++++++ > drivers/mfd/lmp92001-i2c.c | 217 ++++++++++++++++++++++++++ > include/linux/mfd/lmp92001/core.h | 109 +++++++++++++ > include/linux/mfd/lmp92001/debug.h | 21 +++ > 7 files changed, 740 insertions(+) > create mode 100644 drivers/mfd/lmp92001-core.c > create mode 100644 drivers/mfd/lmp92001-debug.c > create mode 100644 drivers/mfd/lmp92001-i2c.c > create mode 100644 include/linux/mfd/lmp92001/core.h > create mode 100644 include/linux/mfd/lmp92001/debug.h
If you haven't already done so, please fix the build-bot's reported issues and resubmit. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog

