summaryrefslogtreecommitdiffstats
path: root/drivers/power/reset
Commit message (Expand)AuthorAgeFilesLines
* power/reset: remove zte zx driverArnd Bergmann2021-01-253-94/+0
* power: reset: at91-sama5d2_shdwc: add support for sama7g5Claudiu Beznea2021-01-161-18/+54
* power: reset: at91-sama5d2_shdwc: fix wkupdbc maskClaudiu Beznea2021-01-161-1/+1
* power: reset: Add poweroff driver for ATC260x PMICsCristian Ciocaltea2021-01-133-1/+270
* power: reset: linkstation-poweroff: add missing put_device()Daniel González Cabanelas2020-12-291-0/+1
* power: reset: new driver regulator-poweroffMichael Klein2020-12-133-0/+90
* power: reset: Use printk format symbol resolverHelge Deller2020-11-302-12/+4
* power: reset: ocelot: Add support 2 other MIPS based SoCsGregory CLEMENT2020-11-291-3/+27
* power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5Geert Uytterhoeven2020-10-151-0/+1
* power: reset: ocelot: Add support for Sparx5Lars Povlsen2020-10-082-14/+44
* power: reset: add driver for LinkStation power offDaniel González Cabanelas2020-07-283-0/+148
* power: reset: keystone-reset: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-261-1/+1
* Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2020-06-107-6/+250
|\
| * power: reset: gpio-poweroff: add missing '\n' in dev_err()Luca Ceresoli2020-06-061-1/+1
| * power: reset: syscon-reboot: Add parental syscon supportSerge Semin2020-05-281-2/+5
| * power: reset: ltc2952: remove unused variableHongbo Yao2020-05-101-2/+1
| * power: reset: introduce oxnas-restartDaniel Golle2020-04-303-0/+241
| * power: reset: qcom-pon: reg write mask depends on pon generationKejia Hu2020-04-281-1/+2
* | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-06-042-7/+3
|\ \
| * | power: reset: vexpress: fix build issueAnders Roxell2020-05-281-1/+1
| * | power: vexpress: cleanup: use builtin_platform_driverAnders Roxell2020-05-281-6/+1
| * | power: vexpress: add suppress_bind_attrs to trueAnders Roxell2020-05-281-0/+1
| |/
* / rtc: mt6397: Add support for the MediaTek MT6358 RTCRan Bi2020-05-211-1/+1
|/
* Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2020-04-053-101/+112
|\
| * power: reset: sc27xx: Allow the SC27XX poweroff driver building into a moduleBaolin Wang2020-03-112-2/+7
| * power: reset: sc27xx: Change to use cpu_down()Baolin Wang2020-03-111-3/+6
| * power: reset: sc27xx: Power off the external subsystems' connectionSherry Zong2020-03-111-0/+5
| * power: reset: at91-reset: handle nrst async for sam9x60Claudiu.Beznea@microchip.com2020-03-081-0/+8
| * power: reset: at91-reset: get rid of at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-28/+9
| * power: reset: at91-reset: keep only one reset functionClaudiu.Beznea@microchip.com2020-03-081-49/+3
| * power: reset: at91-reset: make at91sam9g45_restart() genericClaudiu.Beznea@microchip.com2020-03-081-15/+6
| * power: reset: at91-reset: introduce ramc_lpr to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-8/+18
| * power: reset: at91-reset: use r4 as tmp argumentClaudiu.Beznea@microchip.com2020-03-081-3/+3
| * power: reset: at91-reset: introduce args member in at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-16/+11
| * power: reset: at91-reset: introduce struct at91_reset_dataClaudiu.Beznea@microchip.com2020-03-081-6/+44
| * power: reset: at91-reset: devm_kzalloc() for at91_reset data structureClaudiu.Beznea@microchip.com2020-03-081-2/+13
| * power: reset: at91-reset: pass rstc base address to at91_reset_status()Claudiu.Beznea@microchip.com2020-03-081-3/+4
| * power: reset: at91-reset: convert reset in pointer to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-23/+27
| * power: reset: at91-reset: add notifier block to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-7/+5
| * power: reset: at91-reset: add sclk to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-8/+7
| * power: reset: at91-reset: add ramc_base[] to struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-6/+6
| * power: reset: at91-reset: introduce struct at91_resetClaudiu.Beznea@microchip.com2020-03-081-9/+17
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-02-081-2/+2
|\
| * drivers: soc: atmel: select POWER_RESET_AT91_SAMA5D2_SHDWC for sam9x60Claudiu Beznea2019-12-101-1/+1
| * power: reset: Kconfig: select POWER_RESET_AT91_RESET for sam9x60Claudiu Beznea2019-12-101-1/+1
* | power: reset: at91-poweroff: use proper master clock register offsetClaudiu Beznea2020-01-141-3/+15
* | power: reset: at91-poweroff: introduce struct shdwc_reg_configClaudiu Beznea2020-01-141-22/+32
* | power: reset: Fix Kconfig indentationKrzysztof Kozlowski2019-12-191-8/+8
* | power: reset: gpio-restart: don't error on deferralChris Packham2019-12-181-3/+5
|/
* Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-12-013-0/+108
|\