mbox series

[0/4] serial: s5p: Cleanups

Message ID 20231107190601.17151-1-semen.protsenko@linaro.org
Headers show
Series serial: s5p: Cleanups | expand

Message

Sam Protsenko Nov. 7, 2023, 7:05 p.m. UTC
A small collection of cleanup patches for serial_s5p.c driver. Should
induce no functional changes.

Sam Protsenko (4):
  serial: s5p: Remove common.h inclusion
  serial: s5p: Use livetree API to get "id" property
  serial: s5p: Use named constants for register values
  serial: s5p: Improve coding style

 drivers/serial/serial_s5p.c | 71 +++++++++++++++++++++----------------
 1 file changed, 40 insertions(+), 31 deletions(-)

Comments

Sam Protsenko Nov. 21, 2023, 5:40 p.m. UTC | #1
On Tue, Nov 7, 2023 at 1:06 PM Sam Protsenko <semen.protsenko@linaro.org> wrote:
>
> A small collection of cleanup patches for serial_s5p.c driver. Should
> induce no functional changes.
>
> Sam Protsenko (4):
>   serial: s5p: Remove common.h inclusion
>   serial: s5p: Use livetree API to get "id" property
>   serial: s5p: Use named constants for register values
>   serial: s5p: Improve coding style
>
>  drivers/serial/serial_s5p.c | 71 +++++++++++++++++++++----------------
>  1 file changed, 40 insertions(+), 31 deletions(-)
>
> --

+ Minkyu

Just a kind reminder to review this series.

Thanks!

> 2.39.2
>
Minkyu Kang Nov. 28, 2023, 2:59 a.m. UTC | #2
Hi!

2023년 11월 22일 (수) 02:40, Sam Protsenko <semen.protsenko@linaro.org>님이 작성:

> On Tue, Nov 7, 2023 at 1:06 PM Sam Protsenko <semen.protsenko@linaro.org>
> wrote:
> >
> > A small collection of cleanup patches for serial_s5p.c driver. Should
> > induce no functional changes.
> >
> > Sam Protsenko (4):
> >   serial: s5p: Remove common.h inclusion
> >   serial: s5p: Use livetree API to get "id" property
> >   serial: s5p: Use named constants for register values
> >   serial: s5p: Improve coding style
> >
> >  drivers/serial/serial_s5p.c | 71 +++++++++++++++++++++----------------
> >  1 file changed, 40 insertions(+), 31 deletions(-)
> >
> > --
>
> + Minkyu
>
> Just a kind reminder to review this series.
>
> Thanks!
>
> > 2.39.2
> >


applied to u-boot-samsung.

Thanks.
Minkyu Kang.