[PATCH 00/11] firmware: Convert to platform remove callback returning void

Uwe Kleine-König posted 11 patches 8 months, 3 weeks ago
There is a newer version of this series
drivers/firmware/arm_scmi/driver.c       | 6 ++----
drivers/firmware/arm_scpi.c              | 6 ++----
drivers/firmware/google/coreboot_table.c | 5 ++---
drivers/firmware/imx/imx-dsp.c           | 6 ++----
drivers/firmware/mtk-adsp-ipc.c          | 6 ++----
drivers/firmware/qemu_fw_cfg.c           | 5 ++---
drivers/firmware/raspberrypi.c           | 6 ++----
drivers/firmware/stratix10-rsu.c         | 5 ++---
drivers/firmware/stratix10-svc.c         | 6 ++----
drivers/firmware/turris-mox-rwtm.c       | 6 ++----
drivers/firmware/xilinx/zynqmp.c         | 6 ++----
11 files changed, 22 insertions(+), 41 deletions(-)
[PATCH 00/11] firmware: Convert to platform remove callback returning void
Posted by Uwe Kleine-König 8 months, 3 weeks ago
Hello,

this series converts all platform drivers below drivers/firmware that
make use of .remove() to use .remove_new() instead.

See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for an extended explanation and the eventual goal.
The TL;DR; is to make it harder for driver authors to leak resources
without noticing. The drivers here get it right though and so can be
converted trivially.

This is merge window material. There doesn't seem to be a maintainer for
all of drivers/firmware and I don't know how patch application works
there usually.  All patches are pairwise independent, so they can be
applied individually.

Best regards
Uwe

Uwe Kleine-König (11):
  firmware: arm_scmi: Convert to platform remove callback returning void
  firmware: arm_scpi: Convert to platform remove callback returning void
  firmware: coreboot_table: Convert to platform remove callback returning void
  firmware: imx-dsp: Convert to platform remove callback returning void
  firmware: mtk-adsp-ipc: Convert to platform remove callback returning void
  firmware: qemu_fw_cfg: Convert to platform remove callback returning void
  firmware: raspberrypi: Convert to platform remove callback returning void
  firmware: stratix10-rsu: Convert to platform remove callback returning void
  firmware: stratix10-svc: Convert to platform remove callback returning void
  firmware: turris-mox-rwtm: Convert to platform remove callback returning void
  firmware: zynqmp: Convert to platform remove callback returning void

 drivers/firmware/arm_scmi/driver.c       | 6 ++----
 drivers/firmware/arm_scpi.c              | 6 ++----
 drivers/firmware/google/coreboot_table.c | 5 ++---
 drivers/firmware/imx/imx-dsp.c           | 6 ++----
 drivers/firmware/mtk-adsp-ipc.c          | 6 ++----
 drivers/firmware/qemu_fw_cfg.c           | 5 ++---
 drivers/firmware/raspberrypi.c           | 6 ++----
 drivers/firmware/stratix10-rsu.c         | 5 ++---
 drivers/firmware/stratix10-svc.c         | 6 ++----
 drivers/firmware/turris-mox-rwtm.c       | 6 ++----
 drivers/firmware/xilinx/zynqmp.c         | 6 ++----
 11 files changed, 22 insertions(+), 41 deletions(-)

base-commit: 39676dfe52331dba909c617f213fdb21015c8d10
-- 
2.43.0