* [GIT PULL 3rd 1/3] Samsung Exynos cpuidle updates for 3.16
@ 2014-05-26 4:03 Kukjin Kim
2014-05-29 18:21 ` Olof Johansson
2014-05-29 19:38 ` Olof Johansson
0 siblings, 2 replies; 3+ messages in thread
From: Kukjin Kim @ 2014-05-26 4:03 UTC (permalink / raw)
To: arm, 'Arnd Bergmann', 'Olof Johansson',
'Kevin Hilman'
Cc: linux-arm-kernel, linux-samsung-soc, 'Daniel Lezcano'
Note: merge conflict will be happened when pulling this for
arch/arm/mach-exynos/cpuidle.
You may just fixup with 'git rm arch/arm/mach-exynos/cpuidle.', it is due to
'removing inclusion of <plat/cpu.h>' before moving cpuidle driver into
drivers/cpuidle...
- Kukjin
The following changes since commit 985326c9f65a4c1a3b5ab875e6ce0c97c39449ec:
Merge branch 'v3.16-next/clk-samsung' into v3.16-next/cpuidle-exynos
(2014-05-26 05:20:25 +0900)
are available in the git repository at:
http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/exynos-cpuidle
for you to fetch changes up to cd245f59aae5d6ef265f46aa6cea78354d61b629:
ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynos (2014-05-26
05:21:47 +0900)
----------------------------------------------------------------
Samsung exynos-cpuidle updates for v3.16
- From Daniel Lezcano:
This patchset relies on the cpm_pm notifier to initiate the
powerdown sequence operations from pm.c instead cpuidle.c.
Thus the cpuidle driver is no longer dependent from arch
specific code as everything is called from the pm.c file.
Note, this is based on tags/exnos-mcpm and tags/samsung-clk
----------------------------------------------------------------
Amit Daniel Kachhap (1):
ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock
Daniel Lezcano (20):
ARM: EXYNOS: Prevent forward declaration for cpuidle
ARM: EXYNOS: Use cpuidle_register
ARM: EXYNOS: Change function name prefix for cpuidle
ARM: EXYNOS: Encapsulate register access inside a function for pm
ARM: EXYNOS: Move some code inside the idle_finisher for cpuidle
ARM: EXYNOS: Fix S5P_WAKEUP_STAT call for cpuidle
ARM: EXYNOS: Use the cpu_pm notifier for pm
ARM: EXYNOS: Move scu_enable in the cpu_pm notifier
ARM: EXYNOS: Remove ifdef for scu_enable in pm
ARM: EXYNOS: Pass wakeup mask parameter to function for cpuidle
ARM: EXYNOS: Encapsulate boot vector code into a function for cpuidle
ARM: EXYNOS: Disable cpuidle for exynos5440
ARM: EXYNOS: Encapsulate the AFTR code into a function
ARM: EXYNOS: Move the AFTR state function into pm.c
ARM: EXYNOS: Move the power sequence call in the cpu_pm notifier
ARM: EXYNOS: Move S5P_CHECK_SLEEP into pm.c
ARM: EXYNOS: Pass the AFTR callback to the platform_data
ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.c
ARM: EXYNOS: Move the driver to drivers/cpuidle directory
ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynos
arch/arm/mach-exynos/Makefile | 1 -
arch/arm/mach-exynos/common.h | 2 +
arch/arm/mach-exynos/cpuidle.c | 256
----------------------------------
arch/arm/mach-exynos/exynos.c | 8 +-
arch/arm/mach-exynos/platsmp.c | 2 +-
arch/arm/mach-exynos/pm.c | 152 ++++++++++++++++----
arch/arm/mach-exynos/regs-pmu.h | 2 -
drivers/clk/samsung/clk-exynos5250.c | 42 ++++++
drivers/cpuidle/Kconfig.arm | 6 +
drivers/cpuidle/Makefile | 1 +
drivers/cpuidle/cpuidle-exynos.c | 99 +++++++++++++
11 files changed, 280 insertions(+), 291 deletions(-)
delete mode 100644 arch/arm/mach-exynos/cpuidle.c
create mode 100644 drivers/cpuidle/cpuidle-exynos.c
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL 3rd 1/3] Samsung Exynos cpuidle updates for 3.16
2014-05-26 4:03 [GIT PULL 3rd 1/3] Samsung Exynos cpuidle updates for 3.16 Kukjin Kim
@ 2014-05-29 18:21 ` Olof Johansson
2014-05-29 19:38 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-05-29 18:21 UTC (permalink / raw)
To: Kukjin Kim
Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
linux-arm-kernel, linux-samsung-soc, 'Daniel Lezcano'
On Mon, May 26, 2014 at 01:03:17PM +0900, Kukjin Kim wrote:
> Note: merge conflict will be happened when pulling this for
> arch/arm/mach-exynos/cpuidle.
> You may just fixup with 'git rm arch/arm/mach-exynos/cpuidle.', it is due to
> 'removing inclusion of <plat/cpu.h>' before moving cpuidle driver into
> drivers/cpuidle...
>
> - Kukjin
>
> The following changes since commit 985326c9f65a4c1a3b5ab875e6ce0c97c39449ec:
>
> Merge branch 'v3.16-next/clk-samsung' into v3.16-next/cpuidle-exynos
> (2014-05-26 05:20:25 +0900)
>
> are available in the git repository at:
>
>
> http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/exynos-cpuidle
>
> for you to fetch changes up to cd245f59aae5d6ef265f46aa6cea78354d61b629:
>
> ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynos (2014-05-26
> 05:21:47 +0900)
>
> ----------------------------------------------------------------
> Samsung exynos-cpuidle updates for v3.16
>
> - From Daniel Lezcano:
> This patchset relies on the cpm_pm notifier to initiate the
> powerdown sequence operations from pm.c instead cpuidle.c.
> Thus the cpuidle driver is no longer dependent from arch
> specific code as everything is called from the pm.c file.
>
> Note, this is based on tags/exnos-mcpm and tags/samsung-clk
Merged into next/drivers.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL 3rd 1/3] Samsung Exynos cpuidle updates for 3.16
2014-05-26 4:03 [GIT PULL 3rd 1/3] Samsung Exynos cpuidle updates for 3.16 Kukjin Kim
2014-05-29 18:21 ` Olof Johansson
@ 2014-05-29 19:38 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-05-29 19:38 UTC (permalink / raw)
To: Kukjin Kim
Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
linux-arm-kernel, linux-samsung-soc, 'Daniel Lezcano'
On Mon, May 26, 2014 at 01:03:17PM +0900, Kukjin Kim wrote:
> Note: merge conflict will be happened when pulling this for
> arch/arm/mach-exynos/cpuidle.
> You may just fixup with 'git rm arch/arm/mach-exynos/cpuidle.', it is due to
> 'removing inclusion of <plat/cpu.h>' before moving cpuidle driver into
> drivers/cpuidle...
>
> - Kukjin
>
> The following changes since commit 985326c9f65a4c1a3b5ab875e6ce0c97c39449ec:
>
> Merge branch 'v3.16-next/clk-samsung' into v3.16-next/cpuidle-exynos
> (2014-05-26 05:20:25 +0900)
>
> are available in the git repository at:
>
>
> http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/exynos-cpuidle
>
> for you to fetch changes up to cd245f59aae5d6ef265f46aa6cea78354d61b629:
>
> ARM: EXYNOS: Fix kernel panic when unplugging CPU1 on exynos (2014-05-26
> 05:21:47 +0900)
>
> ----------------------------------------------------------------
> Samsung exynos-cpuidle updates for v3.16
>
> - From Daniel Lezcano:
> This patchset relies on the cpm_pm notifier to initiate the
> powerdown sequence operations from pm.c instead cpuidle.c.
> Thus the cpuidle driver is no longer dependent from arch
> specific code as everything is called from the pm.c file.
>
> Note, this is based on tags/exnos-mcpm and tags/samsung-clk
Merged into next/drivers. Thanks.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-29 19:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 4:03 [GIT PULL 3rd 1/3] Samsung Exynos cpuidle updates for 3.16 Kukjin Kim
2014-05-29 18:21 ` Olof Johansson
2014-05-29 19:38 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox