summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx53evk/mx53evk.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove mx53evk boardTom Rini2021-04-101-270/+0
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-231-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+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
* mx53evk: Fix error handling in board_mmc_init()Fabio Estevam2014-11-211-4/+6
* imx: Explicitly pass the I2C bus number in pmic_init()Fabio Estevam2013-12-171-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* imx: mx53evk: Convert to iomux-v3Benoît Thébaudeau2013-05-051-206/+83
* pmic: Extend PMIC framework to support multiple instances of PMIC devicesŁukasz Majewski2012-11-141-3/+9
* mxc: Fix SDHC multi-instance clockBenoît Thébaudeau2012-10-161-0/+4
* fsl_esdhc: Remove cache snooping for i.MXBenoît Thébaudeau2012-09-011-2/+2
* mx5:Use IMX_GPIO_NR macroAshok Kumar Reddy2012-09-011-4/+4
* mx53evk: add boot_mode supportTroy Kisky2012-09-011-0/+13
* mx53evk: Use gpio_direction_input prior to gpio_get_valueFabio Estevam2012-02-271-0/+2
* mmc: Change board_mmc_getcd() function prototype.Thierry Reding2012-01-081-4/+5
* mx53evk: Configure the pins as GPIOs prior to using gpio_get_valueFabio Estevam2011-12-061-0/+3
* mx53evk: Remove unused get_board_rev functionFabio Estevam2011-11-041-5/+0
* MX5: mx53evk: use new pmic driverStefano Babic2011-10-271-6/+11
* mx53evk: Place machine ID into board configFabio Estevam2011-09-301-1/+0
* MX5: mx53evk: make use of GPIO frameworkStefano Babic2011-09-041-3/+3
* Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD2011-07-171-1/+1
* mx5: board: code clean up for checkboard codeJason Liu2011-05-231-20/+1
* MX5:MX53: add initial support for MX53EVK boardLiu Hui-R643432011-02-021-0/+397