[PATCH V4 4/4] mmc: pwrseq_simple: Add support for a reset GPIO pin
From: javier@dowhile0.org (Javier Martinez Canillas)
Date: 2015-01-23 17:09:12
Also in:
linux-devicetree, linux-mmc
From: javier@dowhile0.org (Javier Martinez Canillas)
Date: 2015-01-23 17:09:12
Also in:
linux-devicetree, linux-mmc
Hello Ulf, On Fri, Jan 23, 2015 at 6:01 PM, Ulf Hansson [off-list ref] wrote:
quoted
Any reason to not use the devm_gpiod_get_index() managed version instead?This struct device don't have a bound driver to it. Thus this device won't be freed automagically from the ->remove() or failed ->probe() path.
Right, I missed that. Thanks a lot for the clarification. Best regards, Javier