Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473435
| From | Keerthy <a0393675@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window |
| Date | 2016-08-31 15:00 +0200 |
| Message-ID | <scdhv-2vG-7@gated-at.bofh.it> (permalink) |
| References | <sc9xf-cp-17@gated-at.bofh.it> <sccOu-2m4-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wednesday 31 August 2016 05:54 PM, Lee Jones wrote: > Enjoy! Thanks! Just curious to know where to pull the below patch from: https://patchwork.kernel.org/patch/9266665/ I checked in couple of other branches in your tree could not find the above patch. Regards, Keerthy > > The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d: > > Linux 4.8-rc2 (2016-08-14 19:11:36 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-regulator-v4.9 > > for you to fetch changes up to f618ed218dc01207882a8f02b1310c7daaf5156a: > > regulator: lp873x: Change the MFD config option as per latest naming (2016-08-31 13:20:44 +0100) > > ---------------------------------------------------------------- > Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window > > ---------------------------------------------------------------- > Keerthy (3): > mfd: lp873x: Add lp873x PMIC support > gpio: lp873x: Add support for General Purpose Outputs > regulator: lp873x: Change the MFD config option as per latest naming > > drivers/gpio/Kconfig | 10 ++ > drivers/gpio/Makefile | 1 + > drivers/gpio/gpio-lp873x.c | 193 ++++++++++++++++++++++++++++++++ > drivers/mfd/Kconfig | 14 +++ > drivers/mfd/Makefile | 2 + > drivers/mfd/lp873x.c | 99 +++++++++++++++++ > drivers/regulator/Kconfig | 2 +- > include/linux/mfd/lp873x.h | 269 +++++++++++++++++++++++++++++++++++++++++++++ > 8 files changed, 589 insertions(+), 1 deletion(-) > create mode 100644 drivers/gpio/gpio-lp873x.c > create mode 100644 drivers/mfd/lp873x.c > create mode 100644 include/linux/mfd/lp873x.h >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v9 0/3] mfd: lp873x: Add lp873x PMIC support Keerthy <j-keerthy@ti.com> - 2016-08-31 11:00 +0200
[PATCH v9 3/3] regulator: lp873x: Change the MFD config option as per latest naming Keerthy <j-keerthy@ti.com> - 2016-08-31 11:10 +0200
[PATCH v9 1/3] mfd: lp873x: Add lp873x PMIC support Keerthy <j-keerthy@ti.com> - 2016-08-31 11:10 +0200
Re: [PATCH v9 1/3] mfd: lp873x: Add lp873x PMIC support Lee Jones <lee.jones@linaro.org> - 2016-08-31 14:20 +0200
[PATCH v9 2/3] gpio: lp873x: Add support for General Purpose Outputs Keerthy <j-keerthy@ti.com> - 2016-08-31 11:10 +0200
[GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window Lee Jones <lee.jones@linaro.org> - 2016-08-31 14:30 +0200
Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window Keerthy <a0393675@ti.com> - 2016-08-31 15:00 +0200
Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window Lee Jones <lee.jones@linaro.org> - 2016-08-31 17:20 +0200
Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window Linus Walleij <linus.walleij@linaro.org> - 2016-09-07 22:10 +0200
Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window Lee Jones <lee.jones@linaro.org> - 2016-09-08 09:30 +0200
Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window Mark Brown <broonie@kernel.org> - 2016-09-09 14:20 +0200
csiph-web