summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/mxs/mxs.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+3
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* arm: mxs: be more careful when enabling gpmi_clkRasmus Villemoes2020-01-071-1/+4
* arm: mxs: fix comments in arch_cpu_init to match the codeRasmus Villemoes2020-01-071-2/+2
* ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford2018-09-101-10/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ARM: mxs: move spl dataMans Rullgard2018-04-271-4/+2
* ARM: mxs: make lowlevel_init() weakMans Rullgard2018-04-271-1/+1
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* arm: mxs: Remove misleading commentsMichael Heimpold2016-06-071-2/+2
* imx: mxs: reimplement get_cpu_revPeng Fan2015-09-021-28/+24
* imx28: Fix issue with GCC 5.xMåns Rullgård2015-08-121-1/+1
* cppcheck cleanup: fix nullPointer errorsWolfgang Denk2014-11-071-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* arm: mxs: Fix vectoring table craftingMarek Vasut2013-06-031-3/+22
* imx: Move some i.MX common functions into the imx-common directoryStefan Roese2013-04-221-63/+0
* imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-221-1/+1
* mxs: Use __weak annotation to simplify codeFabio Estevam2013-01-281-4/+2
* mx23: Add support on print_cpuinfo()Otavio Salvador2013-01-211-1/+18
* mxs: Convert timeout parameter to 'unsigned int'fabio.estevam@freescale.com2012-09-011-2/+4
* mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'Otavio Salvador2012-09-011-2/+2
* mxs: Only build internal Ethernet controller for i.MX28Otavio Salvador2012-09-011-1/+1
* mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador2012-09-011-16/+16
* mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCsOtavio Salvador2012-09-011-0/+342