Re: [PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Marek Vasut
Dear Alexandre Pereira da Silva, > On Sat, Apr 6, 2013 at 10:58 AM, Marc Kleine-Budde > wrote: > > According to the documentation broken card detect is something different > > > > than non-removable: > > > - broken-cd: There is no card detection available; polling must be > > > used. -

Re: [PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Alexandre Pereira da Silva
On Sat, Apr 6, 2013 at 10:58 AM, Marc Kleine-Budde wrote: > According to the documentation broken card detect is something different > than non-removable: > > > - broken-cd: There is no card detection available; polling must be used. > > - non-removable: non-removable slot (like eMMC); assume

Re: [PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Marc Kleine-Budde
On 04/06/2013 03:43 PM, Alexandre Pereira da Silva wrote: > In case of broken card detect support, assume the card is non-removable According to the documentation broken card detect is something different than non-removable: > - broken-cd: There is no card detection available; polling must be

[PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Alexandre Pereira da Silva
In case of broken card detect support, assume the card is non-removable Signed-off-by: Alexandre Pereira da Silva --- This patch depends on Marc Kleine-Budde series adding support for non-removable. drivers/mmc/host/mxs-mmc.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Alexandre Pereira da Silva
In case of broken card detect support, assume the card is non-removable Signed-off-by: Alexandre Pereira da Silva aletes@gmail.com --- This patch depends on Marc Kleine-Budde series adding support for non-removable. drivers/mmc/host/mxs-mmc.c |3 ++- 1 file changed, 2 insertions(+), 1

Re: [PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Marc Kleine-Budde
On 04/06/2013 03:43 PM, Alexandre Pereira da Silva wrote: In case of broken card detect support, assume the card is non-removable According to the documentation broken card detect is something different than non-removable: - broken-cd: There is no card detection available; polling must be

Re: [PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Alexandre Pereira da Silva
On Sat, Apr 6, 2013 at 10:58 AM, Marc Kleine-Budde m...@pengutronix.de wrote: According to the documentation broken card detect is something different than non-removable: - broken-cd: There is no card detection available; polling must be used. - non-removable: non-removable slot (like

Re: [PATCH] mmc: mxs-mmc: Add broken-cd devicetree property

2013-04-06 Thread Marek Vasut
Dear Alexandre Pereira da Silva, On Sat, Apr 6, 2013 at 10:58 AM, Marc Kleine-Budde m...@pengutronix.de wrote: According to the documentation broken card detect is something different than non-removable: - broken-cd: There is no card detection available; polling must be used.