summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-30video: Drop atmel LCD codeSimon Glass2-2/+0
2022-10-30video: Drop ld9040 driverSimon Glass2-113/+0
2022-10-30video: atmel: Drop pre-DM parts of video driverSimon Glass3-289/+2
2022-10-30video: Drop CONFIG_AM335X_LCDSimon Glass10-1060/+0
2022-10-30video: Drop VCXK video controllerSimon Glass3-433/+0
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass3-43/+0
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass1-4/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass1-4/+0
2022-10-30Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass1-1/+6
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass1-0/+3
2022-10-30Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass1-0/+9
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass1-3/+4
2022-10-30video: Add a way to get the default font heightSimon Glass1-0/+11
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass1-4/+12
2022-10-30video: Add commands to list and change fontsSimon Glass1-0/+10
2022-10-30video: Add a way to change the font name and sizeSimon Glass1-0/+75
2022-10-30video: Add a function to select the truetype metricsSimon Glass1-7/+17
2022-10-30video: Record the truetype font nameSimon Glass1-10/+13
2022-10-30video: Refactor to allow more than one font sizeSimon Glass2-42/+113
2022-10-30video: Tidy up the check for valid fontsSimon Glass1-4/+13
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass1-0/+5
2022-10-30video: Allow filling the display with a colourSimon Glass1-4/+16
2022-10-30video: Move and rename DM_HX8238D optionSimon Glass2-11/+11
2022-10-30video: Move the console commands to cmd/Simon Glass2-58/+0
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass1-4/+5
2022-10-30video: Provide a function to set the cursor positionSimon Glass1-5/+13
2022-10-30video: Move console colours to the video uclassSimon Glass2-71/+69
2022-10-30video: simplefb: add rotation supportTakumi Sueda1-1/+5
2022-10-30video: dw_mipi_dsi: fix [hv]sync active vs back porchJohn Keeping1-4/+4
2022-10-26memory: Add TI GPMC driverRoger Quadros4-0/+1558
2022-10-26dm: memory: Introduce new uclassRoger Quadros4-0/+50
2022-10-26crypto: hash: sw: fix Kconfig dependenciesBenjamin Bara1-1/+2
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-pmicTom Rini2-2/+8
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini6-30/+238
2022-10-26power: fan53555: Fix missing newline in error messageMichal Suchanek1-1/+1
2022-10-26power: regulator: fix autoset error handlingJohn Keeping1-1/+7
2022-10-25Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini3-42/+65
2022-10-25Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini7-12/+97
2022-10-24Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-40/+68
2022-10-24imx8m: fix reading of DDR4 MR registers [again]Rasmus Villemoes1-1/+7
2022-10-24watchdog: ulp_wdog: add driver model for ulp watchdog driverAlice Guo1-7/+87
2022-10-24watchdog: ulp_wdog: enable watchdog interrupt on imx93Alice Guo1-2/+4
2022-10-24watchdog: ulp_wdog: Update watchdog driver for imx93Alice Guo1-3/+12
2022-10-24ulp_wdog: Update ulp wdog driver for 32bits commandYe Li1-16/+36
2022-10-24sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes3-0/+88
2022-10-24watchdog: introduce a u-boot,autostart propertyRasmus Villemoes1-6/+9
2022-10-24wdt: nuvoton: add expire function for generic resetJim Liu1-0/+6
2022-10-24mmc: Fix static checker warningsVenkatesh Yadav Abbarapu1-2/+4
2022-10-24mmc: dwmmc: only clear handled interruptsJohn Keeping1-1/+2
2022-10-24mmc: stm32_sdmmc2: manage vqmmcYann Gautier1-0/+13