summaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-lpc18xx.c
Commit message (Collapse)AuthorAgeFilesLines
* reset: lpc18xx: Make reset_control_ops constPhilipp Zabel2016-02-081-1/+1
| | | | | | | The lpc18xx_rgu_ops structure is never modified. Make it const. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Joachim Eastwood <manabian@gmail.com>
* reset: add driver for lpc18xx rguJoachim Eastwood2015-08-031-0/+258
Add reset driver for the Reset Generation Unit (RGU) found on NXP LPC18xx and LPC43xx devies. This reset controller features up to 64 reset lines connected to different blocks and peripheral in the SoC. Most reset lines on the controller are self clearing except for those dealing with the Cortex-M0 cores on LPC43xx devices. This driver also registers a restart handler that can be used to reset the entire device. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
OpenPOWER on IntegriCloud