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
*
arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64
Siew Chin Lim
2021-03-08
1
-1
/
+1
*
dm: sysreset: Add a Kconfig option for the 'reset' command
Bin Meng
2021-03-05
2
-0
/
+8
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
3
-0
/
+3
*
aspeed: Add AST2600 platform support
Chia-Wei, Wang
2021-01-18
1
-0
/
+5
*
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
3
-11
/
+12
|
\
|
*
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
1
-2
/
+2
|
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
1
-1
/
+1
|
*
x86: sysreset: Move priv/plat structs to headers
Simon Glass
2021-01-05
1
-4
/
+1
|
*
sysreset: Use a shorter error with SPL
Simon Glass
2021-01-05
1
-4
/
+8
*
|
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Update email address Patrick Delaunay and Patrice Chotard
Patrice Chotard
2020-12-09
1
-1
/
+1
*
|
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
1
-4
/
+4
*
|
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
|
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
|
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
10
-10
/
+10
|
/
*
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-11-06
1
-0
/
+3
|
\
|
*
sandbox: implement reset
Heinrich Schuchardt
2020-11-05
1
-0
/
+3
*
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-11-06
1
-2
/
+2
|
\
\
|
*
|
x86: Fix up driver names to avoid dtoc warnings
Simon Glass
2020-11-05
1
-2
/
+2
|
|
/
*
/
sysreset: Add poweroff-gpio driver
Sebastian Reichel
2020-11-01
3
-0
/
+100
|
/
*
sandbox: Drop ad-hoc device declarations in SPL
Simon Glass
2020-10-29
1
-0
/
+2
*
treewide: Fix wrong CONFIG_IS_ENABLED() handling
Alper Nebi Yasak
2020-10-14
1
-4
/
+4
*
sysreset: socfpga: agilex: Enable sysreset support
Chee Hong Ang
2020-10-09
1
-1
/
+1
*
sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64
Chee Hong Ang
2020-10-09
3
-4
/
+4
*
sysreset: ti: Fix not calling dev_err with a device
Sean Anderson
2020-09-30
1
-2
/
+1
*
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
2020-08-22
1
-1
/
+1
*
dm: sysreset: wait after reset message
Heinrich Schuchardt
2020-08-01
1
-0
/
+1
*
sysreset: syscon: Support value property
Bin Meng
2020-07-24
1
-5
/
+17
*
sysreset: syscon: Don't assume default value for offset and mask property
Bin Meng
2020-07-24
1
-2
/
+12
*
sysreset: Add Octeon sysreset driver
Stefan Roese
2020-07-18
3
-0
/
+60
*
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
|
\
[next]