Re: [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-03-01 Thread Stefan Wahren
> Eric Anholt hat am 1. März 2017 um 20:31 geschrieben: > > > Stefan Wahren writes: > > >> Eric Anholt hat am 1. März 2017 um 19:00 geschrieben: > >> > >> > >> Gerd Hoffmann writes: > >> > >> > From: Eric Anholt > >> > > >> > The 2835 has two SD controllers: The Arasan sdhci controller

Re: [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-03-01 Thread Stefan Wahren
> Eric Anholt hat am 1. März 2017 um 19:00 geschrieben: > > > Gerd Hoffmann writes: > > > From: Eric Anholt > > > > The 2835 has two SD controllers: The Arasan sdhci controller (supported > > by the iproc driver) and a custom sdhost controller. This patch adds a > > driver for the latter. >

Re: [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-03-01 Thread Eric Anholt
Stefan Wahren writes: >> Eric Anholt hat am 1. März 2017 um 19:00 geschrieben: >> >> >> Gerd Hoffmann writes: >> >> > From: Eric Anholt >> > >> > The 2835 has two SD controllers: The Arasan sdhci controller (supported >> > by the iproc driver) and a custom sdhost controller. This patch add

Re: [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-03-01 Thread Eric Anholt
Gerd Hoffmann writes: > From: Eric Anholt > > The 2835 has two SD controllers: The Arasan sdhci controller (supported > by the iproc driver) and a custom sdhost controller. This patch adds a > driver for the latter. > > The sdhci controller supports both sdcard and sdio. The sdhost > controlle

[PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-02-21 Thread Gerd Hoffmann
From: Eric Anholt The 2835 has two SD controllers: The Arasan sdhci controller (supported by the iproc driver) and a custom sdhost controller. This patch adds a driver for the latter. The sdhci controller supports both sdcard and sdio. The sdhost controller supports the sdcard only, but has be