mbox

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

Message ID 20160831122435.GD9415@dell
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-regulator-v4.9

Message

Lee Jones Aug. 31, 2016, 12:24 p.m. UTC
Enjoy!

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

Comments

Keerthy Aug. 31, 2016, 12:50 p.m. UTC | #1
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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Lee Jones Aug. 31, 2016, 3:21 p.m. UTC | #2
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
> >
Linus Walleij Sept. 7, 2016, 8:03 p.m. UTC | #3
On Wed, Aug 31, 2016 at 2:24 PM, Lee Jones <lee.jones@linaro.org> wrote:

> 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

Hm it is based on a later release candidate than my tree so I'll wait
and see if I
have to pull it (like if there are clashes in linux-next...)

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Lee Jones Sept. 8, 2016, 7:26 a.m. UTC | #4
On Wed, 07 Sep 2016, Linus Walleij wrote:

> On Wed, Aug 31, 2016 at 2:24 PM, Lee Jones <lee.jones@linaro.org> wrote:
> 
> > 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
> 
> Hm it is based on a later release candidate than my tree so I'll wait
> and see if I
> have to pull it (like if there are clashes in linux-next...)

You use -rc1 as your base?  Crazy man. :)
Mark Brown Sept. 9, 2016, 12:11 p.m. UTC | #5
On Thu, Sep 08, 2016 at 08:26:46AM +0100, Lee Jones wrote:
> On Wed, 07 Sep 2016, Linus Walleij wrote:

> > Hm it is based on a later release candidate than my tree so I'll wait
> > and see if I
> > have to pull it (like if there are clashes in linux-next...)

> You use -rc1 as your base?  Crazy man. :)

I do that too for the topic branches.  It's really helpful for cross
tree work as it avoids issues like the above - wherever it's being
merges it shouldn't pull in any extra dependencies so things are clearer
when reviewing diffs/logs and git has an easier time coping.
Lee Jones Sept. 12, 2016, 9:18 a.m. UTC | #6
On Fri, 09 Sep 2016, Mark Brown wrote:

> On Thu, Sep 08, 2016 at 08:26:46AM +0100, Lee Jones wrote:
> > On Wed, 07 Sep 2016, Linus Walleij wrote:
> 
> > > Hm it is based on a later release candidate than my tree so I'll wait
> > > and see if I
> > > have to pull it (like if there are clashes in linux-next...)
> 
> > You use -rc1 as your base?  Crazy man. :)
> 
> I do that too for the topic branches.  It's really helpful for cross
> tree work as it avoids issues like the above - wherever it's being
> merges it shouldn't pull in any extra dependencies so things are clearer
> when reviewing diffs/logs and git has an easier time coping.

I've always used -rc2 for everything.  It's usually more stable for
build-testing purposes.  But I'll bow down, and try to use -rc1 in
future, if it's preferred.
Linus Walleij Sept. 13, 2016, 8:32 a.m. UTC | #7
On Wed, Sep 7, 2016 at 10:03 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Wed, Aug 31, 2016 at 2:24 PM, Lee Jones <lee.jones@linaro.org> wrote:
>
>> 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
>
> Hm it is based on a later release candidate than my tree so I'll wait
> and see if I
> have to pull it (like if there are clashes in linux-next...)

Bah I'm getting patches for the GPIO driver so I caved in and
merged v4.8-rc1 and then pulled in this, all looks good.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html