mbox series

[v1,0/3] dmaengine: acpi: devm APIs and other cleanups

Message ID 20241007150436.2183575-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series dmaengine: acpi: devm APIs and other cleanups | expand

Message

Andy Shevchenko Oct. 7, 2024, 3:03 p.m. UTC
Here is a set of a few cleanups mostly related to ACPI DMA devm APIs.
No functional changes intended.

Andy Shevchenko (3):
  dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()
  dmaengine: acpi: Simplify devm_acpi_dma_controller_register()
  dmaengine: acpi: Clean up headers

 .../driver-api/driver-model/devres.rst        |  1 -
 drivers/dma/acpi-dma.c                        | 43 ++++++-------------
 include/linux/acpi_dma.h                      |  9 ++--
 3 files changed, 15 insertions(+), 38 deletions(-)

Comments

Vinod Koul Oct. 14, 2024, 6:32 p.m. UTC | #1
On Mon, 07 Oct 2024 18:03:22 +0300, Andy Shevchenko wrote:
> Here is a set of a few cleanups mostly related to ACPI DMA devm APIs.
> No functional changes intended.
> 
> Andy Shevchenko (3):
>   dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()
>   dmaengine: acpi: Simplify devm_acpi_dma_controller_register()
>   dmaengine: acpi: Clean up headers
> 
> [...]

Applied, thanks!

[1/3] dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()
      commit: 6e3ea06240adfef7b46e2338dd824541c31de06d
[2/3] dmaengine: acpi: Simplify devm_acpi_dma_controller_register()
      commit: c0fecce865535f77e7a8220175b126392dfe99dc
[3/3] dmaengine: acpi: Clean up headers
      commit: 662f045332addc961940e48eb920caa954abbf09

Best regards,