All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 02/10] Samsung EXYNOS arch for v3.11
@ 2013-06-18 19:59 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2013-06-18 19:59 UTC (permalink / raw)
  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-2

for you to fetch changes up to b5f3c75a75d31039c6de3ab38d074b43c60462f7:

   ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor 
(2013-06-19 03:41:38 +0900)

----------------------------------------------------------------
arch/arm/mach-exynos update
- enable XHCI on exynos5
- enable Pinctrl on exynos4 and exynos5
- calling scu_enable() is only available on Cortex-A9

----------------------------------------------------------------
Doug Anderson (1):
       ARM: EXYNOS: Select PINCTRL_EXYNOS for exynos4/5 at chip level

Leela Krishna Amudala (1):
       ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor

Vivek Gautam (1):
       ARM: EXYNOS: Enable XHCI support on exynos5

  arch/arm/mach-exynos/Kconfig   | 10 +++++++---
  arch/arm/mach-exynos/platsmp.c |  2 +-
  drivers/pinctrl/Kconfig        |  5 +++--
  3 files changed, 11 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 02/10] Samsung EXYNOS arch for v3.11
@ 2013-06-18 19:59 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2013-06-18 19:59 UTC (permalink / raw)
  To: linux-arm-kernel

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-2

for you to fetch changes up to b5f3c75a75d31039c6de3ab38d074b43c60462f7:

   ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor 
(2013-06-19 03:41:38 +0900)

----------------------------------------------------------------
arch/arm/mach-exynos update
- enable XHCI on exynos5
- enable Pinctrl on exynos4 and exynos5
- calling scu_enable() is only available on Cortex-A9

----------------------------------------------------------------
Doug Anderson (1):
       ARM: EXYNOS: Select PINCTRL_EXYNOS for exynos4/5 at chip level

Leela Krishna Amudala (1):
       ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor

Vivek Gautam (1):
       ARM: EXYNOS: Enable XHCI support on exynos5

  arch/arm/mach-exynos/Kconfig   | 10 +++++++---
  arch/arm/mach-exynos/platsmp.c |  2 +-
  drivers/pinctrl/Kconfig        |  5 +++--
  3 files changed, 11 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 02/10] Samsung EXYNOS arch for v3.11
  2013-06-18 19:59 ` Kukjin Kim
@ 2013-06-20 19:51   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 19:51 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: 'Olof Johansson', linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org

On Tuesday 18 June 2013, Kukjin Kim wrote:
> 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-2
> 
> for you to fetch changes up to b5f3c75a75d31039c6de3ab38d074b43c60462f7:
> 
>    ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor 
> (2013-06-19 03:41:38 +0900)
> 
> ----------------------------------------------------------------
> arch/arm/mach-exynos update
> - enable XHCI on exynos5
> - enable Pinctrl on exynos4 and exynos5
> - calling scu_enable() is only available on Cortex-A9

Pulled into next/soc, thanks!

	ARnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 02/10] Samsung EXYNOS arch for v3.11
@ 2013-06-20 19:51   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 19:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 18 June 2013, Kukjin Kim wrote:
> 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-2
> 
> for you to fetch changes up to b5f3c75a75d31039c6de3ab38d074b43c60462f7:
> 
>    ARM: EXYNOS: call scu_enable() only in case of cortex-A9 processor 
> (2013-06-19 03:41:38 +0900)
> 
> ----------------------------------------------------------------
> arch/arm/mach-exynos update
> - enable XHCI on exynos5
> - enable Pinctrl on exynos4 and exynos5
> - calling scu_enable() is only available on Cortex-A9

Pulled into next/soc, thanks!

	ARnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-20 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 19:59 [GIT PULL 02/10] Samsung EXYNOS arch for v3.11 Kukjin Kim
2013-06-18 19:59 ` Kukjin Kim
2013-06-20 19:51 ` Arnd Bergmann
2013-06-20 19:51   ` Arnd Bergmann

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.