mbox series

[GIT,PULL] pxa for v4.18

Message ID 87d0xftunu.fsf@belgarion.home
State New
Headers show
Series [GIT,PULL] pxa for v4.18 | expand

Pull-request

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

Message

Robert Jarzmik May 28, 2018, 8:03 p.m. UTC
Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 4.18, a minor one.

Can you please consider pulling ?

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to c1c14f8954c6d1cb9867024618e93687d9d035ba:

  ARM: pxa3xx: enable external wakeup pins (2018-05-25 22:40:17 +0200)

----------------------------------------------------------------
This is is the pxa changes for v4.18 cycle :
 - change to phase out at24 eeprom platform data
 - add a missing wakeup pin on pxa320 SoCs

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: pxa: stargate2: use device properties for at24 eeprom

Daniel Mack (1):
      ARM: pxa3xx: enable external wakeup pins

 arch/arm/mach-pxa/pxa3xx.c    |  4 ++++
 arch/arm/mach-pxa/stargate2.c | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

Comments

Olof Johansson June 2, 2018, 8:20 a.m. UTC | #1
On Mon, May 28, 2018 at 10:03:17PM +0200, Robert Jarzmik wrote:
> Hi Arnd, Kevin, and Olof,
> 
> This is the pxa pull request for 4.18, a minor one.
> 
> Can you please consider pulling ?
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-for-4.18
> 
> for you to fetch changes up to c1c14f8954c6d1cb9867024618e93687d9d035ba:
> 
>   ARM: pxa3xx: enable external wakeup pins (2018-05-25 22:40:17 +0200)
> 
> ----------------------------------------------------------------
> This is is the pxa changes for v4.18 cycle :
>  - change to phase out at24 eeprom platform data
>  - add a missing wakeup pin on pxa320 SoCs

Hi,

This is coming in very late, but it's also a pretty small pull request so I've
merged it for v4.18. If you can, please try to get your staged patches set
around rc5/rc6 timeframe.


Thanks,


-Olof
Robert Jarzmik June 2, 2018, 10:35 a.m. UTC | #2
Olof Johansson <olof@lixom.net> writes:

> On Mon, May 28, 2018 at 10:03:17PM +0200, Robert Jarzmik wrote:
>> This is is the pxa changes for v4.18 cycle :
>>  - change to phase out at24 eeprom platform data
>>  - add a missing wakeup pin on pxa320 SoCs
>
> Hi,
>
> This is coming in very late, but it's also a pretty small pull request so I've
> merged it for v4.18. If you can, please try to get your staged patches set
> around rc5/rc6 timeframe.

Hi Olof,

Sorry for that, I got overwhelmed by my work. I usually request pull in -rc5,
I'll try to be more available next time.

Cheers.