Home
last modified time | relevance | path

Searched hist:"722 b150e6f51290f7c8686a5284f8770db27e140" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dgen_atmel_mci.c722b150e6f51290f7c8686a5284f8770db27e140 Wed Jul 26 06:35:42 UTC 2017 Wenyou.Yang@microchip.com <Wenyou.Yang@microchip.com> mmc: gen_atmel_mci: Fix wrong arguments used of bind()

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>
Reviewed-by: Simon Glass <sjg@chromium.org>