All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
@ 2014-05-20  1:11 ` Kukjin Kim
  0 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-05-20  1:11 UTC (permalink / raw)
  To: arm, 'Arnd Bergmann', olof, 'Kevin Hilman'
  Cc: 'Abhilash Kesavan', linux-samsung-soc, linux-arm-kernel

The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:

  devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/exynos-mcpm

for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:

  ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)

----------------------------------------------------------------
Exynos MCPM support for v3.16

- adding MCPM backend support for SMP secondary boot and core switching
on Samsung's Exynos5420.

Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
also been tested on both the boards.

----------------------------------------------------------------
Abhilash Kesavan (2):
      ARM: EXYNOS: Add generic cluster power control functions
      ARM: EXYNOS: Add MCPM call-back functions

Andrew Bresticker (1):
      ARM: dts: add CCI node for exynos5420

Leela Krishna Amudala (2):
      ARM: EXYNOS: Add generic cpu power control functions for exynos SoCs
      ARM: EXYNOS: use generic exynos cpu power control functions

 arch/arm/boot/dts/exynos5420.dtsi  |   27 +++
 arch/arm/mach-exynos/Kconfig       |    8 +
 arch/arm/mach-exynos/Makefile      |    2 +
 arch/arm/mach-exynos/common.h      |    6 +
 arch/arm/mach-exynos/hotplug.c     |    2 +-
 arch/arm/mach-exynos/mcpm-exynos.c |  351
++++++++++++++++++++++++++++++++++++
 arch/arm/mach-exynos/platsmp.c     |    9 +-
 arch/arm/mach-exynos/pm.c          |   66 +++++++
 arch/arm/mach-exynos/regs-pmu.h    |   16 +-
 9 files changed, 478 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/mach-exynos/mcpm-exynos.c

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

* [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
@ 2014-05-20  1:11 ` Kukjin Kim
  0 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-05-20  1:11 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:

  devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/exynos-mcpm

for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:

  ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)

----------------------------------------------------------------
Exynos MCPM support for v3.16

- adding MCPM backend support for SMP secondary boot and core switching
on Samsung's Exynos5420.

Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
also been tested on both the boards.

----------------------------------------------------------------
Abhilash Kesavan (2):
      ARM: EXYNOS: Add generic cluster power control functions
      ARM: EXYNOS: Add MCPM call-back functions

Andrew Bresticker (1):
      ARM: dts: add CCI node for exynos5420

Leela Krishna Amudala (2):
      ARM: EXYNOS: Add generic cpu power control functions for exynos SoCs
      ARM: EXYNOS: use generic exynos cpu power control functions

 arch/arm/boot/dts/exynos5420.dtsi  |   27 +++
 arch/arm/mach-exynos/Kconfig       |    8 +
 arch/arm/mach-exynos/Makefile      |    2 +
 arch/arm/mach-exynos/common.h      |    6 +
 arch/arm/mach-exynos/hotplug.c     |    2 +-
 arch/arm/mach-exynos/mcpm-exynos.c |  351
++++++++++++++++++++++++++++++++++++
 arch/arm/mach-exynos/platsmp.c     |    9 +-
 arch/arm/mach-exynos/pm.c          |   66 +++++++
 arch/arm/mach-exynos/regs-pmu.h    |   16 +-
 9 files changed, 478 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/mach-exynos/mcpm-exynos.c

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

* Re: [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
  2014-05-20  1:11 ` Kukjin Kim
@ 2014-05-22  5:38   ` Olof Johansson
  -1 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2014-05-22  5:38 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
	linux-arm-kernel, linux-samsung-soc, 'Abhilash Kesavan'

On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
> The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:
> 
>   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)
> 
> are available in the git repository at:
> 
>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/exynos-mcpm
> 
> for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
> 
>   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
> 
> ----------------------------------------------------------------
> Exynos MCPM support for v3.16
> 
> - adding MCPM backend support for SMP secondary boot and core switching
> on Samsung's Exynos5420.
> 
> Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
> using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
> also been tested on both the boards.

This goes with new SoC enablement as well; we'll merge it after multi-platform.


Thanks!


-Olof

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

* [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
@ 2014-05-22  5:38   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2014-05-22  5:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
> The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:
> 
>   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)
> 
> are available in the git repository at:
> 
>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/exynos-mcpm
> 
> for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
> 
>   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
> 
> ----------------------------------------------------------------
> Exynos MCPM support for v3.16
> 
> - adding MCPM backend support for SMP secondary boot and core switching
> on Samsung's Exynos5420.
> 
> Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
> using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
> also been tested on both the boards.

This goes with new SoC enablement as well; we'll merge it after multi-platform.


Thanks!


-Olof

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

* RE: [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
  2014-05-22  5:38   ` Olof Johansson
@ 2014-05-22 11:19     ` Kukjin Kim
  -1 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-05-22 11:19 UTC (permalink / raw)
  To: 'Olof Johansson'
  Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
	linux-arm-kernel, linux-samsung-soc, 'Abhilash Kesavan'

Olof Johansson wrote:
> 
> On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
> > The following changes since commit
> d7067f1c5fa0232001502569c6878d22308da268:
> >
> >   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29
> +0900)
> >
> > are available in the git repository at:
> >
> >   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/exynos-mcpm
> >
> > for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
> >
> >   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
> >
> > ----------------------------------------------------------------
> > Exynos MCPM support for v3.16
> >
> > - adding MCPM backend support for SMP secondary boot and core switching
> > on Samsung's Exynos5420.
> >
> > Tested on exynos5420-smdk5420 and exynos5420 based chromebook
(peach-pit)
> > using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
> > also been tested on both the boards.
> 
> This goes with new SoC enablement as well; we'll merge it after multi-
> platform.
> 
Well, the branch (tags/exynos-mcpm) is for exynos5420 and as you know, it is
not new SoC? I think. But it's up to you.

Thanks,
Kukjin

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

* [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
@ 2014-05-22 11:19     ` Kukjin Kim
  0 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-05-22 11:19 UTC (permalink / raw)
  To: linux-arm-kernel

Olof Johansson wrote:
> 
> On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
> > The following changes since commit
> d7067f1c5fa0232001502569c6878d22308da268:
> >
> >   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29
> +0900)
> >
> > are available in the git repository at:
> >
> >   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/exynos-mcpm
> >
> > for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
> >
> >   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
> >
> > ----------------------------------------------------------------
> > Exynos MCPM support for v3.16
> >
> > - adding MCPM backend support for SMP secondary boot and core switching
> > on Samsung's Exynos5420.
> >
> > Tested on exynos5420-smdk5420 and exynos5420 based chromebook
(peach-pit)
> > using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
> > also been tested on both the boards.
> 
> This goes with new SoC enablement as well; we'll merge it after multi-
> platform.
> 
Well, the branch (tags/exynos-mcpm) is for exynos5420 and as you know, it is
not new SoC? I think. But it's up to you.

Thanks,
Kukjin

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

* Re: [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
  2014-05-22  5:38   ` Olof Johansson
@ 2014-05-29 16:52     ` Olof Johansson
  -1 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2014-05-29 16:52 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: arm@kernel.org, Arnd Bergmann, Kevin Hilman,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, Abhilash Kesavan

On Wed, May 21, 2014 at 10:38 PM, Olof Johansson <olof@lixom.net> wrote:
> On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
>> The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:
>>
>>   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)
>>
>> are available in the git repository at:
>>
>>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> tags/exynos-mcpm
>>
>> for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
>>
>>   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
>>
>> ----------------------------------------------------------------
>> Exynos MCPM support for v3.16
>>
>> - adding MCPM backend support for SMP secondary boot and core switching
>> on Samsung's Exynos5420.
>>
>> Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
>> using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
>> also been tested on both the boards.
>
> This goes with new SoC enablement as well; we'll merge it after multi-platform.

Merged now, since multiplatform is going in as well.

What confused me for a while here was that this branch was based on a
partial version of the DT branch, but it didn't match any of the
branch heads we had merged in. It's not wrong to do so but it's useful
to get a heads up in the pull request.


-Olof

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

* [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
@ 2014-05-29 16:52     ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2014-05-29 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, May 21, 2014 at 10:38 PM, Olof Johansson <olof@lixom.net> wrote:
> On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
>> The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:
>>
>>   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)
>>
>> are available in the git repository at:
>>
>>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> tags/exynos-mcpm
>>
>> for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
>>
>>   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
>>
>> ----------------------------------------------------------------
>> Exynos MCPM support for v3.16
>>
>> - adding MCPM backend support for SMP secondary boot and core switching
>> on Samsung's Exynos5420.
>>
>> Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
>> using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
>> also been tested on both the boards.
>
> This goes with new SoC enablement as well; we'll merge it after multi-platform.

Merged now, since multiplatform is going in as well.

What confused me for a while here was that this branch was based on a
partial version of the DT branch, but it didn't match any of the
branch heads we had merged in. It's not wrong to do so but it's useful
to get a heads up in the pull request.


-Olof

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

* RE: [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
  2014-05-29 16:52     ` Olof Johansson
@ 2014-05-30  1:26       ` Kukjin Kim
  -1 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-05-30  1:26 UTC (permalink / raw)
  To: 'Olof Johansson'
  Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
	linux-arm-kernel, linux-samsung-soc, 'Abhilash Kesavan'

Olof Johansson wrote:
> 
> On Wed, May 21, 2014 at 10:38 PM, Olof Johansson <olof@lixom.net> wrote:
> > On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
> >> The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:
> >>
> >>   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)
> >>
> >> are available in the git repository at:
> >>
> >>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> >> tags/exynos-mcpm
> >>
> >> for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
> >>
> >>   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
> >>
> >> ----------------------------------------------------------------
> >> Exynos MCPM support for v3.16
> >>
> >> - adding MCPM backend support for SMP secondary boot and core switching
> >> on Samsung's Exynos5420.
> >>
> >> Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
> >> using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
> >> also been tested on both the boards.
> >
> > This goes with new SoC enablement as well; we'll merge it after multi-platform.
> 
> Merged now, since multiplatform is going in as well.
> 
> What confused me for a while here was that this branch was based on a
> partial version of the DT branch, but it didn't match any of the

Yeah, I just thought that it would be better if this could be having minimally
the dependent patches.

> branch heads we had merged in. It's not wrong to do so but it's useful
> to get a heads up in the pull request.
> 
OK, I see. I will do as you suggested in future.

Thanks,
Kukjin

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

* [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16
@ 2014-05-30  1:26       ` Kukjin Kim
  0 siblings, 0 replies; 10+ messages in thread
From: Kukjin Kim @ 2014-05-30  1:26 UTC (permalink / raw)
  To: linux-arm-kernel

Olof Johansson wrote:
> 
> On Wed, May 21, 2014 at 10:38 PM, Olof Johansson <olof@lixom.net> wrote:
> > On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote:
> >> The following changes since commit d7067f1c5fa0232001502569c6878d22308da268:
> >>
> >>   devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 +0900)
> >>
> >> are available in the git repository at:
> >>
> >>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> >> tags/exynos-mcpm
> >>
> >> for you to fetch changes up to ccf5511797cd4b48d20a85fa1778f5608eac9fd7:
> >>
> >>   ARM: EXYNOS: Add MCPM call-back functions (2014-05-16 04:26:30 +0900)
> >>
> >> ----------------------------------------------------------------
> >> Exynos MCPM support for v3.16
> >>
> >> - adding MCPM backend support for SMP secondary boot and core switching
> >> on Samsung's Exynos5420.
> >>
> >> Tested on exynos5420-smdk5420 and exynos5420 based chromebook (peach-pit)
> >> using the "/dev/b.L_switcher" user interface. Secondary core boot-up has
> >> also been tested on both the boards.
> >
> > This goes with new SoC enablement as well; we'll merge it after multi-platform.
> 
> Merged now, since multiplatform is going in as well.
> 
> What confused me for a while here was that this branch was based on a
> partial version of the DT branch, but it didn't match any of the

Yeah, I just thought that it would be better if this could be having minimally
the dependent patches.

> branch heads we had merged in. It's not wrong to do so but it's useful
> to get a heads up in the pull request.
> 
OK, I see. I will do as you suggested in future.

Thanks,
Kukjin

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

end of thread, other threads:[~2014-05-30  1:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20  1:11 [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16 Kukjin Kim
2014-05-20  1:11 ` Kukjin Kim
2014-05-22  5:38 ` Olof Johansson
2014-05-22  5:38   ` Olof Johansson
2014-05-22 11:19   ` Kukjin Kim
2014-05-22 11:19     ` Kukjin Kim
2014-05-29 16:52   ` Olof Johansson
2014-05-29 16:52     ` Olof Johansson
2014-05-30  1:26     ` Kukjin Kim
2014-05-30  1:26       ` 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.