All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] soc: qcom: rpmh: fix kernel-doc issues
@ 2026-08-02 13:28 Maulik Shah
  2026-08-02 13:28 ` [PATCH 1/3] soc: qcom: rpmh-internal: fix kernel-doc issues in rpmh-internal.h Maulik Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Maulik Shah @ 2026-08-02 13:28 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio; +Cc: linux-arm-msm, linux-kernel, Maulik Shah

Fix several kernel-doc issues across the rpmh driver files:

- rpmh-internal.h: add missing @ver and @regs members to struct rsc_drv,
  add a missing kernel-doc block for struct rsc_ver, and update four
  struct comments to use the 'struct name -' format.

- rpmh.c: fix a typo in struct batch_cache_req title, fix function
  comment format for five functions, add a missing kernel-doc block for
  rpmh_tx_done(), add missing Return: tags to four functions, fix the
  struct cache_req format, and fix the inaccurate rpmh_write_batch()
  description which incorrectly stated that SLEEP/WAKE_ONLY requests
  are sent without caching.

- rpmh-rsc.c: fix copy-paste titles in rpmh_rsc_pd_callback() and
  rpmh_rsc_cpu_pm_callback() which both incorrectly read 'Check if any
  of the AMCs are busy'.

Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com>
---
Maulik Shah (3):
      soc: qcom: rpmh-internal: fix kernel-doc issues in rpmh-internal.h
      soc: qcom: rpmh: fix kernel-doc issues in rpmh.c
      soc: qcom: rpmh-rsc: fix kernel-doc issues in rpmh-rsc.c

 drivers/soc/qcom/rpmh-internal.h | 16 ++++++++++++----
 drivers/soc/qcom/rpmh-rsc.c      |  4 ++--
 drivers/soc/qcom/rpmh.c          | 40 ++++++++++++++++++++++++++++------------
 3 files changed, 42 insertions(+), 18 deletions(-)
---
base-commit: 415606a7be939835db9b0d6b711887586646346d
change-id: 20260802-b4b4-rpmh-kdoc-0216ab4b2597

Best regards,
--  
Maulik Shah <maulik.shah@oss.qualcomm.com>


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

end of thread, other threads:[~2026-08-18 11:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-02 13:28 [PATCH 0/3] soc: qcom: rpmh: fix kernel-doc issues Maulik Shah
2026-08-02 13:28 ` [PATCH 1/3] soc: qcom: rpmh-internal: fix kernel-doc issues in rpmh-internal.h Maulik Shah
2026-08-18 11:50   ` Konrad Dybcio
2026-08-02 13:28 ` [PATCH 2/3] soc: qcom: rpmh: fix kernel-doc issues in rpmh.c Maulik Shah
2026-08-18 11:53   ` Konrad Dybcio
2026-08-02 13:28 ` [PATCH 3/3] soc: qcom: rpmh-rsc: fix kernel-doc issues in rpmh-rsc.c Maulik Shah
2026-08-18 11:54   ` Konrad Dybcio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.