| Commit message (Expand) | Author | Age | Files | Lines |
* | reset: Add Oxford Semiconductor Reset Controller driver | Neil Armstrong | 2016-04-01 | 3 | -0/+140 |
* | reset: lpc18xx: get rid of global variables for restart notifier | Joachim Eastwood | 2016-03-30 | 1 | -12/+10 |
* | reset: Add support for shared reset controls | Hans de Goede | 2016-03-30 | 1 | -11/+48 |
* | reset: Share struct reset_control between reset_control_get calls | Hans de Goede | 2016-03-30 | 1 | -21/+63 |
* | reset: Make [of_]reset_control_get[_foo] functions wrappers | Hans de Goede | 2016-03-30 | 1 | -67/+17 |
* | reset: sti: Make reset_control_ops const | Philipp Zabel | 2016-02-10 | 1 | -1/+1 |
* | reset: zynq: Make reset_control_ops const | Philipp Zabel | 2016-02-10 | 1 | -1/+1 |
* | reset: socfpga: Make reset_control_ops const | Philipp Zabel | 2016-02-10 | 1 | -1/+1 |
* | reset: hi6220: Make reset_control_ops const | Philipp Zabel | 2016-02-10 | 1 | -1/+1 |
* | reset: ath79: Make reset_control_ops const | Philipp Zabel | 2016-02-10 | 1 | -1/+1 |
* | reset: lpc18xx: Make reset_control_ops const | Philipp Zabel | 2016-02-08 | 1 | -1/+1 |
* | reset: sunxi: Make reset_control_ops const | Philipp Zabel | 2016-02-08 | 1 | -1/+1 |
* | reset: img: Make reset_control_ops const | Philipp Zabel | 2016-02-08 | 1 | -1/+1 |
* | reset: berlin: Make reset_control_ops const | Philipp Zabel | 2016-02-08 | 1 | -1/+1 |
* | reset: berlin: drop DT cell size check | Philipp Zabel | 2016-02-05 | 1 | -3/+0 |
* | reset: img: Add Pistachio reset controller driver | Damien Horsley | 2016-02-05 | 2 | -0/+155 |
* | reset: hisilicon: check return value of reset_controller_register() | Masahiro Yamada | 2016-01-25 | 1 | -3/+1 |
* | reset: Move DT cell size check to the core | Maxime Ripard | 2016-01-25 | 1 | -3/+5 |
* | reset: remove unnecessary local variable initialization from of_reset_control... | Philipp Zabel | 2016-01-25 | 1 | -1/+1 |
* | reset: hi6220: fix modular build | Arnd Bergmann | 2015-12-12 | 1 | -0/+1 |
* | reset: ath79: Add system restart support | Alban Bedel | 2015-11-25 | 1 | -1/+29 |
* | reset: hi6220: Reset driver for hisilicon hi6220 SoC | Chen Feng | 2015-11-20 | 5 | -0/+116 |
* | reset: remove unused device pointer from struct reset_control | Philipp Zabel | 2015-11-18 | 1 | -8/+1 |
* | reset: check return value of reset_controller_register() | Masahiro Yamada | 2015-11-16 | 4 | -9/+4 |
* | reset: remove redundant $(CONFIG_RESET_CONTROLLER) from Makefile | Masahiro Yamada | 2015-11-16 | 1 | -1/+1 |
* | reset: use ENOTSUPP instead of ENOSYS | Philipp Zabel | 2015-11-16 | 1 | -4/+4 |
* | reset: sunxi: mark the of_device_id array as __initconst | Philipp Zabel | 2015-11-16 | 1 | -1/+1 |
* | reset: sti: add a missing blank line after declaration | Philipp Zabel | 2015-11-16 | 1 | -1/+3 |
* | reset: sti: Provide ops .status() call-back | Lee Jones | 2015-11-16 | 1 | -0/+23 |
* | reset: sti: Add support for resetting co-processors | Lee Jones | 2015-11-16 | 1 | -0/+5 |
* | reset: Fix of_reset_control_get() for consistent return values | Alban Bedel | 2015-11-16 | 1 | -1/+4 |
* | reset: add of_reset_control_get_by_index() | Vince Hsu | 2015-11-16 | 1 | -11/+29 |
* | reset: ath79: Fix missing spin_lock_init | Axel Lin | 2015-09-01 | 1 | -0/+1 |
* | Merge branch 'reset/ath79' into reset/next | Philipp Zabel | 2015-08-16 | 2 | -0/+129 |
|\ |
|
| * | reset: Add a driver for the reset controller on the AR71XX/AR9XXX | Alban Bedel | 2015-08-04 | 2 | -0/+129 |
* | | reset: reset-zynq: Adding support for Xilinx Zynq reset controller. | Moritz Fischer | 2015-08-04 | 2 | -0/+156 |
* | | reset: socfpga: Update reset-socfpga to read the altr,modrst-offset property | Dinh Nguyen | 2015-08-03 | 1 | -6/+13 |
* | | reset: add driver for lpc18xx rgu | Joachim Eastwood | 2015-08-03 | 2 | -0/+259 |
* | | reset: sti: constify of_device_id array | Fabian Frederick | 2015-08-03 | 3 | -3/+3 |
* | | ARM: STi: DT: Move reset controller constants into common location | Philipp Zabel | 2015-08-03 | 3 | -3/+3 |
|/ |
|
* | reset: berlin: drop arch_initcall initialization | Antoine Tenart | 2015-05-18 | 1 | -70/+1 |
* | reset: berlin: convert to a platform driver | Antoine Tenart | 2015-05-18 | 1 | -1/+52 |
* | reset: sunxi: fix spinlock initialization | Tyler Baker | 2015-01-16 | 1 | -0/+4 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 4 | -4/+0 |
|\ |
|
| * | reset: sti: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 2 | -2/+0 |
| * | reset: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 2 | -2/+0 |
* | | Merge tag 'reset-for-3.19-2' of git://git.pengutronix.de/git/pza/linux into n... | Arnd Bergmann | 2014-12-04 | 5 | -0/+193 |
|\ \ |
|
| * | | reset: add socfpga_reset_status | Dinh Nguyen | 2014-11-04 | 1 | -0/+15 |
| * | | Merge tag 'sti-reset-for-v3.19-1' of git://git.stlinux.com/devel/kernel/linux... | Philipp Zabel | 2014-11-03 | 3 | -0/+163 |
| |\ \ |
|
| | * | | reset: stih407: Add softreset, powerdown and picophy controllers | Peter Griffin | 2014-10-31 | 3 | -0/+163 |
| | |/ |
|