mbox

[GIT,PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6

Message ID 20160211165451.GC20693@x1
State New
Headers show

Pull-request

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

Message

Lee Jones Feb. 11, 2016, 4:54 p.m. UTC
Enjoy!

The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:

  Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)

are available in the git repository at:

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

for you to fetch changes up to ca801a22f465eae39fadc770e15b5b7e82595f81:

  gpio: tps65912: Add GPIO driver for the TPS65912 PMIC (2016-02-11 16:31:12 +0000)

----------------------------------------------------------------
Immutable branch between MFD, GPIO and Regulator due for v4.6

----------------------------------------------------------------
Andrew F. Davis (5):
      Documentation: tps65912: Add DT bindings for the TPS65912 PMIC
      mfd: tps65912: Remove old driver in preparation for new driver
      mfd: tps65912: Add driver for the TPS65912 PMIC
      regulator: tps65912: Add regulator driver for the TPS65912 PMIC
      gpio: tps65912: Add GPIO driver for the TPS65912 PMIC

 Documentation/devicetree/bindings/mfd/tps65912.txt |  50 ++
 drivers/gpio/Kconfig                               |   2 +-
 drivers/gpio/gpio-tps65912.c                       | 171 +++---
 drivers/mfd/Kconfig                                |  20 +-
 drivers/mfd/Makefile                               |   3 +-
 drivers/mfd/tps65912-core.c                        | 240 +++-----
 drivers/mfd/tps65912-i2c.c                         | 162 ++----
 drivers/mfd/tps65912-irq.c                         | 217 --------
 drivers/mfd/tps65912-spi.c                         | 160 ++----
 drivers/regulator/Kconfig                          |   2 +-
 drivers/regulator/tps65912-regulator.c             | 613 ++++-----------------
 include/linux/mfd/tps65912.h                       | 209 +++----
 12 files changed, 570 insertions(+), 1279 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/tps65912.txt
 delete mode 100644 drivers/mfd/tps65912-irq.c

Comments

Linus Walleij Feb. 16, 2016, 2:12 p.m. UTC | #1
On Thu, Feb 11, 2016 at 5:54 PM, Lee Jones <lee.jones@linaro.org> wrote:

> Enjoy!
>
> The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:
>
>   Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-gpio-v4.5

It's named v4.5...

> Immutable branch between MFD, GPIO and Regulator due for v4.6

But targeted for v4.6...

But no problem really :)

I tested to merge it into my devel branch and it was supersmooth, so will
not merge this unless I run into some problem. Nice for testers though,
I think it'll fold in just fine 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 Feb. 16, 2016, 2:41 p.m. UTC | #2
On Tue, 16 Feb 2016, Linus Walleij wrote:

> On Thu, Feb 11, 2016 at 5:54 PM, Lee Jones <lee.jones@linaro.org> wrote:
> 
> > Enjoy!
> >
> > The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:
> >
> >   Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-gpio-v4.5
> 
> It's named v4.5...
> 
> > Immutable branch between MFD, GPIO and Regulator due for v4.6
> 
> But targeted for v4.6...
> 
> But no problem really :)

I noticed just after I'd sent this pull-request.

If it makes you feel any better you can also pull one of:

  refs/tags/ib-mfd-regulator-gpio-v4.6
  refs/heads/ib-mfd-regulator-gpio-4.6

... which I followed up with.

> I tested to merge it into my devel branch and it was supersmooth, so will
> not merge this unless I run into some problem. Nice for testers though,
> I think it'll fold in just fine in linux-next.
> 
> Yours,
> Linus Walleij