linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 00/13] dmaengine/dw_dmac: Extending support & minor fixes
@ 2011-03-03 10:17 Viresh Kumar
  2011-03-03 10:17 ` [PATCH V2 01/13] dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK Viresh Kumar
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Viresh Kumar @ 2011-03-03 10:17 UTC (permalink / raw)
  To: linux-arm-kernel

Following set of patches extends dw_dmac support and fixes minor bugs.

Changes since V1:
I had few more patches that i prepared today. I wasn't sure if i should
add them to existing patchset, but as they are very much associated to this
patchset, i added them here.

Following new patches have been added in V2:
- dw_dmac: Replace module_init() with subsys_initcall()
- dw_dmac: Change value of DWC_MAX_COUNT to 4095
- dw_dmac: Changing type of src_master and dest_master to u8
- dw_dmac: Setting Default Burst length for transfers as 16
- Allow src/dst msize & flow controller to be configured at runtime
- at32ap700x: Specify DMA Flow Controller, Src and Dst msize or burst size

Other than this following are changes after getting review comments on V1:
- Added driver dependency on HAVE_CLK & fixed commit message issues
- Added descriptive commit message in: "Calling dwc_scan_descriptors from..."
- Aligned struct instance in: "Mark all tx_descriptors with..." 
- Removed: "dw_dmac: call dwc_scan_descriptor from dwc_issue_pending..." as it
  was already commited in linux-next.

Viresh KUMAR (1):
  dw_dmac: Allow src/dst msize & flow controller to be configured at
    runtime

Viresh Kumar (12):
  dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK
  dw_dmac: Replace module_init() with subsys_initcall()
  dw_dmac: Move single descriptor from dwc->queue to dwc->active_list
    in dwc_complete_all
  dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after
    taking lock
  dw_dmac: Adding support for 64 bit access width for memcpy xfers
  dw_dmac: Change value of DWC_MAX_COUNT to 4095.
  dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finish
  dw_dmac: Pass Channel Allocation Order from platform_data
  dw_dmac: Pass Channel Priority from platform_data
  dw_dmac: Changing type of src_master and dest_master to u8.
  dw_dmac: Setting Default Burst length for transfers as 16.
  avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msize or
    burst size

 arch/avr32/mach-at32ap/at32ap700x.c |    9 +++++
 drivers/dma/Kconfig                 |    2 +-
 drivers/dma/dw_dmac.c               |   67 +++++++++++++++++++++++------------
 drivers/dma/dw_dmac_regs.h          |    4 ++
 include/linux/dw_dmac.h             |   43 +++++++++++++++++++++--
 5 files changed, 98 insertions(+), 27 deletions(-)

-- 
1.7.2.2

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

end of thread, other threads:[~2011-03-06 19:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 10:17 [PATCH V2 00/13] dmaengine/dw_dmac: Extending support & minor fixes Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 01/13] dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 02/13] dw_dmac: Replace module_init() with subsys_initcall() Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 03/13] dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_all Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 04/13] dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 05/13] dw_dmac: Adding support for 64 bit access width for memcpy xfers Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 06/13] dw_dmac: Change value of DWC_MAX_COUNT to 4095 Viresh Kumar
2011-03-04  9:56   ` viresh kumar
2011-03-03 10:17 ` [PATCH V2 07/13] dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finish Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 08/13] dw_dmac: Pass Channel Allocation Order from platform_data Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 09/13] dw_dmac: Pass Channel Priority " Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 10/13] dw_dmac: Changing type of src_master and dest_master to u8 Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 11/13] dw_dmac: Allow src/dst msize & flow controller to be configured at runtime Viresh Kumar
2011-03-04  9:57   ` viresh kumar
2011-03-03 10:17 ` [PATCH V2 12/13] dw_dmac: Setting Default Burst length for transfers as 16 Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 13/13] avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msize Viresh Kumar
2011-03-04 10:12 ` [PATCH 06/13 resend] dw_dmac: Change value of DWC_MAX_COUNT to 4095 Viresh Kumar
2011-03-04 10:12 ` [PATCH 11/13 resend] dw_dmac: Allow src/dst msize & flow controller to be configured at runtime Viresh Kumar
2011-03-06 19:45 ` [PATCH V2 00/13] dmaengine/dw_dmac: Extending support & minor fixes Koul, Vinod

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).