summaryrefslogtreecommitdiff
path: root/drivers/sysreset
AgeCommit message (Expand)Author
2020-04-26MLK-23574-20 sysreset: Fix Kconfig issue for SPLYe Li
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan
2019-12-13sysreset_mpc83xx: fix mcp83xx -> mpc83xx typoRasmus Villemoes
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08x86: sysreset: Allow reset driver to be included in SPL/TPLSimon Glass
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko
2019-08-19sysreset: switch to using SYSRESET_POWER_OFF for poweroffUrja Rannikko
2019-07-21spl: kconfig: separate sysreset and firmware drivers from miscSimon Goldschmidt
2019-07-21sysreset: socfpga: stratix10: add sysreset driverSimon Goldschmidt
2019-07-21sysreset: socfpga: gen5: add sysreset driverSimon Goldschmidt
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-12sysreset: syscon: add support for power offPatrick Delaunay
2019-07-10sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass
2019-05-10sysreset: select DM_GPIO instead of GPIOChris Packham
2019-05-09Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchipTom Rini
2019-05-08sysreset: enable driver support in SPL/TPLKever Yang
2019-05-08x86: sysreset: Implement the get_last() methodSimon Glass
2019-05-08x86: sysreset: Implement power-off if availableSimon Glass
2019-05-08x86: sysreset: Separate out the EFI codeSimon Glass
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2019-04-26sysreset: syscon: remove POWER reset causePatrick Delaunay
2019-04-11sysreset: use syscon_regmap_lookup_by_phandlePatrick Delaunay
2019-03-11x86: Add efi runtime resetAlexander Graf
2018-12-05sandbox: sysreset: Update to support power-on resetSimon Glass
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-10-09sysreset: Add a way to find the last resetSimon Glass
2018-10-09sysreset: Tidy up a few comments and loggingSimon Glass
2018-09-18mpc83xx: Add sysreset driverMario Six
2018-09-18test: Add tests for sysreset_get_statusMario Six
2018-09-18sysreset: Add get_status methodMario Six
2018-09-11sysreset: Add TI System Control Interface (TI SCI) sysreset driverAndreas Dannenberg
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini
2018-07-20sysreset: syscon: update regmap access to sysconPatrick Delaunay
2018-07-20dm: sysreset: Add a standard message when doing resetBin Meng
2018-07-20dm: sysreset: x86: Add a sysreset driverBin Meng
2018-07-19sysreset: Add support for Microblaze soft reset jumpMichal Simek
2018-07-19sysreset: Add support for gpio-restartMichal Simek
2018-07-19sysreset: dm: Support manual relocation for sysresetMichal Simek
2018-05-07regmap: clean up regmap allocationMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-10sysreset: syscon: convert to use live dtÁlvaro Fernández Rojas
2018-01-15db410c: replace reset driver with psciJorge Ramirez-Ortiz
2017-12-12dm: reset: have the reset-command perform a COLD resetPhilipp Tomsich
2017-11-21rockchip: sysreset: update Makefile to work with merged sysreset driverPhilipp Tomsich
2017-11-21rockchip: sysreset: merge into one common driverKever Yang