Merge tag 'mvebu-arm-5.7-1' of git://git.infradead.org/linux-mvebu into arm/soc
authorArnd Bergmann <arnd@arndb.de>
Wed, 25 Mar 2020 20:00:51 +0000 (21:00 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 25 Mar 2020 20:00:52 +0000 (21:00 +0100)
commitca1fa06bdb3c19aa68adae258fdc9122a6ae2ba2
tree405f191983056bba92462042bd46f99b4c306c84
parent10996b240408f37e92868400e0e3ca41ce205328
parentafb80cf1e6f612d3f2736d74bcd8ade096f2c9bb
Merge tag 'mvebu-arm-5.7-1' of git://git.infradead.org/linux-mvebu into arm/soc

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

* tag 'mvebu-arm-5.7-1' of git://git.infradead.org/linux-mvebu:
  arm: mach-dove: Mark dove_io_desc as __maybe_unused
  ARM: orion: replace setup_irq() by request_irq()
  ARM: orion5x: ts78xx: Remove unneeded variable ret
  ARM: orion5x: Drop unneeded select of PCI_DOMAINS_GENERIC

Link: https://lore.kernel.org/r/87eetux7um.fsf@FE-laptop
Signed-off-by: Arnd Bergmann <arnd@arndb.de>