summaryrefslogtreecommitdiff
path: root/drivers/sysreset
AgeCommit message (Expand)AuthorFilesLines
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-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
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