summaryrefslogtreecommitdiff
path: root/drivers/sysreset
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko2-3/+3
2019-07-21spl: kconfig: separate sysreset and firmware drivers from miscSimon Goldschmidt1-0/+1
2019-07-21sysreset: socfpga: stratix10: add sysreset driverSimon Goldschmidt3-0/+37
2019-07-21sysreset: socfpga: gen5: add sysreset driverSimon Goldschmidt3-0/+64
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-2/+4
2019-07-12sysreset: syscon: add support for power offPatrick Delaunay1-2/+4
2019-07-11sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass1-0/+1
2019-05-10sysreset: select DM_GPIO instead of GPIOChris Packham1-1/+1
2019-05-09Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchipTom Rini2-1/+19
2019-05-08sysreset: enable driver support in SPL/TPLKever Yang2-1/+19
2019-05-08x86: sysreset: Implement the get_last() methodSimon Glass1-0/+6
2019-05-08x86: sysreset: Implement power-off if availableSimon Glass1-1/+78
2019-05-08x86: sysreset: Separate out the EFI codeSimon Glass1-5/+11
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-3/+3
2019-04-27sysreset: syscon: remove POWER reset causePatrick Delaunay1-0/+3
2019-04-12sysreset: use syscon_regmap_lookup_by_phandlePatrick Delaunay1-13/+2
2019-03-11x86: Add efi runtime resetAlexander Graf1-1/+22
2018-12-05sandbox: sysreset: Update to support power-on resetSimon Glass1-1/+7
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-10-09sysreset: Add a way to find the last resetSimon Glass2-0/+45
2018-10-09sysreset: Tidy up a few comments and loggingSimon Glass1-1/+3
2018-09-18mpc83xx: Add sysreset driverMario Six4-4/+325
2018-09-18test: Add tests for sysreset_get_statusMario Six1-0/+16
2018-09-18sysreset: Add get_status methodMario Six1-0/+10
2018-09-11sysreset: Add TI System Control Interface (TI SCI) sysreset driverAndreas Dannenberg3-0/+81
2018-07-21Merge git://git.denx.de/u-boot-x86Tom Rini4-0/+58
2018-07-20sysreset: syscon: update regmap access to sysconPatrick Delaunay1-7/+9
2018-07-20dm: sysreset: Add a standard message when doing resetBin Meng1-0/+2
2018-07-20dm: sysreset: x86: Add a sysreset driverBin Meng3-0/+56
2018-07-19sysreset: Add support for Microblaze soft reset jumpMichal Simek3-0/+37
2018-07-19sysreset: Add support for gpio-restartMichal Simek3-0/+68