[PATCH 0/8] arm: exynos: add dt based support for exynos5 hdmi

2012-10-04 Thread Rahul Sharma
that hpd gpio function is configured during the machine init. This patchset is based on linux v3.6-rc5, branch dt-samsung-new at git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Rahul Sharma (8): dts: exynos: add device tree support for exynos5 hdmi dts: exynos: add device tree

[PATCH 1/8] dts: exynos: add device tree support for exynos5 hdmi

2012-10-04 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi. Hdmi node is also renamed with exynos5-hdmi. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts |4 arch/arm/boot/dts/exynos5250.dtsi |7 +++ arch

[PATCH 2/8] dts: exynos: add device tree support for exynos5 mixer

2012-10-04 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 mixer. Mixer node is also renamed with exynos5-mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |8 arch/arm/mach-exynos/include/mach/map.h |1 + arch/arm

[PATCH 3/8] dts: exynos: add device tree support for exynos5 hdmiphy

2012-10-04 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmiphy. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++ arch/arm/boot/dts/exynos5250.dtsi |8 arch/arm/mach-exynos/mach-exynos5-dt.c

[PATCH 4/8] dts: exynos: add device tree support for exynos5 hdmiddc

2012-10-04 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi ddc. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/mach-exynos/mach-exynos5-dt.c|2 ++ 2 files changed, 11 insertions(+), 1 deletions

[PATCH 5/8] arm: exynos: add clocks for exynos5 hdmi

2012-10-04 Thread Rahul Sharma
This patch adds support for clocks for hdmi, hdmiphy and mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm

[PATCH 6/8] arm: exynos: config exynos5 hdmi-hpd gpio

2012-10-04 Thread Rahul Sharma
This patch adds support for the configuration of exynos5 hdmi-hpd gpio. It sets the gpio fucntion to EINT which is required for recieving external hpd interrupt in drm hdmi driver. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c |9 + 1

[PATCH 8/8] arm: exynos: add exynos5 drm-hdmi common platform device

2012-10-04 Thread Rahul Sharma
This patch adds drm-hdmi-common platform device which abstracts hdmi and mixer device. This is software module hence not palced as device tree node. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/dev-drm.c|5 + arch/arm/mach-exynos/mach-exynos5

[PATCH 7/8] arm: exynos: add exynos5 drm framework platform device

2012-10-04 Thread Rahul Sharma
This patch adds drm framework platform device. This device is a software device, hence not made part of device tree file. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: Re: [PATCH 6/8] arm: exynos: config exynos5 hdmi-hpd gpio

2012-10-04 Thread RAHUL SHARMA
Sure Mr. park, I will correct this in v2. I want to request you for reviewing the other patches in the set. regards, Rahul Sharma On Thu, Oct 4, 2012 at 1:45 PM, Kyungmin Park kyungmin.p...@samsung.com wrote: On 10/5/12, Rahul Sharma rahul.sha...@samsung.com wrote: This patch adds support

[PATCH v1 0/6] arm: exynos: add dt based support for exynos5 hdmi

2012-10-11 Thread Rahul Sharma
/kernel/git/kgene/linux-samsung.git Rahul Sharma (6): dts: exynos: add device tree support for exynos5 hdmi dts: exynos: add device tree support for exynos5 mixer dts: exynos: add device tree support for exynos5 hdmiphy dts: exynos: add device tree support for exynos5 hdmiddc arm: exynos

[PATCH v1 2/6] dts: exynos: add device tree support for exynos5 mixer

2012-10-11 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 mixer. Mixer node is also renamed with exynos5-mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |8 arch/arm/mach-exynos/include/mach/map.h |1 + arch/arm

[PATCH v1 3/6] dts: exynos: add device tree support for exynos5 hdmiphy

2012-10-11 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmiphy. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++ arch/arm/boot/dts/exynos5250.dtsi |8 arch/arm/mach-exynos/mach-exynos5-dt.c

[PATCH v1 4/6] dts: exynos: add device tree support for exynos5 hdmiddc

2012-10-11 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi ddc. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/mach-exynos/mach-exynos5-dt.c|2 ++ 2 files changed, 11 insertions(+), 1 deletions

[PATCH v1 5/6] arm: exynos: add clocks for exynos5 hdmi

2012-10-11 Thread Rahul Sharma
This patch adds support for clocks for hdmi, hdmiphy and mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm

[PATCH v1 6/6] arm: exynos: removing exynos-drm device registration from non-dt platforms

2012-10-11 Thread Rahul Sharma
As exynos-drm is a software device, its registration is moved to the exynos drm driver. This will provide generic solution for device registration for dt and non-dt platforms. Corresponding patches are posted to dri-devel list. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm

[PATCH v2 0/6] arm: exynos: add dt based support for exynos5 hdmi

2012-10-12 Thread Rahul Sharma
documentation for hdmi, mixer, hdmiphy and hdmiddc. Rahul Sharma (6): dts: exynos: add device tree support for exynos5 hdmi dts: exynos: add device tree support for exynos5 mixer dts: exynos: add device tree support for exynos5 hdmiphy dts: exynos: add device tree support for exynos5 hdmiddc

[PATCH v2 1/6] dts: exynos: add device tree support for exynos5 hdmi

2012-10-12 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi. Hdmi node is also renamed with exynos5-hdmi. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmi.txt| 22 arch/arm/boot/dts/exynos5250-smdk5250

[PATCH v2 2/6] dts: exynos: add device tree support for exynos5 mixer

2012-10-12 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 mixer. Mixer node is also renamed with exynos5-mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/mixer.txt | 15 +++ arch/arm/boot/dts/exynos5250.dtsi

[PATCH v2 3/6] dts: exynos: add device tree support for exynos5 hdmiphy

2012-10-12 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmiphy. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiphy.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++ arch/arm/boot/dts

[PATCH v2 4/6] dts: exynos: add device tree support for exynos5 hdmiddc

2012-10-12 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi ddc. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiddc.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/mach

[PATCH v2 5/6] arm: exynos: add clocks for exynos5 hdmi

2012-10-12 Thread Rahul Sharma
This patch adds support for clocks for hdmi, hdmiphy and mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm

[PATCH v2 6/6] arm: exynos: removing exynos-drm device registration from non-dt platforms

2012-10-12 Thread Rahul Sharma
As exynos-drm is a software device, its registration is moved to the exynos drm driver. This will provide generic solution for device registration for dt and non-dt platforms. Corresponding patches are posted to dri-devel list. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm

Re: [PATCH v1 6/6] arm: exynos: removing exynos-drm device registration from non-dt platforms

2012-10-12 Thread Rahul Sharma
Hi Tomasz, On Sat, Oct 13, 2012 at 3:42 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Rahul, On Friday 12 of October 2012 00:27:47 Rahul Sharma wrote: As exynos-drm is a software device, its registration is moved to the exynos drm driver. This will provide generic solution for device

Re: [PATCH v2 1/6] dts: exynos: add device tree support for exynos5 hdmi

2012-10-14 Thread Rahul Sharma
Hi Tomasz, I will do the suggested changes. 1) Indentation 2) Name Change with @address. regards, Rahul Sharma On Sat, Oct 13, 2012 at 7:10 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On Saturday 13 of October 2012 02:12:30 Rahul Sharma wrote: This patch adds support for device tree based

Re: [PATCH v2 6/6] arm: exynos: removing exynos-drm device registration from non-dt platforms

2012-10-15 Thread Rahul Sharma
On Sat, Oct 13, 2012 at 7:16 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On Saturday 13 of October 2012 02:12:35 Rahul Sharma wrote: As exynos-drm is a software device, its registration is moved to the exynos drm driver. This will provide generic solution for device registration for dt

[PATCH v3 0/6] arm: exynos: add dt based support for exynos5 hdmi

2012-10-15 Thread Rahul Sharma
documentation for hdmi, mixer, hdmiphy and hdmiddc. v3: - corrected indentations. - changed dt node names to name@address format. Rahul Sharma (6): dts: exynos: add device tree support for exynos5 hdmi dts: exynos: add device tree support for exynos5 mixer dts: exynos: add device tree support

[PATCH v3 1/6] dts: exynos: add device tree support for exynos5 hdmi

2012-10-15 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi. Hdmi node is also renamed with exynos5-hdmi. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmi.txt| 22 arch/arm/boot/dts/exynos5250-smdk5250

[PATCH v3 2/6] dts: exynos: add device tree support for exynos5 mixer

2012-10-15 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 mixer. Mixer node is also renamed with exynos5-mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/mixer.txt | 15 +++ arch/arm/boot/dts/exynos5250.dtsi

[PATCH v3 3/6] dts: exynos: add device tree support for exynos5 hdmiphy

2012-10-15 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmiphy. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiphy.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++ arch/arm/boot/dts

[PATCH v3 4/6] dts: exynos: add device tree support for exynos5 hdmiddc

2012-10-15 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi ddc. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiddc.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/mach

[PATCH v3 5/6] arm: exynos: add clocks for exynos5 hdmi

2012-10-15 Thread Rahul Sharma
This patch adds support for clocks for hdmi, hdmiphy and mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm

[PATCH v3 6/6] arm: exynos: removing exynos-drm device registration from non-dt platforms

2012-10-15 Thread Rahul Sharma
As exynos-drm is a software device, its registration is moved to the exynos drm driver. This will provide generic solution for device registration for dt and non-dt platforms. Corresponding patches are posted to dri-devel list. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm

Re: [PATCH v3 0/6] arm: exynos: add dt based support for exynos5 hdmi

2012-10-16 Thread Rahul Sharma
Mr. Park, Looks good to me. Shall I divide the patch-set into two groups and re-post them? regards, Rahul Sharma. On Wed, Oct 17, 2012 at 9:09 AM, Kyungmin Park kyungmin.p...@samsung.com wrote: Hi, It's common case, one topic but two different tree. So I suggest merge it at samsung sub-soc

[PATCH v4 0/6] arm: exynos: add dt based support for exynos5 hdmi

2012-10-22 Thread Rahul Sharma
. Rahul Sharma (6): dts: exynos: add device tree support for exynos5 hdmi dts: exynos: add device tree support for exynos5 mixer dts: exynos: add device tree support for exynos5 hdmiphy dts: exynos: add device tree support for exynos5 hdmiddc arm: exynos: add clocks for exynos5 hdmi arm

[PATCH v4 1/6] dts: exynos: add device tree support for exynos5 hdmi

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi. Hdmi node is also renamed with exynos5-hdmi. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmi.txt| 22 arch/arm/boot/dts/exynos5250-smdk5250

[PATCH v4 2/6] dts: exynos: add device tree support for exynos5 mixer

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 mixer. Mixer node is also renamed with exynos5-mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/mixer.txt | 15 +++ arch/arm/boot/dts/exynos5250.dtsi

[PATCH v4 3/6] dts: exynos: add device tree support for exynos5 hdmiphy

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmiphy. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiphy.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++ arch/arm/boot/dts

[PATCH v4 4/6] dts: exynos: add device tree support for exynos5 hdmiddc

2012-10-22 Thread Rahul Sharma
This patch adds support for device tree based discovery for exynos5 hdmi ddc. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/drm/exynos/hdmiddc.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/mach

[PATCH v4 5/6] arm: exynos: add clocks for exynos5 hdmi

2012-10-22 Thread Rahul Sharma
This patch adds support for clocks for hdmi, hdmiphy and mixer. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm

[PATCH v4 6/6] arm: exynos: removing exynos-drm device registration from non-dt platforms

2012-10-22 Thread Rahul Sharma
As exynos-drm is a software device, its registration is moved to the exynos drm driver. This will provide generic solution for device registration for dt and non-dt platforms. Corresponding patches are posted to dri-devel list. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm

[PATCH 0/5] add dt based support for iommu for hdmi

2012-11-04 Thread Rahul Sharma
=linux/kernel/git/kgene/linux-samsung.git Rahul Sharma (5): arm: exynos5: add tv iommu device to aux data lookup table arm: exynos5: add clock information for tv iommu device dts: exynos5: add dt node for tv iommu device arm: exynos5: add iommu support for exynos5250_DT platform arm

[PATCH 1/5] arm: exynos5: add tv iommu device to aux data lookup table

2012-11-04 Thread Rahul Sharma
This patch adds tv iommu device information in the lookup table for renaming it to meet with the iommu driver expactation. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH 2/5] arm: exynos5: add clock information for tv iommu device

2012-11-04 Thread Rahul Sharma
This patch correct the clock information for tv iommu device. It was mentioned as iommu sub device id as 2 instead of 28. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch

[PATCH 3/5] dts: exynos5: add dt node for tv iommu device

2012-11-04 Thread Rahul Sharma
This patch adds device tree node for tv iommu device and sysmmu property to its client that is hdmi dt node. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Prathyush K prathyus...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 10 ++ 1 files changed, 10

[PATCH 4/5] arm: exynos5: add iommu support for exynos5250_DT platform

2012-11-04 Thread Rahul Sharma
With this patch iommu support will be enabled for exynos 5250 platform with device tree enabled. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm

[PATCH 5/5] arm: exynos: enable helper functions for dt based platforms

2012-11-04 Thread Rahul Sharma
This patch enables the support for helper function platform_set_sysmmu for DT based platform which is defined under CONFIG_IOMMU_API. Earlier CONFIG_EXYNOS_DEV_SYSMMU was restricting its usage for DT platforms like exynos5250_DT. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm

Re: [PATCH v4 00/12] iommu/exynos: Fixes and Enhancements of System MMU driver with DT

2012-11-29 Thread Rahul Sharma
Hi Mr. Cho, We have verified the above patchset for following usecases on exynos5. 1) MFC decoding using Sysmmu_L and R. (with the bit Inversion fix) 2) GSC operations. 3) FIMD and MIXER (HDMI) as displays. Thanks for your effort. regards, Rahul Sharma. On Thu, Nov 29, 2012 at 4:25 PM, Cho

[PATCH v4 0/4] drm/exynos: add support for extra resolutions to exynos5

2013-01-15 Thread Rahul Sharma
from check_mode - callback parameter is changed to type struct fb_videomode * from void * - organised the implementation of check_timing callback in mixer driver. This patch series is based on branch exynos-drm-fixes at http://git.kernel.org/?p=linux/kernel/git/daeinki/drm-exynos.git Rahul Sharma

[PATCH v4 1/4] drm/exynos: add display-mode-check operation to exynos_mixer_ops struct

2013-01-15 Thread Rahul Sharma
check-mode and hdmi check-timing callbacks are called one after another and ANDed result is returned back. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Reviewed-by: Sean Paul seanp...@chromium.org --- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 12 drivers/gpu/drm/exynos

[PATCH v4 2/4] drm/exynos: implement display-mode-check callback in mixer driver

2013-01-15 Thread Rahul Sharma
This patch adds the implementation of check_timing callback in the mixer driver. Based on the mixer version, correct set of restrictions will be exposed by the mixer driver. A resolution will be acceptable only if passes the criteria set by mixer and hdmi IPs. Signed-off-by: Rahul Sharma

[PATCH v4 3/4] drm/exynos: mixer: set correct mode for range of resolutions

2013-01-15 Thread Rahul Sharma
With this patch, mixer driver find the correct resolution mode for the range of resolutions, upto 1080 vertical lines. Resolution will be categorized to NTSC SD, PAL SD or HD and the correct mode is set to the mixer configuration register. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com

[PATCH v4 4/4] drm/exynos: hdmi: support extra resolutions using drm_display_mode timings

2013-01-15 Thread Rahul Sharma
rates. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Sean Paul seanp...@chromium.org Signed-off-by: Shirish S s.shir...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com --- drivers/gpu/drm/exynos/exynos_hdmi.c | 1022 +- 1 file

[PATCH 0/4] 0/4] ARM: dts: add support for hdmi to exynos4412

2013-01-25 Thread Rahul Sharma
This patch enables hdmi support for Samsung Exynos4412 soc based Origen Board. This set is base on for next branch at git.kernel.org/?p=linux/kernel/git/kgene/linux-samsung.git Rahul Sharma (4): ARM: dts: add support for hdmi to exynos4 ARM: dts: add support for mixer to exynos4 ARM: dts

[PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-01-25 Thread Rahul Sharma
Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Conflicts: arch/arm/mach-exynos/mach-exynos4-dt.c --- arch/arm/boot/dts/exynos4.dtsi | 7 +++ arch/arm/mach-exynos/mach-exynos4-dt.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b

[PATCH 2/4] ARM: dts: add support for mixer to exynos4

2013-01-25 Thread Rahul Sharma
Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Conflicts: arch/arm/boot/dts/exynos4.dtsi --- arch/arm/boot/dts/exynos4.dtsi | 8 arch/arm/mach-exynos/mach-exynos4-dt.c | 2 ++ 2 files changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm

[PATCH 4/4] ARM: dts: add support for hdmi-phy to exynos4412

2013-01-25 Thread Rahul Sharma
Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 8 arch/arm/boot/dts/exynos4412.dtsi | 11 +++ arch/arm/mach-exynos/mach-exynos4-dt.c | 2 ++ 3 files changed, 21 insertions(+) mode change 100644 = 100755 arch/arm/boot/dts

[PATCH 3/4] ARM: dts: add support for hdmi-ddc to exynos4412-origen

2013-01-25 Thread Rahul Sharma
Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 1 - arch/arm/boot/dts/exynos4412-origen.dts | 13 + 2 files changed, 13 insertions(+), 1 deletion(-) mode change 100644 = 100755 arch/arm/boot/dts/exynos4412.dtsi diff --git a/arch

[PATCH 1/2] drm/exynos: add support for dt based search to exynos4 hdmi

2013-01-25 Thread Rahul Sharma
Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/gpu/drm/exynos/exynos_ddc.c | 2 ++ drivers/gpu/drm/exynos/exynos_hdmi.c| 6 ++ drivers/gpu/drm/exynos/exynos_hdmiphy.c | 2 ++ 3 files changed, 10 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_ddc.c b

[PATCH 2/2] drm/exynos: add support for dt based search to exynos4 mixer

2013-01-25 Thread Rahul Sharma
Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/gpu/drm/exynos/exynos_mixer.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c index c414584..67f50b5 100644 --- a/drivers/gpu/drm/exynos

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-01-27 Thread Rahul Sharma
Hi Sylwester, On Mon, Jan 28, 2013 at 2:24 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 01/25/2013 11:39 AM, Rahul Sharma wrote: Signed-off-by: Rahul Sharmarahul.sha...@samsung.com Please provide proper commit text. Conflicts: arch/arm/mach-exynos/mach-exynos4

Re: [PATCH 2/4] ARM: dts: add support for mixer to exynos4

2013-01-27 Thread Rahul Sharma
On Mon, Jan 28, 2013 at 2:34 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 01/25/2013 11:39 AM, Rahul Sharma wrote: diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6c2c79d..07cb7d4 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-01-27 Thread Rahul Sharma
Hi Thomas, On Fri, Jan 25, 2013 at 11:10 PM, Thomas Abraham thomas.abra...@linaro.org wrote: On 25 January 2013 02:39, Rahul Sharma rahul.sha...@samsung.com wrote: Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Conflicts: arch/arm/mach-exynos/mach-exynos4-dt.c --- arch/arm

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-01-28 Thread Rahul Sharma
Hi Tomasz, On Mon, Jan 28, 2013 at 2:14 PM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Rahul, On Monday 28 of January 2013 12:25:27 Rahul Sharma wrote: Hi Thomas, On Fri, Jan 25, 2013 at 11:10 PM, Thomas Abraham thomas.abra...@linaro.org wrote: On 25 January 2013 02:39, Rahul Sharma

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-01-31 Thread Rahul Sharma
Thanks Sylwester, On Wed, Jan 30, 2013 at 2:12 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Rahul, On 01/28/2013 07:19 AM, Rahul Sharma wrote: --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -289,4 +289,11

Re: [PATCH 1/2] drm/exynos: add support for dt based search to exynos4 hdmi

2013-01-31 Thread Rahul Sharma
Thanks Mr. Dae, I will include DT binding documentation in Arch side patches. I am following the mentioned thread. regards, Rahul Sharma. On Wed, Jan 30, 2013 at 12:07 PM, Inki Dae inki@samsung.com wrote: Hi Rahul, Could you add descriptions to dt document file? For this, you can refer

Re: [PATCH 2/4] ARM: dts: add support for mixer to exynos4

2013-01-31 Thread Rahul Sharma
On Wed, Jan 30, 2013 at 1:54 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi, On 01/28/2013 07:44 AM, Rahul Sharma wrote: + + mixer: mixer { + compatible = samsung,exynos4-mixer; I'm afraid this compatible property it too generic. Is the video mixer IP

Re: [PATCH V2] regulator: add device tree support for s5m8767

2013-01-31 Thread Rahul Sharma
/map.h will cause build break for ARCH_MULTIPLATFORM. regards, Rahul Sharma. + +#define S5M8767_OPMODE_NORMAL_MODE 0x1 struct s5m8767_info { struct device *dev; @@ -474,15 +480,194 @@ static struct regulator_desc regulators[] = { s5m8767_regulator_desc(BUCK9), }; +#ifdef

Re: [PATCH 1/4] ARM: dts: add support for hdmi to exynos4

2013-01-31 Thread Rahul Sharma
On Fri, Feb 1, 2013 at 3:55 AM, Kukjin Kim kgene@samsung.com wrote: Rahul Sharma wrote: [...] + hdmi { + compatible = samsung,exynos4-hdmi14; What -hdmi14 signifies here ? And to which Exynos4 SoC revisions this compatible property is supposed to apply

[PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-02-06 Thread Rahul Sharma
-by: Rahul Sharma rahul.sha...@samsung.com --- It is base on for-next branch of git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git .../devicetree/bindings/drm/exynos/hdmi.txt| 22 -- .../devicetree/bindings/drm/exynos/hdmiddc.txt | 12

[PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-02-06 Thread Rahul Sharma
Binding Documents for drm-devices are placed in Documentation/devicetree/bindings/drm/*. But these devices are common for v4l framework, hence moved to a common place Documentation/devicetree/bindings/video/. 'exynos_' prefix is added to associate them with exynos soc series. Signed-off-by: Rahul

Re: [PATCH] ARM: dts: moving dt binding documents for video devices to common place

2013-02-06 Thread Rahul Sharma
Hi Sylwester, On Wed, Feb 6, 2013 at 8:20 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi Rahul, On 02/06/2013 03:57 PM, Rahul Sharma wrote: Binding Documents for drm-devices are placed in Documentation/devicetree/bindings/drm/*. But these devices are common for v4l framework, hence

[PATCH] drm/exynos: hdmi: using drm_display_mode timings for exynos4

2013-02-22 Thread Rahul Sharma
, work fine for the same range of resolutions. Hence same condition (to find the supported mode) is applied to both. More exynos4 phy configs can be added later to extend the mode supprot. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- It is based on exynos-drm-next-todo branch at git

[PATCH v2] drm/exynos: modify condition in mixer and hdmi resume

2013-02-22 Thread Rahul Sharma
is stopping the resume. This issue is fixed by reversing the condiftion. It also holds good for hdmi driver. v2: updated the error messages. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- It is based on exynos-drm-next-todo branch at git

[PATCH] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-02-26 Thread Rahul Sharma
://patchwork.kernel.org/patch/2176021/. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- It is based on exynos-drm-next-todo branch at git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git drivers/gpu/drm/exynos/exynos_drm_connector.c | 5 + drivers/gpu/drm/exynos

[PATCH] drm/exynos: hdmi: move mode_fixup to drm common hdmi

2013-02-26 Thread Rahul Sharma
is dependent on https://patchwork.kernel.org/patch/2176021/. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- It is based on exynos-drm-next-todo branch at git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 40

Re: [PATCH] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-02-26 Thread Rahul Sharma
Thanks Sean, On Tue, Feb 26, 2013 at 10:55 PM, Sean Paul seanp...@chromium.org wrote: On Tue, Feb 26, 2013 at 7:16 AM, Rahul Sharma rahul.sha...@samsung.com wrote: Exynos hdmi driver is using drm_display_mode for setting timing values for a supported resolution. Conversion to fb_videomode

Re: [PATCH RFC] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-03-06 Thread Rahul Sharma
Thanks Seung Woo, Mr. Dae, On Thu, Mar 7, 2013 at 10:13 AM, Inki Dae inki@samsung.com wrote: 2013/3/7 김승우 sw0312@samsung.com: On 2013년 03월 04일 23:05, Rahul Sharma wrote: Thanks Sean, On Wed, Feb 27, 2013 at 9:47 PM, Sean Paul seanp...@google.com wrote: On Wed, Feb 27, 2013 at 8:22

Re: [PATCH] ARM: SAMSUNG: Set clock parent if provided

2013-03-07 Thread Rahul Sharma
) and proceeding with uboot values which is not the intention when parent clock is provided. Regards, Rahul Sharma, + } else { + clk-clk.parent = srcs-sources[clksrc]; + } if (announce) printk(KERN_INFO %s: source is %s (%d), rate is %ld\n, -- 1.7.9.5

Re: [PATCH RFC] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-03-07 Thread Rahul Sharma
On Thu, Mar 7, 2013 at 12:37 PM, Stéphane Marchesin stephane.marche...@gmail.com wrote: On Wed, Mar 6, 2013 at 8:43 PM, Inki Dae inki@samsung.com wrote: 2013/3/7 김승우 sw0312@samsung.com: On 2013년 03월 04일 23:05, Rahul Sharma wrote: Thanks Sean, On Wed, Feb 27, 2013 at 9:47 PM, Sean

Re: [PATCH] ARM: SAMSUNG: Set clock parent if provided

2013-03-07 Thread Rahul Sharma
On Thu, Mar 7, 2013 at 3:12 PM, Shaik Ameer Basha shaik.sams...@gmail.com wrote: Hi Rahul, On Thu, Mar 7, 2013 at 2:58 PM, Rahul Sharma r.sh.o...@gmail.com wrote: On Thu, Mar 7, 2013 at 11:01 AM, Shaik Ameer Basha shaik.am...@samsung.com wrote: s3c_set_clksrc() updates the clock source

Re: [PATCH RFC] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-03-08 Thread Rahul Sharma
On Thu, Mar 7, 2013 at 2:05 PM, Inki Dae inki@samsung.com wrote: -Original Message- From: 김승우 [mailto:sw0312@samsung.com] Sent: Thursday, March 07, 2013 4:04 PM To: Rahul Sharma Cc: Inki Dae; linux-samsung-soc@vger.kernel.org; Sean Paul; sunil joshi; dri-de

[PATCH] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-04-26 Thread Rahul Sharma
@lists.freedesktop.org/msg34861.html v2: 1) Moved hdmi subsystem registration to drm-common-hdmi. 2) removed __func__ as DRM_DEBUG_KMS print it by default. 3) removed devname from hdmiphy clock as it needs to be accessed by hdmi and hdmiphy driver. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com

[RFC v2] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-04-26 Thread Rahul Sharma
. This implementations is tested for: 1) Resolutions supported by exynos4 and 5 hdmi. 2) Runtime PM and S2R scenarions for exynos5. This patch is dependent on the patch, posted at http://www.mail-archive.com/dri-devel@lists.freedesktop.org/msg34861.html Signed-off-by: Rahul Sharma rahul.sha...@samsung.com

[PATCH v2] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-04-26 Thread Rahul Sharma
) Corrected DRM_DEBUG_KMS to print the resolution properly. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 36 + drivers/gpu/drm/exynos/exynos_drm_hdmi.h |6 ++--- drivers/gpu/drm/exynos/exynos_hdmi.c

[PATCH v4] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-04-29 Thread Rahul Sharma
-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_connector.c | 38 ++--- drivers/gpu/drm/exynos/exynos_drm_drv.h |4 +-- drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 +-- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 17

[PATCH 0/4] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-04-29 Thread Rahul Sharma
@vger.kernel.org/msg17905.html This series is based on exynos-drm-next branch at git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git Rahul Sharma (4): drm/exynos: hdmi: move hdmi subsystem registration to drm common hdmi drm/exynos: hdmi: register hdmiphy driver from common drm

[PATCH 1/4] drm/exynos: hdmi: move hdmi subsystem registration to drm common hdmi

2013-04-29 Thread Rahul Sharma
for hdmi sub-system components are moved to exynos_drm_hdmi.c. This ensures limited relevant exposure of hdmi-sub-system components to exynos_drm_drv.c. It will also help in handling the hdmi-sub-system diversities within the exynos-common-hdmi. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com

[PATCH 2/4] drm/exynos: hdmi: register hdmiphy driver from common drm hdmi

2013-04-29 Thread Rahul Sharma
as a independent driver, having own set of requried callbacks which are called by common drm hdmi, parallel to hdmi and mixer driver. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 61 +++--- drivers/gpu/drm/exynos

[PATCH 3/4] drm/exynos: hdmi: move hdmiphy callbacks to hdmiphy driver

2013-04-29 Thread Rahul Sharma
block is changed but the other one is not, which is not proper. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/gpu/drm/exynos/exynos_hdmi.c| 345 +-- drivers/gpu/drm/exynos/exynos_hdmiphy.c | 574 ++- drivers/gpu/drm/exynos/regs

[PATCH 4/4] ARM: EXYNOS: remove parent device for hdmiphy clock

2013-04-29 Thread Rahul Sharma
to the clock. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/clock-exynos4.c |1 - arch/arm/mach-exynos/clock-exynos5.c |1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c index

Re: [PATCH 4/4] ARM: EXYNOS: remove parent device for hdmiphy clock

2013-04-29 Thread Rahul Sharma
On Mon, Apr 29, 2013 at 11:07 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: Hi, On 04/29/2013 07:04 PM, Sean Paul wrote: On Mon, Apr 29, 2013 at 10:50 AM, Rahul Sharma rahul.sha...@samsung.com wrote: Hdmiphy clock flows from hdmiphy hw to hdmi ip and mixer. It is commonly accessed

Re: [PATCH v4] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-05-02 Thread Rahul Sharma
On Mon, Apr 29, 2013 at 9:54 PM, Sean Paul seanp...@google.com wrote: On Mon, Apr 29, 2013 at 7:14 AM, Rahul Sharma rahul.sha...@samsung.com wrote: Exynos hdmi driver is using drm_display_mode for setting timing values for a supported resolution. Conversion to fb_videomode and then comparing

Re: [PATCH 1/4] drm/exynos: hdmi: move hdmi subsystem registration to drm common hdmi

2013-05-03 Thread Rahul Sharma
On Mon, Apr 29, 2013 at 10:06 PM, Sean Paul seanp...@google.com wrote: On Mon, Apr 29, 2013 at 10:50 AM, Rahul Sharma rahul.sha...@samsung.com wrote: Exynos hdmi sub-system consists of mixer, hdmi ip, hdmi-phy and hdmi-ddc components. Currently, drivers for these components are getting

Re: [PATCH v8 1/3] ARM: EXYNOS: initial board support for exynos5260 SoC

2014-04-24 Thread Rahul Sharma
Hi Kukjin, Need this macro to enable build for clock driver. Regards, Rahul Sharma. On 22 April 2014 15:36, Kukjin Kim kgene@samsung.com wrote: Tomasz Figa wrote: On 16.04.2014 10:08, Sachin Kamat wrote: Hi Tomasz, On 16 April 2014 13:27, Tomasz Figa tomasz.f...@gmail.com wrote

Re: [PATCH v8 1/3] ARM: EXYNOS: initial board support for exynos5260 SoC

2014-04-28 Thread Rahul Sharma
Hi Tomasz, Please share your opinion. Regards, Rahul Sharma On 26 April 2014 16:31, Kukjin Kim kgene@samsung.com wrote: Rahul Sharma wrote: Hi Kukjin, Hi, Need this macro to enable build for clock driver. I found it in your patch, clk/exynos5260: add clock file for exynos5260

Re: [PATCHv2 1/3] phy: Add exynos-simple-phy driver

2014-04-30 Thread Rahul Sharma
Hi Tomasz, I have tested your patches for exynos5250 and 5420. Works fine. Are you planning to post v3? If you want I can share hand with you for v3. Regards, Rahul Sharma On 9 April 2014 17:17, Andreas Oberritter o...@saftware.de wrote: Hello Andrzej, On 09.04.2014 10:37, Andrzej Hajda

Re: [PATCHv2 1/3] phy: Add exynos-simple-phy driver

2014-04-30 Thread Rahul Sharma
Sure (5250, 5420). I will wait for the same to update DT patches, if any. Regards, Rahul Sharma. On 30 April 2014 14:02, Tomasz Stanislawski t.stanisl...@samsung.com wrote: Hi Rahul, I will prepare we v3 version. Do you want me to add your patches for exynos5?50 to the patchset? Regards

[PATCH] drm/exynos: fix nested calls to lock mutex in drm resume

2014-04-30 Thread Rahul Sharma
From: Rahul Sharma rahul.sha...@samsung.com While testing S2R on exynos board, system is hanging and rebooting due to nested mutex_lock calls in exynos drm resume callback. Changing the order of the calls is fixing the issue. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- Based

Re: [PATCH v2 0/3] drm/exynos: enable support for exynos5420 hdmi

2014-05-06 Thread Rahul Sharma
Hi Everybody, Gentle ping. Please have a look at the patches in this series? There are few more in pipeline. Please consider these as well. http://comments.gmane.org/gmane.linux.kernel.samsung-soc/30501 http://www.spinics.net/lists/linux-samsung-soc/msg28083.html Warm Regards, Rahul Sharma

  1   2   3   4   5   6   7   >