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


Groups > linux.kernel > #1619291 > unrolled thread

[GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12

Started byKrzysztof Kozlowski <krzk@kernel.org>
First post2017-04-08 16:30 +0200
Last post2017-04-10 09:40 +0200
Articles 8 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12 Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-08 16:30 +0200
    [GIT PULL] pinctrl: samsung: Stuff for v4.12 Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-08 16:30 +0200
      Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12 Linus Walleij <linus.walleij@linaro.org> - 2017-04-10 09:40 +0200
      Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12 Lee Jones <lee.jones@linaro.org> - 2017-04-11 16:10 +0200
        Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12 Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-11 16:30 +0200
          Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12 Lee Jones <lee.jones@linaro.org> - 2017-04-11 18:30 +0200
    [GIT PULL] pinctrl: samsung: Fix for v4.11 Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-08 16:30 +0200
      Re: [GIT PULL] pinctrl: samsung: Fix for v4.11 Linus Walleij <linus.walleij@linaro.org> - 2017-04-10 09:40 +0200

#1619291 — [GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-04-08 16:30 +0200
Subject[GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12
Message-ID<ttZxf-6oz-3@gated-at.bofh.it>
Hi Linus,

Both pulls rebased on v4.11-rc1. The stuff for v4.12 was also shared
(as separate sub-tag) to MFD (Lee Jones) for his work (it is a dependency).

Best regards,
Krzysztof

[toc] | [next] | [standalone]


#1619292 — [GIT PULL] pinctrl: samsung: Stuff for v4.12

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-04-08 16:30 +0200
Subject[GIT PULL] pinctrl: samsung: Stuff for v4.12
Message-ID<ttZxf-6oz-7@gated-at.bofh.it>
In reply to#1619291
Hi,

Update for v4.12. Marek's commits were also shared (as separate sub-tag) to MFD
(Lee Jones) for his work (it is a dependency).

Best regards,
Krzysztof

Cc: Lee Jones <lee.jones@linaro.org>

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.12

for you to fetch changes up to f69ae4f58a198ad15b0422637434d2bcf6fc2e2a:

  pinctrl: samsung: Use devres version of gpiochip_add_data (2017-03-23 21:13:19 +0200)

----------------------------------------------------------------
Samsung pinctrl drivers update for v4.12:
1. Add support for pad retention control through pinctrl drivers which
   moves us forward to better runtime PM of pinctrl, clocks, power domains
   and other devices.
2. Fix GPIO hogs by registering pinctrl before registering gpiolib.
3. Use devm-like interface.

----------------------------------------------------------------
Charles Keepax (2):
      pinctrl: samsung: Register pinctrl before GPIO
      pinctrl: samsung: Use devres version of gpiochip_add_data

Marek Szyprowski (2):
      pinctrl: samsung: Ensure that pad retention is disabled on driver init
      pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs

 drivers/pinctrl/samsung/pinctrl-exynos.c  | 63 +++++++++++++++++++++++++++++++
 drivers/pinctrl/samsung/pinctrl-samsung.c | 45 ++++++++++------------
 2 files changed, 83 insertions(+), 25 deletions(-)

[toc] | [prev] | [next] | [standalone]


#1619685 — Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-04-10 09:40 +0200
SubjectRe: [GIT PULL] pinctrl: samsung: Stuff for v4.12
Message-ID<tuC5A-68L-15@gated-at.bofh.it>
In reply to#1619292
On Sat, Apr 8, 2017 at 4:20 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:

> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.12
>
> for you to fetch changes up to f69ae4f58a198ad15b0422637434d2bcf6fc2e2a:
>
>   pinctrl: samsung: Use devres version of gpiochip_add_data (2017-03-23 21:13:19 +0200)

Pulled into my devel branch for v4.12.

Thanks!
Linus Walleij

[toc] | [prev] | [next] | [standalone]


#1621321 — Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12

FromLee Jones <lee.jones@linaro.org>
Date2017-04-11 16:10 +0200
SubjectRe: [GIT PULL] pinctrl: samsung: Stuff for v4.12
Message-ID<tv4Ez-823-33@gated-at.bofh.it>
In reply to#1619292
On Sat, 08 Apr 2017, Krzysztof Kozlowski wrote:

> Hi,
> 
> Update for v4.12. Marek's commits were also shared (as separate sub-tag) to MFD
> (Lee Jones) for his work (it is a dependency).

I already pulled Marek's patches into MFD.

What are Charles' patches for?

> Cc: Lee Jones <lee.jones@linaro.org>
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-4.12
> 
> for you to fetch changes up to f69ae4f58a198ad15b0422637434d2bcf6fc2e2a:
> 
>   pinctrl: samsung: Use devres version of gpiochip_add_data (2017-03-23 21:13:19 +0200)
> 
> ----------------------------------------------------------------
> Samsung pinctrl drivers update for v4.12:
> 1. Add support for pad retention control through pinctrl drivers which
>    moves us forward to better runtime PM of pinctrl, clocks, power domains
>    and other devices.
> 2. Fix GPIO hogs by registering pinctrl before registering gpiolib.
> 3. Use devm-like interface.
> 
> ----------------------------------------------------------------
> Charles Keepax (2):
>       pinctrl: samsung: Register pinctrl before GPIO
>       pinctrl: samsung: Use devres version of gpiochip_add_data
> 
> Marek Szyprowski (2):
>       pinctrl: samsung: Ensure that pad retention is disabled on driver init
>       pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs
> 
>  drivers/pinctrl/samsung/pinctrl-exynos.c  | 63 +++++++++++++++++++++++++++++++
>  drivers/pinctrl/samsung/pinctrl-samsung.c | 45 ++++++++++------------
>  2 files changed, 83 insertions(+), 25 deletions(-)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [next] | [standalone]


#1621345 — Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-04-11 16:30 +0200
SubjectRe: [GIT PULL] pinctrl: samsung: Stuff for v4.12
Message-ID<tv4XU-8aE-17@gated-at.bofh.it>
In reply to#1621321
On Tue, Apr 11, 2017 at 4:08 PM, Lee Jones <lee.jones@linaro.org> wrote:
> On Sat, 08 Apr 2017, Krzysztof Kozlowski wrote:
>
>> Hi,
>>
>> Update for v4.12. Marek's commits were also shared (as separate sub-tag) to MFD
>> (Lee Jones) for his work (it is a dependency).
>
> I already pulled Marek's patches into MFD.
>
> What are Charles' patches for?

This is a pull request for Linus Walleij, not for you. As you said,
you already have all necessary dependencies for MFD.

Best regards,
Krzysztof

[toc] | [prev] | [next] | [standalone]


#1621453 — Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12

FromLee Jones <lee.jones@linaro.org>
Date2017-04-11 18:30 +0200
SubjectRe: [GIT PULL] pinctrl: samsung: Stuff for v4.12
Message-ID<tv6Q2-Us-7@gated-at.bofh.it>
In reply to#1621345
On Tue, 11 Apr 2017, Krzysztof Kozlowski wrote:

> On Tue, Apr 11, 2017 at 4:08 PM, Lee Jones <lee.jones@linaro.org> wrote:
> > On Sat, 08 Apr 2017, Krzysztof Kozlowski wrote:
> >
> >> Hi,
> >>
> >> Update for v4.12. Marek's commits were also shared (as separate sub-tag) to MFD
> >> (Lee Jones) for his work (it is a dependency).
> >
> > I already pulled Marek's patches into MFD.
> >
> > What are Charles' patches for?
> 
> This is a pull request for Linus Walleij, not for you. As you said,
> you already have all necessary dependencies for MFD.

Okay, so no need to sent it to me then, right? =;-)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [next] | [standalone]


#1619293 — [GIT PULL] pinctrl: samsung: Fix for v4.11

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-04-08 16:30 +0200
Subject[GIT PULL] pinctrl: samsung: Fix for v4.11
Message-ID<ttZxf-6oz-9@gated-at.bofh.it>
In reply to#1619291
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-fixes-4.11

for you to fetch changes up to 87dc66299e51a17aacd25ad25c1f1283ca2ae305:

  pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433 (2017-03-23 20:47:34 +0200)

----------------------------------------------------------------
Fix for Samsung pinctrl drivers for v4.11, introduced by wrong merge conflict
resolution.

----------------------------------------------------------------
Chanwoo Choi (1):
      pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433

 drivers/pinctrl/samsung/pinctrl-exynos.c | 80 ++++++++++++++++----------------
 drivers/pinctrl/samsung/pinctrl-exynos.h | 11 -----
 2 files changed, 40 insertions(+), 51 deletions(-)

[toc] | [prev] | [next] | [standalone]


#1619681 — Re: [GIT PULL] pinctrl: samsung: Fix for v4.11

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-04-10 09:40 +0200
SubjectRe: [GIT PULL] pinctrl: samsung: Fix for v4.11
Message-ID<tuC5z-68L-1@gated-at.bofh.it>
In reply to#1619293
On Sat, Apr 8, 2017 at 4:20 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:

> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-fixes-4.11
>
> for you to fetch changes up to 87dc66299e51a17aacd25ad25c1f1283ca2ae305:
>
>   pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433 (2017-03-23 20:47:34 +0200)

Thanks, pulled.

I rebased it to v4.11-rc6 so as not to deviate too much from the HEAD at this
point in development.

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web