summaryrefslogtreecommitdiffstats
path: root/drivers/reset/hisilicon
Commit message (Collapse)AuthorAgeFilesLines
* reset: hi6220: Make reset_control_ops constPhilipp Zabel2016-02-101-1/+1
| | | | | | The hi6220_reset_ops structure is never modified. Make it const. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
* reset: hisilicon: check return value of reset_controller_register()Masahiro Yamada2016-01-251-3/+1Star
| | | | | | | | | The newly added hisilicon reset driver missed the subsystem-wide fixup by commit d1f15aa09558 ("reset: check return value of reset_controller_register()"). So fix it now. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
* reset: hi6220: fix modular buildArnd Bergmann2015-12-121-0/+1
| | | | | | | | | | We need to include <linux/module.h> to build the driver as a loadable module: drivers/reset/hisilicon/hi6220_reset.c:108:1: warning: data definition has no type or storage class postcore_initcall(hi6220_reset_init); Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* reset: hi6220: Reset driver for hisilicon hi6220 SoCChen Feng2015-11-203-0/+114
Add reset driver for hi6220-hikey board,this driver supply deassert of IP on hi6220 SoC. Signed-off-by: Chen Feng <puck.chen@hisilicon.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>