summaryrefslogtreecommitdiff
path: root/drivers/sysreset
AgeCommit message (Expand)AuthorFilesLines
2023-02-02sysreset: provide SBI based sysreset driverHeinrich Schuchardt3-0/+64
2021-04-20sysreset: provide type of reset in do_reset cmdIgor Opaniuk1-1/+10
2021-04-20sysreset: psci: use psci driver exported functionsIgor Opaniuk1-6/+2
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini2-1/+9
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim1-1/+1
2021-03-05dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng2-0/+8
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-18aspeed: Add AST2600 platform supportChia-Wei, Wang1-0/+5
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini3-11/+12
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-2/+2
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass1-4/+1
2021-01-05sysreset: Use a shorter error with SPLSimon Glass1-4/+8
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass10-10/+10
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini1-0/+3
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-2/+2
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+3
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass1-2/+2
2020-11-01sysreset: Add poweroff-gpio driverSebastian Reichel3-0/+100
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass1-0/+2
2020-10-14treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak1-4/+4
2020-10-09sysreset: socfpga: agilex: Enable sysreset supportChee Hong Ang1-1/+1
2020-10-09sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64Chee Hong Ang3-4/+4
2020-09-30sysreset: ti: Fix not calling dev_err with a deviceSean Anderson1-2/+1
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-08-01dm: sysreset: wait after reset messageHeinrich Schuchardt1-0/+1
2020-07-24sysreset: syscon: Support value propertyBin Meng1-5/+17
2020-07-24sysreset: syscon: Don't assume default value for offset and mask propertyBin Meng1-2/+12
2020-07-18sysreset: Add Octeon sysreset driverStefan Roese3-0/+60
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-2/+4
2020-04-27sysreset: add reset controller based reboot driverWeijie Gao3-0/+55
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan1-3/+3
2019-12-13sysreset_mpc83xx: fix mcp83xx -> mpc83xx typoRasmus Villemoes2-2/+2
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass1-1/+1
2019-10-08x86: sysreset: Allow reset driver to be included in SPL/TPLSimon Glass2-1/+13
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko2-0/+28