From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Date: Thu, 1 Feb 2018 17:11:34 +0200 Subject: [U-Boot] [U-Boot, v2, 10/15] dm: mmc: sunxi: Add support for driver model In-Reply-To: <89a386eb-1c77-a9d9-39b6-8927a88aef3e@gmx.de> References: <20170704193133.87092-11-sjg@chromium.org> <89a386eb-1c77-a9d9-39b6-8927a88aef3e@gmx.de> Message-ID: <1517497894.5907.3.camel@tuxera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heinrich, On Wed, 2018-01-31 at 18:08 +0100, Heinrich Schuchardt wrote: > On 07/04/2017 09:31 PM, Simon Glass wrote: > > Add a driver-model version of this driver which mostly uses the > > existing > > code. The old code can be removed once all boards are switched > > over. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: > > - Drop debugging printf() now that the card detect is working > > Unfortunately card detect is not working on the BananaPi: Most likely it's the problem of U-Boot interpreting the card detection DT properties differently from Linux. See this thread for details: https://patchwork.ozlabs.org/patch/850377/