summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136/mx35
AgeCommit message (Expand)AuthorFilesLines
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-2/+2
2020-05-19common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-21/+0
2018-01-10build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini1-4/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2-2/+2
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2015-03-02mx35: Fix boot hang by avoiding vector relocationFabio Estevam2-0/+27
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-09-16arm: mx35: use common timer functionsAndrew Ruder1-83/+0
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-71/+0
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada1-25/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-72/+5
2013-05-05imx: mx35: Remove legacy iomux supportBenoît Thébaudeau2-115/+0
2013-04-16mx35 iomux: correct offsets of IOMUX registersPhilip Paeps1-2/+2
2013-03-09SPL: ONENAND: Fix some ONENAND related defines.Enric Balletbo i Serra1-1/+1
2013-02-04ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass1-3/+3
2013-02-02arm: Move lastinc to arch_global_dataSimon Glass1-1/+1
2013-02-02arm: Move tbl to arch_global_dataSimon Glass1-1/+1
2013-01-13mx31/mx35/mx51/mx53/mx6: add watchdogTroy Kisky1-6/+0
2012-10-26MX35: add support for woodburn boardStefano Babic2-0/+138
2012-10-26MX35: Add soc_boot_mode and soc_boot_device to MX35Stefano Babic1-0/+75
2012-10-16mx35: Fix eSDHC clocksBenoît Thébaudeau1-2/+12
2012-10-15mx35: Define MAX and AIPS registersBenoît Thébaudeau1-1/+32
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser1-0/+1
2012-09-06mx35 timer: Switch to 32-kHz sourceBenoît Thébaudeau1-17/+27
2012-09-06mx35: Define default SoC input clock frequenciesBenoît Thébaudeau2-28/+17
2012-09-06mx35: Fix clock dividersBenoît Thébaudeau1-30/+18
2012-09-06mx35: Fix decode_pllBenoît Thébaudeau1-3/+6
2012-09-01mx35: Move clock enums to clock.hBenoît Thébaudeau1-2/+2
2012-09-01mx35 iomux: Remove unused macroBenoît Thébaudeau1-2/+0
2012-09-01mx35: Add cpu_mmc_init()Benoît Thébaudeau1-1/+14
2012-02-28mx35: generic: Let get_reset_cause be defined only when CONFIG_DISPLAY_CPUINF...Fabio Estevam1-1/+1
2012-02-28MX35: add missing get_ticks() and get_tbclk()Stefano Babic1-39/+64
2012-01-16net: imx: Add multi-FEC support for imx_get_mac_from_fuseFabio Estevam1-1/+1
2011-11-04MX35: add reset cause as provided by other i.MXStefano Babic1-2/+29
2011-10-27imx: fix coding styleFabio Estevam1-1/+1
2011-09-07Makefile : fix generation of cpu related asm-offsets.hStefano Babic1-2/+0
2011-09-04MX: MX35 / MX5: uniform clock command with powerpcStefano Babic1-2/+2
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-4/+0
2011-07-14build: Add targets for auto gen of asm-offsets.h and use it in imx35Matthias Weisser1-11/+0
2011-02-02Add support for MX35 processorStefano Babic5-0/+805