* [GIT PULL] Samsung DT updates for v3.20
@ 2015-01-24 3:59 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2015-01-24 3:59 UTC (permalink / raw)
To: arm, Arnd Bergmann, 'Olof Johansson', Kevin Hilman
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Hi,
Please pull Samsung DT updates for v3.20.
I checked to use signed tag in this time ;)
Thanks and if any problems, please let me know.
- Kukjin
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt
for you to fetch changes up to 23c76dc666471dce5ce71b620839d2465723a7c9:
ARM: dts: Configure regulators for suspend on exynos Peach boards
(2015-01-15 00:30:49 +0900)
----------------------------------------------------------------
Samsung DT updates for v3.20
- exynos3250
: add exynos_usbphy node and hsotg nodes
- exynos3250-rinato
: enable usb
: cleanup and use macro for gpio-keys
: add fimd and Panel devices support
- exynos3250-monk
: enable usb
: cleanup and use macro for gpio-keys
- exynos5250-snow
: add power and lid gpio-keys pinctrl
- exynos5420-peach-pit and exynos5800-peach-pi
: configure regulators for suspend
: set always on for USB webCam regulators
: add lid GPIO key device
- exynos5422
: add support new board Odroid XU3
- dt-bindings
: add exynos-chipid
----------------------------------------------------------------
Beomho Seo (2):
ARM: dts: remove unnecessary gpio-key nodes for exynos3250 boards
ARM: dts: use macro in gpio keys for exynos3250 boards
Inki Dae (2):
ARM: dts: add fimd device support for exynos3250-rinato
ARM: dts: add Panel device support for exynos3250-rinato
Jaewon Kim (4):
ARM: dts: Add exynos_usbphy node for exynos3250
ARM: dts: Add hsotg node for exynos3250
ARM: dts: Enable USB node for exynos3250-rinato
ARM: dts: Enable USB node for exynos3250-monk
Javier Martinez Canillas (4):
ARM: dts: Add power and lid GPIO keys pinctrl for exynos5250-snow
ARM: dts: Add lid GPIO key device node for Peach boards
ARM: dts: Set Peach boards USB WebCam regulators to always on
ARM: dts: Configure regulators for suspend on exynos Peach boards
Pankaj Dubey (1):
Documentation: dt-bindings: add exynos-chipid binding information
Sjoerd Simons (1):
ARM: dts: Add dts file for Odroid XU3 board
.../bindings/arm/samsung/exynos-chipid.txt | 12 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/exynos3250-monk.dts | 15 +-
arch/arm/boot/dts/exynos3250-rinato.dts | 85 +++++-
arch/arm/boot/dts/exynos3250.dtsi | 21 ++
arch/arm/boot/dts/exynos5250-snow.dts | 16 +
arch/arm/boot/dts/exynos5420-peach-pit.dts | 100 ++++++-
arch/arm/boot/dts/exynos5422-odroidxu3.dts | 332
+++++++++++++++++++++
arch/arm/boot/dts/exynos5800-peach-pi.dts | 101 ++++++-
9 files changed, 675 insertions(+), 8 deletions(-)
create mode 100644
Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
create mode 100644 arch/arm/boot/dts/exynos5422-odroidxu3.dts
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL] Samsung DT updates for v3.20
@ 2015-01-24 3:59 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2015-01-24 3:59 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
Please pull Samsung DT updates for v3.20.
I checked to use signed tag in this time ;)
Thanks and if any problems, please let me know.
- Kukjin
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt
for you to fetch changes up to 23c76dc666471dce5ce71b620839d2465723a7c9:
ARM: dts: Configure regulators for suspend on exynos Peach boards
(2015-01-15 00:30:49 +0900)
----------------------------------------------------------------
Samsung DT updates for v3.20
- exynos3250
: add exynos_usbphy node and hsotg nodes
- exynos3250-rinato
: enable usb
: cleanup and use macro for gpio-keys
: add fimd and Panel devices support
- exynos3250-monk
: enable usb
: cleanup and use macro for gpio-keys
- exynos5250-snow
: add power and lid gpio-keys pinctrl
- exynos5420-peach-pit and exynos5800-peach-pi
: configure regulators for suspend
: set always on for USB webCam regulators
: add lid GPIO key device
- exynos5422
: add support new board Odroid XU3
- dt-bindings
: add exynos-chipid
----------------------------------------------------------------
Beomho Seo (2):
ARM: dts: remove unnecessary gpio-key nodes for exynos3250 boards
ARM: dts: use macro in gpio keys for exynos3250 boards
Inki Dae (2):
ARM: dts: add fimd device support for exynos3250-rinato
ARM: dts: add Panel device support for exynos3250-rinato
Jaewon Kim (4):
ARM: dts: Add exynos_usbphy node for exynos3250
ARM: dts: Add hsotg node for exynos3250
ARM: dts: Enable USB node for exynos3250-rinato
ARM: dts: Enable USB node for exynos3250-monk
Javier Martinez Canillas (4):
ARM: dts: Add power and lid GPIO keys pinctrl for exynos5250-snow
ARM: dts: Add lid GPIO key device node for Peach boards
ARM: dts: Set Peach boards USB WebCam regulators to always on
ARM: dts: Configure regulators for suspend on exynos Peach boards
Pankaj Dubey (1):
Documentation: dt-bindings: add exynos-chipid binding information
Sjoerd Simons (1):
ARM: dts: Add dts file for Odroid XU3 board
.../bindings/arm/samsung/exynos-chipid.txt | 12 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/exynos3250-monk.dts | 15 +-
arch/arm/boot/dts/exynos3250-rinato.dts | 85 +++++-
arch/arm/boot/dts/exynos3250.dtsi | 21 ++
arch/arm/boot/dts/exynos5250-snow.dts | 16 +
arch/arm/boot/dts/exynos5420-peach-pit.dts | 100 ++++++-
arch/arm/boot/dts/exynos5422-odroidxu3.dts | 332
+++++++++++++++++++++
arch/arm/boot/dts/exynos5800-peach-pi.dts | 101 ++++++-
9 files changed, 675 insertions(+), 8 deletions(-)
create mode 100644
Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
create mode 100644 arch/arm/boot/dts/exynos5422-odroidxu3.dts
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] Samsung DT updates for v3.20
2015-01-24 3:59 ` Kukjin Kim
@ 2015-01-27 2:44 ` Olof Johansson
-1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-01-27 2:44 UTC (permalink / raw)
To: Kukjin Kim
Cc: arm, Arnd Bergmann, Kevin Hilman,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
On Sat, Jan 24, 2015 at 12:59:20PM +0900, Kukjin Kim wrote:
> Hi,
>
> Please pull Samsung DT updates for v3.20.
> I checked to use signed tag in this time ;)
>
> Thanks and if any problems, please let me know.
>
> - Kukjin
>
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>
> Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-dt
>
> for you to fetch changes up to 23c76dc666471dce5ce71b620839d2465723a7c9:
>
> ARM: dts: Configure regulators for suspend on exynos Peach boards
> (2015-01-15 00:30:49 +0900)
Merged, thanks for the tag description!
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Samsung DT updates for v3.20
@ 2015-01-27 2:44 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-01-27 2:44 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Jan 24, 2015 at 12:59:20PM +0900, Kukjin Kim wrote:
> Hi,
>
> Please pull Samsung DT updates for v3.20.
> I checked to use signed tag in this time ;)
>
> Thanks and if any problems, please let me know.
>
> - Kukjin
>
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>
> Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-dt
>
> for you to fetch changes up to 23c76dc666471dce5ce71b620839d2465723a7c9:
>
> ARM: dts: Configure regulators for suspend on exynos Peach boards
> (2015-01-15 00:30:49 +0900)
Merged, thanks for the tag description!
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-27 2:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-24 3:59 [GIT PULL] Samsung DT updates for v3.20 Kukjin Kim
2015-01-24 3:59 ` Kukjin Kim
2015-01-27 2:44 ` Olof Johansson
2015-01-27 2:44 ` 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.