
6 Aug
2017
6 Aug
'17
7:15 a.m.
On 26 July 2017 at 00:35, Wenyou Yang wenyou.yang@microchip.com wrote:
The bind() method is called before the device is probed and so the device has no private data, should use the platform data, and set up a new struct to hold the mmc and cfg members.
Signed-off-by: Wenyou Yang wenyou.yang@microchip.com
drivers/mmc/gen_atmel_mci.c | 64 +++++++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 22 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org