[U-Boot] [PATCH] mmc: gen_atmel_mci: Fix wrong arguments used of bind()

Simon Glass sjg at chromium.org
Sun Aug 6 05:15:42 UTC 2017


On 26 July 2017 at 00:35, Wenyou Yang <wenyou.yang at 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 at microchip.com>
> ---
>
>  drivers/mmc/gen_atmel_mci.c | 64 +++++++++++++++++++++++++++++----------------
>  1 file changed, 42 insertions(+), 22 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list