Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reset: NULL deref on allocation failure | Dan Carpenter | 2013-04-12 | 1 | -1/+1 |
| | | | | | | | "rstc" is NULL here and we should use "rcdev" instead of "rstc->rcdev". Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> | ||||
* | reset: Add reset controller API | Philipp Zabel | 2013-04-12 | 3 | -0/+311 |
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> |