Hi Dirk,
You are absolutely right.
I will revise my patch series to reflect the change.
Basically, I will call the generic mmc_of_parse from the probe function of Freescale's driver.
That will handle all the additional capabilities.
Thanks
Oded
On 06/10/2013 09:29 AM, Dirk Behme wrote:On 02.06.2013 08:38, Oded Gabbay wrote:This patch adds support of recognizing hard-wired (permanent) cards
to Freescale's SDHC host driver. This is done by adding the option
"fsl,card-wired" to the SDHC device-tree entry. Detection of this
option is done in the probe function. Update documentation in file
fsl-esdhc.txt
Why don't you want to introduce "fsl,card-wired"? Why don't you use "non-removable"?
To my understanding the patch
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7f217794ffa72f208a250b79ab0b7ea3de19677f
explicitly removed "fsl,card-wired". So I don't think re-introducing it is a good idea?
Best regards
Dirk