All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ARM: dts: Add G2D DT nodes to Exynos4 machines
@ 2013-02-06 11:51 Sachin Kamat
  2013-02-06 11:51 ` [PATCH 1/7] ARM: dts: Add G2D node to exynos4210.dtsi Sachin Kamat
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Sachin Kamat @ 2013-02-06 11:51 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss
  Cc: kgene.kim, s.nawrocki, inki.dae, sachin.kamat, patches

This patch series is based on for-next branch of Kukjin Kim's tree
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Patches added on top of MFC DT series which has been accepted by Kukjin.
http://www.spinics.net/lists/linux-samsung-soc/msg15419.html

Sachin Kamat (7):
  ARM: dts: Add G2D node to exynos4210.dtsi
  ARM: dts: Add G2D node to SMDKV310
  ARM: dts: Add G2D node to exynos4210-origen
  ARM: dts: Add G2D node to exynos4x12.dtsi
  ARM: dts: Add G2D node to SMDK4412
  ARM: dts: Add G2D node to exynos4412-origen
  ARM: dts: Add Samsung G2D DT bindings documentation

 .../devicetree/bindings/gpu/samsung-g2d.txt        |   30 ++++++++++++++++++++
 arch/arm/boot/dts/exynos4210-origen.dts            |    4 ++
 arch/arm/boot/dts/exynos4210-smdkv310.dts          |    4 ++
 arch/arm/boot/dts/exynos4210.dtsi                  |    8 +++++
 arch/arm/boot/dts/exynos4412-origen.dts            |    4 ++
 arch/arm/boot/dts/exynos4412-smdk4412.dts          |    4 ++
 arch/arm/boot/dts/exynos4x12.dtsi                  |    7 ++++
 7 files changed, 61 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpu/samsung-g2d.txt

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH v2 0/7] Add G2D nodes to Exynos4 machines
@ 2013-02-18  5:02 Sachin Kamat
  2013-02-18  5:02 ` [PATCH 2/7] ARM: dts: Add G2D node to SMDKV310 Sachin Kamat
  0 siblings, 1 reply; 17+ messages in thread
From: Sachin Kamat @ 2013-02-18  5:02 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss
  Cc: kgene.kim, s.nawrocki, patches, sachin.kamat

This patch series is based on Kukjin Kim's next/dt-exynos branch of
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tree.

Changes since v1:
* Removed power-domain entry in patch 1/7 as the driver currently
  does not use it.
* Addressed review comments from Sylwester Nawrocki and Tomasz Figa
  in patch 7/7.

Sachin Kamat (7):
  ARM: dts: Add G2D node to exynos4210.dtsi
  ARM: dts: Add G2D node to SMDKV310
  ARM: dts: Add G2D node to exynos4210-origen
  ARM: dts: Add G2D node to exynos4x12.dtsi
  ARM: dts: Add G2D node to SMDK4412
  ARM: dts: Add G2D node to exynos4412-origen
  ARM: dts: Add Samsung G2D DT bindings documentation

 .../devicetree/bindings/gpu/samsung-g2d.txt        |   20 ++++++++++++++++++++
 arch/arm/boot/dts/exynos4210-origen.dts            |    4 ++++
 arch/arm/boot/dts/exynos4210-smdkv310.dts          |    4 ++++
 arch/arm/boot/dts/exynos4210.dtsi                  |    7 +++++++
 arch/arm/boot/dts/exynos4412-smdk4412.dts          |    8 ++++++++
 arch/arm/boot/dts/exynos4x12.dtsi                  |    7 +++++++
 6 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpu/samsung-g2d.txt

-- 
1.7.4.1

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

end of thread, other threads:[~2013-02-18  5:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 11:51 [PATCH 0/7] ARM: dts: Add G2D DT nodes to Exynos4 machines Sachin Kamat
2013-02-06 11:51 ` [PATCH 1/7] ARM: dts: Add G2D node to exynos4210.dtsi Sachin Kamat
2013-02-06 11:51 ` [PATCH 2/7] ARM: dts: Add G2D node to SMDKV310 Sachin Kamat
2013-02-06 11:51 ` [PATCH 3/7] ARM: dts: Add G2D node to exynos4210-origen Sachin Kamat
2013-02-06 11:51 ` [PATCH 4/7] ARM: dts: Add G2D node to exynos4x12.dtsi Sachin Kamat
2013-02-06 11:51 ` [PATCH 5/7] ARM: dts: Add G2D node to SMDK4412 Sachin Kamat
2013-02-06 11:51 ` [PATCH 6/7] ARM: dts: Add G2D node to exynos4412-origen Sachin Kamat
2013-02-06 11:51 ` [PATCH 7/7] ARM: dts: Add Samsung G2D DT bindings documentation Sachin Kamat
2013-02-13 22:32   ` Sylwester Nawrocki
     [not found]     ` <511C1462.5060106-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-02-14 15:45       ` Sachin Kamat
2013-02-14 16:01         ` Sylwester Nawrocki
     [not found]           ` <511D0A5E.7060907-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-02-18  5:15             ` Sachin Kamat
2013-02-13 23:17   ` Tomasz Figa
2013-02-14 15:49     ` Sachin Kamat
2013-02-18  5:17       ` Sachin Kamat
     [not found] ` <1360151477-26460-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-02-12 17:47   ` [PATCH 0/7] ARM: dts: Add G2D DT nodes to Exynos4 machines Sachin Kamat
2013-02-18  5:02 [PATCH v2 0/7] Add G2D " Sachin Kamat
2013-02-18  5:02 ` [PATCH 2/7] ARM: dts: Add G2D node to SMDKV310 Sachin Kamat

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.