All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller
@ 2015-03-11  5:39 ` Yoshihiro Shimoda
  0 siblings, 0 replies; 18+ messages in thread
From: Yoshihiro Shimoda @ 2015-03-11  5:39 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 = d826e611272a3eaf5a078b14b1f00f1017efe4d2)

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                          | 724 +++++++++++++++++++++
 4 files changed, 771 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] 18+ messages in thread

end of thread, other threads:[~2015-04-01  4:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11  5:39 [PATCH v2 0/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller Yoshihiro Shimoda
2015-03-11  5:39 ` Yoshihiro Shimoda
2015-03-11  5:39 ` [PATCH v2 1/2] dmaengine: renesas,usb-dmac: Add device tree bindings documentation Yoshihiro Shimoda
2015-03-11  5:39   ` Yoshihiro Shimoda
2015-03-11  5:39 ` [PATCH v2 2/2] dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver Yoshihiro Shimoda
2015-03-11  5:39   ` Yoshihiro Shimoda
2015-03-18  8:22   ` Vinod Koul
2015-03-18  8:34     ` Vinod Koul
2015-03-19  8:12     ` yoshihiro shimoda
2015-03-19  8:12       ` yoshihiro shimoda
     [not found]       ` <SIXPR06MB33355F6F0532539A23ED8A9D8010-ptTgG45MbEnBsD+8QL/kzr9PrO6axcR4XA4E9RH9d+qIuWR1G4zioA@public.gmane.org>
2015-03-19  9:59         ` Vinod Koul
2015-03-19 10:11           ` Vinod Koul
2015-03-23  2:32           ` yoshihiro shimoda
2015-03-23  2:32             ` yoshihiro shimoda
2015-04-01  3:43             ` Vinod Koul
2015-04-01  3:55               ` Vinod Koul
2015-04-01  4:09               ` Yoshihiro Shimoda
2015-04-01  4:09                 ` Yoshihiro Shimoda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.