Re: [PATCH 2/2] ARM: Exynos5250: Enabling ohci-exynos driver

2012-10-09 Thread Jingoo Han
On Friday, October 05, 2012 7:10 PM Vivek Gautam wrote Adding OHCI device tree node for Exynos5250 along with the device base address. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com It looks good. Also I have tested this patch with Exynos5250. Acked-by: Jingoo Han

Re: [PATCH 4/5] usb: s5p-ehci: Adding phy driver support

2012-10-09 Thread Jingoo Han
On Monday, October 08, 2012 11:12 PM Vivek Gautam wrote Adding the transceiver to ehci driver. Keeping the platform data for continuing the smooth operation for boards which still uses it Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Hi Vivek Gautam, Could you replace the patch

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

2012-10-09 Thread Tomasz Figa
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. This patch modifies the dts file of Samsung Trats board to define four sections of 256MiB instead of two of 512MiB to

Re: [PATCH 2/5] ARM: S3C64XX: Add phy_type to pmu_isolation

2012-10-09 Thread Vivek Gautam
Hi Kishon, Firstly, thanks for the quick review. On Tue, Oct 9, 2012 at 11:03 AM, kishon kis...@ti.com wrote: Hi, On Monday 08 October 2012 07:42 PM, Vivek Gautam wrote: It adds 'type' argument to pmu_isolation function, aligning with other platforms, which keeps track of usbphy_type.

[PATCH 0/6] Adding support for SATA in EXYNO5

2012-10-09 Thread vasanthananthan
From: Vasanth Ananthan vasanthanant...@gmail.com The following set of patches provides drivers for SATA and SATA PHY controller and also an interface for the two entity to interact. Vasanth Ananthan (6): ARM: EXYNOS5: Clock settings for SATA and SATA PHY ARM: EXYNOS5: DT Support for SATA

[PATCH 0/6] Adding support for SATA in EXYNO5

2012-10-09 Thread Vasanth Ananthan
The following set of patches provides drivers for SATA and SATA PHY controller and also an interface for the two entity to interact. Vasanth Ananthan (6): ARM: EXYNOS5: Clock settings for SATA and SATA PHY ARM: EXYNOS5: DT Support for SATA and SATA PHY DRIVERS: ATA: SATA PHY utility

[PATCH 1/6] ARM: EXYNOS5: Clock settings for SATA and SATA PHY

2012-10-09 Thread Vasanth Ananthan
This patch adds neccessary clock entries for SATA, SATA PHY and I2C_SATAPHY Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 19 +-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git

[PATCH 2/6] ARM: EXYNOS5: DT Support for SATA and SATA PHY

2012-10-09 Thread Vasanth Ananthan
This patch adds Device Nodes for SATA and SATA PHY device. Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 11 +++ arch/arm/boot/dts/exynos5250.dtsi | 20 arch/arm/mach-exynos/include/mach/map.h |

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

2012-10-09 Thread Vasanth Ananthan
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 the SATA device finds and requests for an appropriate PHY device. Signed-off-by:

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

2012-10-09 Thread Vasanth Ananthan
This patch adds a platform driver and I2C client driver for SATA PHY controller Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- drivers/ata/Makefile |2 +- drivers/ata/sata_exynos_phy.c | 303 + 2 files changed, 304 insertions(+), 1

Re: [PATCH 2/5] ARM: S3C64XX: Add phy_type to pmu_isolation

2012-10-09 Thread Vivek Gautam
Hi, On Tue, Oct 9, 2012 at 4:42 PM, Jingoo Han jg1@samsung.com wrote: On Tuesday, October 09, 2012 7:51 PM Vivek Gautam wrote Hi Kishon, Firstly, thanks for the quick review. On Tue, Oct 9, 2012 at 11:03 AM, kishon kis...@ti.com wrote: Hi, On Monday 08 October 2012 07:42 PM,

Re: [PATCH 4/5] usb: s5p-ehci: Adding phy driver support

2012-10-09 Thread Vivek Gautam
Hi, On Tue, Oct 9, 2012 at 3:10 PM, Jingoo Han jg1@samsung.com wrote: On Monday, October 08, 2012 11:12 PM Vivek Gautam wrote Adding the transceiver to ehci driver. Keeping the platform data for continuing the smooth operation for boards which still uses it Signed-off-by: Vivek Gautam

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

2012-10-09 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. DP-PHY should be regarded as a seperate device node while being passed from device tree list, and device node for DP should contain DP-PHY as

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

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

Re: [PATCH 2/6] ARM: EXYNOS5: DT Support for SATA and SATA PHY

2012-10-09 Thread Olof Johansson
Hi, On Tue, Oct 09, 2012 at 05:18:48PM +0530, Vasanth Ananthan wrote: This patch adds Device Nodes for SATA and SATA PHY device. Signed-off-by: Vasanth Ananthan vasant...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 11 +++ arch/arm/boot/dts/exynos5250.dtsi

[PATCH v2 v2 v2 8/8] spi/s3c64xx: use correct dma_transfer_direction type

2012-10-09 Thread Arnd Bergmann
There is a subtle difference between dma_transfer_direction and dma_data_direction: the former is used by the dmaengine framework, while the latter is used by the dma-mapping API. Although the purpose is comparable, the actual values are different and must not be mixed. In this case, the driver

[PATCH v2 0/8] ARM: mostly harmless gcc warnings

2012-10-09 Thread Arnd Bergmann
Most patches from the first time this was posted have been adopted by a subsystem maintainer or were show to be obsolete. Here are the remaining ones again. I'm planning to submit those patches that are still necessary by the time we have an -rc1 through the arm-soc tree, but my preference is

Re: [PATCH V4 2/2] video: exynos_dp: device tree documentation

2012-10-09 Thread Sylwester Nawrocki
Hi Ajay, On 10/10/2012 01:08 AM, Ajay Kumar wrote: Add documentation for the DT bindings in exynos display port driver. Signed-off-by: Ajay Kumarajaykumar...@samsung.com --- .../devicetree/bindings/video/exynos_dp.txt| 83 1 files changed, 83