aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/stm32
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2-2/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2-0/+2
2024-05-07video: Remove <common.h> and add needed includesTom Rini2-2/+0
2023-12-15board: stm32f469-disco: add support to displayDario Binacchi1-0/+31
2023-09-24common: Drop linux/printk.h from common headerSimon Glass2-0/+2
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2-4/+4
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-06-25video: stm32: remove test on CONFIG_DM_REGULATORPatrick Delaunay1-14/+11
2022-05-10video: stm32: stm32_ltdc: support several hardware versionsYannick Fertre1-29/+216
2022-05-10video: stm32: stm32_ltdc: fix data enable polarityYannick FERTRE1-1/+1
2022-03-15video: stm32: stm32_ltdc: fix the check of return value of clk_set_rate()Gabriel Fernandez1-5/+6
2021-11-30video: stm32: stm32_ltdc: align framebuffer on 2MBPatrick Delaunay1-1/+4
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay2-2/+0
2021-03-11video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay1-0/+3
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
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
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-06-28video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre1-0/+3
2020-06-28video: check hardware version of DSIYannick Fertre1-1/+9
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass2-0/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2019-11-12video: stm32: remove the compatible "synopsys, dw-mipi-dsi" supportPatrick Delaunay1-1/+14
2019-10-13video: add support of STM32 MIPI DSI controller driverYannick Fertré3-0/+500
2019-10-13video: stm32: stm32_ltdc: add bridge to display controllerYannick Fertré1-60/+83
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-8/+3
2018-03-19video: stm32: stm32_ltdc: set the blending factoryannick fertre1-6/+35
2018-03-19video: stm32: stm32_ltdc: missing set of line interrupt positionyannick fertre1-0/+2
2018-03-19video: stm32: stm32_ltdc: set rate of the pixel clockyannick fertre1-23/+29
2018-03-19video: stm32: stm32_ltdc: update file header & footeryannick fertre1-9/+8
2018-03-19video: stm32: stm32_ltdc: add resetyannick fertre1-0/+11
2017-09-12video: add STM32 LTDC display controllerPhilippe CORNU3-0/+460