[PATCH] ARM: EXYNOS: exynos4-dt: Set .smp field of machine descriptor

2012-10-12 Thread Tomasz Figa
This patch adds missing initializer of .smp field of machine descriptor of Exynos 4 DT machine. Signed-off-by: Tomasz Figa --- arch/arm/mach-exynos/mach-exynos4-dt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt

[PATCH] usb: phy: samsung: Introducing usb phy driver for hsotg

2012-10-12 Thread Praveen Paneri
platform_set_drvdata() required for driver's remove function, so adding it back. >From v6: Added TODO for phy bindings with controller Dropped platform_set_drvdata() from driver probe This driver uses usb_phy interface to interact with s3c-hsotg. Supports phy_init and phy_shutdown functions to en

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

2012-10-12 Thread Rahul Sharma
This patch set adds the DT based support for Samsung's Exynos5250. It adds device tree nodes for hdmi, mixer, hdmiphy and hdmiddc. The name of these devices are changed to the one matching with drivers. Exynos-drm and exynos hdmi-drm-commmon devices are removed from machine init code. Exynos-drm a

[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 --- .../devicetree/bindings/drm/exynos/hdmi.txt| 22 arch/arm/boot/dts/exynos5250-smdk5250.dts |4 +++

[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 --- .../devicetree/bindings/drm/exynos/mixer.txt | 15 +++ arch/arm/boot/dts/exynos5250.dtsi |6 ++

[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 --- .../devicetree/bindings/drm/exynos/hdmiphy.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 ++ arch/arm/boot/dts/exynos5250.dtsi

[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 --- .../devicetree/bindings/drm/exynos/hdmiddc.txt | 12 arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/mach-exynos/mach-exynos5-dt.c

[PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver

2012-10-12 Thread Ajay Kumar
This patch enables device tree based discovery support for DP driver. The driver is modified to handle platform data in both the cases: with DT and non-DT. Signed-off-by: Ajay Kumar Acked-by: Jingoo Han --- drivers/video/exynos/exynos_dp_core.c | 161 ++--- drivers/

[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 --- 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/mach-exynos/clock-exynos5.c

[PATCH V5 2/2] video: exynos_dp: device tree documentation

2012-10-12 Thread Ajay Kumar
Add documentation for the DT bindings in exynos display port driver. Signed-off-by: Ajay Kumar --- .../devicetree/bindings/video/exynos_dp.txt| 80 1 files changed, 80 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/video/exynos_

[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 --- arch/arm/mach-exynos/Makefile

[PATCH 2/2] ARM: config: make sure that platforms are ordered by option string

2012-10-12 Thread Russell King
The large platform selection choice should be sorted by option string so it's easy to find the platform you're looking for. Fix the few options which are out of this order. Signed-off-by: Russell King --- arch/arm/Kconfig | 76 +++--- 1 files ch

Re: [PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver

2012-10-12 Thread Sylwester Nawrocki
On 10/12/2012 10:47 PM, Ajay Kumar wrote: > This patch enables device tree based discovery support for DP driver. > The driver is modified to handle platform data in both the cases: > with DT and non-DT. > > Signed-off-by: Ajay Kumar > Acked-by: Jingoo Han > --- > drivers/video/exynos/exynos_dp_

Re: [PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver

2012-10-12 Thread Tomasz Figa
Dnia piątek, 12 października 2012 23:44:05 Sylwester Nawrocki pisze: > On 10/12/2012 10:47 PM, Ajay Kumar wrote: > > This patch enables device tree based discovery support for DP driver. > > The driver is modified to handle platform data in both the cases: > > with DT and non-DT. > > > > Signed-of

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

2012-10-12 Thread Tomasz Figa
Hi Rahul, On Friday 12 of October 2012 00:27:42 Rahul Sharma wrote: > 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 > --- > arch/arm/boot/dts/exynos5250-smdk5250.dts |4 > arch/

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

2012-10-12 Thread Tomasz Figa
On Friday 12 of October 2012 00:27:43 Rahul Sharma wrote: > 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 > --- > arch/arm/boot/dts/exynos5250.dtsi |8 > arch/arm/ma

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

2012-10-12 Thread Tomasz Figa
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 > registration for dt and non-dt platforms. Corresponding patches are > posted to dri-devel

Re: [PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver

2012-10-12 Thread Sylwester Nawrocki
On 10/12/2012 11:54 PM, Tomasz Figa wrote: >>> + if (of_get_property(dp_node, "interlaced", NULL)) >>> + dp_video_config->interlaced = 1; >> >> of_property_read_bool() could also be used here. > > Wouldn't it make the property mandatory? No, it wouldn't. of_property_read_bool() uses o

Re: [PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver

2012-10-12 Thread Tomasz Figa
On Saturday 13 of October 2012 00:14:39 Sylwester Nawrocki wrote: > On 10/12/2012 11:54 PM, Tomasz Figa wrote: > >>> + if (of_get_property(dp_node, "interlaced", NULL)) > >>> + dp_video_config->interlaced = 1; > >> > >> of_property_read_bool() could also be used here. > > > > Wouldn't it

Re: [PATCH 3/6] DRIVERS: ATA: SATA PHY utility framework

2012-10-12 Thread Tomasz Figa
Hi Vasanth, On Tuesday 09 of October 2012 17:18:49 Vasanth Ananthan wrote: > This patch adds SATA PHY utility framework APIs. The framework acts as > an interface between the SATA device and the PHY device. The SATA PHY > device registers itself with the framework through the APIs provided > and

Re: [PATCH 4/6] ARM: S3C2410: I2C driver polling mode support

2012-10-12 Thread Tomasz Figa
Hi, On Tuesday 09 of October 2012 17:18:50 Vasanth Ananthan wrote: > This patch adds polling mode support for i2c s3c-2410 driver. > The I2C_SATAPHY controller lacks an interrupt line but the s3c-2410 > driver is interrupt driven. Hence this support is required for > functioning of the I2C_SATAPHY

Re: [PATCH 5/6] ARM: EYNOS5: SATA controller driver

2012-10-12 Thread Tomasz Figa
Hi, On Tuesday 09 of October 2012 17:18:51 Vasanth Ananthan wrote: > This patch adds a platform driver for SATA controller. > > Signed-off-by: Vasanth Ananthan > --- > arch/arm/mach-exynos/include/mach/regs-pmu.h |3 + > drivers/ata/Makefile |2 +- > drivers/ata/

Re: [PATCH 6/6] ARM: EXYNOS5: SATA PHY controller driver

2012-10-12 Thread Tomasz Figa
Hi, On Tuesday 09 of October 2012 17:18:52 Vasanth Ananthan wrote: > This patch adds a platform driver and I2C client driver for SATA PHY > controller > > Signed-off-by: Vasanth Ananthan > --- > drivers/ata/Makefile |2 +- > drivers/ata/sata_exynos_phy.c | 303 > ++

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 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 >> registration for

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

2012-10-12 Thread Rahul Sharma
Hi Tomasz, On Sat, Oct 13, 2012 at 3:34 AM, Tomasz Figa wrote: > Hi Rahul, > > On Friday 12 of October 2012 00:27:42 Rahul Sharma wrote: >> 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