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

2012-10-15 Thread Vasanth Ananthan
Hi Tomasz, On Sat, Oct 13, 2012 at 4:20 AM, Tomasz Figa wrote: > 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

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

2012-10-15 Thread Praveen Paneri
On Mon, Oct 15, 2012 at 6:58 PM, Felipe Balbi wrote: > On Fri, Oct 12, 2012 at 03:45:34PM +0530, Praveen Paneri wrote: >> 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_drvdat

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

2012-10-15 Thread Jingoo Han
From: Ajay Kumar Add documentation for the DT bindings in exynos display port driver. Signed-off-by: Ajay Kumar Signed-off-by: Jingoo Han --- No changes since v7: .../devicetree/bindings/video/exynos_dp.txt| 80 1 files changed, 80 insertions(+), 0 deletions(-)

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

2012-10-15 Thread Jingoo Han
From: 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 Signed-off-by: Jingoo Han --- This patch is tested with Exynos5250. Changes since v7: - Replac

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

2012-10-15 Thread Jingoo Han
On Tuesday, October 16, 2012 6:14 AM Sylwester Nawrocki wrote > > On 10/15/2012 10:14 AM, Jingoo Han wrote: > > On Saturday, October 13, 2012 6:44 AM Sylwester Nawrocki wrote > >> > >> On 10/12/2012 10:47 PM, Ajay Kumar wrote: > >>> This patch enables device tree based discovery support for DP dri

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

2012-10-15 Thread Sylwester Nawrocki
On 10/15/2012 10:14 AM, Jingoo Han wrote: On Saturday, October 13, 2012 6:44 AM Sylwester Nawrocki wrote 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

Re: [PATCH] ARM: SAMSUNG: Add naming of s3c64xx-spi devices

2012-10-15 Thread José Miguel Gonçalves
On 15-10-2012 15:58, Sylwester Nawrocki wrote: Hi Heiko, On 10/02/2012 02:43 PM, Heiko Stübner wrote: Commit a5238e360b71 (spi: s3c64xx: move controller information into driver data) introduced separate device names for the different subtypes of the spi controller but forgot to set these in the

Re: [PATCH] ARM: SAMSUNG: Add naming of s3c64xx-spi devices

2012-10-15 Thread Sylwester Nawrocki
Hi Heiko, On 10/02/2012 02:43 PM, Heiko Stübner wrote: > Commit a5238e360b71 (spi: s3c64xx: move controller information into driver > data) introduced separate device names for the different subtypes of the > spi controller but forgot to set these in the relevant machines. > > To fix this introdu

RE: [PATCH] ARM: dts: exynos4: Enable serial controllers on Origen and SMDKV310

2012-10-15 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Kgene, > > On Monday 08 of October 2012 15:12:48 Tomasz Figa wrote: > > This patch adds status override of serial nodes to enable used serial > > ports on Origen and SMDKV310 board. > > > > Signed-off-by: Tomasz Figa > > --- > > arch/arm/boot/dts/exynos4210-origen.dts

RE: [PATCH] ARM: dts: exynos4210-trats: Split memory into 4 sections

2012-10-15 Thread Kukjin Kim
Tomasz Figa wrote: > > Since the maximum section size on mach-exynos is set to 256MiB, boards > with memory configuration defined using sections bigger than 256MiB will > fail to boot with a kernel panic. > I don't think so and it works fine in my side. Probably, the reason of kernel panic you sa

RE: [PATCH v2 0/6] ARM: EXYNOS: Add secure firmware support

2012-10-15 Thread Kukjin Kim
Olof Johansson wrote: > > Hi, > > On Thu, Oct 11, 2012 at 12:35:54AM +0900, Kyungmin Park wrote: > > Hi Arnd or Olof, > > > > Can you pick up for v3.7? > > > > To Tomasz, > > Can you rebase it on the latest arm-soc tree? > > This code should have been in arm-soc by the beginning of the merge win

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

2012-10-15 Thread Kyungmin Park
+ Tomasz Figa, Acked-by: Kyungmin Park On Mon, Oct 15, 2012 at 10:28 PM, Felipe Balbi wrote: > On Fri, Oct 12, 2012 at 03:45:34PM +0530, Praveen Paneri wrote: >> platform_set_drvdata() required for driver's remove function, so adding >> it back. >> >> From v6: >> Added TODO for phy bindings wit

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

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

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

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

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

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

2012-10-15 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

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

2012-10-15 Thread Felipe Balbi
On Fri, Oct 12, 2012 at 03:45:34PM +0530, Praveen Paneri wrote: > 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

Re: [PATCH] [media] s5p-csis: Added RAW data format as the supported format.

2012-10-15 Thread Sylwester Nawrocki
Hi Ritesh, On 10/15/2012 11:48 AM, Ritesh Kumar Solanki wrote: > csis can support jpeg, yuv and raw data format. > > Signed-off-by: Ritesh Kumar Solanki Thanks for the patch. I already have a patch adding all three raw Bayer formats (SGRBG8/10/12) at the driver and I plan it for v3.8. So I'd li

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

2012-10-15 Thread Jingoo Han
From: Ajay Kumar Add documentation for the DT bindings in exynos display port driver. Signed-off-by: Ajay Kumar Signed-off-by: Jingoo Han --- No changes since v6: .../devicetree/bindings/video/exynos_dp.txt| 80 1 files changed, 80 insertions(+), 0 deletions(-)

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

2012-10-15 Thread Jingoo Han
From: 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 Signed-off-by: Jingoo Han --- This patch is tested with Exynos5250. Changes since v6: - Fix re

[PATCH] [media] s5p-csis: Added RAW data format as the supported format.

2012-10-15 Thread Ritesh Kumar Solanki
csis can support jpeg, yuv and raw data format. Signed-off-by: Ritesh Kumar Solanki --- drivers/media/platform/s5p-fimc/mipi-csis.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/media/platform/s5p-fimc/mipi-csis.c b/drivers/media/platform/s5p-fimc/mipi-csis

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

2012-10-15 Thread Vasanth Ananthan
Hi Tomasz, On Sat, Oct 13, 2012 at 4:00 AM, Tomasz Figa wrote: > 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 >> dev

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

2012-10-15 Thread Jingoo Han
On Monday, October 15, 2012 6:12 PM Jingoo Han wrote > > From: 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 > Signed-off-by: Jingoo Ha

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

2012-10-15 Thread Jingoo Han
From: Ajay Kumar Add documentation for the DT bindings in exynos display port driver. Signed-off-by: Ajay Kumar Signed-off-by: Jingoo Han --- Changes since v6: - Remove duplicated 'based on' .../devicetree/bindings/video/exynos_dp.txt| 80 1 files changed, 80 i

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

2012-10-15 Thread Jingoo Han
From: 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 Signed-off-by: Jingoo Han --- This patch is tested with Exynos5250. Changes since v6: - Check

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

2012-10-15 Thread Heiko Stübner
Am Dienstag, 9. Oktober 2012, 13:48:50 schrieb Vasanth Ananthan: > 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 co

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

2012-10-15 Thread Jingoo Han
On Saturday, October 13, 2012 6:44 AM Sylwester Nawrocki wrote > > 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