summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-10-05Merge branch 'next'Tom Rini4-21/+17
2020-10-02video: stm32_dsi: Convert to use APIs which support live DTPatrick Delaunay1-2/+1
2020-10-02video: stm32_ltdc: Convert to use APIs which support live DTPatrick Delaunay1-2/+1
2020-09-30video: stm32: Fix not calling dev_xxx with a deviceSean Anderson1-10/+14
2020-09-29video: typo NormllyHeinrich Schuchardt1-1/+1
2020-08-26video: cfb_console.c: Use bi_dram[] values on all platformsStefan Roese1-7/+1
2020-08-23Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass1-0/+85
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+2
2020-08-04video: ipuv3: fix framebuffer base address init with multiple IPUsAnatolij Gustschin1-4/+9
2020-08-02drivers: rename more drivers to match compatible stringWalter Lozano1-2/+2
2020-07-29video: add nexell video driver (display/video driver)Stefan Bosch10-0/+2607
2020-07-29video: add nexell video driver (soc: dpc, makefile)Stefan Bosch3-0/+2024
2020-07-29video: add nexell video driver (soc: lvds, hdmi)Stefan Bosch4-0/+899
2020-07-29video: add nexell video driver (soc: mlc, mipi)Stefan Bosch4-0/+3161
2020-07-29video: add nexell video driver (soc: displaytop)Stefan Bosch5-0/+961
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2-2/+2
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini4-4/+4
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2-2/+2
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano2-4/+4
2020-07-09minnowmax: Enable the copy framebufferSimon Glass1-1/+29
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass1-6/+20
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass1-1/+15
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass2-0/+24
2020-07-09video: Correctly handle multiple framebuffersSimon Glass1-2/+25
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-1/+8