aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tegra: Drop old LCD codeSimon Glass2022-10-301-1/+0
* nexell: Drop old LCD codeSimon Glass2022-10-301-51/+0
* video: samsung: Drop old LCD codeSimon Glass2022-10-301-1/+0
* video: Drop atmel LCD codeSimon Glass2022-10-302-2/+0
* video: Drop ld9040 driverSimon Glass2022-10-302-113/+0
* video: atmel: Drop pre-DM parts of video driverSimon Glass2022-10-303-289/+2
* video: Drop CONFIG_AM335X_LCDSimon Glass2022-10-3010-1060/+0
* video: Drop VCXK video controllerSimon Glass2022-10-303-433/+0
* Drop CONFIG_LCD_LOGOSimon Glass2022-10-303-43/+0
* video: Drop CONFIG_LCD_INFOSimon Glass2022-10-301-4/+0
* video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass2022-10-301-4/+0
* Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass2022-10-301-1/+6
* video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass2022-10-301-0/+3
* Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass2022-10-301-0/+9
* video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass2022-10-301-3/+4
* video: Add a way to get the default font heightSimon Glass2022-10-301-0/+11
* video: Add a function to get the dimensions of a BMP imageSimon Glass2022-10-301-4/+12
* video: Add commands to list and change fontsSimon Glass2022-10-301-0/+10
* video: Add a way to change the font name and sizeSimon Glass2022-10-301-0/+75
* video: Add a function to select the truetype metricsSimon Glass2022-10-301-7/+17
* video: Record the truetype font nameSimon Glass2022-10-301-10/+13
* video: Refactor to allow more than one font sizeSimon Glass2022-10-302-42/+113
* video: Tidy up the check for valid fontsSimon Glass2022-10-301-4/+13
* video: Add function to obtain the U-Boot logoSimon Glass2022-10-301-0/+5
* video: Allow filling the display with a colourSimon Glass2022-10-301-4/+16
* video: Move and rename DM_HX8238D optionSimon Glass2022-10-302-11/+11
* video: Move the console commands to cmd/Simon Glass2022-10-302-58/+0
* video: Use vidconsole_put_string() to write a stringSimon Glass2022-10-301-4/+5
* video: Provide a function to set the cursor positionSimon Glass2022-10-301-5/+13
* video: Move console colours to the video uclassSimon Glass2022-10-302-71/+69
* video: simplefb: add rotation supportTakumi Sueda2022-10-301-1/+5
* video: dw_mipi_dsi: fix [hv]sync active vs back porchJohn Keeping2022-10-301-4/+4
* memory: Add TI GPMC driverRoger Quadros2022-10-264-0/+1558
* dm: memory: Introduce new uclassRoger Quadros2022-10-264-0/+50
* crypto: hash: sw: fix Kconfig dependenciesBenjamin Bara2022-10-261-1/+2
* Merge https://source.denx.de/u-boot/custodians/u-boot-pmicWIP/26Oct2022Tom Rini2022-10-262-2/+8
|\
| * power: fan53555: Fix missing newline in error messageMichal Suchanek2022-10-261-1/+1
| * power: regulator: fix autoset error handlingJohn Keeping2022-10-261-1/+7
* | Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini2022-10-266-30/+238
|\ \ | |/ |/|
| * watchdog: ulp_wdog: add driver model for ulp watchdog driverAlice Guo2022-10-241-7/+87
| * watchdog: ulp_wdog: enable watchdog interrupt on imx93Alice Guo2022-10-241-2/+4
| * watchdog: ulp_wdog: Update watchdog driver for imx93Alice Guo2022-10-241-3/+12
| * ulp_wdog: Update ulp wdog driver for 32bits commandYe Li2022-10-241-16/+36
| * sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes2022-10-243-0/+88
| * watchdog: introduce a u-boot,autostart propertyRasmus Villemoes2022-10-241-6/+9
| * wdt: nuvoton: add expire function for generic resetJim Liu2022-10-241-0/+6
* | Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/25Oct2022Tom Rini2022-10-253-42/+65
|\ \
| * | mtd: spi-nor-core: Fix index value for SCCR dwordsTakahiro Kuwano2022-10-231-1/+1
| * | mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal addr...Takahiro Kuwano2022-10-231-4/+19
| * | mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytesTakahiro Kuwano2022-10-231-8/+8