All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: soc for v4.9 (#1)
@ 2016-09-21 10:19 Gregory CLEMENT
  2016-09-21 20:36 ` Arnd Bergmann
  0 siblings, 1 reply; 9+ messages in thread
From: Gregory CLEMENT @ 2016-09-21 10:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Here is the second tentative of first pull request for soc for mvebu
for v4.9.

The PCI related patch have been discarded.

Gregory

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-soc-4.9-1

for you to fetch changes up to 77a1c68a96f4e018860033f3827602014a4f1663:

  ARM: orion5x: remove extraneous NO_IRQ (2016-09-14 16:36:20 +0200)

----------------------------------------------------------------
mvebu soc for 4.9 (part 1)

- irq cleanup for old mvebu SoC

----------------------------------------------------------------
Arnd Bergmann (4):
      ARM: mv78xx0: simplify ethernet device creation
      ARM: mvebu/orion: remove NO_IRQ check from device init
      ARM: orion: simplify orion_ge00_switch_init
      ARM: orion5x: remove extraneous NO_IRQ

 arch/arm/mach-mv78xx0/common.c               |  9 +--
 arch/arm/mach-orion5x/common.c               |  4 +-
 arch/arm/mach-orion5x/common.h               |  2 +-
 arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c |  4 +-
 arch/arm/mach-orion5x/rd88f5181l-ge-setup.c  |  5 +-
 arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c |  6 +-
 arch/arm/mach-orion5x/wnr854t-setup.c        |  4 +-
 arch/arm/mach-orion5x/wrt350n-v2-setup.c     |  4 +-
 arch/arm/plat-orion/common.c                 | 85 +++++++++++-----------------
 arch/arm/plat-orion/include/plat/common.h    | 10 +---
 10 files changed, 51 insertions(+), 82 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [GIT PULL] ARM: mvebu: soc for v4.9 (#1)
@ 2016-09-14 15:34 Gregory CLEMENT
  2016-09-19 21:46 ` Arnd Bergmann
  0 siblings, 1 reply; 9+ messages in thread
From: Gregory CLEMENT @ 2016-09-14 15:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Here is the first pull request for soc for mvebu for v4.9.

Gregory

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-soc-4.9-1

for you to fetch changes up to a7f9f5baf306ff5422e6ab143c0af5dd6b5ed1a9:

  ARM: orion5x: Remove old non-DT-based WNR854T support (2016-09-14 16:57:26 +0200)

----------------------------------------------------------------
mvebu soc for 4.9 (part 1)

- irq cleanup for old mvebu SoC
- Convert orion5x based SoC Netgear WNR854T to devicetree

----------------------------------------------------------------
Arnd Bergmann (4):
      ARM: mv78xx0: simplify ethernet device creation
      ARM: mvebu/orion: remove NO_IRQ check from device init
      ARM: orion: simplify orion_ge00_switch_init
      ARM: orion5x: remove extraneous NO_IRQ

Jamie Lentin (2):
      ARM: orion5x: Add DT-based support for Netgear WNR854T
      ARM: orion5x: Remove old non-DT-based WNR854T support

 arch/arm/configs/multi_v5_defconfig          |   2 +-
 arch/arm/configs/mvebu_v5_defconfig          |   2 +-
 arch/arm/configs/orion5x_defconfig           |   2 +-
 arch/arm/mach-mv78xx0/common.c               |   9 +-
 arch/arm/mach-orion5x/Kconfig                |   4 +-
 arch/arm/mach-orion5x/Makefile               |   2 +-
 arch/arm/mach-orion5x/board-wnr854t.c        |  78 +++++++++++
 arch/arm/mach-orion5x/common.c               |   4 +-
 arch/arm/mach-orion5x/common.h               |   2 +-
 arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c |   4 +-
 arch/arm/mach-orion5x/rd88f5181l-ge-setup.c  |   5 +-
 arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c |   6 +-
 arch/arm/mach-orion5x/wnr854t-setup.c        | 185 ---------------------------
 arch/arm/mach-orion5x/wrt350n-v2-setup.c     |   4 +-
 arch/arm/plat-orion/common.c                 |  85 +++++-------
 arch/arm/plat-orion/include/plat/common.h    |  10 +-
 16 files changed, 133 insertions(+), 271 deletions(-)
 create mode 100644 arch/arm/mach-orion5x/board-wnr854t.c
 delete mode 100644 arch/arm/mach-orion5x/wnr854t-setup.c

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-09-21 20:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21 10:19 [GIT PULL] ARM: mvebu: soc for v4.9 (#1) Gregory CLEMENT
2016-09-21 20:36 ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2016-09-14 15:34 Gregory CLEMENT
2016-09-19 21:46 ` Arnd Bergmann
2016-09-19 21:49   ` Arnd Bergmann
2016-09-20  7:25     ` Gregory CLEMENT
2016-09-20  9:45       ` Arnd Bergmann
2016-09-20 16:43         ` Gregory CLEMENT
2016-09-21  8:10           ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.