devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] DMA40 SRAM refactoring and cleanup
@ 2023-04-17  7:55 Linus Walleij
  2023-04-17  7:55 ` [PATCH 1/7] dt-bindings: dma: dma40: Prefer to pass sram through phandle Linus Walleij
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Linus Walleij @ 2023-04-17  7:55 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Krzysztof Kozlowski
  Cc: dmaengine, devicetree, linux-kernel, linux-arm-kernel,
	Linus Walleij

I started out by augmenting the STE DMA40 driver to get
its LCPA SRAM memory from a proper SRAM handle in the
device tree instead of as a reg cell, and then I saw
that the driver was in a bit of sad state so I did a bit
of cleanups on top.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (7):
      dt-bindings: dma: dma40: Prefer to pass sram through phandle
      dmaengine: ste_dma40: Get LCPA SRAM from SRAM node
      dmaengine: ste_dma40: Add dev helper variable
      dmaengine: ste_dma40: Remove platform data
      dmaengine: ste_dma40: Pass dev to OF function
      dmaengine: ste_dma40: Use managed resources
      dmaengine: ste_dma40: Return error codes properly

 .../devicetree/bindings/dma/stericsson,dma40.yaml  |  35 ++-
 drivers/dma/Kconfig                                |   1 +
 drivers/dma/ste_dma40.c                            | 336 +++++++++------------
 .../dma-ste-dma40.h => drivers/dma/ste_dma40.h     | 101 +------
 drivers/dma/ste_dma40_ll.c                         |   3 +-
 5 files changed, 182 insertions(+), 294 deletions(-)
---
base-commit: fe15c26ee26efa11741a7b632e9f23b01aca4cc6
change-id: 20230417-ux500-dma40-cleanup-fe4f8d9b19c5

Best regards,
-- 
Linus Walleij <linus.walleij@linaro.org>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-04-18 22:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17  7:55 [PATCH 0/7] DMA40 SRAM refactoring and cleanup Linus Walleij
2023-04-17  7:55 ` [PATCH 1/7] dt-bindings: dma: dma40: Prefer to pass sram through phandle Linus Walleij
2023-04-18 16:22   ` Krzysztof Kozlowski
2023-04-18 22:41   ` Rob Herring
2023-04-17  7:55 ` [PATCH 2/7] dmaengine: ste_dma40: Get LCPA SRAM from SRAM node Linus Walleij
2023-04-17 19:54   ` kernel test robot
2023-04-18  7:52   ` kernel test robot
2023-04-17  7:55 ` [PATCH 3/7] dmaengine: ste_dma40: Add dev helper variable Linus Walleij
2023-04-17  7:55 ` [PATCH 4/7] dmaengine: ste_dma40: Remove platform data Linus Walleij
2023-04-17  7:55 ` [PATCH 5/7] dmaengine: ste_dma40: Pass dev to OF function Linus Walleij
2023-04-17  7:55 ` [PATCH 6/7] dmaengine: ste_dma40: Use managed resources Linus Walleij
2023-04-17  7:55 ` [PATCH 7/7] dmaengine: ste_dma40: Return error codes properly Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).