Re: [PATCH v10 3/3] tty: samsung_tty: 32-bit access for TX/RX hold registers

2020-05-18 Thread Jiri Slaby
On 06. 05. 20, 10:02, Hyunki Koo wrote: > Support 32-bit access for the TX/RX hold registers UTXH and URXH. > > This is required for some newer SoCs. > > Signed-off-by: Hyunki Koo > Reviewed-by: Krzysztof Kozlowski > Tested on Odroid HC1 (Exynos5422): > Tested-by: Krzysztof Kozlowski > --- >

RE: [PATCH v10 3/3] tty: samsung_tty: 32-bit access for TX/RX hold registers

2020-05-06 Thread Hyunki Koo
On 5/6/20 8:03 PM, Bartlomiej Zolnierkiewicz wrote: > On 5/6/20 10:02 AM, Hyunki Koo wrote: > > Support 32-bit access for the TX/RX hold registers UTXH and URXH. > > > > This is required for some newer SoCs. > > Krzysztof has asked this previously but I couldn't find the answer in > previous

Re: [PATCH v10 3/3] tty: samsung_tty: 32-bit access for TX/RX hold registers

2020-05-06 Thread Bartlomiej Zolnierkiewicz
Hi! On 5/6/20 10:02 AM, Hyunki Koo wrote: > Support 32-bit access for the TX/RX hold registers UTXH and URXH. > > This is required for some newer SoCs. Krzysztof has asked this previously but I couldn't find the answer in previous mails: Do you plan to upstream support for these newer SoCs?

[PATCH v10 3/3] tty: samsung_tty: 32-bit access for TX/RX hold registers

2020-05-06 Thread Hyunki Koo
Support 32-bit access for the TX/RX hold registers UTXH and URXH. This is required for some newer SoCs. Signed-off-by: Hyunki Koo Reviewed-by: Krzysztof Kozlowski Tested on Odroid HC1 (Exynos5422): Tested-by: Krzysztof Kozlowski --- drivers/tty/serial/samsung_tty.c | 62