aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136/mx35/generic.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-01arm: Remove flea3 boardTom Rini1-530/+0
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-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: 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 Rini1-2/+1
2018-02-07spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-21/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-08SPL: 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-01-13mx31/mx35/mx51/mx53/mx6: add watchdogTroy Kisky1-6/+0
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-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser1-0/+1
2012-09-06mx35: Define default SoC input clock frequenciesBenoît Thébaudeau1-27/+16
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: Add cpu_mmc_init()Benoît Thébaudeau1-1/+14
2012-02-27mx35: generic: Let get_reset_cause be defined only when CONFIG_DISPLAY_CPUINF...Fabio Estevam1-1/+1
2012-01-16net: imx: Add multi-FEC support for imx_get_mac_from_fuseFabio Estevam1-1/+1
2011-11-03MX35: add reset cause as provided by other i.MXStefano Babic1-2/+29
2011-10-27imx: fix coding styleFabio Estevam1-1/+1
2011-09-04MX: MX35 / MX5: uniform clock command with powerpcStefano Babic1-2/+2
2011-02-02Add support for MX35 processorStefano Babic1-0/+463