[PATCH V2 1/2] ARM: EXYNOS: Add AUXDATA for DP controller

2012-11-29 Thread Jingoo Han
Use AUXDATA to set the device names for DP controller instance discovered from device tree. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Signed-off-by: Jingoo Han jg1@samsung.com --- Changes since v1: - replace the definition with the value arch/arm/mach-exynos/mach-exynos5-dt.c |

[PATCH V2 2/2] ARM: dts: Add device tree node for DP controller for exynos5250

2012-11-29 Thread Jingoo Han
Add device tree node for DP controller in EXYNOS5250 and enable the instance for the SMDK5250 board. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com Signed-off-by: Jingoo Han jg1@samsung.com --- Changes since v1: - change the property name from 'display-port-controller' to 'dp-controller'

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

2012-11-29 Thread Cho KyongHo
-Original Message- From: Cho KyongHo [mailto:pullip@samsung.com] Sent: Monday, November 26, 2012 10:54 AM -Original Message- From: Cho KyongHo [mailto:pullip@samsung.com] Sent: Monday, November 26, 2012 10:28 AM -Original Message- From: Kukjin Kim

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

Re: [PATCH 1/2] i2c-s3c2410: Leave the bus disabled unless it is in use

2012-11-29 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com On Thu, Nov 29, 2012 at 2:05 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: From: Simon Glass s...@chromium.org There is a rather odd feature of the exynos i2c controller that if it is left enabled, it can lock itself up with the

Re: [PATCH 2/2] i2c-s3c2410: Add bus arbitration implementation

2012-11-29 Thread Mark Brown
On Thu, Nov 29, 2012 at 10:35:35AM +0530, Naveen Krishna Chatradhi wrote: The arbitrator is a general purpose function which uses two GPIOs to communicate with another device to claim/release a bus. We use it to arbitrate an i2c port between the AP and the EC. Should this not be layerd on top

Re: [PATCH 1/3] Rename s5p-time to samsung-time

2012-11-29 Thread Romain Naour
Hi Heiko, Le 28/11/2012 00:57, Heiko Stübner a écrit : Hi Romain, Am Mittwoch, 28. November 2012, 00:27:36 schrieb Romain Naour: Hi Tomasz, Kgene I would also suggest splitting this huge patch into a series of several smaller, possibly: 1) Rename s5p-time to samsung-time (and correct any

Re: [PATCH 1/3] Rename s5p-time to samsung-time

2012-11-29 Thread Heiko Stübner
Hi Romain, Am Freitag, 30. November 2012, 00:18:08 schrieb Romain Naour: Hi Heiko, Le 28/11/2012 00:57, Heiko Stübner a écrit : Hi Romain, Am Mittwoch, 28. November 2012, 00:27:36 schrieb Romain Naour: Hi Tomasz, Kgene I would also suggest splitting this huge patch into a series

Re: [PATCH 2/2] i2c-s3c2410: Add bus arbitration implementation

2012-11-29 Thread Simon Glass
+Olof On Thu, Nov 29, 2012 at 8:34 AM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, Nov 29, 2012 at 10:35:35AM +0530, Naveen Krishna Chatradhi wrote: The arbitrator is a general purpose function which uses two GPIOs to communicate with another device to claim/release a bus.

[PATCH v3 3/4] mmc: dw_mmc: exynos: Remove code for wp-gpios

2012-11-29 Thread Doug Anderson
The exynos code claimed the write protect with devm_gpio_request() but never did anything with it. That meant that anyone using a write protect GPIO would effectively be write protected all the time. The handling for wp-gpios belongs in the main dw_mmc driver and has been moved there.

[PATCH v3 4/4] mmc: dw_mmc: Handle wp-gpios from device tree

2012-11-29 Thread Doug Anderson
On some SoCs (like exynos5250) you need to use an external GPIO for write protect. Add support for wp-gpios to the core dw_mmc driver since it could be useful across multiple SoCs. With this change I am able to make use of the write protect for the external SD slot on exynos5250-snow.

Re: [PATCH v2 1/2] mmc: dw_mmc: exynos: Stop claiming wp-gpio

2012-11-29 Thread Doug Anderson
Seungwon, On Wed, Nov 28, 2012 at 11:46 PM, Seungwon Jeon tgih@samsung.com wrote: Hi Doug, On Thursday, November 29, 2012, Doug Anderson wrote: Seungwon, Thanks for the review. See below for comments. If you'd like me to respin then please let me know. Otherwise I look forward to

[PATCH v3 1/4] mmc: dw_mmc: Add disable-wp device tree property

2012-11-29 Thread Doug Anderson
The disable-wp property is used to specify that a given SD card slot doesn't have a concept of write protect. This eliminates the need for special case code for SD slots that should never be write protected (like a micro SD slot or a dev board). The dw_mmc driver is special in needing to specify

[PATCH v3 2/4] ARM: dts: Add disable-wp for sd card slot on smdk5250

2012-11-29 Thread Doug Anderson
The next change will remove the code from the dw_mmc-exynos that added the DW_MCI_QUIRK_NO_WRITE_PROTECT. Keep existing functionality of having no write protect pin on smdk5250 by adding the disable-wp property. Signed-off-by: Doug Anderson diand...@chromium.org --- Changes in v3: - New for this

Re: [PATCH 2/2] i2c-s3c2410: Add bus arbitration implementation

2012-11-29 Thread Olof Johansson
On Thu, Nov 29, 2012 at 6:13 PM, Simon Glass s...@chromium.org wrote: +Olof On Thu, Nov 29, 2012 at 8:34 AM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, Nov 29, 2012 at 10:35:35AM +0530, Naveen Krishna Chatradhi wrote: The arbitrator is a general purpose function which