All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] add dma uclass implementation and adopt ti-edma3 to it
@ 2015-12-01 11:13 Mugunthan V N
  2015-12-01 11:13 ` [U-Boot] [PATCH 1/6] dm: implement a DMA uclass Mugunthan V N
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Mugunthan V N @ 2015-12-01 11:13 UTC (permalink / raw)
  To: u-boot

This patch series enables adds support for DMA driver model and
to adopt driver model. This has been tested on am437x-sk evms
(logs [1]).
Also pushed a branch for testing [2]

[1]: http://pastebin.ubuntu.com/13596990/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git dm-dma

Mugunthan V N (6):
  dm: implement a DMA uclass
  dma: Kconfig: Add TI_EDMA3 entry
  sf: sf_ops: use dma to copy data from mmap region if platform supports
  spi: ti_qspi: compile out spi_flash_copy_mmap when DM_DMA is defined
  drivers: dma: ti-edma3: convert driver to adopt driver model
  defconfig: am437x_sk_evm: enable dma driver model

 configs/am437x_sk_evm_defconfig |  1 +
 drivers/dma/Kconfig             | 22 ++++++++++++
 drivers/dma/Makefile            |  2 ++
 drivers/dma/dma-uclass.c        | 63 ++++++++++++++++++++++++++++++++++
 drivers/dma/ti-edma3.c          | 75 +++++++++++++++++++++++++++++++++++++++--
 drivers/mtd/spi/sf_ops.c        |  5 +++
 drivers/spi/ti_qspi.c           |  2 +-
 include/dm/uclass-id.h          |  1 +
 include/dma.h                   | 64 +++++++++++++++++++++++++++++++++++
 9 files changed, 232 insertions(+), 3 deletions(-)
 create mode 100644 drivers/dma/dma-uclass.c
 create mode 100644 include/dma.h

-- 
2.6.3.368.gf34be46

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

end of thread, other threads:[~2015-12-02 21:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-01 11:13 [U-Boot] [PATCH 0/6] add dma uclass implementation and adopt ti-edma3 to it Mugunthan V N
2015-12-01 11:13 ` [U-Boot] [PATCH 1/6] dm: implement a DMA uclass Mugunthan V N
2015-12-01 21:54   ` Simon Glass
2015-12-02  8:17     ` Mugunthan V N
2015-12-02  9:11       ` Mugunthan V N
2015-12-01 11:13 ` [U-Boot] [PATCH 2/6] dma: Kconfig: Add TI_EDMA3 entry Mugunthan V N
2015-12-01 21:54   ` Simon Glass
2015-12-01 11:13 ` [U-Boot] [PATCH 3/6] sf: sf_ops: use dma to copy data from mmap region if platform supports Mugunthan V N
2015-12-01 21:54   ` Simon Glass
2015-12-02  9:45     ` Mugunthan V N
2015-12-02 21:05       ` Simon Glass
2015-12-01 11:13 ` [U-Boot] [PATCH 4/6] spi: ti_qspi: compile out spi_flash_copy_mmap when DM_DMA is defined Mugunthan V N
2015-12-01 21:54   ` Simon Glass
2015-12-01 11:13 ` [U-Boot] [PATCH 5/6] drivers: dma: ti-edma3: convert driver to adopt driver model Mugunthan V N
2015-12-01 21:54   ` Simon Glass
2015-12-02  9:47     ` Mugunthan V N
2015-12-01 11:13 ` [U-Boot] [PATCH 6/6] defconfig: am437x_sk_evm: enable dma " Mugunthan V N
2015-12-01 21:54   ` Simon Glass

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.