Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1279862

Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform

From Gregory CLEMENT <gregory.clement@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform
Date 2015-11-30 14:40 +0100
Message-ID <qAwQq-4ef-13@gated-at.bofh.it> (permalink)
References <qyKEa-8h2-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Arnd,
 
 On mer., nov. 25 2015, Arnd Bergmann <arnd@arndb.de> wrote:

> I've posted these before and now gotten around to a rebase and
> want to include them in the arm-soc next/multiplatform branch for
> 4.5.
>
> Originally the plan for these platforms was to convert all of
> them to DT and use only mach-mvebu. That has not happened,
> so I would do it this way instead so we can at least have
> them in a single kernel.
>
> Let me know if there are any concerns or objections.

I have applied all the patches on mvebu/oldmvebu_multiplatform (I fixed
the last one which didn't apply on Kconfig). I also merged it
mvebu/for-netx to be part of the linux-next.

But before making it part of mvebu/soc, I would like to get some
Tested-by. The series is available on
git://git.infradead.org/linux-mvebu.git
in the branch mvebu/oldmvebu_multiplatform but it also will be part soon
of linux-next.

Russell, Sebastian,

would you have some time to test it on Dove?

Detlef, Benjamin,

could you test it on an Orion5x based board?

Evgeniy,

could you test it on an mv78xx0 base board?

Actually we consider removing the support for this SoC unless there are
some user interested on them. As you are the last one claiming using a
mainline kernel on a mv78xx0, keeping the support will mainly depends on
you :)

Thanks,

Gregory

>
> Arnd Bergmann (5):
>   ARM: orion: move watchdog setup to mach-orion5x
>   ARM: orion: always use MULTI_IRQ_HANDLER
>   ARM: orion: use SPARSE_IRQ everywhere
>   ARM: orion: clean up mach/*.h headers
>   ARM: orion: multiplatform support
>
>  arch/arm/Kconfig                                   | 40 ------------------
>  arch/arm/configs/dove_defconfig                    |  2 +
>  arch/arm/configs/mv78xx0_defconfig                 |  3 ++
>  arch/arm/configs/orion5x_defconfig                 |  3 ++
>  arch/arm/mach-dove/Kconfig                         | 15 +++++--
>  arch/arm/mach-dove/Makefile                        |  2 +
>  .../arm/mach-dove/{include/mach => }/bridge-regs.h |  4 +-
>  arch/arm/mach-dove/cm-a510.c                       |  4 +-
>  arch/arm/mach-dove/common.c                        |  4 +-
>  arch/arm/mach-dove/dove-db-setup.c                 |  3 +-
>  arch/arm/mach-dove/{include/mach => }/dove.h       |  4 +-
>  arch/arm/mach-dove/include/mach/entry-macro.S      | 33 ---------------
>  arch/arm/mach-dove/include/mach/hardware.h         | 19 ---------
>  arch/arm/mach-dove/include/mach/uncompress.h       | 36 ----------------
>  arch/arm/mach-dove/irq.c                           | 22 ++++------
>  arch/arm/mach-dove/{include/mach => }/irqs.h       |  4 +-
>  arch/arm/mach-dove/mpp.c                           |  2 +-
>  arch/arm/mach-dove/pcie.c                          |  4 +-
>  arch/arm/mach-dove/{include/mach => }/pm.h         |  6 +--
>  arch/arm/mach-mv78xx0/Kconfig                      | 15 +++++--
>  arch/arm/mach-mv78xx0/Makefile                     |  2 +
>  .../mach-mv78xx0/{include/mach => }/bridge-regs.h  |  4 +-
>  arch/arm/mach-mv78xx0/buffalo-wxl-setup.c          |  3 +-
>  arch/arm/mach-mv78xx0/common.c                     |  4 +-
>  arch/arm/mach-mv78xx0/db78x00-bp-setup.c           |  3 +-
>  arch/arm/mach-mv78xx0/include/mach/entry-macro.S   | 41 ------------------
>  arch/arm/mach-mv78xx0/include/mach/hardware.h      | 14 -------
>  arch/arm/mach-mv78xx0/include/mach/uncompress.h    | 46 ---------------------
>  arch/arm/mach-mv78xx0/irq.c                        | 35 +++++++++++++++-
>  arch/arm/mach-mv78xx0/{include/mach => }/irqs.h    |  4 +-
>  arch/arm/mach-mv78xx0/mpp.c                        |  2 +-
>  arch/arm/mach-mv78xx0/{include/mach => }/mv78xx0.h |  4 +-
>  arch/arm/mach-mv78xx0/pcie.c                       |  2 +-
>  arch/arm/mach-mv78xx0/rd78x00-masa-setup.c         |  3 +-
>  arch/arm/mach-orion5x/Kconfig                      | 18 ++++++--
>  arch/arm/mach-orion5x/Makefile                     |  2 +
>  arch/arm/mach-orion5x/board-d2net.c                |  2 +-
>  arch/arm/mach-orion5x/board-dt.c                   |  4 +-
>  arch/arm/mach-orion5x/board-mss2.c                 |  4 +-
>  arch/arm/mach-orion5x/board-rd88f5182.c            |  2 +-
>  .../mach-orion5x/{include/mach => }/bridge-regs.h  |  4 +-
>  arch/arm/mach-orion5x/common.c                     | 20 +++++++--
>  arch/arm/mach-orion5x/db88f5281-setup.c            |  3 +-
>  arch/arm/mach-orion5x/dns323-setup.c               |  3 +-
>  arch/arm/mach-orion5x/include/mach/entry-macro.S   | 25 -----------
>  arch/arm/mach-orion5x/include/mach/hardware.h      | 14 -------
>  arch/arm/mach-orion5x/include/mach/uncompress.h    | 48 ----------------------
>  arch/arm/mach-orion5x/irq.c                        | 13 +-----
>  arch/arm/mach-orion5x/{include/mach => }/irqs.h    |  4 +-
>  arch/arm/mach-orion5x/kurobox_pro-setup.c          |  4 +-
>  arch/arm/mach-orion5x/ls-chl-setup.c               |  3 +-
>  arch/arm/mach-orion5x/ls_hgl-setup.c               |  3 +-
>  arch/arm/mach-orion5x/mpp.c                        |  2 +-
>  arch/arm/mach-orion5x/mv2120-setup.c               |  3 +-
>  arch/arm/mach-orion5x/net2big-setup.c              |  3 +-
>  arch/arm/mach-orion5x/{include/mach => }/orion5x.h |  4 +-
>  arch/arm/mach-orion5x/pci.c                        |  2 +-
>  arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c       |  3 +-
>  arch/arm/mach-orion5x/rd88f5181l-ge-setup.c        |  3 +-
>  arch/arm/mach-orion5x/rd88f5182-setup.c            |  3 +-
>  arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c       |  3 +-
>  arch/arm/mach-orion5x/terastation_pro2-setup.c     |  3 +-
>  arch/arm/mach-orion5x/ts209-setup.c                |  3 +-
>  arch/arm/mach-orion5x/ts409-setup.c                |  3 +-
>  arch/arm/mach-orion5x/ts78xx-setup.c               |  3 +-
>  arch/arm/mach-orion5x/tsx09-common.c               |  2 +-
>  arch/arm/mach-orion5x/wnr854t-setup.c              |  3 +-
>  arch/arm/mach-orion5x/wrt350n-v2-setup.c           |  3 +-
>  arch/arm/plat-orion/common.c                       | 21 ----------
>  arch/arm/plat-orion/include/plat/common.h          |  2 -
>  arch/arm/plat-orion/irq.c                          |  1 -
>  arch/arm/plat-orion/mpp.c                          |  1 -
>  72 files changed, 185 insertions(+), 454 deletions(-)
>  rename arch/arm/mach-dove/{include/mach => }/bridge-regs.h (96%)
>  rename arch/arm/mach-dove/{include/mach => }/dove.h (99%)
>  delete mode 100644 arch/arm/mach-dove/include/mach/entry-macro.S
>  delete mode 100644 arch/arm/mach-dove/include/mach/hardware.h
>  delete mode 100644 arch/arm/mach-dove/include/mach/uncompress.h
>  rename arch/arm/mach-dove/{include/mach => }/irqs.h (96%)
>  rename arch/arm/mach-dove/{include/mach => }/pm.h (95%)
>  rename arch/arm/mach-mv78xx0/{include/mach => }/bridge-regs.h (92%)
>  delete mode 100644 arch/arm/mach-mv78xx0/include/mach/entry-macro.S
>  delete mode 100644 arch/arm/mach-mv78xx0/include/mach/hardware.h
>  delete mode 100644 arch/arm/mach-mv78xx0/include/mach/uncompress.h
>  rename arch/arm/mach-mv78xx0/{include/mach => }/irqs.h (95%)
>  rename arch/arm/mach-mv78xx0/{include/mach => }/mv78xx0.h (98%)
>  rename arch/arm/mach-orion5x/{include/mach => }/bridge-regs.h (92%)
>  delete mode 100644 arch/arm/mach-orion5x/include/mach/entry-macro.S
>  delete mode 100644 arch/arm/mach-orion5x/include/mach/hardware.h
>  delete mode 100644 arch/arm/mach-orion5x/include/mach/uncompress.h
>  rename arch/arm/mach-orion5x/{include/mach => }/irqs.h (94%)
>  rename arch/arm/mach-orion5x/{include/mach => }/orion5x.h (99%)
>
> -- 
> 2.1.0.rc2
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-11-25 17:00 +0100
  [PATCH 2/5] ARM: orion: always use MULTI_IRQ_HANDLER Arnd Bergmann <arnd@arndb.de> - 2015-11-25 17:00 +0100
  [PATCH 1/5] ARM: orion: move watchdog setup to mach-orion5x Arnd Bergmann <arnd@arndb.de> - 2015-11-25 17:00 +0100
  [PATCH 3/5] ARM: orion: use SPARSE_IRQ everywhere Arnd Bergmann <arnd@arndb.de> - 2015-11-25 17:00 +0100
  [PATCH 5/5] ARM: orion: multiplatform support Arnd Bergmann <arnd@arndb.de> - 2015-11-25 17:00 +0100
  [PATCH 4/5] ARM: orion: clean up mach/*.h headers Arnd Bergmann <arnd@arndb.de> - 2015-11-25 17:00 +0100
  Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-11-25 17:10 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-11-25 18:40 +0100
      Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-11-25 18:50 +0100
        Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-11-25 21:00 +0100
          Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Jason Cooper <jason@lakedaemon.net> - 2015-11-26 16:00 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-11-25 19:40 +0100
      Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-11-25 20:20 +0100
        Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-11-25 20:30 +0100
        Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-11-26 00:30 +0100
      Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-11-25 21:10 +0100
        Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-11-25 23:50 +0100
  Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-11-25 21:20 +0100
  Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-11-30 14:40 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-02 00:00 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-12-02 00:00 +0100
      Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-12-02 12:10 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-02 13:40 +0100
      Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-02 17:00 +0100
        Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-02 20:30 +0100
          Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-02 20:40 +0100
            Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-02 21:00 +0100
          Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-02 21:00 +0100
            Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-02 21:30 +0100
              Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-12-02 21:40 +0100
                Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-02 22:10 +0100
                Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-02 22:20 +0100
                Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-12-03 01:10 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Andrew Lunn <andrew@lunn.ch> - 2015-12-02 16:00 +0100
  Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-10 14:20 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-10 14:50 +0100
      Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-10 22:10 +0100
        Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-10 22:40 +0100
          Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-11 00:20 +0100
            Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Jason Cooper <jason@lakedaemon.net> - 2015-12-11 14:40 +0100
              Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-11 15:50 +0100
                Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Jason Cooper <jason@lakedaemon.net> - 2015-12-11 16:00 +0100
              Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Josh Triplett <josh@joshtriplett.org> - 2015-12-11 19:30 +0100
                Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Jason Cooper <jason@lakedaemon.net> - 2015-12-11 19:50 +0100
                Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Josh Triplett <josh@joshtriplett.org> - 2015-12-11 20:10 +0100
                Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Jason Cooper <jason@lakedaemon.net> - 2015-12-11 20:20 +0100
    Re: [PATCH 0/5] ARM: orion5x/dove/mv78xx0 multiplatform Arnd Bergmann <arnd@arndb.de> - 2015-12-11 22:40 +0100

csiph-web