Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-02 Thread Kyungmin Park
Hi, On 5/2/12, Thomas Abraham thomas.abra...@linaro.org wrote: Add device tree based discovery support. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings/mmc/synposis-dw-mshc.txt | 85 + drivers/mmc/host/dw_mmc-pltfm.c| 24

Re: [PATCH 4/7] mmc: dw_mmc: add samsung exynos5250 specific extentions

2012-05-02 Thread Kyungmin Park
Hi, On 5/2/12, Thomas Abraham thomas.abra...@linaro.org wrote: The instantiation of the Synopsis Designware controller on Exynos5250 include extension for SDR and DDR specific tx/rx phase shift timing and CIU internal divider. In addition to that, the option to skip the command hold stage is

Re: [PATCH 5/7] ARM: Samsung: Add support for MSHC controller clocks

2012-05-02 Thread Kyungmin Park
Hi Thomas, I suggest to split the patches into mmc part and samsung specific part. As you know previous time there's mismatch between mmc and samsung. So split the patches and send it separately to avoid merge conflict and mismatch. I think regardless mmc changes, it can be merged into samsung

Re: [PATCH 4/7] mmc: dw_mmc: add samsung exynos5250 specific extentions

2012-05-02 Thread Jaehoon Chung
On 05/02/2012 04:01 PM, Kyungmin Park wrote: Hi, On 5/2/12, Thomas Abraham thomas.abra...@linaro.org wrote: The instantiation of the Synopsis Designware controller on Exynos5250 include extension for SDR and DDR specific tx/rx phase shift timing and CIU internal divider. In addition to

Re: [PATCH] mmc: dw_mmc: make multiple instances of dw_mci_card_workqueue

2012-05-02 Thread Will Newton
On Tue, May 1, 2012 at 10:57 PM, Thomas Abraham thomas.abra...@linaro.org wrote: The variable 'dw_mci_card_workqueue' is a global variable shared between multiple instances of the dw_mmc host controller. Due to this, data corruption has been noticed when multiple instances of dw_mmc controllers

Re: [PATCH 2/7] mmc: dw_mmc: add quirk to indicate missing write protect line

2012-05-02 Thread Will Newton
On Wed, May 2, 2012 at 6:07 AM, Thomas Abraham thomas.abra...@linaro.org wrote: If the write protect pad of the controller is not connected to the write protect pin of the slot, the driver should be notified of this condition so that incorrect check for write protection by reading the WRTORT

Re: [PATCH 1/7] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-05-02 Thread Russell King - ARM Linux
On Tue, May 01, 2012 at 10:07:40PM -0700, Thomas Abraham wrote: Some platforms allow for clock gating and control of bus interface unit clock and card interface unit clock. Add support for clock lookup of optional biu and ciu clocks for clock gating and clock speed determination. As we're

Re: [PATCH 1/7] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-05-02 Thread James Hogan
Hi On 2 May 2012 06:07, Thomas Abraham thomas.abra...@linaro.org wrote: Some platforms allow for clock gating and control of bus interface unit clock and card interface unit clock. Add support for clock lookup of optional biu and ciu clocks for clock gating and clock speed determination.

Re: [PATCH 19/20] ARM: Exynos5: Add combiner, wakeup interrupt controller and ethernet nodes

2012-05-02 Thread Olof Johansson
Hi, [adding devicetree-discuss] On Mon, Apr 30, 2012 at 12:14 PM, Thomas Abraham thomas.abra...@linaro.org wrote: And interrupt combiner, external interrupt wakeup interrupt controller and smsc9215 lan controller nodes. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org ---  

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-02 Thread Olof Johansson
Hi, On Tue, May 1, 2012 at 10:07 PM, Thomas Abraham thomas.abra...@linaro.org wrote: Add device tree based discovery support. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org ---  .../devicetree/bindings/mmc/synposis-dw-mshc.txt   |   85 +  drivers/mmc/host/dw_mmc-pltfm.c    

Re: [PATCH 4/7] mmc: dw_mmc: add samsung exynos5250 specific extentions

2012-05-02 Thread Olof Johansson
Hi, On Tue, May 1, 2012 at 10:07 PM, Thomas Abraham thomas.abra...@linaro.org wrote: The instantiation of the Synopsis Designware controller on Exynos5250 include extension for SDR and DDR specific tx/rx phase shift timing and CIU internal divider. In addition to that, the option to skip the

Re: [PATCH 18/20] ARM: dts: Update device tree source files for EXYNOS5250

2012-05-02 Thread Olof Johansson
Hi, On Mon, Apr 30, 2012 at 12:14 PM, Thomas Abraham thomas.abra...@linaro.org wrote: Updated EXYNOS5 device tree source files to reflect changes in rev1 of EXYNOS5 SoC. This includes new additions to the EXYNOS5 dtsi and SMDK5250 dts files and few minor fixes. Signed-off-by: Thomas Abraham

Re: [PATCH 0/2] ARM: EXYNOS: Add DRM device to Origen and SMDKV310

2012-05-02 Thread Sachin Kamat
Hi Kukjin, Can you please review these patches and let me know your comments. On 11/04/2012, Sachin Kamat sachin.ka...@linaro.org wrote: ping... On 27/03/2012, Sachin Kamat sachin.ka...@linaro.org wrote: This patch series adds DRM core device and FIMD DRM platform device support to Origen