aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/reset.h
Commit message (Collapse)AuthorAge
* ENGR00269945: reset: add dummy device_reset() for !CONFIG_RESET_CONTROLLER buildShawn Guo2014-04-16
| | | | | | | | Add dummy device_reset() function for !CONFIG_RESET_CONTROLLER build, so that we do not have to add #ifdef CONFIG_RESET_CONTROLLER in every single client device drivers that call the function. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* reset: Add reset controller APIPhilipp Zabel2013-04-12
This adds a simple API for devices to request being reset by separate reset controller hardware and implements the reset signal device tree binding. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Pavel Machek <pavel@ucw.cz>