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

This patchset adds support DMA generic APIs for Samsung DMA.

V6 is to fix the build error that is occurred during merging V5 and the latest
mainline stream.
This changes from V5 is followings.
-  [PATCH v6 02/15]: Include 'linux/scatterlist.h'
-  [PATCH v6 06/15]: Include 'linux/scatterlist.h'

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

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

end of thread, other threads:[~2011-08-23 23:28 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19  8:54 [PATCH V6 00/15] To use DMA generic APIs for Samsung DMA Boojin Kim
2011-08-19  8:54 ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 01/15] DMA: PL330: Add support runtime PM for PL330 DMAC Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 02/15] DMA: PL330: Update PL330 DMA API driver Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-22 10:10   ` Jassi Brar
2011-08-22 10:10     ` Jassi Brar
2011-08-19  8:54 ` [PATCH v6 03/15] DMA: PL330: Support DMA_SLAVE_CONFIG command Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-22 10:14   ` Jassi Brar
2011-08-22 10:14     ` Jassi Brar
2011-08-22 11:48     ` Boojin Kim
2011-08-22 11:48       ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 04/15] DMA: PL330: Add DMA_CYCLIC capability Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-22 10:09   ` Jassi Brar
2011-08-22 10:09     ` Jassi Brar
2011-08-22 12:03     ` Boojin Kim
2011-08-22 12:03       ` Boojin Kim
2011-08-23  5:41       ` Jassi Brar
2011-08-23  5:41         ` Jassi Brar
2011-08-23  7:08         ` Boojin Kim
2011-08-23  7:08           ` Boojin Kim
2011-08-23  8:05           ` Jassi Brar
2011-08-23  8:05             ` Jassi Brar
2011-08-23 23:28             ` Boojin Kim
2011-08-23 23:28               ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 05/15] ARM: SAMSUNG: Update to use PL330-DMA driver Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 06/15] ARM: SAMSUNG: Add common DMA operations Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 07/15] ARM: EXYNOS4: Use generic DMA PL330 driver Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 08/15] ARM: S5PV210: " Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 09/15] ARM: S5PC100: " Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 10/15] ARM: S5P64X0: " Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 11/15] ARM: SAMSUNG: Remove S3C-PL330-DMA driver Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 12/15] spi/s3c64xx: Add support DMA engine API Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 13/15] spi/s3c64xx: Merge dma control code Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-19  8:54 ` [PATCH v6 14/15] ASoC: Samsung: Update DMA interface Boojin Kim
2011-08-19  8:54   ` Boojin Kim
2011-08-22 10:38   ` Jassi Brar
2011-08-22 10:38     ` Jassi Brar
2011-08-19  8:54 ` [PATCH v6 15/15] ARM: SAMSUNG: Remove Samsung specific enum type for dma direction Boojin Kim
2011-08-19  8:54   ` Boojin Kim

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.