Re: [PATCHv2] serial: 8250: omap: Fix idling of clocks for unused uarts

From: Tony Lindgren
Date: Fri May 04 2018 - 13:39:39 EST


* Tony Lindgren <tony@xxxxxxxxxxx> [180504 17:33]:
> I noticed that unused UARTs won't necessarily idle properly always
> unless at least one byte tx transfer is done first.
> ---
> arch/arm/mach-actions/platsmp.c | 6 +++---
> arch/arm/mach-exynos/platsmp.c | 12 ++++++------
> arch/arm/mach-hisi/platmcpm.c | 22 +++++++++++-----------
> arch/arm/mach-omap2/omap-smp.c | 10 +++++-----
> arch/arm/mach-prima2/platsmp.c | 10 +++++-----
> arch/arm/mach-qcom/platsmp.c | 10 +++++-----
> arch/arm/mach-spear/platsmp.c | 10 +++++-----
> arch/arm/mach-sti/platsmp.c | 10 +++++-----
> arch/arm/mach-sunxi/mc_smp.c | 20 ++++++++++----------
> arch/arm/plat-versatile/platsmp.c | 10 +++++-----
> drivers/tty/serial/8250/8250_omap.c | 16 +++++++++++++++-
> 11 files changed, 75 insertions(+), 61 deletions(-)

Uhh sorry I managed to commit also a patch I was testing while
updating patch comments.. Will send out v3 shortly, this can be
ignored.

Regards,

Tony