All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 3/6] exynos arch
@ 2013-06-11 21:08 ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-06-11 21:08 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-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

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

* [GIT PULL 3/6] exynos arch
@ 2013-06-11 21:08 ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-06-11 21:08 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-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

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

* Re: [GIT PULL 3/6] exynos arch
  2013-06-11 21:08 ` Kukjin Kim
@ 2013-06-12 23:25   ` Olof Johansson
  -1 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2013-06-12 23:25 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Arnd Bergmann, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org

On Wed, Jun 12, 2013 at 06:08:48AM +0900, 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-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

Kukjin, please, write proper tag messages. This adds no value. Give a brief
overview of what's in the branch instead.

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

This one has outstanding comments from Russell that were not addressed?


Not pulled.


-Olof

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

* [GIT PULL 3/6] exynos arch
@ 2013-06-12 23:25   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2013-06-12 23:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jun 12, 2013 at 06:08:48AM +0900, 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-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

Kukjin, please, write proper tag messages. This adds no value. Give a brief
overview of what's in the branch instead.

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

This one has outstanding comments from Russell that were not addressed?


Not pulled.


-Olof

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

* RE: [GIT PULL 3/6] exynos arch
  2013-06-12 23:25   ` Olof Johansson
@ 2013-06-13  0:37     ` Kukjin Kim
  -1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-06-13  0:37 UTC (permalink / raw)
  To: 'Olof Johansson'
  Cc: 'Arnd Bergmann', linux-arm-kernel, linux-samsung-soc

Olof Johansson wrote:
> 
> On Wed, Jun 12, 2013 at 06:08:48AM +0900, 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-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
> 
> Kukjin, please, write proper tag messages. This adds no value. Give a
> brief
> overview of what's in the branch instead.
> 
YES, I will.

> > ----------------------------------------------------------------
> > 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
> 
> This one has outstanding comments from Russell that were not addressed?
> 
Oops, I missed the comment from Russell and looked at just now. Thanks.

> 
> Not pulled.
> 
OK.

- Kukjin

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

* [GIT PULL 3/6] exynos arch
@ 2013-06-13  0:37     ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-06-13  0:37 UTC (permalink / raw)
  To: linux-arm-kernel

Olof Johansson wrote:
> 
> On Wed, Jun 12, 2013 at 06:08:48AM +0900, 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-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
> 
> Kukjin, please, write proper tag messages. This adds no value. Give a
> brief
> overview of what's in the branch instead.
> 
YES, I will.

> > ----------------------------------------------------------------
> > 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
> 
> This one has outstanding comments from Russell that were not addressed?
> 
Oops, I missed the comment from Russell and looked at just now. Thanks.

> 
> Not pulled.
> 
OK.

- Kukjin

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

end of thread, other threads:[~2013-06-13  0:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11 21:08 [GIT PULL 3/6] exynos arch Kukjin Kim
2013-06-11 21:08 ` Kukjin Kim
2013-06-12 23:25 ` Olof Johansson
2013-06-12 23:25   ` Olof Johansson
2013-06-13  0:37   ` Kukjin Kim
2013-06-13  0:37     ` Kukjin Kim

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.