mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/4] serial: atmel: cleanup code
@ 2022-06-16 14:00 Claudiu Beznea
  2022-06-16 14:00 ` [PATCH v3 1/4] tty: serial: atmel: stop using legacy pm ops Claudiu Beznea
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Claudiu Beznea @ 2022-06-16 14:00 UTC (permalink / raw)
  To: richard.genoud, gregkh, jirislaby, nicolas.ferre,
	alexandre.belloni, patrice.chotard
  Cc: linux-serial, linux-arm-kernel, linux-kernel, Claudiu Beznea

Hi,

The following patches does some cleanup for atmel_serial driver by
switching to dev_pm_ops and improving clock management code. Along with
it I took the chance and introduced a patch for st-asc which removes the
include of pm_runtime.h.

Thank you,
Claudiu Beznea

Changes in v3:
- removed "int ret;" from atmel_console_setup() as suggested in
  the review of v1
  
Changes in v2:
- split patch 2/3 from v1 in patch 2/4 and patch 3/4 in this
  series
- collected tags

Claudiu Beznea (4):
  tty: serial: atmel: stop using legacy pm ops
  tty: serial: atmel: use devm_clk_get()
  tty: serial: atmel: remove enable/disable clock due to
    atmel_console_setup()
  serial: st-asc: remove include of pm_runtime.h

 drivers/tty/serial/atmel_serial.c | 94 +++++++++----------------------
 drivers/tty/serial/st-asc.c       |  1 -
 2 files changed, 26 insertions(+), 69 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-17 13:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 14:00 [PATCH v3 0/4] serial: atmel: cleanup code Claudiu Beznea
2022-06-16 14:00 ` [PATCH v3 1/4] tty: serial: atmel: stop using legacy pm ops Claudiu Beznea
2022-06-16 14:00 ` [PATCH v3 2/4] tty: serial: atmel: use devm_clk_get() Claudiu Beznea
2022-06-17 13:06   ` Richard Genoud
2022-06-16 14:00 ` [PATCH v3 3/4] tty: serial: atmel: remove enable/disable clock due to atmel_console_setup() Claudiu Beznea
2022-06-17 13:06   ` Richard Genoud
2022-06-16 14:00 ` [PATCH v3 4/4] serial: st-asc: remove include of pm_runtime.h Claudiu Beznea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome