mbox series

[0/5] ARM: config: ASPEED updates for 5.5

Message ID 20191112062857.32638-1-joel@jms.id.au
Headers show
Series ARM: config: ASPEED updates for 5.5 | expand

Message

Joel Stanley Nov. 12, 2019, 6:28 a.m. UTC
Here are some additions to the defconfigs for ASPEED machines that I
intend on sending for 5.5.

If you have time to ack them that would be appreciated.

Joel Stanley (5):
  ARM: config: aspeed-g5: Enable 8250_DW quirks
  ARM: config: aspeed-g5: Add SGPIO and FSI drivers
  ARM: config: aspeed-g4: Add MMC, and cleanup
  ARM: configs: multi_v7: ASPEED network, gpio, FSI
  ARM: config: multi_v5: ASPEED SDHCI, SGPIO

 arch/arm/configs/aspeed_g4_defconfig | 18 ++++++++++++------
 arch/arm/configs/aspeed_g5_defconfig |  4 ++++
 arch/arm/configs/multi_v5_defconfig  |  4 ++++
 arch/arm/configs/multi_v7_defconfig  |  9 +++++++++
 4 files changed, 29 insertions(+), 6 deletions(-)

Comments

Arnd Bergmann Nov. 12, 2019, 8:06 a.m. UTC | #1
On Tue, Nov 12, 2019 at 7:29 AM Joel Stanley <joel@jms.id.au> wrote:
>
> Here are some additions to the defconfigs for ASPEED machines that I
> intend on sending for 5.5.
>
> If you have time to ack them that would be appreciated.

These all look good to me

Acked-by: Arnd Bergmann <arnd@arndb.de>