Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] serial: qcom-geni: Reuse common GENI framework helpers
@ 2026-07-20 15:07 Praveen Talari
  2026-07-20 15:07 ` [PATCH 1/3] serial: qcom-geni: Use common GENI resource initialisation helpers Praveen Talari
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Praveen Talari @ 2026-07-20 15:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, konrad.dybcio, bjorn.andersson
  Cc: linux-arm-msm, linux-kernel, linux-serial, chandana.chiluveru,
	mukesh.savaliya, Praveen Talari

The Serial driver currently maintains several helpers that duplicate
functionality already available in the GENI core, including resource
initialisation, power-domain attachment, runtime PM resource
management, and perf-level selection.

Replace these with common GENI helper APIs for resource initialization,
runtime PM resource management, and performance-level configuration.  This
reduces code duplication and centralizes GENI resource handling.

Signed-off-by: Praveen Talari <praveen.talari@oss.qualcomm.com>
---
Praveen Talari (3):
      serial: qcom-geni: Use common GENI resource initialisation helpers
      serial: qcom-geni: Use resources helper APIs in runtime PM functions
      serial: qcom-geni: Use geni_se_set_perf_level() for baud rate perf level

 drivers/tty/serial/qcom_geni_serial.c | 204 ++++++----------------------------
 1 file changed, 34 insertions(+), 170 deletions(-)
---
base-commit: 782f4dbd1794b4f30dc116a7ca42c5962c409be8
change-id: 20260720-reuse_common_geni_framework_helpers-787081bd61a7

Best regards,
--  
Praveen Talari <praveen.talari@oss.qualcomm.com>


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

end of thread, other threads:[~2026-07-30 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20 15:07 [PATCH 0/3] serial: qcom-geni: Reuse common GENI framework helpers Praveen Talari
2026-07-20 15:07 ` [PATCH 1/3] serial: qcom-geni: Use common GENI resource initialisation helpers Praveen Talari
2026-07-20 15:07 ` [PATCH 2/3] serial: qcom-geni: Use resources helper APIs in runtime PM functions Praveen Talari
2026-07-20 15:07 ` [PATCH 3/3] serial: qcom-geni: Use geni_se_set_perf_level() for baud rate perf level Praveen Talari
2026-07-30 15:00 ` [PATCH 0/3] serial: qcom-geni: Reuse common GENI framework helpers Greg Kroah-Hartman

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