mbox

[GIT,PULL,1/2] Samsung EXYNOS5420 PINCTRL for v3.11

Message ID 51C1C4C9.8090001@samsung.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

Kukjin Kim June 19, 2013, 2:48 p.m. UTC
The following changes since commit eff4e7c7f32a4e4be60b19b209ffab5cb430b385:

   ARM: EXYNOS: extend soft-reset support for EXYNOS5420 (2013-06-19 
04:09:37 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/soc-exynos5420-2

for you to fetch changes up to 983dbeb35f1543668b8f3b31a735bf2163f2b233:

   pinctrl: exynos: add exynos5420 SoC specific data (2013-06-19 
22:19:08 +0900)

----------------------------------------------------------------
based on tags/soc-exynos5420-1
- add pinctrl support for exynos5420

----------------------------------------------------------------
Leela Krishna Amudala (2):
       ARM: dts: add pinctrl support to EXYNOS5420
       pinctrl: exynos: add exynos5420 SoC specific data

  .../bindings/pinctrl/samsung-pinctrl.txt           |   1 +
  arch/arm/boot/dts/exynos5420-pinctrl.dtsi          | 680 
+++++++++++++++++++++
  arch/arm/boot/dts/exynos5420.dtsi                  |  45 ++
  drivers/pinctrl/pinctrl-exynos.c                   | 118 ++++
  drivers/pinctrl/pinctrl-samsung.c                  |   2 +
  drivers/pinctrl/pinctrl-samsung.h                  |   1 +
  6 files changed, 847 insertions(+)
  create mode 100644 arch/arm/boot/dts/exynos5420-pinctrl.dtsi

Comments

Olof Johansson June 25, 2013, 5:02 p.m. UTC | #1
On Wed, Jun 19, 2013 at 11:48:41PM +0900, Kukjin Kim wrote:
> The following changes since commit eff4e7c7f32a4e4be60b19b209ffab5cb430b385:
> 
>   ARM: EXYNOS: extend soft-reset support for EXYNOS5420 (2013-06-19
> 04:09:37 +0900)
> 
> are available in the git repository at:
> 

> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/soc-exynos5420-2

Applied to next/late. Thanks.


-Olof