mbox series

[v2,00/13] v2: ARM: move lpc32xx to multiplatform

Message ID 20190809144043.476786-1-arnd@arndb.de (mailing list archive)
Headers show
Series v2: ARM: move lpc32xx to multiplatform | expand

Message

Arnd Bergmann Aug. 9, 2019, 2:40 p.m. UTC
Version 2 contains some minor changes based on earlier feedback
and from the 0day build bot testing on other architectures. The
only patch that changed significantly is the one for the gpio driver.

I would suggest we merge this version into the soc tree directly
if there are no further concerns.

      Arnd

Arnd Bergmann (12):
  usb: ohci-nxp: enable compile-testing
  usb: udc: lpc32xx: allow compile-testing
  watchdog: pnx4008_wdt: allow compile-testing
  serial: lpc32xx_hs: allow compile-testing
  gpio: lpc32xx: allow building on non-lpc32xx targets
  net: lpc-enet: factor out iram access
  net: lpc-enet: move phy setup into platform code
  net: lpc-enet: fix printk format strings
  net: lpc-enet: allow compile testing
  serial: lpc32xx: allow compile testing
  ARM: lpc32xx: clean up header files
  ARM: lpc32xx: allow multiplatform build

kbuild test robot (1):
  net: lpc-enet: fix badzero.cocci warnings

 arch/arm/Kconfig                              |  17 +--
 arch/arm/configs/lpc32xx_defconfig            |   2 +
 arch/arm/mach-lpc32xx/Kconfig                 |  11 ++
 arch/arm/mach-lpc32xx/common.c                |  24 +++-
 arch/arm/mach-lpc32xx/common.h                |   1 -
 arch/arm/mach-lpc32xx/include/mach/board.h    |  15 ---
 .../mach-lpc32xx/include/mach/entry-macro.S   |  28 -----
 arch/arm/mach-lpc32xx/include/mach/hardware.h |  25 ----
 .../mach-lpc32xx/include/mach/uncompress.h    |  50 --------
 .../{include/mach/platform.h => lpc32xx.h}    |  18 ++-
 arch/arm/mach-lpc32xx/pm.c                    |   3 +-
 arch/arm/mach-lpc32xx/serial.c                |  33 ++++-
 arch/arm/mach-lpc32xx/suspend.S               |   3 +-
 drivers/gpio/Kconfig                          |   7 ++
 drivers/gpio/Makefile                         |   2 +-
 drivers/gpio/gpio-lpc32xx.c                   | 118 ++++++++++--------
 drivers/net/ethernet/nxp/Kconfig              |   2 +-
 drivers/net/ethernet/nxp/lpc_eth.c            |  45 +++----
 drivers/tty/serial/Kconfig                    |   3 +-
 drivers/tty/serial/lpc32xx_hs.c               |  37 +-----
 drivers/usb/gadget/udc/Kconfig                |   3 +-
 drivers/usb/gadget/udc/lpc32xx_udc.c          |   3 +-
 drivers/usb/host/Kconfig                      |   3 +-
 drivers/usb/host/ohci-nxp.c                   |  25 ++--
 drivers/watchdog/Kconfig                      |   2 +-
 drivers/watchdog/pnx4008_wdt.c                |   1 -
 include/linux/soc/nxp/lpc32xx-misc.h          |  33 +++++
 27 files changed, 242 insertions(+), 272 deletions(-)
 create mode 100644 arch/arm/mach-lpc32xx/Kconfig
 delete mode 100644 arch/arm/mach-lpc32xx/include/mach/board.h
 delete mode 100644 arch/arm/mach-lpc32xx/include/mach/entry-macro.S
 delete mode 100644 arch/arm/mach-lpc32xx/include/mach/hardware.h
 delete mode 100644 arch/arm/mach-lpc32xx/include/mach/uncompress.h
 rename arch/arm/mach-lpc32xx/{include/mach/platform.h => lpc32xx.h} (98%)
 create mode 100644 include/linux/soc/nxp/lpc32xx-misc.h

Comments

patchwork-bot+linux-soc@kernel.org Aug. 15, 2019, 7:41 p.m. UTC | #1
Hello:

The following patches were marked "accepted", because they were applied to
soc/soc.git (refs/heads/for-next):

Series: v2: ARM: move lpc32xx to multiplatform
  Submitter: Arnd Bergmann <arnd@arndb.de>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=157825
    Patches: [v2,01/13] usb: ohci-nxp: enable compile-testing
             [v2,02/13] usb: udc: lpc32xx: allow compile-testing
             [v2,03/13] watchdog: pnx4008_wdt: allow compile-testing
             [v2,04/13] serial: lpc32xx_hs: allow compile-testing
             [v2,05/13] gpio: lpc32xx: allow building on non-lpc32xx targets
             [v2,06/13] net: lpc-enet: factor out iram access
             [v2,07/13] net: lpc-enet: move phy setup into platform code
             [v2,08/13] net: lpc-enet: fix badzero.cocci warnings
             [v2,09/13] net: lpc-enet: fix printk format strings
             [v2,10/13] net: lpc-enet: allow compile testing
             [v2,11/13] serial: lpc32xx: allow compile testing
             [v2,12/13] ARM: lpc32xx: clean up header files
             [v2,13/13] ARM: lpc32xx: allow multiplatform build

Total patches: 13
patchwork-bot+linux-soc@kernel.org Aug. 15, 2019, 7:41 p.m. UTC | #2
Hello:

This series was applied to soc/soc.git (refs/heads/for-next).

On Fri,  9 Aug 2019 16:40:26 +0200 you wrote:
> Version 2 contains some minor changes based on earlier feedback
> and from the 0day build bot testing on other architectures. The
> only patch that changed significantly is the one for the gpio driver.
> 
> I would suggest we merge this version into the soc tree directly
> if there are no further concerns.
> 
> [...]


Here is a summary with links:
  - [v2,01/13] usb: ohci-nxp: enable compile-testing
    https://git.kernel.org/soc/soc/c/23565baecee4fb5ac6f1d43e9b0685cca9438204
  - [v2,02/13] usb: udc: lpc32xx: allow compile-testing
    https://git.kernel.org/soc/soc/c/50ad15282e7c75269ab754f9460dd36ae784e181
  - [v2,03/13] watchdog: pnx4008_wdt: allow compile-testing
    https://git.kernel.org/soc/soc/c/0a453d527ba4ce393d8d8bc0b3f21d5df3d640bf
  - [v2,04/13] serial: lpc32xx_hs: allow compile-testing
    https://git.kernel.org/soc/soc/c/5711e41b682ed4fc9b0803dc27722b1d8723a78a
  - [v2,05/13] gpio: lpc32xx: allow building on non-lpc32xx targets
    https://git.kernel.org/soc/soc/c/d88ce24a0f3b30aba39e2a8966381fdfa9191106
  - [v2,06/13] net: lpc-enet: factor out iram access
    https://git.kernel.org/soc/soc/c/9dc03ffd996d4103cc2a11286d61e517bce27440
  - [v2,07/13] net: lpc-enet: move phy setup into platform code
    https://git.kernel.org/soc/soc/c/ecca1a6277aac10e40e4baba28adb893899b24b3
  - [v2,08/13] net: lpc-enet: fix badzero.cocci warnings
    https://git.kernel.org/soc/soc/c/772775c1dfe00c99a9fe449ed35f74f1067f0128
  - [v2,09/13] net: lpc-enet: fix printk format strings
    https://git.kernel.org/soc/soc/c/de6f97b2bace0e2eb6c3a86e124d1e652a587b56
  - [v2,10/13] net: lpc-enet: allow compile testing
    https://git.kernel.org/soc/soc/c/35974a7cc23c5deb5597c0a42183172498c4a0a8
  - [v2,11/13] serial: lpc32xx: allow compile testing
    https://git.kernel.org/soc/soc/c/ffba29c9ebd0977dbf77bf6064776716a51b8ae5
  - [v2,12/13] ARM: lpc32xx: clean up header files
    https://git.kernel.org/soc/soc/c/d3532910038bb1e95e9c5952e98dd1d18b636e8b
  - [v2,13/13] ARM: lpc32xx: allow multiplatform build
    https://git.kernel.org/soc/soc/c/75bf1bd7d2f993787d0faa7d6e6534f7e88a2975

You are awesome, thank you!