On Mon, Feb 15, 2016 at 2:17 PM, Laxman Dewangan <ldewangan@xxxxxxxxxx> wrote: > Add device managed APIs devm_gpiochip_add_data() and > devm_gpiochip_remove() for the APIs gpiochip_add_data() > and gpiochip_remove(). > > This helps in reducing code in error path and sometimes > removal of .remove callback for driver unbind. > > Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx> I like the looks of this. One comment: you must also patch Documentation/driver-model/devres.txt Will you also follow up with a massive patch set making use of this new API? I feel bad about merging an API if it's not used. Thanks for only supporting this for the new _data() function. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html