mbox series

[GIT,PULL] pxa for v5.1

Message ID 87womhub5h.fsf@belgarion.home
State New
Headers show
Series [GIT,PULL] pxa for v5.1 | expand

Pull-request

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

Message

Robert Jarzmik Feb. 2, 2019, 9:35 p.m. UTC
Hi Arnd, Kevin, and Olof,

This is the pxa pull request for 5.1, totally negative diff stat :)
Can you please consider pulling ?

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d62998480baa6c0367561699dc332f48e0cf03f9:

  ARM: pxa: remove unused empty mach/pxa25x-udc.h file (2019-01-24 21:47:42 +0100)

----------------------------------------------------------------
This is the pxa changes for 5.1 cycle :
 - the last step of raumfeld board conversion to devicetree is here,
   ie. the platform_data file removal
   The previous cycle dealt with devicetree inclusion already.
 - an empty file removal

----------------------------------------------------------------
Daniel Mack (1):
      ARM: pxa: remove raumfeld board files and defconfig

Vladimir Zapolskiy (1):
      ARM: pxa: remove unused empty mach/pxa25x-udc.h file

 arch/arm/configs/pxa_defconfig              |    4 -
 arch/arm/configs/raumfeld_defconfig         |  197 -----
 arch/arm/mach-pxa/Kconfig                   |   18 -
 arch/arm/mach-pxa/Makefile                  |    3 -
 arch/arm/mach-pxa/include/mach/pxa25x-udc.h |    0
 arch/arm/mach-pxa/raumfeld.c                | 1187 ---------------------------
 6 files changed, 1409 deletions(-)
 delete mode 100644 arch/arm/configs/raumfeld_defconfig
 delete mode 100644 arch/arm/mach-pxa/include/mach/pxa25x-udc.h
 delete mode 100644 arch/arm/mach-pxa/raumfeld.c

Comments

Robert Jarzmik Feb. 13, 2019, 10:17 p.m. UTC | #1
Robert Jarzmik <robert.jarzmik@free.fr> writes:

> Hi Arnd, Kevin, and Olof,
>
> This is the pxa pull request for 5.1, totally negative diff stat :)
> Can you please consider pulling ?

Hi,

This is a small reminder for this pull request.

Cheers.

--
Robert
Arnd Bergmann Feb. 15, 2019, 4:36 p.m. UTC | #2
On Wed, Feb 13, 2019 at 11:17 PM Robert Jarzmik <robert.jarzmik@free.fr> wrote:
>
> Robert Jarzmik <robert.jarzmik@free.fr> writes:
>
> > Hi Arnd, Kevin, and Olof,
> >
> > This is the pxa pull request for 5.1, totally negative diff stat :)
> > Can you please consider pulling ?

Thanks a lot for the reminder. Your original message ended up in my spam
folder, the second one was still marked as potentially dangerous by gmail,
but not put into spam, so I managed to find the first.

Nice work at cleaning up the old platform code, pulled into arm/soc now, thanks!

      Arnd