Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Eric Anholt
Stefan Wahren writes: > Hi Eric, > >> Eric Anholt hat am 2. Juni 2016 um 20:18 geschrieben: >> >> >> Stefan Wahren writes: >> >> > Hi Gerd, >> > >> > Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: >> >> From: Eric Anholt

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Eric Anholt
Stefan Wahren writes: > Hi Eric, > >> Eric Anholt hat am 2. Juni 2016 um 20:18 geschrieben: >> >> >> Stefan Wahren writes: >> >> > Hi Gerd, >> > >> > Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: >> >> From: Eric Anholt >> >> >> >> With this we can get wifi (brcmfmac) to probe. Without it

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Gerd Hoffmann
Hi, > > Despite the fact that this is my commit, I don't think it should be > > merged. We should figure out why sdhci-iproc.c isn't working, instead. > > so it doesn't work with sdhci-bcm2835 on RPi 3, too? With sdhci-bcm2835 rpi3 wifi doesn't work for me. I didn't try sdhci-iproc yet.

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Gerd Hoffmann
Hi, > > Despite the fact that this is my commit, I don't think it should be > > merged. We should figure out why sdhci-iproc.c isn't working, instead. > > so it doesn't work with sdhci-bcm2835 on RPi 3, too? With sdhci-bcm2835 rpi3 wifi doesn't work for me. I didn't try sdhci-iproc yet.

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Stefan Wahren
Hi Eric, > Eric Anholt hat am 2. Juni 2016 um 20:18 geschrieben: > > > Stefan Wahren writes: > > > Hi Gerd, > > > > Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: > >> From: Eric Anholt > >> > >> With this we can get wifi (brcmfmac)

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Stefan Wahren
Hi Eric, > Eric Anholt hat am 2. Juni 2016 um 20:18 geschrieben: > > > Stefan Wahren writes: > > > Hi Gerd, > > > > Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: > >> From: Eric Anholt > >> > >> With this we can get wifi (brcmfmac) to probe. Without it we're stuck > >> with timeouts from

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Eric Anholt
Stefan Wahren writes: > Hi Gerd, > > Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: >> From: Eric Anholt >> >> With this we can get wifi (brcmfmac) to probe. Without it we're stuck >> with timeouts from sdio.c when it tries to set the bus width to 4. > >

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Eric Anholt
Stefan Wahren writes: > Hi Gerd, > > Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: >> From: Eric Anholt >> >> With this we can get wifi (brcmfmac) to probe. Without it we're stuck >> with timeouts from sdio.c when it tries to set the bus width to 4. > > adding a new MMC driver to fix a wifi

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Stefan Wahren
Hi Gerd, Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: > From: Eric Anholt > > With this we can get wifi (brcmfmac) to probe. Without it we're stuck > with timeouts from sdio.c when it tries to set the bus width to 4. adding a new MMC driver to fix a wifi issue is really

Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-02 Thread Stefan Wahren
Hi Gerd, Am 01.06.2016 um 23:43 schrieb Gerd Hoffmann: > From: Eric Anholt > > With this we can get wifi (brcmfmac) to probe. Without it we're stuck > with timeouts from sdio.c when it tries to set the bus width to 4. adding a new MMC driver to fix a wifi issue is really weird. Beside that

[PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-01 Thread Gerd Hoffmann
From: Eric Anholt With this we can get wifi (brcmfmac) to probe. Without it we're stuck with timeouts from sdio.c when it tries to set the bus width to 4. --- arch/arm/boot/dts/bcm283x.dtsi |2 +- drivers/mmc/host/Makefile |1 + drivers/mmc/host/bcm2835-mmc.c |

[PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it

2016-06-01 Thread Gerd Hoffmann
From: Eric Anholt With this we can get wifi (brcmfmac) to probe. Without it we're stuck with timeouts from sdio.c when it tries to set the bus width to 4. --- arch/arm/boot/dts/bcm283x.dtsi |2 +- drivers/mmc/host/Makefile |1 + drivers/mmc/host/bcm2835-mmc.c | 1559