All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Stanley <joel@jms.id.au>
To: "Andrew Jeffery" <andrew@aj.id.au>, "Cédric Le Goater" <clg@kaod.org>
Cc: linux-aspeed@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org,
	Arnd Bergmann <arnd@arndb.de>
Subject: [PATCH 1/5] ARM: config: aspeed-g5: Enable 8250_DW quirks
Date: Tue, 12 Nov 2019 16:58:53 +1030	[thread overview]
Message-ID: <20191112062857.32638-2-joel@jms.id.au> (raw)
In-Reply-To: <20191112062857.32638-1-joel@jms.id.au>

This driver option is used by the AST2600 A0 boards to work around a
hardware issue.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 arch/arm/configs/aspeed_g5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig
index 597536cc9573..b87508c7056c 100644
--- a/arch/arm/configs/aspeed_g5_defconfig
+++ b/arch/arm/configs/aspeed_g5_defconfig
@@ -139,6 +139,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=6
 CONFIG_SERIAL_8250_EXTENDED=y
 CONFIG_SERIAL_8250_ASPEED_VUART=y
 CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_DW=y
 CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_ASPEED_KCS_IPMI_BMC=y
 CONFIG_ASPEED_BT_IPMI_BMC=y
-- 
2.24.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-11-12  6:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12  6:28 [PATCH 0/5] ARM: config: ASPEED updates for 5.5 Joel Stanley
2019-11-12  6:28 ` Joel Stanley [this message]
2019-11-12  8:26   ` [PATCH 1/5] ARM: config: aspeed-g5: Enable 8250_DW quirks Cédric Le Goater
2019-11-12  6:28 ` [PATCH 2/5] ARM: config: aspeed-g5: Add SGPIO and FSI drivers Joel Stanley
2019-11-12  8:28   ` Cédric Le Goater
2019-11-12  6:28 ` [PATCH 3/5] ARM: config: aspeed-g4: Add MMC, and cleanup Joel Stanley
2019-11-12  8:29   ` Cédric Le Goater
2019-11-12  6:28 ` [PATCH 4/5] ARM: configs: multi_v7: ASPEED network, gpio, FSI Joel Stanley
2019-11-12  8:29   ` Cédric Le Goater
2019-11-12  6:28 ` [PATCH 5/5] ARM: config: multi_v5: ASPEED SDHCI, SGPIO Joel Stanley
2019-11-12  8:29   ` Cédric Le Goater
2019-11-12  8:06 ` [PATCH 0/5] ARM: config: ASPEED updates for 5.5 Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191112062857.32638-2-joel@jms.id.au \
    --to=joel@jms.id.au \
    --cc=andrew@aj.id.au \
    --cc=arnd@arndb.de \
    --cc=clg@kaod.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.