aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-03reset: sti: constify of_device_id arrayGravatar Fabian Frederick 3-3/+3
2015-08-03ARM: STi: DT: Move reset controller constants into common locationGravatar Philipp Zabel 3-3/+3
2015-05-18reset: berlin: drop arch_initcall initializationGravatar Antoine Tenart 1-70/+1
2015-05-18reset: berlin: convert to a platform driverGravatar Antoine Tenart 1-1/+52
2015-01-16reset: sunxi: fix spinlock initializationGravatar Tyler Baker 1-0/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-4/+0
2014-12-04Merge tag 'reset-for-3.19-2' of git://git.pengutronix.de/git/pza/linux into n...Gravatar Arnd Bergmann 5-0/+193
2014-11-04reset: add socfpga_reset_statusGravatar Dinh Nguyen 1-0/+15
2014-11-03Merge tag 'sti-reset-for-v3.19-1' of git://git.stlinux.com/devel/kernel/linux...Gravatar Philipp Zabel 3-0/+163
2014-10-31reset: stih407: Add softreset, powerdown and picophy controllersGravatar Peter Griffin 3-0/+163
2014-10-20reset: add the Berlin reset controller driverGravatar Antoine Ténart 2-0/+132
2014-10-20reset: sti: drop owner assignment from platform_driversGravatar Wolfram Sang 2-2/+0
2014-10-20reset: drop owner assignment from platform_driversGravatar Wolfram Sang 2-2/+0
2014-10-20reset: add reset_control_status helper functionGravatar Dinh Nguyen 1-0/+15
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-3/+165
2014-05-21Merge branch 'sunxi/drivers-for-3.16' of https://github.com/mripard/linux int...Gravatar Olof Johansson 1-3/+18
2014-05-21driver: reset: sti: add keyscan for stih416Gravatar Gabriel FERNANDEZ 1-0/+1
2014-05-21driver: reset: sti: add keyscan for stih415Gravatar Gabriel FERNANDEZ 1-0/+1
2014-05-15reset: sunxi: allow MFD subdevices probeGravatar Boris BREZILLON 1-3/+18
2014-04-25reset: add driver for socfpgaGravatar Steffen Trumtrar 2-0/+147
2014-03-27Merge branch 'reset/for_v3.15' of git://git.pengutronix.de/git/pza/linux into...Gravatar Arnd Bergmann 1-39/+32
2014-03-11drivers: reset: stih416: add softreset controllerGravatar Srinivas Kandagatla 1-0/+64
2014-03-11drivers: reset: stih415: add softreset controllerGravatar Srinivas Kandagatla 1-0/+35
2014-03-11drivers: reset: Reset controller driver for STiH416Gravatar Stephen Gallimore 3-1/+84
2014-03-11drivers: reset: Reset controller driver for STiH415Gravatar Stephen Gallimore 3-0/+84
2014-03-11drivers: reset: STi SoC system configuration reset controller supportGravatar Stephen Gallimore 6-0/+266
2014-02-03reset: Add of_reset_control_getGravatar Maxime Ripard 1-9/+30
2014-02-03reset: Mark function as static and remove unused function in core.cGravatar Rashika Kheria 1-29/+1
2014-02-03reset: allow drivers to request probe deferralGravatar Philipp Zabel 1-1/+1
2013-11-22reset: Add Allwinner SoCs Reset Controller DriverGravatar Maxime Ripard 2-0/+176
2013-04-12reset: NULL deref on allocation failureGravatar Dan Carpenter 1-1/+1
2013-04-12reset: Add reset controller APIGravatar Philipp Zabel 3-0/+311