Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 | |
Based on 2 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation # extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 4122 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Enrico Weigelt <[email protected]> Reviewed-by: Kate Stewart <[email protected]> Reviewed-by: Allison Randal <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2014-10-27 | ARM: OMAP2+: PRM: provide generic API for system reset | Tero Kristo | 1 | -3/+2 | |
This patch combines the various prm_warm_reset calls under a common API prm_reset_system, and adds the SoC specific implementation under prm_ll_data. Signed-off-by: Tero Kristo <[email protected]> Acked-by: Paul Walmsley <[email protected]> Tested-by: Nishanth Menon <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> | |||||
2014-10-27 | ARM: AM33xx: PRM: move global warm reset implementation to driver | Tero Kristo | 1 | -8/+1 | |
Moved the implementation from am33xx-restart.c to the prm33xx.c file to isolate the PRM register accesses to be private for PRM driver. Signed-off-by: Tero Kristo <[email protected]> Acked-by: Paul Walmsley <[email protected]> Tested-by: Nishanth Menon <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> | |||||
2013-08-21 | ARM: OMAP2+: am33xx-restart: trigger warm reset on omap2+ boards | Matus Ujhelyi | 1 | -2/+2 | |
Currently the cold reset was triggered. It happened due to oposite offsets of cold/warm flags in PRM_RSTST and PRM_RSTCTRL registers. Signed-off-by: Matus Ujhelyi <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> | |||||
2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 1 | -1/+2 | |
Preparing to move the parsing of reboot= to generic kernel code forces the change in reboot_mode handling to use the enum. [[email protected]: fix arch/arm/mach-socfpga/socfpga.c] Signed-off-by: Robin Holt <[email protected]> Cc: Russell King <[email protected]> Cc: Russ Anderson <[email protected]> Cc: Robin Holt <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Guan Xuetao <[email protected]> Acked-by: Russell King <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2013-02-01 | ARM: OMAP2+: AM33xx: Add SoC specific restart hook | Jean-Sebastien A. Beaudry | 1 | -0/+34 | |
Add restart hook so that DTS based AM33xx builds can restart the platform. Tested-by: Nishanth Menon <[email protected]> Signed-off-by: Jean-Sebastien A. Beaudry <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> |