All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12
@ 2017-04-08 14:20 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:20 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Krzysztof Kozlowski, Tomasz Figa, Sylwester Nawrocki,
	linux-arm-kernel, linux-samsung-soc, linux-kernel, linux-gpio

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12
@ 2017-04-08 14:20 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:20 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Stuff for v4.12
  2017-04-08 14:20 ` Krzysztof Kozlowski
@ 2017-04-08 14:20   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:20 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Krzysztof Kozlowski, Tomasz Figa, Sylwester Nawrocki,
	linux-arm-kernel, linux-samsung-soc, linux-kernel, linux-gpio,
	Lee Jones

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Stuff for v4.12
@ 2017-04-08 14:20   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:20 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Fix for v4.11
  2017-04-08 14:20 ` Krzysztof Kozlowski
@ 2017-04-08 14:20   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:20 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Krzysztof Kozlowski, Tomasz Figa, Sylwester Nawrocki,
	linux-arm-kernel, linux-samsung-soc, linux-kernel, linux-gpio


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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Fix for v4.11
@ 2017-04-08 14:20   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-08 14:20 UTC (permalink / raw)
  To: linux-arm-kernel


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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: Fix for v4.11
  2017-04-08 14:20   ` Krzysztof Kozlowski
  (?)
@ 2017-04-10  7:35     ` Linus Walleij
  -1 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2017-04-10  7:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: Fix for v4.11
@ 2017-04-10  7:35     ` Linus Walleij
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2017-04-10  7:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Fix for v4.11
@ 2017-04-10  7:35     ` Linus Walleij
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2017-04-10  7:35 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12
  2017-04-08 14:20   ` Krzysztof Kozlowski
  (?)
@ 2017-04-10  7:36     ` Linus Walleij
  -1 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2017-04-10  7:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio, Lee Jones

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12
@ 2017-04-10  7:36     ` Linus Walleij
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2017-04-10  7:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio, Lee Jones

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Stuff for v4.12
@ 2017-04-10  7:36     ` Linus Walleij
  0 siblings, 0 replies; 18+ messages in thread
From: Linus Walleij @ 2017-04-10  7:36 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12
  2017-04-08 14:20   ` Krzysztof Kozlowski
@ 2017-04-11 14:08     ` Lee Jones
  -1 siblings, 0 replies; 18+ messages in thread
From: Lee Jones @ 2017-04-11 14:08 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Linus Walleij, Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Stuff for v4.12
@ 2017-04-11 14:08     ` Lee Jones
  0 siblings, 0 replies; 18+ messages in thread
From: Lee Jones @ 2017-04-11 14:08 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12
  2017-04-11 14:08     ` Lee Jones
@ 2017-04-11 14:29       ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-11 14:29 UTC (permalink / raw)
  To: Lee Jones
  Cc: Linus Walleij, Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Stuff for v4.12
@ 2017-04-11 14:29       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-11 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL] pinctrl: samsung: Stuff for v4.12
  2017-04-11 14:29       ` Krzysztof Kozlowski
@ 2017-04-11 16:29         ` Lee Jones
  -1 siblings, 0 replies; 18+ messages in thread
From: Lee Jones @ 2017-04-11 16:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Linus Walleij, Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, linux-gpio

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL] pinctrl: samsung: Stuff for v4.12
@ 2017-04-11 16:29         ` Lee Jones
  0 siblings, 0 replies; 18+ messages in thread
From: Lee Jones @ 2017-04-11 16:29 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-04-11 16:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-08 14:20 [GIT PULL] pinctrl: samsung: Fixes for v4.11 and stuff for v4.12 Krzysztof Kozlowski
2017-04-08 14:20 ` Krzysztof Kozlowski
2017-04-08 14:20 ` [GIT PULL] pinctrl: samsung: Stuff " Krzysztof Kozlowski
2017-04-08 14:20   ` Krzysztof Kozlowski
2017-04-10  7:36   ` Linus Walleij
2017-04-10  7:36     ` Linus Walleij
2017-04-10  7:36     ` Linus Walleij
2017-04-11 14:08   ` Lee Jones
2017-04-11 14:08     ` Lee Jones
2017-04-11 14:29     ` Krzysztof Kozlowski
2017-04-11 14:29       ` Krzysztof Kozlowski
2017-04-11 16:29       ` Lee Jones
2017-04-11 16:29         ` Lee Jones
2017-04-08 14:20 ` [GIT PULL] pinctrl: samsung: Fix for v4.11 Krzysztof Kozlowski
2017-04-08 14:20   ` Krzysztof Kozlowski
2017-04-10  7:35   ` Linus Walleij
2017-04-10  7:35     ` Linus Walleij
2017-04-10  7:35     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.