All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/6] Add Display support for AM43xx
@ 2014-03-24 11:01 Sathya Prakash M R
  2014-03-24 11:01 ` [PATCH V3 1/6] OMAPDSS: Add DSS features " Sathya Prakash M R
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Sathya Prakash M R @ 2014-03-24 11:01 UTC (permalink / raw)
  To: tomi.valkeinen, devicetree, linux-omap; +Cc: Sathya Prakash M R

This patch series adds DSS support to the AM43x. The DPI LCD
panel is supported on both am43x-epos-evm and am437x-gp-evm.
The LCD panel is from OSD model: OSD057T0559-34TS

Version 1 of this series can be found below[1]:
[1]: https://patchwork.kernel.org/patch/3274421/

Tested on am43x-epos-evm and am437x-gp-evm.

Dependent patches :
Sourav patches adding device nodes for epos [2] and gp [3] evm
[2]: https://patchwork.kernel.org/patch/3246701/
[3]: https://patchwork.kernel.org/patch/3246751/

AM43xx has a dedicated display pll. Hence tomi patch improving
func clock handling is needed [4]
[4]: https://patchwork.kernel.org/patch/3196221/

Tomi patch adding DT support to DSS [5]
[5]: https://patchwork.kernel.org/patch/3516341/

Changes from V2:
fixed minor comments on dt changes and added missing signoff

Sathya Prakash M R (5):
  OMAPDSS: Add DSS features for AM43xx
  ARM: OMAP2+: AM43xx DSS Hwmod
  ARM: am43xx-clocks.dtsi: Set parent for disp_clk
  ARM: am4372.dtsi: add omapdss information
  ARM: DTS: AM43xx: Add DSS nodes

Tomi Valkeinen (1):
  ARM: AM43xx: fix dpll init in bypass mode

 arch/arm/boot/dts/am4372.dtsi              |   35 ++++++++++
 arch/arm/boot/dts/am437x-gp-evm.dts        |   77 ++++++++++++++++++++
 arch/arm/boot/dts/am43x-epos-evm.dts       |   73 +++++++++++++++++++
 arch/arm/boot/dts/am43xx-clocks.dtsi       |    2 +
 arch/arm/mach-omap2/clkt_dpll.c            |    4 +-
 arch/arm/mach-omap2/display.c              |    2 +
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c |  104 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/prcm43xx.h             |    1 +
 drivers/video/omap2/dss/dispc.c            |    1 +
 drivers/video/omap2/dss/dpi.c              |    2 +
 drivers/video/omap2/dss/dsi.c              |    1 +
 drivers/video/omap2/dss/dss.c              |   11 +++
 drivers/video/omap2/dss/dss_features.c     |   67 ++++++++++++++++++
 include/video/omapdss.h                    |    1 +
 14 files changed, 379 insertions(+), 2 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-04-18 16:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24 11:01 [PATCH V3 0/6] Add Display support for AM43xx Sathya Prakash M R
2014-03-24 11:01 ` [PATCH V3 1/6] OMAPDSS: Add DSS features " Sathya Prakash M R
2014-04-08 10:05   ` Tomi Valkeinen
2014-04-18 16:48     ` Tony Lindgren
2014-03-24 11:01 ` [PATCH V3 2/6] ARM: AM43xx: fix dpll init in bypass mode Sathya Prakash M R
2014-04-08 10:07   ` Tomi Valkeinen
2014-04-11 18:24     ` Paul Walmsley
2014-04-11 18:23   ` Paul Walmsley
2014-03-24 11:01 ` [PATCH V3 3/6] ARM: OMAP2+: AM43xx DSS Hwmod Sathya Prakash M R
2014-03-24 11:01 ` [PATCH V3 4/6] ARM: am43xx-clocks.dtsi: Set parent for disp_clk Sathya Prakash M R
2014-03-24 11:01 ` [PATCH V3 5/6] ARM: am4372.dtsi: add omapdss information Sathya Prakash M R
2014-03-28  9:54   ` Sekhar Nori
2014-04-08 10:02   ` Tomi Valkeinen
2014-03-24 11:01 ` [PATCH V3 6/6] ARM: DTS: AM43xx: Add DSS nodes Sathya Prakash M R
2014-03-28 10:03   ` Sekhar Nori
2014-03-28  9:38 ` [PATCH V3 0/6] Add Display support for AM43xx Sekhar Nori

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.