mbox

[GIT,PULL] pxa for v4.13

Message ID 87mv99u5ol.fsf@belgarion.home
State New
Headers show

Pull-request

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

Message

Robert Jarzmik June 15, 2017, 6:27 a.m. UTC
Hello Arnd, Kevin, Olof,

Please consider this pull request for pxa 4.13 cycle, nothing very fancy either
this cycle.

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to ce3de60ff92ba5e4d65f1c1ce07460795e3a6157:

  ARM: pxa: Delete an error message for a failed memory allocation in pxa3xx_u2d_probe() (2017-06-14 08:32:21 +0200)

----------------------------------------------------------------
This is the pxa changes for v4.13 cycle.

This cycle is a minor fixes one, with :
 - Coccinelle found improvements
 - magician getting touchscreen driver support.

----------------------------------------------------------------
Markus Elfring (3):
      ARM: pxa: Delete an error message for a failed memory allocation in pxa_pm_init()
      ARM: pxa: Improve a size determination in pxa3xx_u2d_probe()
      ARM: pxa: Delete an error message for a failed memory allocation in pxa3xx_u2d_probe()

Petr Cvek (1):
      ARM: pxa: magician: Add support for ADS7846 touchscreen

 arch/arm/mach-pxa/include/mach/magician.h |  1 +
 arch/arm/mach-pxa/magician.c              | 84 ++++++++++++++++++++++++++++++-
 arch/arm/mach-pxa/pm.c                    |  4 +-
 arch/arm/mach-pxa/pxa3xx-ulpi.c           |  6 +--
 4 files changed, 87 insertions(+), 8 deletions(-)

Comments

Olof Johansson June 19, 2017, 3:48 a.m. UTC | #1
On Thu, Jun 15, 2017 at 08:27:06AM +0200, Robert Jarzmik wrote:
> Hello Arnd, Kevin, Olof,
> 
> Please consider this pull request for pxa 4.13 cycle, nothing very fancy either
> this cycle.
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-for-4.13
> 
> for you to fetch changes up to ce3de60ff92ba5e4d65f1c1ce07460795e3a6157:
> 
>   ARM: pxa: Delete an error message for a failed memory allocation in pxa3xx_u2d_probe() (2017-06-14 08:32:21 +0200)
> 
> ----------------------------------------------------------------
> This is the pxa changes for v4.13 cycle.
> 
> This cycle is a minor fixes one, with :
>  - Coccinelle found improvements
>  - magician getting touchscreen driver support.

Merged, thanks!


-Olof
Olof Johansson June 19, 2017, 3:53 a.m. UTC | #2
On Thu, Jun 15, 2017 at 08:27:06AM +0200, Robert Jarzmik wrote:
> Hello Arnd, Kevin, Olof,
> 
> Please consider this pull request for pxa 4.13 cycle, nothing very fancy either
> this cycle.
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/rjarzmik/linux.git tags/pxa-for-4.13
> 
> for you to fetch changes up to ce3de60ff92ba5e4d65f1c1ce07460795e3a6157:
> 
>   ARM: pxa: Delete an error message for a failed memory allocation in pxa3xx_u2d_probe() (2017-06-14 08:32:21 +0200)
> 
> ----------------------------------------------------------------
> This is the pxa changes for v4.13 cycle.
> 
> This cycle is a minor fixes one, with :
>  - Coccinelle found improvements
>  - magician getting touchscreen driver support.

Thanks, merged!


-Olof