Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1663047
| From | Keerthy <j-keerthy@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support |
| Date | 2017-06-11 07:30 +0200 |
| Message-ID | <tR3BL-13t-1@gated-at.bofh.it> (permalink) |
| References | <tPWVI-7FJ-7@gated-at.bofh.it> <tQt5f-2GI-9@gated-at.bofh.it> <tR3ip-Vy-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sunday 11 June 2017 10:36 AM, Keerthy wrote: > > > On Friday 09 June 2017 07:58 PM, Rob Herring wrote: >> On Thu, Jun 08, 2017 at 09:38:14AM +0530, Keerthy wrote: >>> The LP87565 chip is a power management IC for Portable Navigation Systems >>> and Tablet Computing devices. It contains the following components: >>> >>> - Configurable Bucks(Single and multi-phase). >>> - Configurable General Purpose Output Signals (GPO). >>> >>> The LP87565-Q1 variant device uses two 2-phase outputs configuration, >>> Buck0 is master for Buck0/1 output and Buck2 is master for Buck2/3 >>> output. >>> Lee Jones, Shall i add back i2c_device_id as pointed here: http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1417316.html Best Regards, Keerthy >>> Signed-off-by: Keerthy <j-keerthy@ti.com> >>> --- >>> >>> The other patches are already pulled by Mark. Hence posting >>> the remaining patch. >>> >>> Changes in v4: >>> >>> * Fixed device tree comments from Rob on the pmic node name. >>> * removed regulators from properties list as it is a node. >>> >>> Changes in v3: >>> >>> * Fixed License to GPL v2. >>> * Fixed an indentation issue. >>> >>> Changes in v2: >>> >>> * Fixed a bunch of whitespace errors. >>> * Changed the License to short form. >>> * Added the generic compatible lp87565 >>> * Removed i2c_device_id table. >>> * Introduced probe_new function in place of probe. >>> >>> Documentation/devicetree/bindings/mfd/lp87565.txt | 43 ++++ >> >> Acked-by: Rob Herring <robh@kernel.org> > > Thanks Rob. > >> >>> drivers/mfd/Kconfig | 14 ++ >>> drivers/mfd/Makefile | 1 + >>> drivers/mfd/lp87565.c | 92 ++++++++ >>> include/linux/mfd/lp87565.h | 270 ++++++++++++++++++++++ >>> 5 files changed, 420 insertions(+) >>> create mode 100644 Documentation/devicetree/bindings/mfd/lp87565.txt >>> create mode 100644 drivers/mfd/lp87565.c >>> create mode 100644 include/linux/mfd/lp87565.h > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4] mfd: lp87565: Add lp87565 PMIC support Keerthy <j-keerthy@ti.com> - 2017-06-08 06:10 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Rob Herring <robh@kernel.org> - 2017-06-09 16:30 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Keerthy <j-keerthy@ti.com> - 2017-06-11 07:10 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Keerthy <j-keerthy@ti.com> - 2017-06-11 07:30 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Keerthy <j-keerthy@ti.com> - 2017-06-12 11:20 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Javier Martinez Canillas <javier@dowhile0.org> - 2017-06-12 11:30 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Keerthy <j-keerthy@ti.com> - 2017-06-12 12:20 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Lee Jones <lee.jones@linaro.org> - 2017-06-15 10:00 +0200
Re: [PATCH v4] mfd: lp87565: Add lp87565 PMIC support Lee Jones <lee.jones@linaro.org> - 2017-06-12 11:20 +0200
csiph-web