aboutsummaryrefslogtreecommitdiff
path: root/board/davinci/da8xxevm/omapl138_lcdk.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-07arm: Disable ATAGs supportTom Rini1-14/+0
2021-08-30davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini1-29/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-1/+1
2020-06-13mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas1-0/+12
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-12-03board: omapl138_lcdk: add the mmc device to SPLBartosz Golaszewski1-0/+9
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski1-1/+0
2019-08-20davinci: omapl138-lcdk: Remove empty compiler directivesAdam Ford1-4/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-29davinci: omapl138-lcdk: enable driver-model in SPLBartosz Golaszewski1-0/+16
2019-07-29davinci: omapl138-lcdk: remove unneeded includesBartosz Golaszewski1-2/+0
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski1-14/+0
2019-06-05ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversionSekhar Nori1-1/+1
2018-09-11ARM: davinci: omapl138_lcdk: Enable DM_MMCAdam Ford1-0/+2
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-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-04-06Remove various unused interrupt related codeTom Rini1-2/+0
2017-01-28Revert "arm: Remove unregister MACH_TYPE_xxx uses"Tom Rini1-0/+3
2017-01-14arm: Remove unregister MACH_TYPE_xxx usesTom Rini1-3/+0
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada1-5/+5
2016-11-13davinci: omapl138_lcdk: keep booting even when MAC address is invalidFabien Parent1-6/+8
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+1
2015-04-23davinci: add support for omapl138-lcdk boardPeter Howard1-0/+383