summaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5250/power.c
AgeCommit message (Expand)Author
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-10-22soc/samsung/exynos5250: Convert to `board_reset()`Nico Huber
2017-06-13Consolidate reset API, add generic reset_prepare mechanismJulius Werner
2015-12-16soc/samsung/exynos5250: Implement hard_reset()Stefan Reinauer
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-07exynos5250: Change all SoC headers to <soc/headername.h> systemJulius Werner
2014-12-26soc/samsung/exynos: Sync 'power.c' between chip variantsEdward O'Callaghan
2014-12-25soc/samsung/exynos: Make 'ps_hold_setup()' staticEdward O'Callaghan
2014-12-02Replace hlt with halt()Patrick Georgi
2014-08-26armv7: Move Exynos from 'cpu' to 'soc'.Hung-Te Lin