aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-11-03arm: mxs: Increase VDDD voltage to match specificationMarek Vasut1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-01-03ARM: mxs: allow boards to select DC-DC switching clock sourceMichael Heimpold1-0/+34
2015-12-01ARM: mxs: fix VDDD brownout settingMichael Heimpold1-2/+2
2015-06-01mxs: Do not disable bo detection when DC-DC is already enabledStefan Wahren1-5/+5
2015-02-10arm: mxs: Enable booting of mx28 without batteryGraeme Russ1-2/+8
2015-02-10arm: mxs: Add debug outputs and comments to mxs SPL source filesGraeme Russ1-3/+97
2014-11-20replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada1-1/+2
2013-10-31ARM: mxs: Enable DCDC converter for battery bootMarek Vasut1-0/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-10ARM: mxs: Document the power block initializationMarek Vasut1-0/+209
2013-08-31ARM: mxs: rename function that sets AUTO_RESTART flagHector Palacios1-6/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-06arm: mx23: Fix VDDMEM misconfigurationMarek Vasut1-10/+40
2013-03-07mxs: Rename CONFIG_SPL_MX28_PSWITCH_WAIT to CONFIG_SPL_MXS_PSWITCH_WAITOtavio Salvador1-1/+1
2013-01-21mxs: Add function to ungate the power block on MX23Marek Vasut1-0/+12
2012-12-04mxs: Staticize SPL functionsMarek Vasut1-28/+28
2012-12-04mxs: Properly setup VDDD in power supply setup codeMarek Vasut1-1/+1
2012-12-04mxs: Implement common function to setup VDDxMarek Vasut1-170/+83
2012-09-01MX28: Shuffle around the power management codeMarek Vasut1-6/+3
2012-09-01i.MX28: bug fixes in PMU configuration codeStathis Voukelatos1-6/+6
2012-09-01mxs: Clarify why we poweroff in case of brownout in 5v conflictOtavio Salvador1-0/+4
2012-09-01mxs: Reowork SPL to use 'mxs' prefix for methodsOtavio Salvador1-71/+71
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-58/+58
2012-09-01mxs: reorganize source directory for easy sharing of code in i.MXS SoCsOtavio Salvador1-0/+1007