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

Andy Shevchenko posted 3 patches 1 month, 3 weeks ago
.../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(-)
[PATCH v1 0/3] dmaengine: acpi: devm APIs and other cleanups
Posted by Andy Shevchenko 1 month, 3 weeks ago
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(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v1 0/3] dmaengine: acpi: devm APIs and other cleanups
Posted by Vinod Koul 1 month, 2 weeks ago
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,
-- 
~Vinod