aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/meson
AgeCommit message (Expand)AuthorFilesLines
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini1-6/+3
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek BehĂșn1-6/+3
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-11-12video: meson: meson_dw_hdmi: fix the potential build warningJaehoon Chung1-0/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass6-0/+6
2020-05-18common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-2/+2
2020-03-02video: meson: keep power domain up after bootingAnatolij Gustschin1-1/+1
2020-01-07video: meson: Drop unnecessary header includesSimon Glass7-15/+39
2019-10-18video: meson: add compatible for Amlogic G12ANeil Armstrong1-0/+1
2019-10-18video: meson: sync with linux drm-misc treeNeil Armstrong7-160/+930
2019-10-18video: meson: remove power domain getNeil Armstrong1-10/+0
2019-07-29video: dw_hdmi: Add support for ddc-i2c-bus propertyNiklas Schulze1-0/+3
2019-07-29video: meson: dw-hdmi: add EDID mode filtering to only select supported modesNeil Armstrong1-0/+7
2019-06-05video: meson: hdmi-supply regulator should be optionalMaxime Jourdan1-4/+10
2019-01-31video: Add Meson Video Processing Unit DriverNeil Armstrong14-0/+5370