Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1332234 > unrolled thread
| Started by | Lee Jones <lee.jones@linaro.org> |
|---|---|
| First post | 2016-02-11 18:00 +0100 |
| Last post | 2016-02-16 15:50 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 Lee Jones <lee.jones@linaro.org> - 2016-02-11 18:00 +0100
Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 Linus Walleij <linus.walleij@linaro.org> - 2016-02-16 15:20 +0100
Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:50 +0100
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-02-11 18:00 +0100 |
| Subject | [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 |
| Message-ID | <r12L0-31L-7@gated-at.bofh.it> |
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
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-02-16 15:20 +0100 |
| Subject | Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 |
| Message-ID | <r2ODW-vy-57@gated-at.bofh.it> |
| In reply to | #1332234 |
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
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-02-16 15:50 +0100 |
| Subject | Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for v4.6 |
| Message-ID | <r2P6V-Gk-3@gated-at.bofh.it> |
| In reply to | #1335446 |
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 -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web