All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA
@ 2011-07-27  5:31 ` Boojin Kim
  0 siblings, 0 replies; 88+ messages in thread
From: Boojin Kim @ 2011-07-27  5:31 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc
  Cc: Vinod Koul, Dan Williams, Jassi Brar, Kukjin Kim, Mark Brown,
	Grant Likely, Russell King

This patchset adds support DMA generic APIs for Samsung DMA.

The changes from V4 are following:
- Change DMA cyclic capability operation on '04 patch'
	- Remove cyclic_task
	- Initialize 'cyclic' variable on channel request.
- Change pl330 data structure on '02, 07, 08, 09, 10 patches'
	- Move 'fifo_addr' and 'burst_sz' variables from 'struct dma_pl330_peri'
	  to 'struct dma_pl330_chan'
- Change some names on '02, 05 patch'
	- Change DMADEV_PL330 configuration to SAMSUNG_DMA_PL330
	- Add comment for 'burst_sz' variable
- Consider 'xxx_maxburst' on '03, 06 patch'
- Modify pl330_filter() function on '06 patch'
- Merge DMA control code on SPI driver on '13 patch'

[PATCH V5 01/15] DMA: PL330: Add support runtime PM for PL330 DMAC
[PATCH V5 02/15] DMA: PL330: Update PL330 DMA API driver
[PATCH V5 03/15] DMA: PL330: Support DMA_SLAVE_CONFIG command
[PATCH V5 04/15] DMA: PL330: Add DMA_CYCLIC capability
[PATCH V5 05/15] ARM: SAMSUNG: Update to use PL330-DMA driver
[PATCH V5 06/15] ARM: SAMSUNG: Add common DMA operations
[PATCH V5 07/15] ARM: EXYNOS4: Use generic DMA PL330 driver
[PATCH V5 08/15] ARM: S5PV210: Use generic DMA PL330 driver
[PATCH V5 09/15] ARM: S5PC100: Use generic DMA PL330 driver
[PATCH V5 10/15] ARM: S5P64X0: Use generic DMA PL330 driver
[PATCH V5 11/15] ARM: SAMSUNG: Remove S3C-PL330-DMA driver
[PATCH V5 12/15] spi/s3c64xx: Add support DMA engine API
[PATCH V5 13/15] spi/s3c64xx: Merge dma control code
[PATCH V5 14/15] ASoC: Samsung: Update DMA interface
[PATCH V5 15/15] ARM: SAMSUNG: Remove Samsung specific enum type for dma direction

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

end of thread, other threads:[~2011-08-25  1:13 UTC | newest]

Thread overview: 88+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-27  5:31 [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA Boojin Kim
2011-07-27  5:31 ` Boojin Kim
2011-07-27  5:31 ` [PATCH 01/15] DMA: PL330: Add support runtime PM for PL330 DMAC Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  6:14   ` [RFC PATCH] DMA: PL330: Update PL330 DMAC to support runtime PM Chanwoo Choi
2011-07-27  6:14     ` Chanwoo Choi
2011-07-27  7:31     ` Jassi Brar
2011-07-27  7:31       ` Jassi Brar
2011-07-27  8:53     ` Russell King - ARM Linux
2011-07-27  8:53       ` Russell King - ARM Linux
2011-07-27  9:43       ` Chanwoo Choi
2011-07-27  9:43         ` Chanwoo Choi
2011-07-27  7:43   ` [PATCH 01/15] DMA: PL330: Add support runtime PM for PL330 DMAC Jassi Brar
2011-07-27  7:43     ` Jassi Brar
2011-07-27  5:31 ` [PATCH 02/15] DMA: PL330: Update PL330 DMA API driver Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 03/15] DMA: PL330: Support DMA_SLAVE_CONFIG command Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 04/15] DMA: PL330: Add DMA_CYCLIC capability Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 05/15] ARM: SAMSUNG: Update to use PL330-DMA driver Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 06/15] ARM: SAMSUNG: Add common DMA operations Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 07/15] ARM: EXYNOS4: Use generic DMA PL330 driver Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-08-15  9:36   ` Thomas Abraham
2011-08-15  9:36     ` Thomas Abraham
2011-08-15 14:15   ` Thomas Abraham
2011-08-15 14:15     ` Thomas Abraham
2011-08-21  8:51     ` Russell King - ARM Linux
2011-08-21  8:51       ` Russell King - ARM Linux
2011-07-27  5:31 ` [PATCH 08/15] ARM: S5PV210: " Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 09/15] ARM: S5PC100: " Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 10/15] ARM: S5P64X0: " Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 11/15] ARM: SAMSUNG: Remove S3C-PL330-DMA driver Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-07-27  5:31 ` [PATCH 12/15] spi/s3c64xx: Add support DMA engine API Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-08-08 17:47   ` Jassi Brar
2011-08-08 17:47     ` Jassi Brar
2011-08-08 17:55     ` Heiko Stübner
2011-08-08 17:55       ` Heiko Stübner
2011-08-08 18:16       ` Jassi Brar
2011-08-08 18:16         ` Jassi Brar
2011-08-08 18:26         ` Heiko Stübner
2011-08-08 18:26           ` Heiko Stübner
2011-08-09  4:13     ` Alim Akhtar
2011-08-09  4:13       ` Alim Akhtar
2011-08-19 10:30       ` Alim Akhtar
2011-08-19 10:30         ` Alim Akhtar
2011-08-21  8:46       ` Russell King - ARM Linux
2011-08-21  8:46         ` Russell King - ARM Linux
2011-08-25  1:13         ` Alim Akhtar
2011-08-25  1:13           ` Alim Akhtar
2011-08-11  7:42     ` Boojin Kim
2011-08-11  7:42       ` Boojin Kim
2011-07-27  5:31 ` [PATCH 13/15] spi/s3c64xx: Merge dma control code Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-08-08 18:32   ` Jassi Brar
2011-08-08 18:32     ` Jassi Brar
2011-07-27  5:31 ` [PATCH 14/15] ASoC: Samsung: Update DMA interface Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-08-08 19:27   ` Jassi Brar
2011-08-08 19:27     ` Jassi Brar
2011-08-11 10:04     ` Boojin Kim
2011-08-11 10:04       ` Boojin Kim
2011-07-27  5:31 ` [PATCH 15/15] ARM: SAMSUNG: Remove Samsung specific enum type for dma direction Boojin Kim
2011-07-27  5:31   ` Boojin Kim
2011-08-04 16:53 ` [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA Linus Walleij
2011-08-04 16:53   ` Linus Walleij
2011-08-08 16:45   ` Koul, Vinod
2011-08-08 16:45     ` Koul, Vinod
2011-08-11  7:26     ` Kukjin Kim
2011-08-11  7:26       ` Kukjin Kim
2011-08-11 22:27       ` Koul, Vinod
2011-08-11 22:27         ` Koul, Vinod
2011-08-13  4:11         ` Kukjin Kim
2011-08-13  4:11           ` Kukjin Kim
2011-08-16 11:01           ` Koul, Vinod
2011-08-16 11:01             ` Koul, Vinod
2011-08-19  5:24             ` Kukjin Kim
2011-08-19  5:24               ` Kukjin Kim
2011-08-19 13:04               ` Koul, Vinod
2011-08-19 13:04                 ` Koul, Vinod

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.