[0/6] SPMI patches for v6.4

Message ID 20230413223834.4084793-1-sboyd@kernel.org
Headers
Series SPMI patches for v6.4 |

Message

Stephen Boyd April 13, 2023, 10:38 p.m. UTC
  Hi Greg,

Here's the pile of SPMI patches for the next merge window. They're
mostly cleanups, one batch migrates drivers to the new platform driver
remove function and another drops of_match_ptr() from the Mediatek
driver. There's also some kernel-doc warning fixes and we allow the
'remove' callback for spmi drivers to be optional so that drivers that
don't have one don't oops when they're unbound.

Jishnu Prakash (1):
  spmi: Add a check for remove callback when removing a SPMI driver

Krzysztof Kozlowski (1):
  spmi: mtk-pmif: Drop of_match_ptr for ID table

Randy Dunlap (1):
  spmi: fix W=1 kernel-doc warnings

Uwe Kleine-König (3):
  spmi: hisi-spmi-controller: Convert to platform remove callback
    returning void
  spmi: mtk-pmif: Convert to platform remove callback returning void
  spmi: pmic-arb: Convert to platform remove callback returning void

 drivers/spmi/hisi-spmi-controller.c | 5 ++---
 drivers/spmi/spmi-mtk-pmif.c        | 7 +++----
 drivers/spmi/spmi-pmic-arb.c        | 9 ++++-----
 drivers/spmi/spmi.c                 | 8 +++++---
 4 files changed, 14 insertions(+), 15 deletions(-)