Re: [PATCH] mmc: pxamci: fix read-only gpio detection polarity

2015-11-06 Thread Ulf Hansson
On 5 November 2015 at 20:46, Robert Jarzmik wrote: > The commit converting pxamci to slot-gpio API inverted the logic of the > read-only gpio. Fix it by inverting the logic again. > > Fixes: fd546ee6a7dc ("mmc: pxamci: fix card detect with slot-gpio API") > Signed-off-by: Robert Jarzmik > Cc:

Re: [PATCH] mmc: pxamci: fix read-only gpio detection polarity

2015-11-06 Thread Ulf Hansson
On 5 November 2015 at 20:46, Robert Jarzmik wrote: > The commit converting pxamci to slot-gpio API inverted the logic of the > read-only gpio. Fix it by inverting the logic again. > > Fixes: fd546ee6a7dc ("mmc: pxamci: fix card detect with slot-gpio API") > Signed-off-by:

[PATCH] mmc: pxamci: fix read-only gpio detection polarity

2015-11-05 Thread Robert Jarzmik
The commit converting pxamci to slot-gpio API inverted the logic of the read-only gpio. Fix it by inverting the logic again. Fixes: fd546ee6a7dc ("mmc: pxamci: fix card detect with slot-gpio API") Signed-off-by: Robert Jarzmik Cc: sta...@vger.kernel.org --- drivers/mmc/host/pxamci.c | 2 +- 1

[PATCH] mmc: pxamci: fix read-only gpio detection polarity

2015-11-05 Thread Robert Jarzmik
The commit converting pxamci to slot-gpio API inverted the logic of the read-only gpio. Fix it by inverting the logic again. Fixes: fd546ee6a7dc ("mmc: pxamci: fix card detect with slot-gpio API") Signed-off-by: Robert Jarzmik Cc: sta...@vger.kernel.org ---