Re: [PATCH] mmc: sdhci: add quirk for broken write protect detection

2014-11-27 Thread Raul
Eli Billauer gmail.com> writes: > > The write protection signal is absent on a board based upon Xilinx' Zynq > processor ("ZyBo"). This leads the kernel to think that the MicroSD card is > write protected, and causes a kernel panic during boot, as root fails to > mount RW. > > This patch adds a

Re: [PATCH] mmc: sdhci: add quirk for broken write protect detection

2014-02-23 Thread Eli Billauer
Hello Chris. On 24/02/14 02:12, Chris Ball wrote: Hi Eli, On Sun, Feb 23 2014, Eli Billauer wrote: The write protection signal is absent on a board based upon Xilinx' Zynq processor ("ZyBo"). This leads the kernel to think that the MicroSD card is write protected, and causes a kernel panic

Re: [PATCH] mmc: sdhci: add quirk for broken write protect detection

2014-02-23 Thread Chris Ball
Hi Eli, On Sun, Feb 23 2014, Eli Billauer wrote: > The write protection signal is absent on a board based upon Xilinx' Zynq > processor ("ZyBo"). This leads the kernel to think that the MicroSD card is > write protected, and causes a kernel panic during boot, as root fails to > mount RW. > > This

[PATCH] mmc: sdhci: add quirk for broken write protect detection

2014-02-23 Thread Eli Billauer
The write protection signal is absent on a board based upon Xilinx' Zynq processor ("ZyBo"). This leads the kernel to think that the MicroSD card is write protected, and causes a kernel panic during boot, as root fails to mount RW. This patch adds a quirk and an optional OF property, sdhci,wp-brok