From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefan.wahren@i2se.com (Stefan Wahren) Date: Thu, 2 Jun 2016 18:52:45 +0200 Subject: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it In-Reply-To: <1464817421-8519-33-git-send-email-kraxel@redhat.com> References: <1464817421-8519-1-git-send-email-kraxel@redhat.com> <1464817421-8519-33-git-send-email-kraxel@redhat.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 there are already two MMC drivers (sdhci-bcm2835.c and sdhci-iproc.c) in the Kernel which are compatible to BCM2835. Why should we add two new ones? Stefan