Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1706307
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/5] mfd: Add support for TI LMP92001 driver |
| Date | 2017-08-08 12:40 +0200 |
| Message-ID | <uca5A-71u-19@gated-at.bofh.it> (permalink) |
| References | <u9BlE-1r3-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 01 Aug 2017, s.abhisit@gmail.com wrote: > From: Abhisit Sangjan <s.abhisit@gmail.com> > > --- > 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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/5] mfd: Add support for TI LMP92001 driver s.abhisit@gmail.com - 2017-08-01 11:10 +0200 [PATCH] mfd: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2017-08-01 18:40 +0200 Re: [PATCH 1/5] mfd: Add support for TI LMP92001 driver kbuild test robot <lkp@intel.com> - 2017-08-01 18:40 +0200 Re: [PATCH 1/5] mfd: Add support for TI LMP92001 driver Lee Jones <lee.jones@linaro.org> - 2017-08-08 12:40 +0200
csiph-web