From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Wahren Subject: Re: [PATCH 32/32] mmc: bcm2835: Import bcm2835-mmc and switch to it Date: Thu, 2 Jun 2016 18:52:45 +0200 Message-ID: References: <1464817421-8519-1-git-send-email-kraxel@redhat.com> <1464817421-8519-33-git-send-email-kraxel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1464817421-8519-33-git-send-email-kraxel@redhat.com> Sender: linux-mmc-owner@vger.kernel.org To: Gerd Hoffmann Cc: linux-rpi-kernel@lists.infradead.org, Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Ulf Hansson , Lee Jones , Pawel Moll , Ian Campbell , Stephen Warren , "open list:MULTIMEDIA CARD MMC, SECURE DIGITAL SD AND..." , Russell King , open list , Eric Anholt , Rob Herring , Kumar Gala , "moderated list:ARM PORT" List-Id: devicetree@vger.kernel.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