mbox

[GIT,PULL] Samsung fixes-3 for 3.16

Message ID 53C1B549.1060706@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim July 12, 2014, 10:23 p.m. UTC
The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:

   Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to bed7118988ef48063c72f67cc2701c72663b3870:

   ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250 
(2014-07-11 08:15:32 +0900)

----------------------------------------------------------------
Samsung fixes-3 for v3.16
- update the parent for Auudss clock because kernel will be hang
   during late boot if the parent clock is disabled in bootloader.
- enable clk handing in power domain because while power domain
   on/off, its regarding clock source will be reset and it causes
   a problem so need to handle it.
- add mux clocks to be used by power domain for exynos5420-mfc
   during power domain on/off and property in device tree also.
- register cpuidle only for exynos4210 and exynos5250 because a
   system failure will be happened on other exynos SoCs.

----------------------------------------------------------------
Arun Kumar K (2):
       clk: exynos5420: Add IDs for clocks used in PD mfc
       ARM: dts: Add clock property for mfc_pd in exynos5420

Prathyush K (1):
       ARM: EXYNOS: Add support for clock handling in power domain

Tomasz Figa (1):
       ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250

Tushar Behera (1):
       ARM: dts: Update the parent for Audss clocks in Exynos5420

  .../bindings/arm/exynos/power_domain.txt           | 20 +++++++
  arch/arm/boot/dts/exynos5420.dtsi                  |  5 +-
  arch/arm/mach-exynos/exynos.c                      |  6 +--
  arch/arm/mach-exynos/pm_domains.c                  | 61 
+++++++++++++++++++++-
  drivers/clk/samsung/clk-exynos5420.c               |  6 ++-
  include/dt-bindings/clock/exynos5420.h             |  2 +
  6 files changed, 92 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Olof Johansson July 13, 2014, 4:19 a.m. UTC | #1
On Sun, Jul 13, 2014 at 07:23:05AM +0900, Kukjin Kim wrote:
> The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:
> 
>   Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)
> 
> are available in the git repository at:
> 

> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-fixes-3
> 
> for you to fetch changes up to bed7118988ef48063c72f67cc2701c72663b3870:
> 
>   ARM: EXYNOS: Register cpuidle device only on exynos4210 and 5250
> (2014-07-11 08:15:32 +0900)
> 
> ----------------------------------------------------------------
> Samsung fixes-3 for v3.16
> - update the parent for Auudss clock because kernel will be hang
>   during late boot if the parent clock is disabled in bootloader.
> - enable clk handing in power domain because while power domain
>   on/off, its regarding clock source will be reset and it causes
>   a problem so need to handle it.
> - add mux clocks to be used by power domain for exynos5420-mfc
>   during power domain on/off and property in device tree also.
> - register cpuidle only for exynos4210 and exynos5250 because a
>   system failure will be happened on other exynos SoCs.

Pulled, thanks.

-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html