Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1460061
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] regulator: Add LTC3676 support |
| Date | 2016-08-11 00:30 +0200 |
| Message-ID | <s4KaB-2JP-13@gated-at.bofh.it> (permalink) |
| References | <s4oMO-5I4-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Aug 09, 2016 at 04:36:07PM -0700, Tim Harvey wrote: > This patch adds support for the Linear Technology LTC3676 > 8-output I2C voltage regulator IC. > > Cc: Jaffer Kapasi <jkapasi@linear.com> > Signed-off-by: Tim Harvey <tharvey@gateworks.com> > --- > .../devicetree/bindings/regulator/ltc3676.txt | 94 ++++ Acked-by: Rob Herring <robh@kernel.org> > drivers/regulator/Kconfig | 8 + > drivers/regulator/Makefile | 1 + > drivers/regulator/ltc3676.c | 495 +++++++++++++++++++++ > 4 files changed, 598 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/ltc3676.txt > create mode 100644 drivers/regulator/ltc3676.c
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] regulator: Add LTC3676 support Tim Harvey <tharvey@gateworks.com> - 2016-08-10 01:40 +0200
Re: [PATCH] regulator: Add LTC3676 support Mark Brown <broonie@kernel.org> - 2016-08-10 21:00 +0200
Re: [PATCH] regulator: Add LTC3676 support Tim Harvey <tharvey@gateworks.com> - 2016-08-11 02:50 +0200
Re: [PATCH] regulator: Add LTC3676 support Mark Brown <broonie@kernel.org> - 2016-08-11 11:50 +0200
Re: [PATCH] regulator: Add LTC3676 support Tim Harvey <tharvey@gateworks.com> - 2016-08-11 22:50 +0200
Re: [PATCH] regulator: Add LTC3676 support Mark Brown <broonie@kernel.org> - 2016-08-12 11:30 +0200
Re: [PATCH] regulator: Add LTC3676 support Rob Herring <robh@kernel.org> - 2016-08-11 00:30 +0200
Re: [PATCH] regulator: Add LTC3676 support Tim Harvey <tharvey@gateworks.com> - 2016-08-11 02:50 +0200
[PATCH v2] regulator: Add LTC3676 support Tim Harvey <tharvey@gateworks.com> - 2016-08-15 21:40 +0200
Applied "regulator: Add LTC3676 support" to the regulator tree Mark Brown <broonie@kernel.org> - 2016-08-16 13:40 +0200
csiph-web