Re: [PATCH] mmc: dw_mmc: remove parsing for each slot subnode

2016-07-25 Thread Jaehoon Chung
On 07/15/2016 10:47 AM, Shawn Lin wrote: > The intention to remove it comes from the conflict of > what the mmc-core does with the way dw_mmc treats disable-wp. > We could see that 'disable-wp' is supported by core but > it's deprecated by dw_mmc as we don't expect it to be existed > for each slot

[PATCH] mmc: dw_mmc: remove parsing for each slot subnode

2016-07-14 Thread Shawn Lin
The intention to remove it comes from the conflict of what the mmc-core does with the way dw_mmc treats disable-wp. We could see that 'disable-wp' is supported by core but it's deprecated by dw_mmc as we don't expect it to be existed for each slot subnode but should be in the parent node. Based on