From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?iso-8859-1?q?St=FCbner?= Subject: [PATCH 0/2] Move some stuff into the new mach-s3c24xx Date: Tue, 21 Feb 2012 22:21:41 +0100 Message-ID: <201202212221.41744.heiko@sntech.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from s15407518.onlinehome-server.info ([82.165.136.167]:40234 "EHLO s15407518.onlinehome-server.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754632Ab2BUVV6 (ORCPT ); Tue, 21 Feb 2012 16:21:58 -0500 Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: 'Ben Dooks' , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Heiko =?iso-8859-1?q?St=FCbner?= Hi, These two patches move the s3c2443 common clock code and the dma base code from plat-s3c24xx to mach-s3c24xx and apply on top of the current s3c24xx-cleanup topic-branch. The s3c2443-clock.c got a common-s3c2443.c name, to hold more common code for s3c2443/2416/2450 later on. I'm still not sure what would be a fitting name for "s3c2443 and later", so please speak up everyone with better ideas :-) . I can also do more later on, but would like to check first if my direction is correct :-) Heiko Heiko Stuebner (2): ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx ARM: S3C24XX: Move the DMA base code to mach-s3c24xx arch/arm/mach-s3c24xx/Kconfig | 32 +- arch/arm/mach-s3c24xx/Makefile | 5 + arch/arm/mach-s3c24xx/common-s3c2443.c | 644 ++++++++++++++ arch/arm/mach-s3c24xx/dma.c | 1469 ++++++++++++++++++++++++++++++++ arch/arm/plat-s3c24xx/Kconfig | 22 - arch/arm/plat-s3c24xx/Makefile | 2 - arch/arm/plat-s3c24xx/dma.c | 1469 -------------------------------- arch/arm/plat-s3c24xx/s3c2443-clock.c | 635 -------------- 8 files changed, 2148 insertions(+), 2130 deletions(-) create mode 100644 arch/arm/mach-s3c24xx/common-s3c2443.c create mode 100644 arch/arm/mach-s3c24xx/dma.c delete mode 100644 arch/arm/plat-s3c24xx/dma.c delete mode 100644 arch/arm/plat-s3c24xx/s3c2443-clock.c -- 1.7.2.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?iso-8859-1?q?St=FCbner?=) Date: Tue, 21 Feb 2012 22:21:41 +0100 Subject: [PATCH 0/2] Move some stuff into the new mach-s3c24xx Message-ID: <201202212221.41744.heiko@sntech.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, These two patches move the s3c2443 common clock code and the dma base code from plat-s3c24xx to mach-s3c24xx and apply on top of the current s3c24xx-cleanup topic-branch. The s3c2443-clock.c got a common-s3c2443.c name, to hold more common code for s3c2443/2416/2450 later on. I'm still not sure what would be a fitting name for "s3c2443 and later", so please speak up everyone with better ideas :-) . I can also do more later on, but would like to check first if my direction is correct :-) Heiko Heiko Stuebner (2): ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx ARM: S3C24XX: Move the DMA base code to mach-s3c24xx arch/arm/mach-s3c24xx/Kconfig | 32 +- arch/arm/mach-s3c24xx/Makefile | 5 + arch/arm/mach-s3c24xx/common-s3c2443.c | 644 ++++++++++++++ arch/arm/mach-s3c24xx/dma.c | 1469 ++++++++++++++++++++++++++++++++ arch/arm/plat-s3c24xx/Kconfig | 22 - arch/arm/plat-s3c24xx/Makefile | 2 - arch/arm/plat-s3c24xx/dma.c | 1469 -------------------------------- arch/arm/plat-s3c24xx/s3c2443-clock.c | 635 -------------- 8 files changed, 2148 insertions(+), 2130 deletions(-) create mode 100644 arch/arm/mach-s3c24xx/common-s3c2443.c create mode 100644 arch/arm/mach-s3c24xx/dma.c delete mode 100644 arch/arm/plat-s3c24xx/dma.c delete mode 100644 arch/arm/plat-s3c24xx/s3c2443-clock.c -- 1.7.2.3