summaryrefslogtreecommitdiffstats
path: root/board/davinci/da8xxevm/omapl138_lcdk.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-1/+1
* mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas2020-06-131-0/+12
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* board: omapl138_lcdk: add the mmc device to SPLBartosz Golaszewski2019-12-031-0/+9
* mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski2019-12-031-1/+0
* davinci: omapl138-lcdk: Remove empty compiler directivesAdam Ford2019-08-201-4/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* davinci: omapl138-lcdk: enable driver-model in SPLBartosz Golaszewski2019-07-291-0/+16
* davinci: omapl138-lcdk: remove unneeded includesBartosz Golaszewski2019-07-291-2/+0
* net: davinci_emac: convert to using the driver modelBartosz Golaszewski2019-07-251-14/+0
* ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversionSekhar Nori2019-06-051-1/+1
* ARM: davinci: omapl138_lcdk: Enable DM_MMCAdam Ford2018-09-111-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-051-0/+1
* Remove various unused interrupt related codeTom Rini2017-04-061-2/+0
* Revert "arm: Remove unregister MACH_TYPE_xxx uses"Tom Rini2017-01-281-0/+3
* arm: Remove unregister MACH_TYPE_xxx usesTom Rini2017-01-141-3/+0
* mmc: move more driver config options to KconfigMasahiro Yamada2017-01-111-5/+5
* davinci: omapl138_lcdk: keep booting even when MAC address is invalidFabien Parent2016-11-131-6/+8
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-13/+1
* davinci: add support for omapl138-lcdk boardPeter Howard2015-04-231-0/+383