aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-uniphier-usb3.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-07-16reset: uniphier: add USB3 core reset controlKunihiko Hayashi1-0/+171
Add a reset line to enable USB3 core implemented in UniPhier SoCs. This reuses only the reset operations in reset-simple, because the reset-simple doesn't handle any SoC-dependent clocks and resets. This reset line is included in the USB3 glue layer, and it's necessary to enable clocks and deassert resets of the layer before using this reset line. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>