mbox series

[0/5] MIPS: Alchemy updates for 4.20+

Message ID 20181219070803.449981-1-manuel.lauss@gmail.com (mailing list archive)
Headers show
Series MIPS: Alchemy updates for 4.20+ | expand

Message

Manuel Lauss Dec. 19, 2018, 7:07 a.m. UTC
Here's a bunch of fixes to restore almost all functionality to the
Alchemy devboards, against 4.20-rc7+.

#1 gets rid of a warning in the clockevent code,
#2 let's the Alchemy on-chip ethernet driver build again,
#3 removes board-specific IrDA code, as the driver is gone,
#4 sync up overrides with latest cpu-features
#5 adds dma_masks to sound and mmc devices to get them
   working again.

Verified on the DB1300 and DB1500 boards.

Manuel Lauss (5):
  MIPS: alchemy: cpu_all_mask is forbidden for clock event devices
  net: drivers/amd: restore access to MIPS Alchemy platform
  MIPS: Alchemy: drop DB1000 IrDA support bits
  MIPS: Alchemy: update cpu-feature-overrides
  MIPS: Alchemy: update dma masks for devboard devices

 arch/mips/alchemy/common/time.c               |  2 +-
 arch/mips/alchemy/devboards/db1000.c          | 76 +++----------------
 arch/mips/alchemy/devboards/db1200.c          | 24 +++---
 arch/mips/alchemy/devboards/db1300.c          | 23 +++++-
 arch/mips/alchemy/devboards/db1550.c          | 13 +++-
 .../asm/mach-au1x00/cpu-feature-overrides.h   |  3 +
 drivers/net/ethernet/amd/Kconfig              |  3 +-
 7 files changed, 58 insertions(+), 86 deletions(-)