[PATCH 0/7] Add device tree based discovery support for drm-fimd

2012-07-11 Thread Leela Krishna Amudala
Krishna (3): ARM: EXYNOS5: add device tree based discovery support for FIMD ARM: EXYNOS5: Add the bus clock for FIMD ARM: EXYNOS5: Set parent clock to fimd Leela Krishna Amudala (4): ARM: SAMSUNG: add additional registers and SFR definitions for writeback ARM: EXYNOS5: add machine specific

[PATCH 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-11 Thread Leela Krishna Amudala
This patch updates the register address offsets and adds SFR definitions for writeback for Samsung's V8 display controller. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/plat-samsung/include/plat/regs-fb-v4.h | 10 arch/arm/plat-samsung/include/plat/regs-fb.h

[PATCH 2/7] ARM: EXYNOS5: add machine specific support for backlight

2012-07-11 Thread Leela Krishna Amudala
Adds machine specific support for LCD backlight for SMDK board based on Exynos5 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-exynos5-dt.c | 28 2 files changed, 29

[PATCH 3/7] ARM: EXYNOS5: add machine specific support for LCD

2012-07-11 Thread Leela Krishna Amudala
This patch adds machine specific support for LCD controller like setting power to LCD and adding LCD platform device. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c | 57

[PATCH 4/7] ARM: EXYNOS: Adding DRM platform device

2012-07-11 Thread Leela Krishna Amudala
Add DRM platform device to machine file for exynos5. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions

[PATCH 5/7] ARM: EXYNOS5: add device tree based discovery support for FIMD

2012-07-11 Thread Leela Krishna Amudala
From: Leela Krishna l.kris...@samsung.com This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat data for smdk5250 evt1 to the corresponding dts file Signed-off-by: Leela Krishna l.kris...@samsung.com ---

[PATCH 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-11 Thread Leela Krishna Amudala
From: Leela Krishna l.kris...@samsung.com This patch adds the bus clock for FIMD and changes the device name for lcd clock Signed-off-by: Leela Krishna l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

[PATCH 7/7] ARM: EXYNOS5: Set parent clock to fimd

2012-07-11 Thread Leela Krishna Amudala
From: Leela Krishna l.kris...@samsung.com This patch sets mout_mpll_user as parent clock to fimd also sets Fimd source clock rate to 800 MHz for MIPI LCD Signed-off-by: Leela Krishna l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 25 +++--

Re: [PATCH 4/7] ARM: EXYNOS: Adding DRM platform device

2012-07-16 Thread Leela Krishna Amudala
On Wed, Jul 11, 2012 at 3:51 PM, Jingoo Han jg1@samsung.com wrote: -Original Message- From: Leela Krishna Amudala [mailto:l.kris...@samsung.com] Sent: Wednesday, July 11, 2012 6:42 PM To: linux-arm-ker...@lists.infradead.org Cc: grant.lik...@secretlab.ca; ol...@google.com

Re: [PATCH 5/7] ARM: EXYNOS5: add device tree based discovery support for FIMD

2012-07-16 Thread Leela Krishna Amudala
On Wed, Jul 11, 2012 at 3:06 PM, Sachin Kamat sachin.ka...@linaro.org wrote: On 11/07/2012, Leela Krishna Amudala l.kris...@samsung.com wrote: From: Leela Krishna l.kris...@samsung.com This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat

[PATCH V2 0/7] Add device tree based discovery support for drm-fimd

2012-07-17 Thread Leela Krishna Amudala
for backlight ARM: EXYNOS5: add machine specific support for LCD ARM: EXYNOS5: Set parent clock to fimd Leela Krishna Amudala (7): ARM: SAMSUNG: add additional registers and SFR definitions for writeback ARM: EXYNOS5: add machine specific support for backlight ARM: EXYNOS5: add

[PATCH V2 2/7] ARM: EXYNOS5: add machine specific support for backlight

2012-07-17 Thread Leela Krishna Amudala
Adds machine specific support for LCD backlight for SMDK board based on Exynos5 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-exynos5-dt.c | 27 +++ 2 files changed, 28

[PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD

2012-07-17 Thread Leela Krishna Amudala
This patch adds machine specific support for LCD controller like setting power to LCD and adding LCD platform device. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c | 56

[PATCH V2 4/7] ARM: EXYNOS: Adding DRM platform device

2012-07-17 Thread Leela Krishna Amudala
Add DRM platform device to machine file for exynos5. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions

[PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-17 Thread Leela Krishna Amudala
This patch updates the register address offsets and adds SFR definitions for writeback for Samsung's V8 display controller. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/plat-samsung/include/plat/regs-fb-v4.h | 10 arch/arm/plat-samsung/include/plat/regs-fb.h

[PATCH V2 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-17 Thread Leela Krishna Amudala
This patch adds the bus clock for FIMD and changes the device name for lcd clock Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c

[PATCH V2 5/7] ARM: EXYNOS: add device tree based discovery support for FIMD

2012-07-17 Thread Leela Krishna Amudala
This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat data for smdk5250 evt1 to the corresponding dts file Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 arch

[PATCH V2 7/7] ARM: EXYNOS5: Set parent clock to fimd

2012-07-17 Thread Leela Krishna Amudala
This patch sets mout_mpll_user as parent clock to fimd also sets Fimd source clock rate to 800 MHz for MIPI LCD Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 25 +++-- arch/arm/mach-exynos/mach-exynos5-dt.c

Re: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Leela Krishna Amudala
Hello Marek, On Wed, Jul 18, 2012 at 12:21 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Wednesday, July 18, 2012 7:57 AM Leela Krishna Amudala wrote: This patch updates the register address offsets and adds SFR definitions for writeback for Samsung's V8 display controller

Re: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Leela Krishna Amudala
Hi Tomasz, On Wed, Jul 18, 2012 at 4:35 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi, On Wednesday 18 of July 2012 11:27:27 Leela Krishna Amudala wrote: This patch updates the register address offsets and adds SFR definitions for writeback for Samsung's V8 display controller. Signed-off

Re: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD

2012-07-19 Thread Leela Krishna Amudala
Hello Marek, On Wed, Jul 18, 2012 at 12:15 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Wednesday, July 18, 2012 7:57 AM Leela Krishna Amudala wrote: This patch adds machine specific support for LCD controller like setting power to LCD and adding LCD platform device

Re: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD

2012-07-24 Thread Leela Krishna Amudala
Hello Marek, On Fri, Jul 20, 2012 at 3:31 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Thursday, July 19, 2012 3:22 PM Leela Krishna Amudala wrote: Hello Marek, On Wed, Jul 18, 2012 at 12:15 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, On Wednesday

[PATCH 0/3] ARM: SAMSUNG: Move FIMD headers to include/video/

2012-07-30 Thread Leela Krishna Amudala
This patchset moves the contents of regs-fb-v4.h and regs-fb.h from arch side to include/video/samsung_fimd.h This patchset is created and rebased against master branch of torvalds tree. Tested on smdk5250 board, build tested for other boards. Leela Krishna Amudala (3): Move FIMD register

[PATCH 1/3] Move FIMD register headers to include/video/

2012-07-30 Thread Leela Krishna Amudala
Moved the contents of regs-fb-v4.h and regs-fb.h from arch side to include/video/samsung_fimd.h Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/plat-samsung/include/plat/regs-fb-v4.h | 159 --- arch/arm/plat-samsung/include/plat/regs-fb.h| 403

[PATCH 2/3] arm: samsung: Include the modified FIMD header file

2012-07-30 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the machine files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-nuri.c |2 +- arch/arm/mach-exynos/mach-origen.c |2 +- arch/arm/mach

[PATCH 3/3] driver: Include the modified FIMD header file

2012-07-30 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the driver files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |2 +- drivers/video/s3c-fb.c |2 +- 2 files changed, 2

Re: [PATCH 1/3] Move FIMD register headers to include/video/

2012-07-30 Thread Leela Krishna Amudala
Hello Sylwester, On Mon, Jul 30, 2012 at 2:19 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 07/30/2012 10:45 AM, Leela Krishna Amudala wrote: Moved the contents of regs-fb-v4.h and regs-fb.h from arch side to include/video/samsung_fimd.h Signed-off-by: Leela Krishna

Re: [PATCH 1/3] Move FIMD register headers to include/video/

2012-07-30 Thread Leela Krishna Amudala
Hello Jingoo Han, On Mon, Jul 30, 2012 at 2:23 PM, Jingoo Han jg1@samsung.com wrote: On Monday, July 30, 2012 5:45 PM, Leela Krishna Amudala wrote: Moved the contents of regs-fb-v4.h and regs-fb.h from arch side to include/video/samsung_fimd.h Signed-off-by: Leela Krishna Amudala l.kris

[PATCH V2 0/5] arm: samsung: Move FIMD headers to include/video/

2012-07-31 Thread Leela Krishna Amudala
as per Sylwester comments - Changed FIMD_V8_xxx macro to EXYNOS5_xxx Leela Krishna Amudala (5): include/video: Add samsung FIMD register header include/video: Add Exynos5 specific FIMD register offsets arm: samsung: Include the modified FIMD header file driver: Include

[PATCH V2 1/5] include/video: Add samsung FIMD register header

2012-07-31 Thread Leela Krishna Amudala
This patch copies the contents from regs-fb-v4.h and regs-fb.h to include/video/samsung_fimd.h Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- include/video/samsung_fimd.h | 526 ++ 1 files changed, 526 insertions(+), 0 deletions(-) create

[PATCH V2 2/5] include/video: Add Exynos5 specific FIMD register offsets

2012-07-31 Thread Leela Krishna Amudala
Exynos5 has VIDTCON and VIDCON registers at different offsets from the previous SOCs. Hence, adding the macros. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- include/video/samsung_fimd.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/video

[PATCH V2 3/5] arm: samsung: Include the modified FIMD header file

2012-07-31 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the machine files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-nuri.c |2 +- arch/arm/mach-exynos/mach-origen.c |2 +- arch/arm/mach

[PATCH V2 4/5] driver: Include the modified FIMD header file

2012-07-31 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the driver files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |2 +- drivers/video/s3c-fb.c |2 +- 2 files changed, 2

[PATCH V2 5/5] arm: samsung: delete frame buffer header files from platform

2012-07-31 Thread Leela Krishna Amudala
The FIMD register headers are moved to include/video/ hence, deleting these files from platform side Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/plat-samsung/include/plat/regs-fb-v4.h | 159 - arch/arm/plat-samsung/include/plat/regs-fb.h| 403

Re: [PATCH V2 5/5] arm: samsung: delete frame buffer header files from platform

2012-07-31 Thread Leela Krishna Amudala
Hello Kgene, On Wed, Aug 1, 2012 at 7:34 AM, Kukjin Kim kgene@samsung.com wrote: Leela Krishna Amudala wrote: The FIMD register headers are moved to include/video/ hence, deleting these files from platform side Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm

[PATCH V3 1/5] include/video: Add samsung FIMD register header

2012-08-07 Thread Leela Krishna Amudala
This patch copies the contents from regs-fb-v4.h and regs-fb.h to include/video/samsung_fimd.h Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- include/video/samsung_fimd.h | 526 ++ 1 files changed, 526 insertions(+), 0 deletions(-) create

[PATCH V3 0/5] arm: samsung: Move FIMD headers to include/video/

2012-08-07 Thread Leela Krishna Amudala
the EXYNOS5_xxx macro name to FIMD_V8_xxx - Moved the header inclusion under same kind Changes from version 1: - Split the patches as per Sylwester comments - Changed FIMD_V8_xxx macro to EXYNOS5_xxx Leela Krishna Amudala (5): include/video: Add samsung FIMD register header

[PATCH V3 2/5] include/video: Add Exynos5 specific FIMD register offsets

2012-08-07 Thread Leela Krishna Amudala
Exynos5 has VIDTCON and VIDCON registers at different offsets from the previous SOCs. Hence, adding the macros. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- include/video/samsung_fimd.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/video

[PATCH V3 3/5] arm: samsung: Include the modified FIMD header file

2012-08-07 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the machine files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-nuri.c |2 +- arch/arm/mach-exynos/mach-origen.c |2 +- arch/arm/mach

[PATCH V3 4/5] driver: Include the modified FIMD header file

2012-08-07 Thread Leela Krishna Amudala
The fimd register headers have been moved to include/video/ hence, modifying the driver files accordingly. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |2 +- drivers/video/s3c-fb.c |2 +- 2 files changed, 2

[PATCH V3 5/5] arm: samsung: delete frame buffer header files from platform

2012-08-07 Thread Leela Krishna Amudala
The FIMD register headers are moved to include/video/ hence, deleting these files from platform side Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/plat-samsung/include/plat/regs-fb-v4.h | 159 - arch/arm/plat-samsung/include/plat/regs-fb.h| 403

[PATCH V4 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-09-05 Thread Leela Krishna Amudala
as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table and driver data for drm fimd video: drm: exynos: Add device tree support Documentation/devicetree

[PATCH V4 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-05 Thread Leela Krishna Amudala
Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 45 ++--- 1 files changed, 40 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index 24c0bd4..3701fbe 100644

[PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-05 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed

Re: [PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-06 Thread Leela Krishna Amudala
Hi, On Thu, Sep 6, 2012 at 4:35 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 09/06/2012 09:21 AM, InKi Dae wrote: +Required properties: + - compatible: Should be samsung,exynos5-fimd or samsung,exynos4-fb for Doesn't better to use single word? fimd or fb?. I think 'fb' is

[PATCH V5 0/2] video: drm: Add Device tree support to DRM-FIMD

2012-09-06 Thread Leela Krishna Amudala
instead - Removed the drm_ prefixes to the structures and fucntions Changes since V2: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos

[PATCH V5 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-06 Thread Leela Krishna Amudala
Two device ids are created for exynos4-fb and exynos5-fb. Also, added driver data for exynos4 and exynos5 to pick the timing base address at runtime to write data into appropriate register address. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos

[PATCH V5 2/2] video: drm: exynos: Add device tree support

2012-09-06 Thread Leela Krishna Amudala
Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 95 - 2 files changed

[PATCH] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-10 Thread Leela Krishna Amudala
This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 34 +++ arch/arm/plat-samsung

Re: [PATCH] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-11 Thread Leela Krishna Amudala
Hello Jingoo Han, On Tue, Sep 11, 2012 at 5:52 AM, Jingoo Han jg1@samsung.com wrote: On Tuesday, September 11, 2012 5:11 AM Leela Krishna Amudala wrote This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd

Re: [PATCH] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-12 Thread Leela Krishna Amudala
Hi Jingoo han, On Wed, Sep 12, 2012 at 7:28 AM, Jingoo Han jg1@samsung.com wrote: On Tuesday, September 11, 2012 6:20 PM Leela Krishna Amudala wrote Hello Jingoo Han, On Tue, Sep 11, 2012 at 5:52 AM, Jingoo Han jg1@samsung.com wrote: On Tuesday, September 11, 2012 5:11 AM Leela

[PATCH V2] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-12 Thread Leela Krishna Amudala
This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 34 +++ arch/arm/plat-samsung

Re: [PATCH V2] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-13 Thread Leela Krishna Amudala
On Fri, Sep 14, 2012 at 9:57 AM, Jingoo Han jg1@samsung.com wrote: On Wednesday, September 12, 2012 8:49 PM Leela Krishna Amudala wrote This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd Signed-off

[PATCH V3] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-14 Thread Leela Krishna Amudala
This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 34 +++ arch/arm/plat-samsung

Re: [PATCH] video: exynos_dp: Add device tree support to DP driver

2012-09-18 Thread Leela Krishna Amudala
Hello, Please post the documentation for the bindings. Thanks, Leela Krishna Amudala. On Fri, Sep 14, 2012 at 12:09 AM, Ajay Kumar ajaykumar...@samsung.com wrote: This patch enables device tree based discovery support for DP driver. The driver is modified to handle platform data in both

[PATCH 0/3] Add device tree based discovery support for drm-fimd

2012-09-18 Thread Leela Krishna Amudala
the bootup logo on LCD using the patchset http://www.spinics.net/lists/arm-kernel/msg193348.html which was applied on inki-dae's next branch Leela Krishna Amudala (3): ARM: EXYNOS5: Add fimd node to the exynos5250 dtsi file ARM: EXYNOS: add device tree based discovery support for FIMD ARM

[PATCH 1/3] ARM: EXYNOS5: Add fimd node to the exynos5250 dtsi file

2012-09-18 Thread Leela Krishna Amudala
This patch adds the fimd node with compatibility string, hardware address, interrupt line numbers to the exynos5250 dtsi file. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff

[PATCH 2/3] ARM: EXYNOS: add device tree based discovery support for FIMD

2012-09-18 Thread Leela Krishna Amudala
This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat data for smdk5250 evt1 to the corresponding dts file Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 arch

[PATCH] video: drm: Add match table for drm platform device

2012-09-18 Thread Leela Krishna Amudala
This patch adds match table for drm platform device. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c b/drivers/gpu/drm

Re: [PATCH 2/3] ARM: EXYNOS: add device tree based discovery support for FIMD

2012-09-19 Thread Leela Krishna Amudala
Hi Jingoo Han, On Thu, Sep 20, 2012 at 10:32 AM, Jingoo Han jg1@samsung.com wrote: On Wednesday, September 19, 2012 3:22 AM Leela Krishna Amudala wrote This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat data for smdk5250 evt1

Re: [PATCH 1/3] ARM: EXYNOS5: Add fimd node to the exynos5250 dtsi file

2012-09-20 Thread Leela Krishna Amudala
Hello, On Thu, Sep 20, 2012 at 1:33 PM, Jingoo Han jg1@samsung.com wrote: On Wednesday, September 19, 2012 3:22 AM Leela Krishna Amudala wrote This patch adds the fimd node with compatibility string, hardware address, interrupt line numbers to the exynos5250 dtsi file. Signed-off

Re: [PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-20 Thread Leela Krishna Amudala
Leela Krishna Amudala l.kris...@samsung.com: Add device tree based discovery support for DRM-FIMD driver. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/fb/drm-fimd.txt | 80 + and, how about making drm folder instead of fb? so

[PATCH V6 0/2] video: drm: Add Device tree support to exynos DRM-FIMD

2012-09-20 Thread Leela Krishna Amudala
: - Added driver data to exynos5-drm-fimd as per Marek Szyprowski suggestion Changes since V1: - Corrected typo errors and changed compatibility string Leela Krishna Amudala (2): drm/exynos: add platform_device_id table and driver data for drm fimd video: drm: exynos: Add device tree

[PATCH V6 1/2] drm/exynos: add platform_device_id table and driver data for drm fimd

2012-09-20 Thread Leela Krishna Amudala
Two device ids are created for exynos4-fb and exynos5-fb. Also, added driver data for exynos4 and exynos5 to pick the timing base address at runtime to write data into appropriate register address. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos

[PATCH V2 0/3] Add device tree based discovery support for drm-fimd

2012-09-21 Thread Leela Krishna Amudala
EXYNOS5_PA_FIMD to EXYNOS5_PA_FIMD1 Leela Krishna Amudala (3): ARM: EXYNOS5: Add fimd node to the exynos5250 dtsi file ARM: EXYNOS: add device tree based discovery support for FIMD ARM: EXYNOS: Add drm-device node to the dtsi file arch/arm/boot/dts/exynos5250-smdk5250.dts | 15 +++ arch/arm

[PATCH V2 1/3] ARM: EXYNOS5: Add fimd node to the exynos5250 dtsi file

2012-09-21 Thread Leela Krishna Amudala
This patch adds the fimd node with compatibility string, hardware address, interrupt line numbers to the exynos5250 dtsi file. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff

[PATCH V2 2/3] ARM: EXYNOS: add device tree based discovery support for FIMD

2012-09-21 Thread Leela Krishna Amudala
This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat data for smdk5250 evt1 to the corresponding dts file Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 15 +++ arch

[PATCH V2 3/3] ARM: EXYNOS: Add drm-device node to the dtsi file

2012-09-21 Thread Leela Krishna Amudala
This patch adds platform drm-device node to the dtsi file Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250

[PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-25 Thread Leela Krishna Amudala
Bypasses the mie for fimd by parsing the register and bit offset values from mie-bypass node, if mie-bypass node is present in the dts file. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 55 1 file

Re: [PATCH] video: drm: exynos: mie bypass enable for fimd

2012-12-27 Thread Leela Krishna Amudala
, Leela Krishna Amudala. Thanks, Inki Dae 2012/12/26 Leela Krishna Amudala l.kris...@samsung.com Bypasses the mie for fimd by parsing the register and bit offset values from mie-bypass node, if mie-bypass node is present in the dts file. Signed-off-by: Leela Krishna Amudala l.kris

[PATCH 0/1] Adds display-timing node parsing to exynos drm fimd

2013-01-28 Thread Leela Krishna Amudala
/ It is tested on Exynos5250 and Exynos4412 board by applying dependent patches available at http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html Leela Krishna Amudala (1): video: drm: exynos: Adds display-timing node parsing using video helper function drivers/gpu/drm/exynos

[PATCH 0/3] Add FIMD DT support for Exynos5 DT Machines

2013-02-26 Thread Leela Krishna Amudala
This patch series adds support for FIMD DT for Exynos5 DT Machines Adds display timing node for smdk5250 board. This series is rebased on branch http://git.kernel.org/?p=linux/kernel/git/kgene/linux-samsung.git;a=shortlog;h=refs/heads/for-next Leela Krishna Amudala (3): ARM: dts: Add FIMD

[PATCH 2/3] ARM: dts: Add display timing node to exynos5250-smdk5250.dts

2013-02-26 Thread Leela Krishna Amudala
Add display timing node to exynos5250-smdk5250.dts Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts

[PATCH 3/3] ARM: Exynos5: add FIMD AUXDATA entry for exynos5 DT

2013-02-26 Thread Leela Krishna Amudala
Adds the FIMD AUXDATA entry for Exynos5 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/include/mach/map.h | 1 + arch/arm/mach-exynos/mach-exynos5-dt.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm

[PATCH 1/3] ARM: dts: Add FIMD node to exynos5

2013-02-26 Thread Leela Krishna Amudala
This adds common FIMD device node for all Exynos5 SoCs. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 3acf594

[PATCH V2 0/3] Add FIMD DT support for Exynos5 DT Machines

2013-02-27 Thread Leela Krishna Amudala
-samsung.git;a=shortlog;h=refs/heads/for-next Leela Krishna Amudala (3): ARM: dts: Add FIMD node to exynos5 ARM: dts: Add display timing node to exynos5250-smdk5250.dts ARM: Exynos5: add FIMD AUXDATA entry for exynos5 DT arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 arch/arm

[PATCH V2 1/3] ARM: dts: Add FIMD node to exynos5

2013-02-27 Thread Leela Krishna Amudala
This adds common FIMD device node for all Exynos5 SoCs. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 3acf594

[PATCH V2 2/3] ARM: dts: Add display timing node to exynos5250-smdk5250.dts

2013-02-27 Thread Leela Krishna Amudala
Add display timing node to exynos5250-smdk5250.dts Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts

[PATCH V2 3/3] ARM: Exynos5: add FIMD AUXDATA entry for exynos5 DT

2013-02-27 Thread Leela Krishna Amudala
Adds the FIMD AUXDATA entry for Exynos5 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/include/mach/map.h | 1 + arch/arm/mach-exynos/mach-exynos5-dt.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm

Re: [PATCH 1/3] ARM: dts: Add FIMD node to exynos5

2013-02-27 Thread Leela Krishna Amudala
Hello Vikas, On Wed, Feb 27, 2013 at 2:15 PM, Vikas Sajjan sajjan.li...@gmail.com wrote: Hi Leela, On Tue, Feb 26, 2013 at 4:55 PM, Leela Krishna Amudala l.kris...@samsung.com wrote: This adds common FIMD device node for all Exynos5 SoCs. Signed-off-by: Leela Krishna Amudala l.kris

[PATCH] clk: exynos5250: register display block gate clocks to common clock framework

2013-03-20 Thread Leela Krishna Amudala
Add gate clocks for fimd, mie, dsim, dp, mixer and hdmi. Register it to common clock framework. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt | 6 ++ drivers/clk/samsung/clk-exynos5250.c

[PATCH V3 0/2] Add FIMD DT support for Exynos5 DT Machines

2013-03-20 Thread Leela Krishna Amudala
://patchwork.kernel.org/patch/2306391/ Leela Krishna Amudala (2): ARM: dts: Add FIMD node to exynos5 ARM: dts: Add display timing node to exynos5250-smdk5250.dts arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 arch/arm/boot/dts/exynos5250.dtsi | 10 ++ 2 files

[PATCH V3 1/2] ARM: dts: Add FIMD node to exynos5

2013-03-20 Thread Leela Krishna Amudala
This adds common FIMD device node for all Exynos5 SoCs Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index

[PATCH V3 2/2] ARM: dts: Add display timing node to exynos5250-smdk5250.dts

2013-03-20 Thread Leela Krishna Amudala
Add display timing node to exynos5250-smdk5250.dts Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts

[PATCH V4 1/2] ARM: dts: Add FIMD node to exynos5

2013-03-22 Thread Leela Krishna Amudala
This adds common FIMD device node for all Exynos5 SoCs Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index

[PATCH V4 0/2] Add FIMD DT support for Exynos5 DT Machines

2013-03-22 Thread Leela Krishna Amudala
http://git.kernel.org/?p=linux/kernel/git/kgene/linux-samsung.git;a=shortlog;h=refs/heads/for-next This series depends on https://patchwork.kernel.org/patch/2306391/ Leela Krishna Amudala (2): ARM: dts: Add FIMD node to exynos5 ARM: dts: Add display timing node to exynos5250-smdk5250.dts

[PATCH V4 2/2] ARM: dts: Add display timing node to exynos5250-smdk5250.dts

2013-03-22 Thread Leela Krishna Amudala
Add display timing node to exynos5250-smdk5250.dts Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts

Re: [PATCH V2] ARM: EXYNOS: cpu hotplug: use v7_exit_coherency_flush macro for cache disabling

2014-04-30 Thread Leela Krishna Amudala
Hello Kgene, Can you please pick this patch to your tree ? Best Wishes, Leela Krishna. On Wed, Apr 30, 2014 at 1:32 PM, Chanwoo Choi cw00.c...@samsung.com wrote: Hi, On 04/23/2014 02:52 PM, Leela Krishna Amudala wrote: A common macro v7_exit_coherency_flush available which does the below

[PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2014-05-22 Thread Leela Krishna Amudala
hard when a CPU is offlined. Use wfi macro instead of the hardcoded WFI instruction. Signed-off-by: Leela Krishna Amudala leela.kris...@linaro.org --- arch/arm/mach-exynos/hotplug.c |8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/arm/mach-exynos/hotplug.c b

Re: [PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2014-05-23 Thread Leela Krishna Amudala
Hi Kgene, On Fri, May 23, 2014 at 12:31 AM, Daniel Lezcano daniel.lezc...@linaro.org wrote: On 05/22/2014 09:57 AM, Leela Krishna Amudala wrote: This patch is originally based on commit b3377d186572 (ARM: 7064/1: vexpress: Use wfi macro in platform_do_lowpower.) Current Exynos CPU hotplug

[PATCH] ARM: dts: Add SPI nodes to the exynos5420 device tree file

2013-08-30 Thread Leela Krishna Amudala
Add SPI device tree nodes to Exynos5420 SoC Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Reviewed-by: Andrew Bresticker abres...@chromium.org --- Note: This patch is rebased on Kgene's for-next branch and is dependent on [V3] ARM

[PATCH 4/4] ARM: dts: exynos: add PMU registers addresses and mask bit to watchdog node

2013-09-17 Thread Leela Krishna Amudala
This patch adds support for specifying the pmu registers and masking bit for watchdog to enable/disable and mask/unmask the watchdog reset request. Reviewed-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi

[PATCH 3/4] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses

2013-09-17 Thread Leela Krishna Amudala
This patch parses the watchdog node to read pmu wdt sys registers addresses and do mask/unmask enable/disable of WDT in probe and s2r scenarios. Reviewed-by: Doug Anderson diand...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- .../devicetree/bindings/watchdog

[PATCH 0/4] Add watchdog DT nodes and parse it to read PMU registers addresses

2013-09-17 Thread Leela Krishna Amudala
and s2r scenarios. This patch set is rebased on Kgene's for-next branch and tested on SMDK5420 Leela Krishna Amudala (4): ARM: dts: Fix the watchdog DT node name for Exynos5 ARM: dts: add watchdog device tree node for exynos5420 watchdog: s3c2410_wdt: parse watchdog dt node to read PMU

[PATCH 1/4] ARM: dts: Fix the watchdog DT node name for Exynos5

2013-09-17 Thread Leela Krishna Amudala
Fixes the watchdog DT node name for Exynos5 as per the DT node naming convention also update status property for Exynos5250 SoC. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi|2 +- arch/arm/boot/dts/exynos5250.dtsi |3 ++- 2 files

Re: [PATCH 3/4] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses

2013-09-18 Thread Leela Krishna Amudala
said. :) Best Wishes, Leela Krishna Amudala -Doug -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send

[PATCH] ARM: dts: exynos5: add pwm DT nodes to Exynos5250 and Exynos5420

2013-09-18 Thread Leela Krishna Amudala
Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420 Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Olof Johansson ol...@chromium.org Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |9

[PATCH V2 2/4] ARM: dts: add watchdog device tree node for exynos5420

2013-09-27 Thread Leela Krishna Amudala
Add watchdog device tree node for exynos5420 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index d537cd7..9fadc23

[PATCH V2 3/4] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses

2013-09-27 Thread Leela Krishna Amudala
This patch parses the watchdog node to read pmu wdt sys registers addresses and do mask/unmask enable/disable of WDT in probe and s2r scenarios. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- .../devicetree/bindings/watchdog/samsung-wdt.txt | 24 - drivers/watchdog

[PATCH V2 1/4] ARM: dts: Fix the watchdog DT node name for Exynos5

2013-09-27 Thread Leela Krishna Amudala
Fixes the watchdog DT node name for Exynos5 as per the DT node naming convention also update status property for Exynos5250 SoC. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi|2 +- arch/arm/boot/dts/exynos5250.dtsi |3 ++- 2 files

  1   2   3   >