From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
arm@kernel.org
Subject: [GIT PULL 5/6] Samsung s3c24xx-dma for v3.13
Date: Mon, 21 Oct 2013 07:15:25 +0900 [thread overview]
Message-ID: <526455FD.3070702@samsung.com> (raw)
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:
Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/s3c24xx-dma
for you to fetch changes up to 1fecf8958eb7f90791f2c7e99afac393b64fa976:
ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442
(2013-10-21 05:32:48 +0900)
----------------------------------------------------------------
add dmaengine based s3c24xx dma driver
----------------------------------------------------------------
Heiko Stuebner (7):
ARM: S3C24XX: number the dma clocks
dmaengine: add driver for Samsung s3c24xx SoCs
ARM: S3C24XX: add platform-devices for new dma driver for s3c2412
and s3c2443
ARM: SAMSUNG: set s3c24xx_dma_filter for s3c64xx-spi0 device
ARM: S3C24XX: Fix possible dma selection warning
dmaengine: s3c24xx-dma: add support for the s3c2410 type of
controller
ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442
arch/arm/mach-s3c24xx/Kconfig | 3 +-
arch/arm/mach-s3c24xx/clock-s3c2412.c | 8 +-
arch/arm/mach-s3c24xx/common-s3c2443.c | 12 +-
arch/arm/mach-s3c24xx/common.c | 206 +++++
arch/arm/mach-s3c24xx/common.h | 5 +
arch/arm/mach-s3c24xx/mach-jive.c | 1 +
arch/arm/mach-s3c24xx/mach-smdk2413.c | 1 +
arch/arm/mach-s3c24xx/mach-smdk2416.c | 1 +
arch/arm/mach-s3c24xx/mach-smdk2443.c | 1 +
arch/arm/mach-s3c24xx/mach-vstms.c | 1 +
arch/arm/plat-samsung/devs.c | 5 +-
drivers/dma/Kconfig | 12 +
drivers/dma/Makefile | 1 +
drivers/dma/s3c24xx-dma.c | 1350
+++++++++++++++++++++++++++++
include/linux/platform_data/dma-s3c24xx.h | 46 +
sound/soc/samsung/Kconfig | 2 +-
16 files changed, 1642 insertions(+), 13 deletions(-)
create mode 100644 drivers/dma/s3c24xx-dma.c
create mode 100644 include/linux/platform_data/dma-s3c24xx.h
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/6] Samsung s3c24xx-dma for v3.13
Date: Mon, 21 Oct 2013 07:15:25 +0900 [thread overview]
Message-ID: <526455FD.3070702@samsung.com> (raw)
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:
Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/s3c24xx-dma
for you to fetch changes up to 1fecf8958eb7f90791f2c7e99afac393b64fa976:
ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442
(2013-10-21 05:32:48 +0900)
----------------------------------------------------------------
add dmaengine based s3c24xx dma driver
----------------------------------------------------------------
Heiko Stuebner (7):
ARM: S3C24XX: number the dma clocks
dmaengine: add driver for Samsung s3c24xx SoCs
ARM: S3C24XX: add platform-devices for new dma driver for s3c2412
and s3c2443
ARM: SAMSUNG: set s3c24xx_dma_filter for s3c64xx-spi0 device
ARM: S3C24XX: Fix possible dma selection warning
dmaengine: s3c24xx-dma: add support for the s3c2410 type of
controller
ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442
arch/arm/mach-s3c24xx/Kconfig | 3 +-
arch/arm/mach-s3c24xx/clock-s3c2412.c | 8 +-
arch/arm/mach-s3c24xx/common-s3c2443.c | 12 +-
arch/arm/mach-s3c24xx/common.c | 206 +++++
arch/arm/mach-s3c24xx/common.h | 5 +
arch/arm/mach-s3c24xx/mach-jive.c | 1 +
arch/arm/mach-s3c24xx/mach-smdk2413.c | 1 +
arch/arm/mach-s3c24xx/mach-smdk2416.c | 1 +
arch/arm/mach-s3c24xx/mach-smdk2443.c | 1 +
arch/arm/mach-s3c24xx/mach-vstms.c | 1 +
arch/arm/plat-samsung/devs.c | 5 +-
drivers/dma/Kconfig | 12 +
drivers/dma/Makefile | 1 +
drivers/dma/s3c24xx-dma.c | 1350
+++++++++++++++++++++++++++++
include/linux/platform_data/dma-s3c24xx.h | 46 +
sound/soc/samsung/Kconfig | 2 +-
16 files changed, 1642 insertions(+), 13 deletions(-)
create mode 100644 drivers/dma/s3c24xx-dma.c
create mode 100644 include/linux/platform_data/dma-s3c24xx.h
next reply other threads:[~2013-10-20 22:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-20 22:15 Kukjin Kim [this message]
2013-10-20 22:15 ` [GIT PULL 5/6] Samsung s3c24xx-dma for v3.13 Kukjin Kim
2013-10-28 4:45 ` Olof Johansson
2013-10-28 4:45 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=526455FD.3070702@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.