* [PATCH AUTOSEL 4.19 05/11] ARM: config: aspeed-g5: Enable 8250_DW quirks [not found] <20200124011747.18575-1-sashal@kernel.org> @ 2020-01-24 1:17 ` Sasha Levin 2020-01-24 1:21 ` Joel Stanley 0 siblings, 1 reply; 3+ messages in thread From: Sasha Levin @ 2020-01-24 1:17 UTC (permalink / raw) To: linux-kernel, stable Cc: Sasha Levin, Arnd Bergmann, linux-aspeed, Joel Stanley, linux-arm-kernel, Cédric Le Goater From: Joel Stanley <joel@jms.id.au> [ Upstream commit a5331a7a87ec81d5228b7421acf831b2d0c0de26 ] This driver option is used by the AST2600 A0 boards to work around a hardware issue. Reviewed-by: Cédric Le Goater <clg@kaod.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Sasha Levin <sashal@kernel.org> --- 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 02fa3a41add5c..247be6c23d2c6 100644 --- a/arch/arm/configs/aspeed_g5_defconfig +++ b/arch/arm/configs/aspeed_g5_defconfig @@ -138,6 +138,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.20.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH AUTOSEL 4.19 05/11] ARM: config: aspeed-g5: Enable 8250_DW quirks 2020-01-24 1:17 ` [PATCH AUTOSEL 4.19 05/11] ARM: config: aspeed-g5: Enable 8250_DW quirks Sasha Levin @ 2020-01-24 1:21 ` Joel Stanley 2020-01-24 20:29 ` Sasha Levin 0 siblings, 1 reply; 3+ messages in thread From: Joel Stanley @ 2020-01-24 1:21 UTC (permalink / raw) To: Sasha Levin Cc: Arnd Bergmann, linux-aspeed, Linux Kernel Mailing List, stable, Cédric Le Goater, Linux ARM HI Sasha, On Fri, 24 Jan 2020 at 01:17, Sasha Levin <sashal@kernel.org> wrote: > > From: Joel Stanley <joel@jms.id.au> > > [ Upstream commit a5331a7a87ec81d5228b7421acf831b2d0c0de26 ] > > This driver option is used by the AST2600 A0 boards to work around a > hardware issue. This hardware was only supported from 5.4+, so I think we can drop this patch. Cheers, Joel > > Reviewed-by: Cédric Le Goater <clg@kaod.org> > Acked-by: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: Joel Stanley <joel@jms.id.au> > Signed-off-by: Sasha Levin <sashal@kernel.org> > --- > 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 02fa3a41add5c..247be6c23d2c6 100644 > --- a/arch/arm/configs/aspeed_g5_defconfig > +++ b/arch/arm/configs/aspeed_g5_defconfig > @@ -138,6 +138,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.20.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH AUTOSEL 4.19 05/11] ARM: config: aspeed-g5: Enable 8250_DW quirks 2020-01-24 1:21 ` Joel Stanley @ 2020-01-24 20:29 ` Sasha Levin 0 siblings, 0 replies; 3+ messages in thread From: Sasha Levin @ 2020-01-24 20:29 UTC (permalink / raw) To: Joel Stanley Cc: Arnd Bergmann, linux-aspeed, Linux Kernel Mailing List, stable, Cédric Le Goater, Linux ARM On Fri, Jan 24, 2020 at 01:21:40AM +0000, Joel Stanley wrote: >HI Sasha, > >On Fri, 24 Jan 2020 at 01:17, Sasha Levin <sashal@kernel.org> wrote: >> >> From: Joel Stanley <joel@jms.id.au> >> >> [ Upstream commit a5331a7a87ec81d5228b7421acf831b2d0c0de26 ] >> >> This driver option is used by the AST2600 A0 boards to work around a >> hardware issue. > >This hardware was only supported from 5.4+, so I think we can drop this patch. I'll drop it for 4.19 and older, thanks! -- Thanks, Sasha _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-24 20:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200124011747.18575-1-sashal@kernel.org>
2020-01-24 1:17 ` [PATCH AUTOSEL 4.19 05/11] ARM: config: aspeed-g5: Enable 8250_DW quirks Sasha Levin
2020-01-24 1:21 ` Joel Stanley
2020-01-24 20:29 ` Sasha Levin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).