aboutsummaryrefslogtreecommitdiff
path: root/drivers/sysreset
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini1-1/+1
2023-11-16sysreset: Fix unsupported request return valuesPaul Barker5-6/+6
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-11-03sysreset: implement PALMAS sysreset functionsSvyatoslav Ryhel3-0/+60
2023-11-03sysreset: implement TPS65910 sysreset functionsSvyatoslav Ryhel3-0/+63
2023-11-03sysreset: implement TPS80031 sysreset functionsSvyatoslav Ryhel3-0/+49
2023-11-03sysreset: implement MAX77663 sysreset functionsSvyatoslav Ryhel3-0/+60
2023-11-03sysreset: tegra: create arch specific sysreset driverSvyatoslav Ryhel3-0/+52
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass3-0/+3
2023-09-14sysreset: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-16/+0
2023-07-07sysreset: Change Kconfig GPIO dependencyMichal Simek1-2/+2
2023-05-11x86: sysreset: Set up LPC only after relocationSimon Glass1-2/+7
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt1-1/+0
2023-04-25sysreset: psci: add psci_sysreset_get_statusPeng Fan1-0/+6
2023-04-25sysreset: psci: enable DM_FLAG_PRE_RELOCPeng Fan1-0/+1
2023-04-03Merge branch 'next'Tom Rini1-2/+2
2023-03-31sysreset: gpio: fix gpio_reboot_request return valueJonathan Liu1-1/+6
2023-03-02Correct SPL uses of DISPLAY_AER_FULLSimon Glass1-2/+2
2023-02-10Correct SPL uses of DISPLAY_AER_BRIEFSimon Glass1-2/+2
2023-02-07sysreset: at91: Correct Makefile rule for SYSRESET_AT91Simon Glass1-1/+1
2023-01-05reset: at91: Add reset driver for basic assert/deassert operationsSergiu Moga1-9/+1
2022-12-20sysreset: at91: add compatible with microchip, sama7g5-rstcEugen Hristev1-0/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-09-06RISC-V: enable CONFIG_SYSRESET_SBI by defaultHeinrich Schuchardt1-0/+1
2022-07-01sysreset: socfpga: Use parent device for reading base addressPaweł Anikiel1-1/+1
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+10
2022-04-26sysreset: Add Atmel/Microchip sysreset driverSergiu Moga3-0/+87
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini1-2/+4
2022-01-05microblaze: branch to base vector address on resetOvidiu Panait1-2/+4
2021-12-26sysreset: watchdog: watchdog cannot power offHeinrich Schuchardt1-3/+10
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland2-0/+31
2021-11-04sysreset: watchdog: Move watchdog reference to plat dataSamuel Holland1-8/+8
2021-11-04sysreset: Mark driver probe functions as staticSamuel Holland4-4/+4
2021-11-04sysreset: Add uclass Kconfig dependency to driversSamuel Holland1-2/+2
2021-10-07sysreset: provide SBI based sysreset driverHeinrich Schuchardt3-0/+64
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
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-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini3-11/+12
2021-01-05Merge 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