summaryrefslogtreecommitdiff
path: root/drivers/video/sunxi/sunxi_dw_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-24video: sunxi: dw-hdmi: read source_id laterJernej Skrabec1-4/+2
2021-04-24video: sunxi: Remove check for ddc-i2c-bus propertyJernej Skrabec1-3/+0
2021-04-24video: sunxi: Use DW-HDMI hpd functionJernej Skrabec1-28/+6
2021-04-24video: sunxi: Add mode_valid callback to sunxi_dw_hdmiJernej Skrabec1-0/+7
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-09-21sunxi: video: HDMI: Fix LCD clock dividerMark Kettenis1-1/+1
2019-07-29video: dw_hdmi: Add support for ddc-i2c-bus propertyNiklas Schulze1-0/+3
2019-03-29sunxi: video: HDMI: Fix clock setupJernej Skrabec1-25/+37
2018-05-15sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity.Vasily Khoruzhick1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-02sunxi: video: HDMI: split VSYNC and HSYNC polarity settingsVasily Khoruzhick1-9/+5
2017-04-28sunxi: video: Add A64/H3/H5 HDMI driverJernej Skrabec1-0/+389