summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci
AgeCommit message (Expand)AuthorFilesLines
2021-08-30davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini2-28/+0
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass2-3/+3
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass2-4/+4
2020-07-29Makefile: Rename ALL-y to INPUTS-ySimon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada1-1/+1
2020-06-13mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas1-0/+7
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass4-0/+4
2020-03-17mach-davinci: Hard-code the default SPL_LDSCRIPT pathTom Rini1-1/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-1/+1
2019-12-03board: omapl138_lcdk: add the mmc device to SPLBartosz Golaszewski1-0/+1
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski1-6/+0
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-09-13ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO CommandsAdam Ford1-4/+0
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski1-13/+0
2019-06-05arm: davinci: remove leftover assemblyBartosz Golaszewski2-696/+0
2019-06-05ARM: davinci: Remove ipam390 linker script from KconfigAdam Ford1-1/+0
2019-06-05ARM: davinci: SPL: fix BSS initializationSekhar Nori1-1/+4
2019-05-28ipam390: remove boardBartosz Golaszewski1-7/+0
2019-05-28ea20: remove boardBartosz Golaszewski1-7/+0
2019-05-28calimain: remove boardBartosz Golaszewski1-5/+0
2019-05-04arm: davinci: remove leftover code for dm* SoCsBartosz Golaszewski15-1133/+3
2019-05-04arm: davinci: remove dead code for PHYs used by DaVinci DM* boardsBartosz Golaszewski6-354/+0
2019-05-03ARM: davinci: Remove unused functions from headerAdam Ford1-3/+0
2018-11-05driver: net: consolidate ti's code in separate folderGrygorii Strashko4-4/+4
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy1-32/+0
2018-09-29ARM: da850evm_direct_nor_defconfig: Enable DM_SERIALAdam Ford1-2/+2
2018-09-14Revert "ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL"Tom Rini1-2/+2
2018-09-12ARM: da850evm_direct_nor_defconfig: Enable DM_SERIALAdam Ford1-2/+2
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-2/+2
2018-06-18dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford1-1/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini37-76/+37
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-03-22davinci: Enable DDR_INIT for DA8XXLokesh Vutla1-0/+1
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-5/+0
2018-01-31davinci: Fix omapl138_lcdk buildsTom Rini1-15/+14
2018-01-30Convert CONFIG_SYS_DV_CLKMODE et al to KconfigAdam Ford1-1/+84
2018-01-23Convert CONFIG_SOC_DA8XX et al to KconfigAdam Ford1-10/+26
2017-09-15ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford2-140/+0
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1