All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: S3C24XX: dma cleanups for s3c2412 and s3c2443
@ 2013-04-21 18:02 ` Heiko Stübner
  0 siblings, 0 replies; 10+ messages in thread
From: Heiko Stübner @ 2013-04-21 18:02 UTC (permalink / raw)
  To: kgene.kim; +Cc: linux-arm-kernel, linux-samsung-soc

The s3c2412 uses the same dma channel selection-type as the s3c2443 and later
but introduced the notion of a receive channel to keep the spi channels,
together that are separate in hardware.

This series split the spi channels like later socs do (the s3c24xx-spi driver
does not use dma at all) and removes this type of special handling.

Heiko Stuebner (3):
  ARM: S3C24XX: split s3c2412 spi dma channels
  ARM: S3C24XX: dma-s3c2443 - do not write into arbitary bits
  ARM: S3C24XX: remove obsolete s3c2412 specific dma settings

 arch/arm/mach-s3c24xx/dma-s3c2412.c              |   56 ++++++----------------
 arch/arm/mach-s3c24xx/dma-s3c2443.c              |    3 +-
 arch/arm/mach-s3c24xx/dma.c                      |    3 -
 arch/arm/plat-samsung/include/plat/dma-s3c24xx.h |    5 --
 4 files changed, 17 insertions(+), 50 deletions(-)

-- 
1.7.2.3

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

end of thread, other threads:[~2013-04-22 16:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-21 18:02 [PATCH 0/3] ARM: S3C24XX: dma cleanups for s3c2412 and s3c2443 Heiko Stübner
2013-04-21 18:02 ` Heiko Stübner
2013-04-21 18:03 ` [PATCH 1/3] ARM: S3C24XX: split s3c2412 spi dma channels Heiko Stübner
2013-04-21 18:03   ` Heiko Stübner
2013-04-21 18:04 ` [PATCH 2/3] ARM: S3C24XX: dma-s3c2443 - do not write into arbitary bits Heiko Stübner
2013-04-21 18:04   ` Heiko Stübner
2013-04-21 18:04 ` [PATCH 3/3] ARM: S3C24XX: remove obsolete s3c2412 specific dma settings Heiko Stübner
2013-04-21 18:04   ` Heiko Stübner
2013-04-22 16:59 ` [PATCH 0/3] ARM: S3C24XX: dma cleanups for s3c2412 and s3c2443 Kukjin Kim
2013-04-22 16:59   ` Kukjin 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.