summaryrefslogtreecommitdiff
path: root/board/CarMediaLab/flea3/flea3.c
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-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-07-25board: constify struct node_info arrayMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2016-11-16mx35: add GPIO setup on flea3 boardStefano Babic1-0/+7
2016-11-16mx35: factorize SDRAM setup in flea3Stefano Babic1-90/+3
2016-11-16mx35: add DT support to flea3 boardHeiko Schocher1-0/+24
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-05imx: flea3: Convert to iomux-v3Benoît Thébaudeau1-43/+48
2012-09-01mx35: Fix broken pin definitionsBenoît Thébaudeau1-2/+2
2012-09-01mx35: Fix typo on EDIOBenoît Thébaudeau1-1/+1
2011-12-07MX35: flea3: changes due to hardware revision BStefano Babic1-2/+2
2011-11-04MX35: add support for flea3 boardStefano Babic1-0/+289