Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-08-22 Thread Maxime Ripard
Hi Siarhei, On Fri, Jul 28, 2017 at 11:15:44PM +0300, Siarhei Siamashka wrote: > On Fri, 28 Jul 2017 18:08:31 +0200 > Maxime Ripard wrote: > > > On Thu, Jul 27, 2017 at 10:19:44PM -0600, Simon Glass wrote: > > > Hi Maxime, > > > > > > On 17 July 2017 at 03:26, Maxime Ripard > > > wrote: > >

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-31 Thread Simon Glass
Hi Suneel, On 28 July 2017 at 15:34, Suneel Garapati wrote: > Hi Simon, > > > On Fri, Jul 28, 2017 at 11:44 AM, Simon Glass wrote: >> Hi Suneel, >> >> On 27 July 2017 at 23:03, Suneel Garapati wrote: >>> Hi Simon, >>> >>> I have similar requirement of Cavium boards using two card slots on >>> o

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-28 Thread Suneel Garapati
Hi Simon, On Fri, Jul 28, 2017 at 11:44 AM, Simon Glass wrote: > Hi Suneel, > > On 27 July 2017 at 23:03, Suneel Garapati wrote: >> Hi Simon, >> >> I have similar requirement of Cavium boards using two card slots on >> one host and currently trying to figure out to support it using >> DM_MMC. >

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-28 Thread Siarhei Siamashka
On Fri, 28 Jul 2017 18:08:31 +0200 Maxime Ripard wrote: > On Thu, Jul 27, 2017 at 10:19:44PM -0600, Simon Glass wrote: > > Hi Maxime, > > > > On 17 July 2017 at 03:26, Maxime Ripard > > wrote: > > > Hi Simon, > > > > > > On Fri, Jul 14, 2017 at 07:47:45AM -0600, Simon Glass wrote: > > >> On

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-28 Thread Simon Glass
Hi Suneel, On 27 July 2017 at 23:03, Suneel Garapati wrote: > Hi Simon, > > I have similar requirement of Cavium boards using two card slots on > one host and currently trying to figure out to support it using > DM_MMC. > Would like to know if you have quick thoughts or seen similar use case > wi

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-28 Thread Maxime Ripard
On Thu, Jul 27, 2017 at 10:19:44PM -0600, Simon Glass wrote: > Hi Maxime, > > On 17 July 2017 at 03:26, Maxime Ripard > wrote: > > Hi Simon, > > > > On Fri, Jul 14, 2017 at 07:47:45AM -0600, Simon Glass wrote: > >> On 5 July 2017 at 14:14, Maxime Ripard > >> wrote: > >> > On Wed, Jul 05, 2017 a

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-27 Thread Suneel Garapati
Hi Simon, I have similar requirement of Cavium boards using two card slots on one host and currently trying to figure out to support it using DM_MMC. Would like to know if you have quick thoughts or seen similar use case with some other boards too? Please correct me if I miss something obvious.

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-27 Thread Simon Glass
Hi Maxime, On 17 July 2017 at 03:26, Maxime Ripard wrote: > Hi Simon, > > On Fri, Jul 14, 2017 at 07:47:45AM -0600, Simon Glass wrote: >> On 5 July 2017 at 14:14, Maxime Ripard >> wrote: >> > On Wed, Jul 05, 2017 at 04:57:40PM +0200, Maxime Ripard wrote: >> >> On Tue, Jul 04, 2017 at 01:33:25PM

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-17 Thread Maxime Ripard
Hi Simon, On Fri, Jul 14, 2017 at 07:47:45AM -0600, Simon Glass wrote: > On 5 July 2017 at 14:14, Maxime Ripard > wrote: > > On Wed, Jul 05, 2017 at 04:57:40PM +0200, Maxime Ripard wrote: > >> On Tue, Jul 04, 2017 at 01:33:25PM -0600, Simon Glass wrote: > >> > Hi Maxime, > >> > > >> > On 21 June

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-14 Thread Simon Glass
Hi Maxime, On 5 July 2017 at 14:14, Maxime Ripard wrote: > On Wed, Jul 05, 2017 at 04:57:40PM +0200, Maxime Ripard wrote: >> On Tue, Jul 04, 2017 at 01:33:25PM -0600, Simon Glass wrote: >> > Hi Maxime, >> > >> > On 21 June 2017 at 01:31, Maxime Ripard >> > wrote: >> > > Hi Simon, >> > > >> > > O

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-05 Thread Maxime Ripard
On Wed, Jul 05, 2017 at 04:57:40PM +0200, Maxime Ripard wrote: > On Tue, Jul 04, 2017 at 01:33:25PM -0600, Simon Glass wrote: > > Hi Maxime, > > > > On 21 June 2017 at 01:31, Maxime Ripard > > wrote: > > > Hi Simon, > > > > > > On Mon, Jun 19, 2017 at 11:11:27AM -0600, Simon Glass wrote: > > >> A

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-05 Thread Maxime Ripard
On Tue, Jul 04, 2017 at 01:33:25PM -0600, Simon Glass wrote: > Hi Maxime, > > On 21 June 2017 at 01:31, Maxime Ripard > wrote: > > Hi Simon, > > > > On Mon, Jun 19, 2017 at 11:11:27AM -0600, Simon Glass wrote: > >> Add a driver-model version of this driver which mostly uses the existing > >> code

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-07-04 Thread Simon Glass
Hi Maxime, On 21 June 2017 at 01:31, Maxime Ripard wrote: > Hi Simon, > > On Mon, Jun 19, 2017 at 11:11:27AM -0600, 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-o

Re: [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-06-21 Thread Maxime Ripard
Hi Simon, On Mon, Jun 19, 2017 at 11:11:27AM -0600, 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 I'm not sure if you tested that, but we have so

[U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

2017-06-19 Thread Simon Glass
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 --- drivers/mmc/sunxi_mmc.c | 134 1 file changed, 134 insertions(+) diff --