summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/mxs/mxs.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24ARM: fix LTO for imx28_xeaMarek Behún1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-07arm: mxs: be more careful when enabling gpmi_clkRasmus Villemoes1-1/+4
2020-01-07arm: mxs: fix comments in arch_cpu_init to match the codeRasmus Villemoes1-2/+2
2018-09-11ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford1-10/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27ARM: mxs: move spl dataMans Rullgard1-4/+2
2018-04-27ARM: mxs: make lowlevel_init() weakMans Rullgard1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-07arm: mxs: Remove misleading commentsMichael Heimpold1-2/+2
2015-09-02imx: mxs: reimplement get_cpu_revPeng Fan1-28/+24
2015-08-13imx28: Fix issue with GCC 5.xMåns Rullgård1-1/+1
2014-11-08cppcheck cleanup: fix nullPointer errorsWolfgang Denk1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-03arm: mxs: Fix vectoring table craftingMarek Vasut1-3/+22
2013-04-22imx: Move some i.MX common functions into the imx-common directoryStefan Roese1-63/+0
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese1-1/+1
2013-01-28mxs: Use __weak annotation to simplify codeFabio Estevam1-4/+2
2013-01-21mx23: Add support on print_cpuinfo()Otavio Salvador1-1/+18
2012-09-01mxs: Convert timeout parameter to 'unsigned int'fabio.estevam@freescale.com1-2/+4
2012-09-01mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'Otavio Salvador1-2/+2
2012-09-01mxs: Only build internal Ethernet controller for i.MX28Otavio Salvador1-1/+1
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador1-16/+16
2012-09-01mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCsOtavio Salvador1-0/+342