index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
/
reset
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-25
power/reset: remove zte zx driver
Arnd Bergmann
3
-94
/
+0
2021-01-16
power: reset: at91-sama5d2_shdwc: add support for sama7g5
Claudiu Beznea
1
-18
/
+54
2021-01-16
power: reset: at91-sama5d2_shdwc: fix wkupdbc mask
Claudiu Beznea
1
-1
/
+1
2021-01-13
power: reset: Add poweroff driver for ATC260x PMICs
Cristian Ciocaltea
3
-1
/
+270
2020-12-29
power: reset: linkstation-poweroff: add missing put_device()
Daniel González Cabanelas
1
-0
/
+1
2020-12-13
power: reset: new driver regulator-poweroff
Michael Klein
3
-0
/
+90
2020-11-30
power: reset: Use printk format symbol resolver
Helge Deller
2
-12
/
+4
2020-11-29
power: reset: ocelot: Add support 2 other MIPS based SoCs
Gregory CLEMENT
1
-3
/
+27
2020-10-15
power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5
Geert Uytterhoeven
1
-0
/
+1
2020-10-08
power: reset: ocelot: Add support for Sparx5
Lars Povlsen
2
-14
/
+44
2020-07-28
power: reset: add driver for LinkStation power off
Daniel González Cabanelas
3
-0
/
+148
2020-07-26
power: reset: keystone-reset: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-06-10
Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
7
-6
/
+250
2020-06-06
power: reset: gpio-poweroff: add missing '\n' in dev_err()
Luca Ceresoli
1
-1
/
+1
2020-06-04
Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-7
/
+3
2020-05-28
power: reset: vexpress: fix build issue
Anders Roxell
1
-1
/
+1
2020-05-28
power: vexpress: cleanup: use builtin_platform_driver
Anders Roxell
1
-6
/
+1
2020-05-28
power: vexpress: add suppress_bind_attrs to true
Anders Roxell
1
-0
/
+1
2020-05-28
power: reset: syscon-reboot: Add parental syscon support
Serge Semin
1
-2
/
+5
2020-05-21
rtc: mt6397: Add support for the MediaTek MT6358 RTC
Ran Bi
1
-1
/
+1
2020-05-10
power: reset: ltc2952: remove unused variable
Hongbo Yao
1
-2
/
+1
2020-04-30
power: reset: introduce oxnas-restart
Daniel Golle
3
-0
/
+241
2020-04-28
power: reset: qcom-pon: reg write mask depends on pon generation
Kejia Hu
1
-1
/
+2
2020-04-05
Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
3
-101
/
+112
2020-03-11
power: reset: sc27xx: Allow the SC27XX poweroff driver building into a module
Baolin Wang
2
-2
/
+7
2020-03-11
power: reset: sc27xx: Change to use cpu_down()
Baolin Wang
1
-3
/
+6
2020-03-11
power: reset: sc27xx: Power off the external subsystems' connection
Sherry Zong
1
-0
/
+5
2020-03-08
power: reset: at91-reset: handle nrst async for sam9x60
Claudiu.Beznea@microchip.com
1
-0
/
+8
2020-03-08
power: reset: at91-reset: get rid of at91_reset_data
Claudiu.Beznea@microchip.com
1
-28
/
+9
2020-03-08
power: reset: at91-reset: keep only one reset function
Claudiu.Beznea@microchip.com
1
-49
/
+3
2020-03-08
power: reset: at91-reset: make at91sam9g45_restart() generic
Claudiu.Beznea@microchip.com
1
-15
/
+6
2020-03-08
power: reset: at91-reset: introduce ramc_lpr to struct at91_reset
Claudiu.Beznea@microchip.com
1
-8
/
+18
2020-03-08
power: reset: at91-reset: use r4 as tmp argument
Claudiu.Beznea@microchip.com
1
-3
/
+3
2020-03-08
power: reset: at91-reset: introduce args member in at91_reset_data
Claudiu.Beznea@microchip.com
1
-16
/
+11
2020-03-08
power: reset: at91-reset: introduce struct at91_reset_data
Claudiu.Beznea@microchip.com
1
-6
/
+44
2020-03-08
power: reset: at91-reset: devm_kzalloc() for at91_reset data structure
Claudiu.Beznea@microchip.com
1
-2
/
+13
2020-03-08
power: reset: at91-reset: pass rstc base address to at91_reset_status()
Claudiu.Beznea@microchip.com
1
-3
/
+4
2020-03-08
power: reset: at91-reset: convert reset in pointer to struct at91_reset
Claudiu.Beznea@microchip.com
1
-23
/
+27
2020-03-08
power: reset: at91-reset: add notifier block to struct at91_reset
Claudiu.Beznea@microchip.com
1
-7
/
+5
2020-03-08
power: reset: at91-reset: add sclk to struct at91_reset
Claudiu.Beznea@microchip.com
1
-8
/
+7
2020-03-08
power: reset: at91-reset: add ramc_base[] to struct at91_reset
Claudiu.Beznea@microchip.com
1
-6
/
+6
2020-03-08
power: reset: at91-reset: introduce struct at91_reset
Claudiu.Beznea@microchip.com
1
-9
/
+17
2020-02-08
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-2
/
+2
2020-01-14
power: reset: at91-poweroff: use proper master clock register offset
Claudiu Beznea
1
-3
/
+15
2020-01-14
power: reset: at91-poweroff: introduce struct shdwc_reg_config
Claudiu Beznea
1
-22
/
+32
2019-12-19
power: reset: Fix Kconfig indentation
Krzysztof Kozlowski
1
-8
/
+8
2019-12-18
power: reset: gpio-restart: don't error on deferral
Chris Packham
1
-3
/
+5
2019-12-10
drivers: soc: atmel: select POWER_RESET_AT91_SAMA5D2_SHDWC for sam9x60
Claudiu Beznea
1
-1
/
+1
2019-12-10
power: reset: Kconfig: select POWER_RESET_AT91_RESET for sam9x60
Claudiu Beznea
1
-1
/
+1
2019-12-01
Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
3
-0
/
+108
[next]