linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pxa for v5.2
@ 2019-06-12 19:18 Robert Jarzmik
  2019-06-19 16:13 ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Jarzmik @ 2019-06-12 19:18 UTC (permalink / raw)
  To: arm; +Cc: Haojian Zhuang, linux-arm-kernel, Daniel Mack

Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 5.2. Can you please consider pulling ?

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-for-5.3

for you to fetch changes up to e0c5facc5bbfcae6fce6ce11b78981ede1535276:

  ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view (2019-06-12 12:17:48 +0200)

----------------------------------------------------------------
This is the pxa changes for 5.2 cycle :
 - a simple cleanup for lubbock
 - devicetree pinmux support for bias on pxa3xx
 - devicetree pinmux bias usage for raumfeld

----------------------------------------------------------------
Daniel Mack (5):
      ARM: pxa3xx: dts: Add defines for pinctrl-single,bias-pull{up,down}
      ARM: pxa: raumfeld-controller: fix 'dock detect' GPIO key
      ARM: pxa: raumfeld-controller: add pinctrl for charger pins
      ARM: pxa: raumfeld-common: fix comments in gpio_keys pinctrl node
      ARM: dts: pxa300-raumfeld-speaker-one: add channel output mapping for STA320

Russell King (1):
      ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view

 arch/arm/boot/dts/pxa300-raumfeld-common.dtsi     |  6 +++---
 arch/arm/boot/dts/pxa300-raumfeld-controller.dts  | 21 ++++++++++++++++++++-
 arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts |  3 +++
 arch/arm/boot/dts/pxa3xx.dtsi                     |  8 ++++++++
 arch/arm/mach-pxa/include/mach/lubbock.h          |  4 ----
 arch/arm/mach-pxa/lubbock.c                       |  3 +--
 6 files changed, 35 insertions(+), 10 deletions(-)

-- 
Robert

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] pxa for v5.2
  2019-06-12 19:18 [GIT PULL] pxa for v5.2 Robert Jarzmik
@ 2019-06-19 16:13 ` Olof Johansson
  2019-06-23 20:22   ` Robert Jarzmik
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2019-06-19 16:13 UTC (permalink / raw)
  To: Robert Jarzmik; +Cc: arm, Haojian Zhuang, linux-arm-kernel, Daniel Mack

Hi Robert,

On Wed, Jun 12, 2019 at 09:18:36PM +0200, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is the pxa pull request for 5.2. Can you please consider pulling ?
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-for-5.3
> 
> for you to fetch changes up to e0c5facc5bbfcae6fce6ce11b78981ede1535276:
> 
>   ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view (2019-06-12 12:17:48 +0200)
> 
> ----------------------------------------------------------------
> This is the pxa changes for 5.2 cycle :
>  - a simple cleanup for lubbock
>  - devicetree pinmux support for bias on pxa3xx
>  - devicetree pinmux bias usage for raumfeld
> 
> ----------------------------------------------------------------
> Daniel Mack (5):
>       ARM: pxa3xx: dts: Add defines for pinctrl-single,bias-pull{up,down}
>       ARM: pxa: raumfeld-controller: fix 'dock detect' GPIO key
>       ARM: pxa: raumfeld-controller: add pinctrl for charger pins
>       ARM: pxa: raumfeld-common: fix comments in gpio_keys pinctrl node
>       ARM: dts: pxa300-raumfeld-speaker-one: add channel output mapping for STA320
> 
> Russell King (1):
>       ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view
> 
>  arch/arm/boot/dts/pxa300-raumfeld-common.dtsi     |  6 +++---
>  arch/arm/boot/dts/pxa300-raumfeld-controller.dts  | 21 ++++++++++++++++++++-
>  arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts |  3 +++
>  arch/arm/boot/dts/pxa3xx.dtsi                     |  8 ++++++++
>  arch/arm/mach-pxa/include/mach/lubbock.h          |  4 ----
>  arch/arm/mach-pxa/lubbock.c                       |  3 +--
>  6 files changed, 35 insertions(+), 10 deletions(-)

We usually separate changes to mach-* and DTS into separate branches unless
they have some dependencies (and even then, we usually try to base one on the
other for visibility's sake).

Would you mind respin these into two pull requests?


Thanks,

-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] pxa for v5.2
  2019-06-19 16:13 ` Olof Johansson
@ 2019-06-23 20:22   ` Robert Jarzmik
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Jarzmik @ 2019-06-23 20:22 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm, Haojian Zhuang, linux-arm-kernel, Daniel Mack

Olof Johansson <olof@lixom.net> writes:

> Hi Robert,
> We usually separate changes to mach-* and DTS into separate branches unless
> they have some dependencies (and even then, we usually try to base one on the
> other for visibility's sake).
Ah ok, that's what I usually do, but I thought I was "outdated" and that
nowadays you didn't mind anymore ...

> Would you mind respin these into two pull requests?
Of course not, I'll do it straight away.

Cheers.

-- 
Robert

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] pxa for v5.2
  2019-04-14 20:23 Robert Jarzmik
@ 2019-04-29  6:05 ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2019-04-29  6:05 UTC (permalink / raw)
  To: Robert Jarzmik; +Cc: arm, linux-arm-kernel, Haojian Zhuang, Daniel Mack

On Sun, Apr 14, 2019 at 10:23:21PM +0200, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is the pxa pull request for 5.2. Can you please consider pulling ?
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-for-5.2
> 
> for you to fetch changes up to 9ee8578d953023cc57e7e736ae48502c707c0210:
> 
>   ARM: pxa: ssp: Fix "WARNING: invalid free of devm_ allocated data" (2019-04-14 21:54:50 +0200)
> 
> ----------------------------------------------------------------
> This is the pxa changes for 5.2 cycle :
>  - only a little fix the PXA SSP removal path

Merged, thanks!


-Olof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] pxa for v5.2
@ 2019-04-14 20:23 Robert Jarzmik
  2019-04-29  6:05 ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Jarzmik @ 2019-04-14 20:23 UTC (permalink / raw)
  To: arm; +Cc: Haojian Zhuang, linux-arm-kernel, Daniel Mack

Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 5.2. Can you please consider pulling ?

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://github.com/rjarzmik/linux.git tags/pxa-for-5.2

for you to fetch changes up to 9ee8578d953023cc57e7e736ae48502c707c0210:

  ARM: pxa: ssp: Fix "WARNING: invalid free of devm_ allocated data" (2019-04-14 21:54:50 +0200)

----------------------------------------------------------------
This is the pxa changes for 5.2 cycle :
 - only a little fix the PXA SSP removal path

----------------------------------------------------------------
YueHaibing (1):
      ARM: pxa: ssp: Fix "WARNING: invalid free of devm_ allocated data"

 arch/arm/plat-pxa/ssp.c | 6 ------
 1 file changed, 6 deletions(-)

-- 
Robert

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-06-23 20:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 19:18 [GIT PULL] pxa for v5.2 Robert Jarzmik
2019-06-19 16:13 ` Olof Johansson
2019-06-23 20:22   ` Robert Jarzmik
  -- strict thread matches above, loose matches on Subject: below --
2019-04-14 20:23 Robert Jarzmik
2019-04-29  6:05 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).