reset: add devm_reset_controller_register API
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 1 May 2016 10:36:57 +0000 (19:36 +0900)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 30 May 2016 07:37:47 +0000 (09:37 +0200)
commit8d5b5d5ce58ee1b90110f4e358eefe3c3a6b08a2
treed91f638964d516a2a0dd7eee28e1e02f24e069b6
parent1a695a905c18548062509178b98bc91e67510864
reset: add devm_reset_controller_register API

Add a device managed API for reset_controller_register().

This helps in reducing code in .remove callbacks and sometimes
dropping .remove callbacks entirely.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Documentation/driver-model/devres.txt
drivers/reset/core.c
include/linux/reset-controller.h