aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/exynos
AgeCommit message (Expand)AuthorFilesLines
2023-12-21global: Remove duplicate common.h inclusionsTom Rini1-1/+0
2023-02-07samsung: Drop CONFIG_EXYNOS_PWM_BLSimon Glass1-1/+0
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30video: samsung: Drop old LCD codeSimon Glass1-1/+0
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-11/+3
2022-06-28video: Migrate exynos display options to KconfigTom Rini1-0/+20
2022-06-28arm: exynos: Remove old pwm backlight driverTom Rini1-44/+0
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-4/+4
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2-2/+2
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop log.h from common headerSimon Glass5-0/+5
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini11-23/+11
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-19video: exynos: remove redundant assignmentsHeinrich Schuchardt1-6/+6
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada4-4/+4
2017-10-29exynos: video: fix typo in DisplayPort driverDongjin Kim1-1/+1
2017-06-01dm: Fix up inclusion of common.hSimon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass2-2/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-3/+3
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23video: squash lines for immediate returnMasahiro Yamada1-5/+1
2016-05-25exynos: video: Drop old unused codeSimon Glass2-74/+0
2016-05-25exynos: video: Convert several boards to driver model for videoSimon Glass2-198/+355
2016-05-25exynos: video: Rename variables for driver modelSimon Glass4-372/+369
2016-05-25exynos: video: Rename edp_device_info to exynos_dp_privSimon Glass3-15/+15
2016-05-25exynos: Simplify calling of exynos_dp_phy_ctrl()Simon Glass1-7/+2
2016-05-25exynos: video: Combine LCD driver into one fileSimon Glass3-406/+387
2016-05-25exynos: video: Move mipi_lcd_device_dt into a functionSimon Glass1-8/+9
2016-05-25exynos: video: Move struct exynos_platform_mipi_dsim into vidinfoSimon Glass2-16/+5
2016-05-25exynos: video: Move dsim_config_dt into a functionSimon Glass1-18/+19
2016-05-25exynos: video: Drop static variables in exynos_dp_lowlevel.cSimon Glass3-285/+351
2016-05-25exynos: video: Drop static variables in exynos_fb.cSimon Glass1-6/+2
2016-05-25exynos: video: Drop static variables in exynos_fimd.cSimon Glass2-23/+30
2016-05-25exynos: video: Drop the static lcd_base_addr variableSimon Glass3-34/+15
2016-05-25exynos: video: Remove use of vidinfo_t typedefSimon Glass3-11/+11
2016-05-25exynos: video: Drop dead codeSimon Glass4-26/+0
2016-05-25exynos: video: Move driver files into their own directorySimon Glass13-0/+4852