aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2016-06-29reset: add TI SYSCON based reset driverGravatar Andrew F. Davis 3-0/+248
2016-06-29reset: hisilicon: Add hi6220 media subsystem reset supportGravatar Xinliang Liu 1-2/+47
2016-06-29reset: hisilicon: Change to syscon register accessGravatar Chen Feng 1-40/+45
2016-06-01reset: Add support for the Amlogic Meson SoC Reset ControllerGravatar Neil Armstrong 2-0/+137
2016-05-30reset: oxnas: Use devm register API and get rid of platform removeGravatar Neil Armstrong 1-11/+1
2016-05-30reset: fix Kconfig menu to include reset drivers in sub-menuGravatar Masahiro Yamada 2-1/+4
2016-05-30reset: zynq: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: socfpga: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: sunxi: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: pistachio: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: ath79: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-2/+1
2016-05-30reset: add devm_reset_controller_register APIGravatar Masahiro Yamada 1-0/+37
2016-04-01reset: Add Oxford Semiconductor Reset Controller driverGravatar Neil Armstrong 3-0/+140
2016-03-30reset: lpc18xx: get rid of global variables for restart notifierGravatar Joachim Eastwood 1-12/+10
2016-03-30reset: Add support for shared reset controlsGravatar Hans de Goede 1-11/+48
2016-03-30reset: Share struct reset_control between reset_control_get callsGravatar Hans de Goede 1-21/+63
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersGravatar Hans de Goede 1-67/+17
2016-02-10reset: sti: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-10reset: zynq: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-10reset: socfpga: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-10reset: hi6220: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-10reset: ath79: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-08reset: lpc18xx: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-08reset: sunxi: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-08reset: img: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-08reset: berlin: Make reset_control_ops constGravatar Philipp Zabel 1-1/+1
2016-02-05reset: berlin: drop DT cell size checkGravatar Philipp Zabel 1-3/+0
2016-02-05reset: img: Add Pistachio reset controller driverGravatar Damien Horsley 2-0/+155
2016-01-25reset: hisilicon: check return value of reset_controller_register()Gravatar Masahiro Yamada 1-3/+1
2016-01-25reset: Move DT cell size check to the coreGravatar Maxime Ripard 1-3/+5
2016-01-25reset: remove unnecessary local variable initialization from of_reset_control...Gravatar Philipp Zabel 1-1/+1
2015-12-12reset: hi6220: fix modular buildGravatar Arnd Bergmann 1-0/+1
2015-11-25reset: ath79: Add system restart supportGravatar Alban Bedel 1-1/+29
2015-11-20reset: hi6220: Reset driver for hisilicon hi6220 SoCGravatar Chen Feng 5-0/+116
2015-11-18reset: remove unused device pointer from struct reset_controlGravatar Philipp Zabel 1-8/+1
2015-11-16reset: check return value of reset_controller_register()Gravatar Masahiro Yamada 4-9/+4
2015-11-16reset: remove redundant $(CONFIG_RESET_CONTROLLER) from MakefileGravatar Masahiro Yamada 1-1/+1
2015-11-16reset: use ENOTSUPP instead of ENOSYSGravatar Philipp Zabel 1-4/+4
2015-11-16reset: sunxi: mark the of_device_id array as __initconstGravatar Philipp Zabel 1-1/+1
2015-11-16reset: sti: add a missing blank line after declarationGravatar Philipp Zabel 1-1/+3
2015-11-16reset: sti: Provide ops .status() call-backGravatar Lee Jones 1-0/+23
2015-11-16reset: sti: Add support for resetting co-processorsGravatar Lee Jones 1-0/+5
2015-11-16reset: Fix of_reset_control_get() for consistent return valuesGravatar Alban Bedel 1-1/+4
2015-11-16reset: add of_reset_control_get_by_index()Gravatar Vince Hsu 1-11/+29
2015-09-01reset: ath79: Fix missing spin_lock_initGravatar Axel Lin 1-0/+1
2015-08-16Merge branch 'reset/ath79' into reset/nextGravatar Philipp Zabel 2-0/+129
2015-08-04reset: reset-zynq: Adding support for Xilinx Zynq reset controller.Gravatar Moritz Fischer 2-0/+156
2015-08-04reset: Add a driver for the reset controller on the AR71XX/AR9XXXGravatar Alban Bedel 2-0/+129
2015-08-03reset: socfpga: Update reset-socfpga to read the altr,modrst-offset propertyGravatar Dinh Nguyen 1-6/+13
2015-08-03reset: add driver for lpc18xx rguGravatar Joachim Eastwood 2-0/+259