Re: [U-Boot] U-boot Driver Model - MMC - missing uclass implementation?

2016-09-23 Thread Simon Glass
Hi Philipp, On 23 September 2016 at 11:33, Philipp Rossak wrote: > > Hi Simon, > > I missed the CONFIG_GENERIC_MMC option. > Thank you very much !! Thanks for your follow-up. Good to hear that fixed it. > > Regards, > Philipp Regards, Simon [...] ___

Re: [U-Boot] U-boot Driver Model - MMC - missing uclass implementation?

2016-09-23 Thread Philipp Rossak
Hi Simon, I missed the CONFIG_GENERIC_MMC option. Thank you very much !! Regards, Philipp 2016-09-23 17:37 GMT+02:00 Simon Glass : > Hi Phllipp, > > On 23 September 2016 at 09:30, Philipp Rossak wrote: > > Hi, > > > > I would like to develop an mmc driver for the STM32 boards with the new > >

Re: [U-Boot] U-boot Driver Model - MMC - missing uclass implementation?

2016-09-23 Thread Simon Glass
Hi Phllipp, On 23 September 2016 at 09:30, Philipp Rossak wrote: > Hi, > > I would like to develop an mmc driver for the STM32 boards with the new > driver model. > > I already built up the basic structure and I discovered some strange > behaviour compared to net or serial drivers: > > When I pla

Re: [U-Boot] u-boot driver model

2015-10-21 Thread Simon Glass
+U-Boot Hi Marco, On 20 October 2015 at 06:56, Hoefle Marco wrote: > > Hello Simon, > I read your presentation regarding driver model for u-boot. We want to port > our old u-boot for Microblaze to an up to date one. > I am struggling with the device tree -> driver model mapping. > > The problem