summaryrefslogtreecommitdiff
path: root/drivers/video/simple_panel.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22video: simple_panel: use regulator_set_enable_if_allowedSvyatoslav Ryhel1-5/+5
2023-04-08Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custod...Tom Rini1-2/+2
2023-04-08video: simple-panel: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut1-2/+2
2023-04-07simple_panel: support simple MIPI DSI panelsSvyatoslav Ryhel1-4/+33
2023-04-07simple_panel: add support for get_display_timingSvyatoslav Ryhel1-0/+10
2023-02-04drivers: video: simple_panel: make simple panel independent of backlightNikhil M Jain1-2/+5
2021-02-19video: simple_panel: Add boe,nv101wxmn51 displayAlper Nebi Yasak1-0/+1
2021-02-19video: simple_panel: Add sharp,lq123p1jx31 displayAlper Nebi Yasak1-0/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-26video: simple_panel: add boe,nv140fhmn49 displayPeter Robinson1-0/+1
2019-07-29video, simple_panel: add lg,lb070wv8 displayHeiko Schocher1-0/+1
2018-10-09panel: Expand the backlight supportSimon Glass1-2/+18
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-11video: simple-panel: Add a little more debuggingSimon Glass1-0/+2
2016-10-10simple panel: fix spelling of debug messageMarcel Ziswiler1-1/+1
2016-05-25exynos: video: Convert several boards to driver model for videoSimon Glass1-0/+2
2016-03-17video: Allow simple-panel to be used without regulatorsSimon Glass1-8/+10
2016-02-16tegra: nyan-big: Move the LCD driver to driver modelSimon Glass1-0/+1
2016-01-21video: panel: Add a simple panel driverSimon Glass1-0/+99