mbox series

[0/3] Bluetooth: Convert to platform remove callback returning void

Message ID cover.1710193561.git.u.kleine-koenig@pengutronix.de
Headers show
Series Bluetooth: Convert to platform remove callback returning void | expand

Message

Uwe Kleine-König March 11, 2024, 9:49 p.m. UTC
Hello,

this series converts all platform drivers below drivers/bluetooth to
stop using struct platform_driver::remove(). See commit 5c5a7680e67b
("platform: Provide a remove callback that returns no value") for an
extended explanation and the eventual goal.

All conversations are trivial, because the driver's .remove() callbacks
returned zero unconditionally.

There are no interdependencies between these patches, still I'd expect
them to be picked up together. This is merge window material.

Best regards
Uwe

Uwe Kleine-König (3):
  Bluetooth: btqcomsmd: Convert to platform remove callback returning void
  Bluetooth: hci_bcm: Convert to platform remove callback returning void
  Bluetooth: hci_intel: Convert to platform remove callback returning void

 drivers/bluetooth/btqcomsmd.c | 6 ++----
 drivers/bluetooth/hci_bcm.c   | 6 ++----
 drivers/bluetooth/hci_intel.c | 6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)

base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd

Comments

patchwork-bot+bluetooth@kernel.org March 25, 2024, 4:40 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 11 Mar 2024 22:49:51 +0100 you wrote:
> Hello,
> 
> this series converts all platform drivers below drivers/bluetooth to
> stop using struct platform_driver::remove(). See commit 5c5a7680e67b
> ("platform: Provide a remove callback that returns no value") for an
> extended explanation and the eventual goal.
> 
> [...]

Here is the summary with links:
  - [1/3] Bluetooth: btqcomsmd: Convert to platform remove callback returning void
    https://git.kernel.org/bluetooth/bluetooth-next/c/5bffd666f4ac
  - [2/3] Bluetooth: hci_bcm: Convert to platform remove callback returning void
    https://git.kernel.org/bluetooth/bluetooth-next/c/526f6c35de83
  - [3/3] Bluetooth: hci_intel: Convert to platform remove callback returning void
    https://git.kernel.org/bluetooth/bluetooth-next/c/0dc3ce6b3c1f

You are awesome, thank you!