mbox series

[GIT,PULL] ARM: mvebu: arm for v5.7 (#1)

Message ID 87eetux7um.fsf@FE-laptop
State New
Headers show
Series [GIT,PULL] ARM: mvebu: arm for v5.7 (#1) | expand

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.7-1

Message

Gregory CLEMENT March 15, 2020, 9:53 a.m. UTC
Hi,

Here is the first pull request for arm for mvebu for v5.7.

Gregory

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.7-1

for you to fetch changes up to afb80cf1e6f612d3f2736d74bcd8ade096f2c9bb:

  arm: mach-dove: Mark dove_io_desc as __maybe_unused (2020-03-13 21:44:50 +0100)

----------------------------------------------------------------
mvebu arm for 5.6 (part 1)

Various cleanup:

On Orion5x:
- Drop unneeded select of PCI_DOMAINS_GENERIC
- Remove unneeded variable ret
- Replace setup_irq() by request_irq()

On Dove: Mark dove_io_desc as __maybe_unused

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: orion5x: Drop unneeded select of PCI_DOMAINS_GENERIC

Vincenzo Frascino (1):
      arm: mach-dove: Mark dove_io_desc as __maybe_unused

Xu Wang (1):
      ARM: orion5x: ts78xx: Remove unneeded variable ret

afzal mohammed (1):
      ARM: orion: replace setup_irq() by request_irq()

 arch/arm/mach-dove/common.c          |  2 +-
 arch/arm/mach-orion5x/Kconfig        |  2 --
 arch/arm/mach-orion5x/ts78xx-setup.c |  3 +--
 arch/arm/plat-orion/time.c           | 10 +++-------
 4 files changed, 5 insertions(+), 12 deletions(-)