Re: [PATCH 2/2] MMC: davinci: request gpios using gpio descriptors

From: David Lechner
Date: Fri Nov 18 2016 - 17:45:30 EST


On 11/15/2016 10:28 AM, Axel Haslam wrote:
Request card detect and write protect gpios using the provided API
by mmc core.

If a gpio is provided for card detect, we don't need to poll.
So only use polling when a gpio is not provided.

Once all pdata users register the gpios using gpio descriptors,
we could remove the platform callbacks.

Signed-off-by: Axel Haslam <ahaslam@xxxxxxxxxxxx>
---

Tested-by: David Lechner <david@xxxxxxxxxxxxxx>

Working for me on LEGO MINDSTORMS EV3.