aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30pci: Drop test for DM_VIDEOSimon Glass
2022-10-30video: Make all video options depend on DM_VIDEOSimon Glass
2022-10-30video: Drop SPLASHIMAGE_CALLBACKSimon Glass
2022-10-30video: Drop use of the lcd header fileSimon Glass
2022-10-30video: Drop CONFIG_LCDSimon Glass
2022-10-30video: Drop CONFIG_VIDEOSimon Glass
2022-10-30tegra: Drop old LCD codeSimon Glass
2022-10-30nexell: Drop old LCD codeSimon Glass
2022-10-30video: samsung: Drop old LCD codeSimon Glass
2022-10-30video: Drop atmel LCD codeSimon Glass
2022-10-30video: Drop ld9040 driverSimon Glass
2022-10-30video: atmel: Drop pre-DM parts of video driverSimon Glass
2022-10-30video: Drop CONFIG_AM335X_LCDSimon Glass
2022-10-30video: Drop VCXK video controllerSimon Glass
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass
2022-10-30Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass
2022-10-30Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass
2022-10-30video: Add a way to get the default font heightSimon Glass
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass
2022-10-30video: Add commands to list and change fontsSimon Glass
2022-10-30video: Add a way to change the font name and sizeSimon Glass
2022-10-30video: Add a function to select the truetype metricsSimon Glass
2022-10-30video: Record the truetype font nameSimon Glass
2022-10-30video: Refactor to allow more than one font sizeSimon Glass
2022-10-30video: Tidy up the check for valid fontsSimon Glass
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass
2022-10-30video: Allow filling the display with a colourSimon Glass
2022-10-30video: Move and rename DM_HX8238D optionSimon Glass
2022-10-30video: Move the console commands to cmd/Simon Glass
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass
2022-10-30video: Provide a function to set the cursor positionSimon Glass
2022-10-30video: Move console colours to the video uclassSimon Glass
2022-10-30video: simplefb: add rotation supportTakumi Sueda
2022-10-30video: dw_mipi_dsi: fix [hv]sync active vs back porchJohn Keeping
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek
2022-10-29dm: tpl: Add fdt address translation support in TPLWilliam Zhang
2022-10-29dm: core: Fix lists_bind_fdt() using non-existent of_matchSimon Glass
2022-10-29gpio-uclass: fix gpio lookup by labelRasmus Villemoes
2022-10-26memory: Add TI GPMC driverRoger Quadros
2022-10-26dm: memory: Introduce new uclassRoger Quadros