All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Samsung fixes for 3.15
@ 2014-05-15  9:13 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-05-15  9:13 UTC (permalink / raw)
  To: 'Arnd Bergmann', 'Olof Johansson',
	'Kevin Hilman', arm
  Cc: linux-arm-kernel, linux-samsung-soc

Hi Arnd, Olof, Kevin,

Please pull Samsung fixes and if any problem, please kinldly let me know.

Thanks,
Kukjin

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

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

for you to fetch changes up to 702b691e4a711e699cf3cccba879c1d945665c0d:

  ARM: dts: Remove g2d_pd node for exynos5420 (2014-05-15 04:18:24 +0900)

----------------------------------------------------------------
Samsung fixes for 3.15
- Remove g2d_pd and mau_pd nodes on exynos5420.
  Since the power domains are linked to the CMU blocks,
  kernel panic happens during access clocks when the
  power domains are disabled. Now this is a best solution.
- Enable HS-I2C on exynos5 by default
  MMC partition cannot be mounted for RFS without the
  enabling HS-I2C because regulators for MMC power are
  connected to HS-I2C bus.
- Disable MDMA1 node on exynos5420
  When MDMA1 runs in secure mode it makes kernel fault,
  so need to disalbe it on exynos5420 by default instead
  of each board.
- Fix the secondary CPU boot for exynos4212

----------------------------------------------------------------
Arun Kumar K (1):
      ARM: dts: Remove g2d_pd node for exynos5420

Kyungmin Park (1):
      ARM: EXYNOS: fix the secondary CPU boot of exynos4212

Sachin Kamat (1):
      ARM: exynos_defconfig: enable HS-I2C to fix for mmc partition mount

Seungwon Jeon (1):
      ARM: dts: disable MDMA1 node for exynos5420

Tushar Behera (1):
      ARM: dts: Remove mau_pd node for exynos5420

 arch/arm/boot/dts/exynos5420-arndale-octa.dts |   12 ------------
 arch/arm/boot/dts/exynos5420.dtsi             |   18 +++++++-----------
 arch/arm/configs/exynos_defconfig             |    1 +
 arch/arm/mach-exynos/firmware.c               |   15 ++++++++++++++-
 4 files changed, 22 insertions(+), 24 deletions(-)

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

* [GIT PULL] Samsung fixes for 3.15
@ 2014-05-15  9:13 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-05-15  9:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

Please pull Samsung fixes and if any problem, please kinldly let me know.

Thanks,
Kukjin

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

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

for you to fetch changes up to 702b691e4a711e699cf3cccba879c1d945665c0d:

  ARM: dts: Remove g2d_pd node for exynos5420 (2014-05-15 04:18:24 +0900)

----------------------------------------------------------------
Samsung fixes for 3.15
- Remove g2d_pd and mau_pd nodes on exynos5420.
  Since the power domains are linked to the CMU blocks,
  kernel panic happens during access clocks when the
  power domains are disabled. Now this is a best solution.
- Enable HS-I2C on exynos5 by default
  MMC partition cannot be mounted for RFS without the
  enabling HS-I2C because regulators for MMC power are
  connected to HS-I2C bus.
- Disable MDMA1 node on exynos5420
  When MDMA1 runs in secure mode it makes kernel fault,
  so need to disalbe it on exynos5420 by default instead
  of each board.
- Fix the secondary CPU boot for exynos4212

----------------------------------------------------------------
Arun Kumar K (1):
      ARM: dts: Remove g2d_pd node for exynos5420

Kyungmin Park (1):
      ARM: EXYNOS: fix the secondary CPU boot of exynos4212

Sachin Kamat (1):
      ARM: exynos_defconfig: enable HS-I2C to fix for mmc partition mount

Seungwon Jeon (1):
      ARM: dts: disable MDMA1 node for exynos5420

Tushar Behera (1):
      ARM: dts: Remove mau_pd node for exynos5420

 arch/arm/boot/dts/exynos5420-arndale-octa.dts |   12 ------------
 arch/arm/boot/dts/exynos5420.dtsi             |   18 +++++++-----------
 arch/arm/configs/exynos_defconfig             |    1 +
 arch/arm/mach-exynos/firmware.c               |   15 ++++++++++++++-
 4 files changed, 22 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL] Samsung fixes for 3.15
  2014-05-15  9:13 ` Kukjin Kim
@ 2014-05-20  5:55   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-05-20  5:55 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, 'Kevin Hilman', arm,
	'Arnd Bergmann'

On Thu, May 15, 2014 at 06:13:09PM +0900, Kukjin Kim wrote:
> Hi Arnd, Olof, Kevin,
> 
> Please pull Samsung fixes and if any problem, please kinldly let me know.
> 
> Thanks,
> Kukjin
> 
> The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:
> 
>   Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)
> 
> are available in the git repository at:
> 
>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-fixes
> 
> for you to fetch changes up to 702b691e4a711e699cf3cccba879c1d945665c0d:
> 
>   ARM: dts: Remove g2d_pd node for exynos5420 (2014-05-15 04:18:24 +0900)

Merged, thanks.


-Olof

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

* [GIT PULL] Samsung fixes for 3.15
@ 2014-05-20  5:55   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-05-20  5:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 15, 2014 at 06:13:09PM +0900, Kukjin Kim wrote:
> Hi Arnd, Olof, Kevin,
> 
> Please pull Samsung fixes and if any problem, please kinldly let me know.
> 
> Thanks,
> Kukjin
> 
> The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:
> 
>   Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)
> 
> are available in the git repository at:
> 
>   http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-fixes
> 
> for you to fetch changes up to 702b691e4a711e699cf3cccba879c1d945665c0d:
> 
>   ARM: dts: Remove g2d_pd node for exynos5420 (2014-05-15 04:18:24 +0900)

Merged, thanks.


-Olof

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

end of thread, other threads:[~2014-05-20  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15  9:13 [GIT PULL] Samsung fixes for 3.15 Kukjin Kim
2014-05-15  9:13 ` Kukjin Kim
2014-05-20  5:55 ` Olof Johansson
2014-05-20  5:55   ` Olof Johansson

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.