[PATCH V3 0/6] Add Display support for AM43xx

2014-03-24 Thread Sathya Prakash M R
]: 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

[PATCH V3 6/6] ARM: DTS: AM43xx: Add DSS nodes

2014-03-24 Thread Sathya Prakash M R
Both the AM437x-Gp evm and Am43x-Epos evm use the same LCD panel. The lcd timings are added in respective dts files. Adds display pinctrl and enables required gpio. Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 77

[PATCH V3 4/6] ARM: am43xx-clocks.dtsi: Set parent for disp_clk

2014-03-24 Thread Sathya Prakash M R
Choose a parent for the disp_clk. Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/boot/dts/am43xx-clocks.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi index 85e7d4b..b20e192 100644

[PATCH V3 2/6] ARM: AM43xx: fix dpll init in bypass mode

2014-03-24 Thread Sathya Prakash M R
the missing soc_is_am43xx() check to make the code work on AM43xx. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/mach-omap2/clkt_dpll.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach

[PATCH V3 3/6] ARM: OMAP2+: AM43xx DSS Hwmod

2014-03-24 Thread Sathya Prakash M R
Add DSS hwmod structs for AM43xx. Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 104 arch/arm/mach-omap2/prcm43xx.h |1 + 2 files changed, 105 insertions(+) diff --git a/arch/arm/mach-omap2

[RFC PATCH 0/2] Sil9022 DPI to HDMI Encoder

2014-03-18 Thread Sathya Prakash M R
driver supporting limited features. TODO - Audio Support Detailed Hot Plug event handling and also routing the hot plug event to host processor These features will be added in future. Sathya Prakash M R (2): OMAPDSS: Add Sil9022 DPI-HDMI Encoder Driver ARM: DTS: AM43x: Add sii9022 dt

[PATCH 2/2] ARM: DTS: AM43x: Add sii9022 dt information

2014-03-18 Thread Sathya Prakash M R
AM43x-epos and AM437x-gp device use external sii9022 DPI to HDMI encoder. Sii9022 use i2c for communication. Sii9022 dt entries are added to corresponding dts. Signed-off-by: Sathya prakash M R sath...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 58 +++-- arch

[PATCH 1/2] OMAPDSS: Add Sil9022 DPI-HDMI Encoder Driver

2014-03-18 Thread Sathya Prakash M R
Sil9022 DPI to HDMI Encoder driver is part of AM43xx SOC. Adding the basic Sil9022 driver HPD and Audio support is not present yet. Signed-off-by: Sathya Prakash M R sath...@ti.com --- drivers/video/omap2/displays-new/Kconfig |8 + drivers/video/omap2/displays-new/Makefile

Re: [PATCH 2/2] ARM: DTS: AM43x: Add sii9022 dt information

2014-03-18 Thread Sathya Prakash
On Tuesday 18 March 2014 04:01 PM, Tomi Valkeinen wrote: On 18/03/14 12:07, Sathya Prakash M R wrote: AM43x-epos and AM437x-gp device use external sii9022 DPI to HDMI encoder. Sii9022 use i2c for communication. Sii9022 dt entries are added to corresponding dts. Signed-off-by: Sathya prakash M

[PATCH v2 3/4] ARM: OMAP2+: AM43xx DSS Hwmod

2014-03-13 Thread Sathya Prakash M R
Add DSS hwmod structs for AM43xx. Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 104 arch/arm/mach-omap2/prcm43xx.h |1 + 2 files changed, 105 insertions(+) diff --git a/arch/arm/mach-omap2

[PATCH v2 2/4] ARM: AM43xx: fix dpll init in bypass mode

2014-03-13 Thread Sathya Prakash M R
From: Tomi Valkeinen tomi.valkei...@ti.com On AM43xx, if a PLL is in bypass at kernel init, the code in omap2_get_dpll_rate() will not realize this and will try to calculate the clock rate using the multiplier and the divider, resulting in errors. omap2_init_dpll_parent() has similar issue. Add

[PATCH v2 1/4] OMAPDSS: Add DSS features for AM43xx

2014-03-13 Thread Sathya Prakash M R
Add DSS features for AM43xx. Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/mach-omap2/display.c |2 + drivers/video/omap2/dss/dispc.c|1 + drivers/video/omap2/dss/dpi.c |2 + drivers/video/omap2/dss/dsi.c |1 + drivers/video

[PATCH v2 0/4] Add Display support for AM43xx

2014-03-13 Thread Sathya Prakash M R
]: https://patchwork.kernel.org/patch/3196221/ Tomi patch adding DT support to DSS [5] [5]: https://patchwork.kernel.org/patch/3516341/ Changes from V1: Rebased to latest DSS DT changes from Tomi which is under review [5] Sathya Prakash M R (3): OMAPDSS: Add DSS features for AM43xx ARM

[PATCH v2 4/4] ARM: DTS: AM43x: Add DSS node

2014-03-13 Thread Sathya Prakash M R
Add device node for DSS module for AM4372. Both the AM437x-Gp evm and Am43x-Epos evm use the same LCD panel. The lcd timings are added in respective dts files. Adds display pinctrl and enables required gpio. Also set the right parent clock to the DSS clock. Signed-off-by: Sathya Prakash M R sath

Re: [PATCH v2 4/4] ARM: DTS: AM43x: Add DSS node

2014-03-13 Thread Sathya Prakash
On Thursday 13 March 2014 03:51 PM, Tomi Valkeinen wrote: On 13/03/14 10:58, Sathya Prakash M R wrote: Add device node for DSS module for AM4372. Both the AM437x-Gp evm and Am43x-Epos evm use the same LCD panel. The lcd timings are added in respective dts files. Adds display pinctrl and enables

Re: [PATCH v2 2/4] ARM: AM43xx: fix dpll init in bypass mode

2014-03-13 Thread Sathya Prakash
On Thursday 13 March 2014 03:54 PM, Tomi Valkeinen wrote: On 13/03/14 10:58, Sathya Prakash M R wrote: From: Tomi Valkeinen tomi.valkei...@ti.com On AM43xx, if a PLL is in bypass at kernel init, the code in omap2_get_dpll_rate() will not realize this and will try to calculate the clock rate

[PATCH 0/4] Add Display support for AM43xx

2013-12-03 Thread Sathya Prakash M R
://patchwork.kernel.org/patch/3196221/ Tested on am43x-epos-evm and am437x-gp-evm. Sathya Prakash M R (3): OMAPDSS: Add DSS features for AM43xx ARM: OMAP2+: AM43xx DSS Hwmod ARM: DTS: AM43x: Add DSS node Tomi Valkeinen (1): ARM: AM43xx: fix dpll init in bypass mode arch/arm/boot/dts/am4372.dtsi

[PATCH 3/4] ARM: OMAP2+: AM43xx DSS Hwmod

2013-12-03 Thread Sathya Prakash M R
Add DSS hwmod structs for AM43xx. Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 104 arch/arm/mach-omap2/prcm43xx.h |1 + 2 files changed, 105 insertions(+) diff --git a/arch/arm/mach-omap2

[PATCH 1/4] OMAPDSS: Add DSS features for AM43xx

2013-12-03 Thread Sathya Prakash M R
Add DSS features for AM43xx. Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/mach-omap2/display.c |2 + drivers/video/omap2/dss/dispc.c|1 + drivers/video/omap2/dss/dpi.c |2 + drivers/video/omap2/dss/dsi.c |1 + drivers/video

[PATCH 2/4] ARM: AM43xx: fix dpll init in bypass mode

2013-12-03 Thread Sathya Prakash M R
From: Tomi Valkeinen tomi.valkei...@ti.com On AM43xx, if a PLL is in bypass at kernel init, the code in omap2_get_dpll_rate() will not realize this and will try to calculate the clock rate using the multiplier and the divider, resulting in errors. omap2_init_dpll_parent() has similar issue. Add

[PATCH 4/4] ARM: DTS: AM43x: Add DSS node

2013-12-03 Thread Sathya Prakash M R
Add device node for DSS module for AM4372. Both the AM437x-Gp evm and Am43x-Epos evm use the same LCD panel. The lcd timings are added in respective dts files. Adds display pinctrl and enables required gpio. Also set the right parent clock to the DSS clock. Signed-off-by: Sathya Prakash M R sath

Re: [PATCH 0/5] Add more device nodes for am43x-epos-evm

2013-11-27 Thread Sathya Prakash
On Wednesday 27 November 2013 01:00 PM, Sourav Poddar wrote: The patch series adds support for enabling pwm backlight, i2c2, spi and matrix gpio keys on am43x-gp-evm. Seems a typo - series is for epos evm. Done on top of 3.13-rc1 + tero clock series(1) [1]:

[PATCH 1/1] OMAPDSS: Return right error during connector probe

2013-09-12 Thread Sathya Prakash M R
is not present for connector drivers. Signed-off-by: Sathya Prakash M R sath...@ti.com --- .../video/omap2/displays-new/connector-analog-tv.c |2 +- drivers/video/omap2/displays-new/connector-dvi.c |2 +- drivers/video/omap2/displays-new/connector-hdmi.c |2 +- 3 files changed, 3

[PATCH 1/2] ARM: OMAP2+: AM43x - Add DSS hwmod

2013-07-22 Thread Sathya Prakash M R
Add DSS hwmod struct for AM43x SOC. Signed-off-by: Sathya Prakash M R sath...@ti.com --- This is based on below patch series which is yet to be merged http://permalink.gmane.org/gmane.linux.ports.arm.omap/100892 arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 85

[PATCH 0/2] Add DSS nodes for AM43x

2013-07-22 Thread Sathya Prakash M R
DSS support for AM437x is added in this patch series. Patch #1 adds the hwmod entries and patch #2 adds the DT entry. Sathya Prakash M R (2): ARM: OMAP2+: AM43x - Add DSS hwmod ARM: DTS: AM43x: Add DSS node arch/arm/boot/dts/am4372.dtsi | 27 + arch/arm/mach-omap2

[PATCH 2/2] ARM: DTS: AM43x: Add DSS node

2013-07-22 Thread Sathya Prakash M R
Add device node for DSS module for AM43x Signed-off-by: Sathya Prakash M R sath...@ti.com --- arch/arm/boot/dts/am4372.dtsi | 27 +++ 1 file changed, 27 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index ddc1df7..f10fc0a

[PATCH 1/1] OMAPDSS: Add sil9022 driver

2013-07-09 Thread Sathya Prakash M R
From: Srinivas Pulukuru srinivas.puluk...@ti.com Add driver for SIL9022 DPI-to-HDMI chip. Signed-off-by: Srinivas Pulukuru srinivas.puluk...@ti.com [sath...@ti.com: Ported the driver from 2.6.32 based internal kernel to v3.10 kernel] Signed-off-by: Sathya Prakash M R sath...@ti.com

Re: [PATCH 1/1] OMAPDSS: Add sil9022 driver

2013-07-09 Thread Sathya Prakash
Hi, On Tuesday 09 July 2013 03:07 PM, Yegor Yefremov wrote: On Tue, Jul 9, 2013 at 11:07 AM, Sathya Prakash M R sath...@ti.com wrote: From: Srinivas Pulukuru srinivas.puluk...@ti.com Add driver for SIL9022 DPI-to-HDMI chip. Signed-off-by: Srinivas Pulukuru srinivas.puluk...@ti.com [sath