index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
sysreset
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop log.h from common header
Simon Glass
2020-05-18
5
-0
/
+5
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
2
-2
/
+4
*
sysreset: add reset controller based reboot driver
Weijie Gao
2020-04-27
3
-0
/
+55
*
x86: Move acpi_s3.h to include/acpi/
Simon Glass
2020-04-16
1
-1
/
+1
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
2
-0
/
+2
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
1
-0
/
+1
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
1
-0
/
+1
*
arm: socfpga: Convert reset manager from struct to defines
Ley Foon Tan
2020-01-07
1
-3
/
+3
*
sysreset_mpc83xx: fix mcp83xx -> mpc83xx typo
Rasmus Villemoes
2019-12-13
2
-2
/
+2
*
x86: Move acpi_s3.h to a common location
Simon Glass
2019-10-08
1
-1
/
+1
*
x86: sysreset: Allow reset driver to be included in SPL/TPL
Simon Glass
2019-10-08
2
-1
/
+13
*
sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass
Urja Rannikko
2019-08-19
2
-0
/
+28
*
sysreset: switch to using SYSRESET_POWER_OFF for poweroff
Urja Rannikko
2019-08-19
2
-3
/
+3
*
spl: kconfig: separate sysreset and firmware drivers from misc
Simon Goldschmidt
2019-07-21
1
-0
/
+1
*
sysreset: socfpga: stratix10: add sysreset driver
Simon Goldschmidt
2019-07-21
3
-0
/
+37
*
sysreset: socfpga: gen5: add sysreset driver
Simon Goldschmidt
2019-07-21
3
-0
/
+64
*
Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2019-07-14
1
-2
/
+4
|
\
|
*
sysreset: syscon: add support for power off
Patrick Delaunay
2019-07-12
1
-2
/
+4
*
|
sandbox: Exit when SYSRESET_POWER_OFF is requested
Simon Glass
2019-07-10
1
-0
/
+1
|
/
*
sysreset: select DM_GPIO instead of GPIO
Chris Packham
2019-05-10
1
-1
/
+1
*
Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchip
Tom Rini
2019-05-09
2
-1
/
+19
|
\
|
*
sysreset: enable driver support in SPL/TPL
Kever Yang
2019-05-08
2
-1
/
+19
*
|
x86: sysreset: Implement the get_last() method
Simon Glass
2019-05-08
1
-0
/
+6
*
|
x86: sysreset: Implement power-off if available
Simon Glass
2019-05-08
1
-1
/
+78
*
|
x86: sysreset: Separate out the EFI code
Simon Glass
2019-05-08
1
-5
/
+11
|
/
*
rockchip: use 'arch-rockchip' as header file path
Kever Yang
2019-05-01
1
-3
/
+3
*
sysreset: syscon: remove POWER reset cause
Patrick Delaunay
2019-04-26
1
-0
/
+3
*
sysreset: use syscon_regmap_lookup_by_phandle
Patrick Delaunay
2019-04-11
1
-13
/
+2
*
x86: Add efi runtime reset
Alexander Graf
2019-03-11
1
-1
/
+22
*
sandbox: sysreset: Update to support power-on reset
Simon Glass
2018-12-05
1
-1
/
+7
*
sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
1
-1
/
+0
*
sysreset: Add a way to find the last reset
Simon Glass
2018-10-09
2
-0
/
+45
*
sysreset: Tidy up a few comments and logging
Simon Glass
2018-10-09
1
-1
/
+3
*
mpc83xx: Add sysreset driver
Mario Six
2018-09-18
4
-4
/
+325
*
test: Add tests for sysreset_get_status
Mario Six
2018-09-18
1
-0
/
+16
*
sysreset: Add get_status method
Mario Six
2018-09-18
1
-0
/
+10
*
sysreset: Add TI System Control Interface (TI SCI) sysreset driver
Andreas Dannenberg
2018-09-11
3
-0
/
+81
*
Merge git://git.denx.de/u-boot-x86
Tom Rini
2018-07-20
4
-0
/
+58
|
\
|
*
dm: sysreset: Add a standard message when doing reset
Bin Meng
2018-07-20
1
-0
/
+2
|
*
dm: sysreset: x86: Add a sysreset driver
Bin Meng
2018-07-20
3
-0
/
+56
*
|
sysreset: syscon: update regmap access to syscon
Patrick Delaunay
2018-07-20
1
-7
/
+9
|
/
*
sysreset: Add support for Microblaze soft reset jump
Michal Simek
2018-07-19
3
-0
/
+37
*
sysreset: Add support for gpio-restart
Michal Simek
2018-07-19
3
-0
/
+68
*
sysreset: dm: Support manual relocation for sysreset
Michal Simek
2018-07-19
1
-0
/
+16
*
regmap: clean up regmap allocation
Masahiro Yamada
2018-05-07
1
-1
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
10
-21
/
+10
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
[next]