[PATCH] mmc: select GPIOLIB for MMC support

2014-08-18 Thread Linus Walleij
The slot-gpio support has been compiled into the core for some time, and it basically requires GPIOLIB to be present, very few systems are using the archaic GPIO API (just defined function names) and those should be migrated to GPIOLIB anyway. The rewrite to use GPIO descriptors require that we

Re: [PATCH] mmc: select GPIOLIB for MMC support

2014-08-18 Thread Ulf Hansson
On 18 August 2014 17:20, Linus Walleij linus.wall...@linaro.org wrote: The slot-gpio support has been compiled into the core for some time, and it basically requires GPIOLIB to be present, very few systems are using the archaic GPIO API (just defined function names) and those should be