Re: [RFC PATCH 1/4] mmc: core: add cap-enhanced-strobe support

2016-03-03 Thread Shawn Lin
Hi Jaehoon, On 2016/3/3 20:08, Jaehoon Chung wrote: Hi Shawn, On 03/03/2016 11:36 AM, Shawn Lin wrote: This patch introduce cap-enhanced-strobe for platforms which want to enable enhanced strobe function from DT if the mmc host controller claims to support enhanced strobe. I don't know why

Re: [RFC PATCH 1/4] mmc: core: add cap-enhanced-strobe support

2016-03-03 Thread Shawn Lin
Hi Jaehoon, On 2016/3/3 20:08, Jaehoon Chung wrote: Hi Shawn, On 03/03/2016 11:36 AM, Shawn Lin wrote: This patch introduce cap-enhanced-strobe for platforms which want to enable enhanced strobe function from DT if the mmc host controller claims to support enhanced strobe. I don't know why

Re: [RFC PATCH 1/4] mmc: core: add cap-enhanced-strobe support

2016-03-03 Thread Jaehoon Chung
Hi Shawn, On 03/03/2016 11:36 AM, Shawn Lin wrote: > This patch introduce cap-enhanced-strobe for platforms which > want to enable enhanced strobe function from DT if the mmc host > controller claims to support enhanced strobe. I don't know why need to add the capability and property. > >

Re: [RFC PATCH 1/4] mmc: core: add cap-enhanced-strobe support

2016-03-03 Thread Jaehoon Chung
Hi Shawn, On 03/03/2016 11:36 AM, Shawn Lin wrote: > This patch introduce cap-enhanced-strobe for platforms which > want to enable enhanced strobe function from DT if the mmc host > controller claims to support enhanced strobe. I don't know why need to add the capability and property. > >

[RFC PATCH 1/4] mmc: core: add cap-enhanced-strobe support

2016-03-02 Thread Shawn Lin
This patch introduce cap-enhanced-strobe for platforms which want to enable enhanced strobe function from DT if the mmc host controller claims to support enhanced strobe. Signed-off-by: Shawn Lin --- Documentation/devicetree/bindings/mmc/mmc.txt | 1 +

[RFC PATCH 1/4] mmc: core: add cap-enhanced-strobe support

2016-03-02 Thread Shawn Lin
This patch introduce cap-enhanced-strobe for platforms which want to enable enhanced strobe function from DT if the mmc host controller claims to support enhanced strobe. Signed-off-by: Shawn Lin --- Documentation/devicetree/bindings/mmc/mmc.txt | 1 + drivers/mmc/core/host.c