Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1473611

Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v4.9 merge window

From Lee Jones <lee.jones@linaro.org>
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 17:20 +0200
Message-ID <scft1-44i-43@gated-at.bofh.it> (permalink)
References <sc9xf-cp-17@gated-at.bofh.it> <sccOu-2m4-27@gated-at.bofh.it> <scdhv-2vG-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, 31 Aug 2016, Keerthy wrote:

> 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.

The name has changed.  Pull my MFD branch and look for:

  ea7f225 Documentation: mfd: Add DT bindings for the LP873X

> > 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
> > 

-- 
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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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