Re: [PATCHv10 3/5] ARM: dts: exynos: unuse the slot-node and deprecate the supports-highspeed for dw-mmc

2014-08-18 Thread Andreas Färber
Am 18.08.2014 18:54, schrieb Kukjin Kim: > On 08/18/14 09:10, Andreas Färber wrote: >> Hi Jaehoon, >> >> Am 18.08.2014 14:23, schrieb Jaehoon Chung: >>> Socfpga and Rockchip were queued into each SoC tree. >>> I want to know whether this patch is queued or no

Re: [PATCHv10 3/5] ARM: dts: exynos: unuse the slot-node and deprecate the supports-highspeed for dw-mmc

2014-08-18 Thread Andreas Färber
Hi Jaehoon, Am 18.08.2014 14:23, schrieb Jaehoon Chung: > Socfpga and Rockchip were queued into each SoC tree. > I want to know whether this patch is queued or not into Samsung-Soc tree. > Do you have any other plan for this patch? It isn't applied in his tree: http://git.kernel.org/cgit/linux/k

Re: [PATCHv7 2/5] ARM: dts: exynos: unuse the slot-node and deprecated the supports-highspeed for dw-mmc

2014-07-30 Thread Andreas Färber
Am 28.07.2014 04:29, schrieb Jaehoon Chung: > dw-mmc controller can support multiple slots. > But, there are no use-cases anywhere. So we don't need to support the > slot-node for dw-mmc controller. > And "supports-highspeed" property in dw-mmc is deprecated. > "supports-highspeed" property can be

Re: [PATCHv7 1/5] mmc: dw_mmc: modify the dt-binding for removing slot-node and supports-highspeed

2014-07-30 Thread Andreas Färber
Am 28.07.2014 04:29, schrieb Jaehoon Chung: > Almost SoCs use one slot per host controller. Still has "Almost SoCs" - I had suggested to insert "all", but I think you mean "Most SoCs". > (Even if controller can support the multiple slot, Recommend to use one slot > per host controller.) > Don't

Re: [PATCHv7 5/5] mmc: dw_mmc: replace "disable-wp" from slot's quirk to host's quirk

2014-07-30 Thread Andreas Färber
Am 28.07.2014 04:29, schrieb Jaehoon Chung: > Replaced the "disable-wp" into host's quirks. "Replace" is wrong here and in $subject. "Relocate"? "Move"? > (Because the slot-node is removed at dt-file.) "in dt-file"? > > Signed-off-by: Jaehoon Chung > Tested-by: Sachin Kamat > Acked-by: Seung

Re: [PATCHv7 0/5] ARM: remove the sub-node and deprecate supports-highspeed property for dwmmc.

2014-07-30 Thread Andreas Färber
Am 28.07.2014 04:29, schrieb Jaehoon Chung: > Since used the mmc_of_parse(), didn't parse the sub-node. > So we can remove the sub-node, because almost SoC used the only one card per > a host. > And supports-highspeed can be replaced to "cap-mmc/sd-highspeed" property. > > Chnagelog V7: > -

Re: [PATCHv6 1/5] mmc: dw_mmc: modify the dt-binding for removing slot-node and supports-highspeed

2014-07-25 Thread Andreas Färber
Hi Jaehoon, Am 25.07.2014 03:11, schrieb Jaehoon Chung: > Almost Soc is used the slot per a host. Something's very wrong with this sentence. What are you trying to say? Almost all SoCs use one slot only per host controller device? > Don't use the slot-node and deprecated the "supports-highsped"