Linux SPI subsystem development
 help / color / mirror / Atom feed
* [PATCH v4 0/3] spi: geni-qcom: Undo runtime PM changes at driver exit time
@ 2024-09-09 13:28 Jinjie Ruan
  2024-09-09 13:28 ` [PATCH v4 1/3] " Jinjie Ruan
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jinjie Ruan @ 2024-09-09 13:28 UTC (permalink / raw)
  To: broonie, dianders, akashast, vkoul, linux-arm-msm, linux-spi,
	linux-kernel
  Cc: ruanjinjie

Fix two bugs for geni-qcom and use dev managed function
to simplify code.

Compile-tested only.

Changes in v4:
- Correct the "data" of devm_add_action_or_reset().
- Add reviewed-by.
- Update the commit message.

Changes in v3:
- Adjust the runtime PM patch to be the first.
- Use devm_pm_runtime_enable() to undo runtime PM changes.
- Land the rest of the cleanups afterwards.
- Update the commit message.

Changes in v2:
- Split out the device managed cleanup patch.
- PATCH -next -> PATCH
- Also fix the incorrect free_irq() sequence.


Jinjie Ruan (3):
  spi: geni-qcom: Undo runtime PM changes at driver exit time
  spi: geni-qcom: Fix incorrect free_irq() sequence
  spi: geni-qcom: Use devm functions to simplify code

 drivers/spi/spi-geni-qcom.c | 50 ++++++++++++++-----------------------
 1 file changed, 19 insertions(+), 31 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-09-14  1:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 13:28 [PATCH v4 0/3] spi: geni-qcom: Undo runtime PM changes at driver exit time Jinjie Ruan
2024-09-09 13:28 ` [PATCH v4 1/3] " Jinjie Ruan
2024-09-09 13:28 ` [PATCH v4 2/3] spi: geni-qcom: Fix incorrect free_irq() sequence Jinjie Ruan
2024-09-09 13:28 ` [PATCH v4 3/3] spi: geni-qcom: Use devm functions to simplify code Jinjie Ruan
2024-09-11 22:53   ` Doug Anderson
2024-09-12  3:53     ` Jinjie Ruan
2024-09-12 13:38       ` Doug Anderson
2024-09-13  6:44         ` Jinjie Ruan
2024-09-13 16:27           ` Doug Anderson
2024-09-14  1:17             ` Jinjie Ruan

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