summaryrefslogtreecommitdiff
path: root/drivers/video/exynos/exynos_fb.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* exynos: video: Drop old unused codeSimon Glass2016-05-251-33/+0
* exynos: video: Convert several boards to driver model for videoSimon Glass2016-05-251-170/+237
* exynos: video: Rename variables for driver modelSimon Glass2016-05-251-117/+117
* exynos: video: Combine LCD driver into one fileSimon Glass2016-05-251-0/+386
* exynos: video: Move struct exynos_platform_mipi_dsim into vidinfoSimon Glass2016-05-251-1/+1
* exynos: video: Drop static variables in exynos_fb.cSimon Glass2016-05-251-6/+2
* exynos: video: Drop the static lcd_base_addr variableSimon Glass2016-05-251-18/+3
* exynos: video: Remove use of vidinfo_t typedefSimon Glass2016-05-251-5/+5
* exynos: video: Drop dead codeSimon Glass2016-05-251-11/+0
* exynos: video: Move driver files into their own directorySimon Glass2016-05-251-0/+330