From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Arnd Bergmann' <arnd@arndb.de>,
'Olof Johansson' <olof@lixom.net>,
'Kevin Hilman' <khilman@linaro.org>,
arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org
Subject: [GIT PULL] Samsung fixes for 3.15
Date: Thu, 15 May 2014 18:13:09 +0900 [thread overview]
Message-ID: <02ae01cf701d$e5761f80$b0625e80$@samsung.com> (raw)
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(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung fixes for 3.15
Date: Thu, 15 May 2014 18:13:09 +0900 [thread overview]
Message-ID: <02ae01cf701d$e5761f80$b0625e80$@samsung.com> (raw)
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(-)
next reply other threads:[~2014-05-15 9:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 9:13 Kukjin Kim [this message]
2014-05-15 9:13 ` [GIT PULL] Samsung fixes for 3.15 Kukjin Kim
2014-05-20 5:55 ` Olof Johansson
2014-05-20 5:55 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='02ae01cf701d$e5761f80$b0625e80$@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.