From: Kukjin Kim <kgene@kernel.org>
To: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>
Cc: "linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL 1/4] Samsung Cleanup for v3.20
Date: Thu, 29 Jan 2015 09:33:39 +0900 [thread overview]
Message-ID: <54C97FE3.3030600@kernel.org> (raw)
Hi Arnd, Olof, Kevin
Please pull Samsung cleanup for v3.20.
This cleanup is very nice, Samsung SoCs no more use specific DMA and
remove i2c sys from mach-exynos. Thanks to Arnd and all involved guys.
- Kukjin
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-cleanup
for you to fetch changes up to d50b9e2e788dce9b120b5ac1140f0cdd1bf905eb:
ARM: SAMSUNG: remove unused DMA infrastructure (2015-01-24 13:09:54 +0900)
----------------------------------------------------------------
Samsung cleanup for v3.20
- remove i2c sys configuration from mach-exynos/
: all related codes moved into i2c driver
- remove Samsung specific DMA
: every Samsung stuff uses dmaengine APIs
----------------------------------------------------------------
Arnd Bergmann (1):
ARM: SAMSUNG: remove unused DMA infrastructure
Pankaj Dubey (1):
ARM: EXYNOS: Remove i2c sys configuration related code
Documentation/arm/Samsung-S3C24XX/DMA.txt | 46 -
arch/arm/mach-exynos/exynos.c | 39 +-
arch/arm/mach-exynos/include/mach/dma.h | 26 -
arch/arm/mach-exynos/include/mach/map.h | 3 -
arch/arm/mach-exynos/pm.c | 3 +-
arch/arm/mach-exynos/regs-sys.h | 22 -
arch/arm/mach-exynos/suspend.c | 7 -
arch/arm/mach-s3c24xx/Kconfig | 42 -
arch/arm/mach-s3c24xx/Makefile | 7 -
arch/arm/mach-s3c24xx/dma-s3c2410.c | 182 ---
arch/arm/mach-s3c24xx/dma-s3c2412.c | 150 ---
arch/arm/mach-s3c24xx/dma-s3c2440.c | 193 ---
arch/arm/mach-s3c24xx/dma-s3c2443.c | 179 ---
arch/arm/mach-s3c24xx/dma.c | 1465
----------------------
arch/arm/mach-s3c24xx/include/mach/dma.h | 159 ---
arch/arm/mach-s3c64xx/include/mach/dma.h | 15 -
arch/arm/plat-samsung/Kconfig | 15 -
arch/arm/plat-samsung/Makefile | 6 -
arch/arm/plat-samsung/dma-ops.c | 146 ---
arch/arm/plat-samsung/dma.c | 84 --
arch/arm/plat-samsung/include/plat/dma-core.h | 22 -
arch/arm/plat-samsung/include/plat/dma-ops.h | 69 -
arch/arm/plat-samsung/include/plat/dma-pl330.h | 121 --
arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | 73 --
arch/arm/plat-samsung/include/plat/dma.h | 130 --
arch/arm/plat-samsung/include/plat/regs-dma.h | 151 ---
arch/arm/plat-samsung/s3c-dma-ops.c | 146 ---
drivers/dma/Kconfig | 2 +-
28 files changed, 5 insertions(+), 3498 deletions(-)
delete mode 100644 Documentation/arm/Samsung-S3C24XX/DMA.txt
delete mode 100644 arch/arm/mach-exynos/include/mach/dma.h
delete mode 100644 arch/arm/mach-exynos/regs-sys.h
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2410.c
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2412.c
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2440.c
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2443.c
delete mode 100644 arch/arm/mach-s3c24xx/dma.c
delete mode 100644 arch/arm/plat-samsung/dma-ops.c
delete mode 100644 arch/arm/plat-samsung/dma.c
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-core.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-ops.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-pl330.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-s3c24xx.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma.h
delete mode 100644 arch/arm/plat-samsung/include/plat/regs-dma.h
delete mode 100644 arch/arm/plat-samsung/s3c-dma-ops.c
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/4] Samsung Cleanup for v3.20
Date: Thu, 29 Jan 2015 09:33:39 +0900 [thread overview]
Message-ID: <54C97FE3.3030600@kernel.org> (raw)
Hi Arnd, Olof, Kevin
Please pull Samsung cleanup for v3.20.
This cleanup is very nice, Samsung SoCs no more use specific DMA and
remove i2c sys from mach-exynos. Thanks to Arnd and all involved guys.
- Kukjin
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-cleanup
for you to fetch changes up to d50b9e2e788dce9b120b5ac1140f0cdd1bf905eb:
ARM: SAMSUNG: remove unused DMA infrastructure (2015-01-24 13:09:54 +0900)
----------------------------------------------------------------
Samsung cleanup for v3.20
- remove i2c sys configuration from mach-exynos/
: all related codes moved into i2c driver
- remove Samsung specific DMA
: every Samsung stuff uses dmaengine APIs
----------------------------------------------------------------
Arnd Bergmann (1):
ARM: SAMSUNG: remove unused DMA infrastructure
Pankaj Dubey (1):
ARM: EXYNOS: Remove i2c sys configuration related code
Documentation/arm/Samsung-S3C24XX/DMA.txt | 46 -
arch/arm/mach-exynos/exynos.c | 39 +-
arch/arm/mach-exynos/include/mach/dma.h | 26 -
arch/arm/mach-exynos/include/mach/map.h | 3 -
arch/arm/mach-exynos/pm.c | 3 +-
arch/arm/mach-exynos/regs-sys.h | 22 -
arch/arm/mach-exynos/suspend.c | 7 -
arch/arm/mach-s3c24xx/Kconfig | 42 -
arch/arm/mach-s3c24xx/Makefile | 7 -
arch/arm/mach-s3c24xx/dma-s3c2410.c | 182 ---
arch/arm/mach-s3c24xx/dma-s3c2412.c | 150 ---
arch/arm/mach-s3c24xx/dma-s3c2440.c | 193 ---
arch/arm/mach-s3c24xx/dma-s3c2443.c | 179 ---
arch/arm/mach-s3c24xx/dma.c | 1465
----------------------
arch/arm/mach-s3c24xx/include/mach/dma.h | 159 ---
arch/arm/mach-s3c64xx/include/mach/dma.h | 15 -
arch/arm/plat-samsung/Kconfig | 15 -
arch/arm/plat-samsung/Makefile | 6 -
arch/arm/plat-samsung/dma-ops.c | 146 ---
arch/arm/plat-samsung/dma.c | 84 --
arch/arm/plat-samsung/include/plat/dma-core.h | 22 -
arch/arm/plat-samsung/include/plat/dma-ops.h | 69 -
arch/arm/plat-samsung/include/plat/dma-pl330.h | 121 --
arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | 73 --
arch/arm/plat-samsung/include/plat/dma.h | 130 --
arch/arm/plat-samsung/include/plat/regs-dma.h | 151 ---
arch/arm/plat-samsung/s3c-dma-ops.c | 146 ---
drivers/dma/Kconfig | 2 +-
28 files changed, 5 insertions(+), 3498 deletions(-)
delete mode 100644 Documentation/arm/Samsung-S3C24XX/DMA.txt
delete mode 100644 arch/arm/mach-exynos/include/mach/dma.h
delete mode 100644 arch/arm/mach-exynos/regs-sys.h
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2410.c
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2412.c
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2440.c
delete mode 100644 arch/arm/mach-s3c24xx/dma-s3c2443.c
delete mode 100644 arch/arm/mach-s3c24xx/dma.c
delete mode 100644 arch/arm/plat-samsung/dma-ops.c
delete mode 100644 arch/arm/plat-samsung/dma.c
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-core.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-ops.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-pl330.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma-s3c24xx.h
delete mode 100644 arch/arm/plat-samsung/include/plat/dma.h
delete mode 100644 arch/arm/plat-samsung/include/plat/regs-dma.h
delete mode 100644 arch/arm/plat-samsung/s3c-dma-ops.c
next reply other threads:[~2015-01-29 0:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 0:33 Kukjin Kim [this message]
2015-01-29 0:33 ` [GIT PULL 1/4] Samsung Cleanup for v3.20 Kukjin Kim
2015-01-29 21:53 ` Olof Johansson
2015-01-29 21:53 ` 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=54C97FE3.3030600@kernel.org \
--to=kgene@kernel.org \
--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.