From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: [GIT PULL 3/6] exynos arch Date: Wed, 12 Jun 2013 06:08:48 +0900 Message-ID: <51B791E0.5040104@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f182.google.com ([209.85.192.182]:44508 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754014Ab3FKVIx (ORCPT ); Tue, 11 Jun 2013 17:08:53 -0400 Received: by mail-pd0-f182.google.com with SMTP id r10so2972438pdi.27 for ; Tue, 11 Jun 2013 14:08:52 -0700 (PDT) Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Arnd Bergmann , 'Olof Johansson' Cc: "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10: Linux 3.10-rc5 (2013-06-08 17:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-arch-1 for you to fetch changes up to d75666024bbb7d1b4fa6f0b00ecd8d834033259a: ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor (2013-06-10 18:28:04 +0900) ---------------------------------------------------------------- update exynos arch part ---------------------------------------------------------------- Doug Anderson (1): ARM: EXYNOS: Select PINCTRL_EXYNOS for exynos4/5 at chip level Girish K S (1): ARM: EXYNOS: force MAC ip to 32bit DMA Kukjin Kim (1): ARM: EXYNOS: no more support non-DT for EXYNOS SoCs Leela Krishna Amudala (1): ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor Thomas Abraham (1): ARM: EXYNOS: Add a platform bus notifier to set dma masks for Exynos5440 Vivek Gautam (1): ARM: EXYNOS: Enable XHCI support on exynos5 arch/arm/mach-exynos/Kconfig | 330 +-------------------------------- arch/arm/mach-exynos/Makefile | 26 --- arch/arm/mach-exynos/common.c | 10 - arch/arm/mach-exynos/dev-ahci.c | 255 ------------------------- arch/arm/mach-exynos/dev-ohci.c | 52 ------ arch/arm/mach-exynos/dma.c | 322 -------------------------------- arch/arm/mach-exynos/mach-exynos5-dt.c | 28 +++ arch/arm/mach-exynos/platsmp.c | 2 +- arch/arm/mach-exynos/pm_domains.c | 7 - drivers/pinctrl/Kconfig | 5 +- 10 files changed, 40 insertions(+), 997 deletions(-) delete mode 100644 arch/arm/mach-exynos/dev-ahci.c delete mode 100644 arch/arm/mach-exynos/dev-ohci.c delete mode 100644 arch/arm/mach-exynos/dma.c From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Wed, 12 Jun 2013 06:08:48 +0900 Subject: [GIT PULL 3/6] exynos arch Message-ID: <51B791E0.5040104@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10: Linux 3.10-rc5 (2013-06-08 17:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-arch-1 for you to fetch changes up to d75666024bbb7d1b4fa6f0b00ecd8d834033259a: ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor (2013-06-10 18:28:04 +0900) ---------------------------------------------------------------- update exynos arch part ---------------------------------------------------------------- Doug Anderson (1): ARM: EXYNOS: Select PINCTRL_EXYNOS for exynos4/5 at chip level Girish K S (1): ARM: EXYNOS: force MAC ip to 32bit DMA Kukjin Kim (1): ARM: EXYNOS: no more support non-DT for EXYNOS SoCs Leela Krishna Amudala (1): ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor Thomas Abraham (1): ARM: EXYNOS: Add a platform bus notifier to set dma masks for Exynos5440 Vivek Gautam (1): ARM: EXYNOS: Enable XHCI support on exynos5 arch/arm/mach-exynos/Kconfig | 330 +-------------------------------- arch/arm/mach-exynos/Makefile | 26 --- arch/arm/mach-exynos/common.c | 10 - arch/arm/mach-exynos/dev-ahci.c | 255 ------------------------- arch/arm/mach-exynos/dev-ohci.c | 52 ------ arch/arm/mach-exynos/dma.c | 322 -------------------------------- arch/arm/mach-exynos/mach-exynos5-dt.c | 28 +++ arch/arm/mach-exynos/platsmp.c | 2 +- arch/arm/mach-exynos/pm_domains.c | 7 - drivers/pinctrl/Kconfig | 5 +- 10 files changed, 40 insertions(+), 997 deletions(-) delete mode 100644 arch/arm/mach-exynos/dev-ahci.c delete mode 100644 arch/arm/mach-exynos/dev-ohci.c delete mode 100644 arch/arm/mach-exynos/dma.c