summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne1-0/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini27-0/+27
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass27-0/+27
2021-01-28video: Allow syncing the entire framebuffer to the copySimon Glass1-0/+10
2021-01-16Kconfig: simple panel requires backlightMarcin Juszkiewicz1-1/+1
2021-01-15dm: fix build errors generated by last mergesDario Binacchi4-14/+14
2021-01-13Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-23/+28
2021-01-13Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-0/+165
2021-01-13video: stm32_dsi: migrate trace to dev and log macroPatrick Delaunay1-8/+10
2021-01-13video: stm32_ltdc: migrate trace to dev and log macroPatrick Delaunay1-15/+18
2021-01-12video: omap: move drivers to 'ti' directoryDario Binacchi10-7/+20
2021-01-12video: omap: split the legacy code from the DM codeDario Binacchi7-374/+468
2021-01-12video: omap: set LCD clock rate through DM APIDario Binacchi1-26/+103
2021-01-12video: omap: add panel driverDario Binacchi5-150/+323
2021-01-11video: add TDO tl070wsh30 panel driverNeil Armstrong3-0/+165
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-19/+384
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini7-7/+7
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass3-3/+3
2021-01-05dm: core: Access device ofnode through functionsSimon Glass2-2/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2021-01-05video: Call video_sync in video_clear()Michal Simek1-1/+1
2021-01-05video: seps525: Add seps525 SPI driverMichal Simek3-0/+335
2021-01-05video: Introduce video_sync operationMichal Simek1-0/+9
2021-01-05video: Let video_sync to return error valueMichal Simek3-18/+39
2020-12-19dm: Avoid accessing seq directlySimon Glass1-2/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass26-62/+62
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass23-47/+47
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass8-21/+21
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass40-83/+83
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass46-54/+54
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-11-16Merge tag 'u-boot-amlogic-20201116' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+2
2020-11-13video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0Alper Nebi Yasak9-9/+9
2020-11-12video: meson: meson_dw_hdmi: fix the potential build warningJaehoon Chung1-0/+2
2020-10-31Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-2/+8
2020-10-30video: rockchip: Support 4K resolution for rk3288, HDMIJagan Teki1-2/+2
2020-10-30video: rockchip: Add missing dpcd_write() call to link_train_ce()Alper Nebi Yasak1-0/+6
2020-10-26nokia_rx51: disable obsolete VIDEO configAnatolij Gustschin1-1/+1
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin1-0/+7
2020-10-18configs: migrate CONFIG_BMP_16/24/32BPP to defconfigsPatrick Delaunay1-0/+18
2020-10-18configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigsPatrick Delaunay1-0/+7
2020-10-18configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigsPatrick Delaunay1-0/+8
2020-10-18video: backlight: fix pwm's duty cycle calculationDario Binacchi1-1/+1
2020-10-18video: backlight: fix pwm data structure descriptionDario Binacchi1-1/+1
2020-10-18video: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong1-4/+16
2020-10-18video: dw-mipi-dsi: driver-specific configuration of phy timingsNeil Armstrong1-6/+11