devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller
@ 2015-04-01  6:22 Yoshihiro Shimoda
  2015-04-01  6:22 ` [PATCH v4 1/2] dmaengine: renesas,usb-dmac: Add device tree bindings documentation Yoshihiro Shimoda
       [not found] ` <1427869365-2068-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2015-04-01  6:22 UTC (permalink / raw)
  To: vinod.koul, dan.j.williams, laurent.pinchart, horms,
	kuninori.morimoto.gx, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak
  Cc: dmaengine, linux-sh, devicetree, Yoshihiro Shimoda

This patch set is based on slave-dma.git / next branch.
(commit id = 739e9c81155e74ca7acfa152eea4e8c055fe35b8)

Changes from v3:
 - Call devm_free_irq() in usb_dmac_chan_remove() to prevent the isr gets
   triggered after this driver have freed up stuff.

Changes from v2:
 - Change descriptor management to store the residue in descriptor instead
   of the channel.
 - Change acceptable any sg_len.
 - Modify usb_dmac_tx_status() to calculate the residue for flight
   descriptors.
 - Remove a local tasklet.
 - Remove #ifdef CONFIG_PM.
 Remarks: No change in patch [1/2].

Changes from v1:
 - Use virt-dma infrastructure instead of local descriptor management.
 - Change acceptable sg_len to 1.
   (because a client driver will use dmaengine_prep_slave_single().)
 - Remove usb_dmac_sleep_{suspend,resume} functions.
 - Add usb_dmac_chan_halt() in usb_dmac_runtime_suspend().
 - Use a tasklet instead of a kernel thread.
 - Add tasklet_kill() in usb_dmac_remove().
 - Fix MODULE_AUTHOR string.
 Remarks: No change in patch [1/2].

Yoshihiro Shimoda (2):
  dmaengine: renesas,usb-dmac: Add device tree bindings documentation
  dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver

 .../devicetree/bindings/dma/renesas,usb-dmac.txt   |  37 +
 drivers/dma/sh/Kconfig                             |   9 +
 drivers/dma/sh/Makefile                            |   1 +
 drivers/dma/sh/usb-dmac.c                          | 910 +++++++++++++++++++++
 4 files changed, 957 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
 create mode 100644 drivers/dma/sh/usb-dmac.c

-- 
1.9.1


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

end of thread, other threads:[~2015-04-02  7:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01  6:22 [PATCH v4 0/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller Yoshihiro Shimoda
2015-04-01  6:22 ` [PATCH v4 1/2] dmaengine: renesas,usb-dmac: Add device tree bindings documentation Yoshihiro Shimoda
     [not found] ` <1427869365-2068-1-git-send-email-yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2015-04-01  6:22   ` [PATCH v4 2/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver Yoshihiro Shimoda
2015-04-02  7:28   ` [PATCH v4 0/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller Vinod Koul

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