Commits
Axel Haslam committed 86770a9c190
ARM: davinci: hawk: use gpio descriptor for mmc pins commit c69f43fb4f26ddb45c285dfdfc7d7e9c5993d11c upstream. Currently the mmc driver is polling the gpio to know if the card was removed. By using a gpio descriptor instead of the platform callbacks, the driver will be able to register the gpio using the mmc core APIs designed for this purpose. This has the advantage that an irq will be registered, and polling is no longer needed. Also, a dependency on platform callbacks is removed for this board. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>