public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/6] dmaengine: axi-dmac: add support for reading bus attributes from register
@ 2020-08-25 15:19 Alexandru Ardelean
  2020-08-25 15:19 ` [RESEND PATCH v2 1/6] dmaengine: axi-dmac: move version read in probe Alexandru Ardelean
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alexandru Ardelean @ 2020-08-25 15:19 UTC (permalink / raw)
  To: dmaengine, linux-kernel
  Cc: vkoul, lars, dan.j.williams, ardeleanalex, Alexandru Ardelean

The series adds support for reading the DMA bus attributes from the
INTERFACE_DESCRIPTION (0x10) register.

The first 5 changes are a bit of rework prior to adding the actual
change in patch 6, as things need to be shifted around a bit, to enable 
the clock to be enabled earlier, to be able to read the version
register.

Changelog v1 -> v2:
* fixed error-exit paths for the clock move patch
  i.e. 'dmaengine: axi-dmac: move clock enable earlier'
* fixed error-exit path for patch
  'axi-dmac: wrap channel parameter adjust into function'
* added patch 'dmaengine: axi-dmac: move active_descs list init after device-tree init'
  the list of active_descs can be moved a bit lower in the init/probe
*** BLURB HERE ***

Alexandru Ardelean (6):
  dmaengine: axi-dmac: move version read in probe
  dmaengine: axi-dmac: move active_descs list init after device-tree
    init
  dmaengine: axi-dmac: move clock enable earlier
  dmaengine: axi-dmac: wrap entire dt parse in a function
  dmaengine: axi-dmac: wrap channel parameter adjust into function
  dmaengine: axi-dmac: add support for reading bus attributes from
    registers

 drivers/dma/dma-axi-dmac.c | 138 ++++++++++++++++++++++++++++---------
 1 file changed, 107 insertions(+), 31 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-08-25 15:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-25 15:19 [RESEND PATCH v2 0/6] dmaengine: axi-dmac: add support for reading bus attributes from register Alexandru Ardelean
2020-08-25 15:19 ` [RESEND PATCH v2 1/6] dmaengine: axi-dmac: move version read in probe Alexandru Ardelean
2020-08-25 15:19 ` [RESEND PATCH v2 2/6] dmaengine: axi-dmac: move active_descs list init after device-tree init Alexandru Ardelean
2020-08-25 15:19 ` [RESEND PATCH v2 3/6] dmaengine: axi-dmac: move clock enable earlier Alexandru Ardelean
2020-08-25 15:19 ` [RESEND PATCH v2 4/6] dmaengine: axi-dmac: wrap entire dt parse in a function Alexandru Ardelean
2020-08-25 15:19 ` [RESEND PATCH v2 5/6] dmaengine: axi-dmac: wrap channel parameter adjust into function Alexandru Ardelean
2020-08-25 15:19 ` [RESEND PATCH v2 6/6] dmaengine: axi-dmac: add support for reading bus attributes from registers Alexandru Ardelean
2020-08-25 15:37 ` [RESEND PATCH v2 0/6] dmaengine: axi-dmac: add support for reading bus attributes from register Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox