aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/sunxi
AgeCommit message (Expand)AuthorFilesLines
2022-03-28video: Drop video_fb headerSimon Glass1-1/+0
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini1-4/+3
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek BehĂșn1-4/+3
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland1-17/+38
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland1-5/+5
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2-2/+0
2021-04-24video: sunxi: de2: switch to public uclass functionsJernej Skrabec1-19/+10
2021-04-24video: sunxi: dw-hdmi: read source_id laterJernej Skrabec1-4/+2
2021-04-24video: sunxi: Remove TV probe from DE2Jernej Skrabec1-14/+1
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-04-16sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec1-1/+1
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki1-115/+153
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass3-3/+3
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle2-7/+5
2020-04-18sunxi: display: use common video_ctfb_mode_to_display_timing()Giulio Benetti1-31/+2
2020-04-10video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default ...Bin Meng1-2/+2
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass2-0/+2
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-28sunxi: video: HDMI: Fix clock setupJernej Skrabec1-25/+37
2019-02-15sunxi: display: Implement fallback to ddc probe when hpd failsPriit Laes1-7/+21
2019-02-15sunxi: display: Move DDC PLL setup to HDMI initPriit Laes1-7/+7
2018-11-13sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCDIcenowy Zheng1-8/+14
2018-10-24sunxi: display: Mark sunxi_rgb2yuv_coef array as constPriit Laes1-1/+1
2018-07-31video: sunxi: de2: fix SimpleFB node creation when DE2 not probedIcenowy Zheng1-0/+3
2018-06-03video: sunxi: de2: Reserve the fb region in the EFI memory mapEmmanuel Vadot1-0/+8
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 Rini9-19/+9
2018-03-09sunxi: video: mark framebuffer as EFI reserved memoryHeinrich Schuchardt1-0/+8
2018-01-22sunxi: Fix display timing flagsGiulio Benetti1-0/+2
2017-12-02sunxi: video: HDMI: split VSYNC and HSYNC polarity settingsVasily Khoruzhick1-9/+5
2017-12-02video: sunxi: de2: add support for LCD SimpleFBIcenowy Zheng1-1/+10
2017-11-06video: sunxi: de2: fix SimpleFB node creation when HDMI not initializedIcenowy Zheng1-5/+11
2017-10-27sunxi: video: add LCD support to DE2 driverVasily Khoruzhick3-1/+170
2017-10-27sunxi: video: split out PLL configuration codeVasily Khoruzhick2-116/+129
2017-10-26sunxi: setup simplefb for Allwinner DE2Icenowy Zheng2-1/+73
2017-10-26video: sunxi: extract simplefb match code to a new fileIcenowy Zheng4-12/+55