From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>
Cc: arm@kernel.org,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL 1/7] Samsung fixes for v3.14
Date: Mon, 16 Dec 2013 05:21:21 +0900 [thread overview]
Message-ID: <52AE0F41.7050706@samsung.com> (raw)
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes
for you to fetch changes up to 236940d2c951a84735fdd7b958b5159eaf501784:
ARM: dts: Update display clock frequency for Origen-4412 (2013-12-16
04:41:57 +0900)
----------------------------------------------------------------
Samsung non-critical fixes for v3.14
- Switch FIFO mode for arch_enable_uart_fifo()
- Add missing op_mode for PMIC on exynos5250-arndale
- Add missing clock-frequency for CPU on exynos5250
- Fix typo samaung to samsung for exynos5420-pinctrl
- Fix display clock-frequency for exynos4210/exynos4412-origen
----------------------------------------------------------------
Alexander Shiyan (1):
ARM: SAMSUNG: Fix switching FIFO in arch_enable_uart_fifo function
Sachin Kamat (4):
ARM: dts: Add missing op_mode property to PMIC on Arndale
ARM: dts: Add missing frequency property to exynos5250
ARM: dts: Fix a typo in exynos5420-pinctrl.dtsi
ARM: dts: Update display clock frequency for Origen-4412
Tushar Behera (1):
ARM: dts: Update display clock frequency for Origen-4210
arch/arm/boot/dts/exynos4210-origen.dts | 2 +-
arch/arm/boot/dts/exynos4412-origen.dts | 2 +-
arch/arm/boot/dts/exynos5250-arndale.dts | 2 ++
arch/arm/boot/dts/exynos5250.dtsi | 2 ++
arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 2 +-
arch/arm/plat-samsung/include/plat/uncompress.h | 2 ++
6 files changed, 9 insertions(+), 3 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 1/7] Samsung fixes for v3.14
Date: Mon, 16 Dec 2013 05:21:21 +0900 [thread overview]
Message-ID: <52AE0F41.7050706@samsung.com> (raw)
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes
for you to fetch changes up to 236940d2c951a84735fdd7b958b5159eaf501784:
ARM: dts: Update display clock frequency for Origen-4412 (2013-12-16
04:41:57 +0900)
----------------------------------------------------------------
Samsung non-critical fixes for v3.14
- Switch FIFO mode for arch_enable_uart_fifo()
- Add missing op_mode for PMIC on exynos5250-arndale
- Add missing clock-frequency for CPU on exynos5250
- Fix typo samaung to samsung for exynos5420-pinctrl
- Fix display clock-frequency for exynos4210/exynos4412-origen
----------------------------------------------------------------
Alexander Shiyan (1):
ARM: SAMSUNG: Fix switching FIFO in arch_enable_uart_fifo function
Sachin Kamat (4):
ARM: dts: Add missing op_mode property to PMIC on Arndale
ARM: dts: Add missing frequency property to exynos5250
ARM: dts: Fix a typo in exynos5420-pinctrl.dtsi
ARM: dts: Update display clock frequency for Origen-4412
Tushar Behera (1):
ARM: dts: Update display clock frequency for Origen-4210
arch/arm/boot/dts/exynos4210-origen.dts | 2 +-
arch/arm/boot/dts/exynos4412-origen.dts | 2 +-
arch/arm/boot/dts/exynos5250-arndale.dts | 2 ++
arch/arm/boot/dts/exynos5250.dtsi | 2 ++
arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 2 +-
arch/arm/plat-samsung/include/plat/uncompress.h | 2 ++
6 files changed, 9 insertions(+), 3 deletions(-)
next reply other threads:[~2013-12-15 20:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-15 20:21 Kukjin Kim [this message]
2013-12-15 20:21 ` [GIT PULL 1/7] Samsung fixes for v3.14 Kukjin Kim
2013-12-16 17:24 ` Tomasz Figa
2013-12-16 17:24 ` Tomasz Figa
2013-12-17 12:23 ` kgene
2013-12-17 12:23 ` kgene at kernel.org
2013-12-17 12:27 ` Tomasz Figa
2013-12-17 12:27 ` Tomasz Figa
2013-12-18 17:49 ` Kukjin Kim
2013-12-18 17:49 ` Kukjin Kim
2013-12-22 22:01 ` Olof Johansson
2013-12-22 22:01 ` 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=52AE0F41.7050706@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.