Re: [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

2015-10-24 Thread Marek Vasut
On Saturday, October 24, 2015 at 10:35:45 AM, Andreas Bießmann wrote: > Hi Marek, Hi! > On 24.10.15 01:29, Marek Vasut wrote: > > On Saturday, October 24, 2015 at 12:59:14 AM, Andreas Bießmann wrote: > >> On 23.10.15 20:46, Marek Vasut wrote: > >>> Instead of passing just the register area as a p

Re: [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

2015-10-24 Thread Andreas Bießmann
Hi Marek, On 24.10.15 01:29, Marek Vasut wrote: > On Saturday, October 24, 2015 at 12:59:14 AM, Andreas Bießmann wrote: >> On 23.10.15 20:46, Marek Vasut wrote: >>> Instead of passing just the register area as a private data, introduce >>> a proper struct atmel_mci_priv structure instead. This wil

Re: [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

2015-10-23 Thread Marek Vasut
On Saturday, October 24, 2015 at 12:59:14 AM, Andreas Bießmann wrote: > On 23.10.15 20:46, Marek Vasut wrote: > > Instead of passing just the register area as a private data, introduce > > a proper struct atmel_mci_priv structure instead. This will become useful > > in the subsequent patch, where w

Re: [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

2015-10-23 Thread Andreas Bießmann
On 23.10.15 20:46, Marek Vasut wrote: > Instead of passing just the register area as a private data, introduce > a proper struct atmel_mci_priv structure instead. This will become useful > in the subsequent patch, where we eliminate the global variable from this > driver. > > Signed-off-by: Marek

[U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

2015-10-23 Thread Marek Vasut
Instead of passing just the register area as a private data, introduce a proper struct atmel_mci_priv structure instead. This will become useful in the subsequent patch, where we eliminate the global variable from this driver. Signed-off-by: Marek Vasut --- drivers/mmc/gen_atmel_mci.c | 34 +