summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2018-07-092-2/+13
|\
| * video: backlight: add slew time parameterLucas Stach2018-06-212-2/+13
* | video: Port RAVE SP backlight driver from Linux kernelAndrey Smirnov2018-06-213-0/+81
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-05-091-1/+0
|\
| * video: tc358767: don't link AUX i2c adapter to parent OF nodeLucas Stach2018-04-251-1/+0
* | video: IPUv3-LDB: demote dual-channel message to info levelLucas Stach2018-04-091-1/+1
* | fb: reject enable request when framebuffer has no modeLucas Stach2018-04-091-0/+3
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-04-061-4/+4
|\
| * video: tc358767: register aux i2c bus after validating linkAndrey Gusakov2018-03-121-4/+4
* | Merge branch 'for-next/imx'Sascha Hauer2018-04-061-0/+1
|\ \
| * | video: tc358767: set num_modes=0 if no valid mode foundAndrey Gusakov2018-03-261-0/+1
| |/
* / rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
|/
* atmel_lcdfb: introduce driver dataSam Ravnborg2018-01-173-25/+63
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-262-4/+0
* atmel_lcdfb: add DT supportSam Ravnborg2017-09-062-4/+138
* atmel_lcdfb: move pdata init to a separate functionSam Ravnborg2017-09-061-24/+41
* atmel_lcdfb: define power_control gpio in platform_dataSam Ravnborg2017-09-062-6/+57
* atmel_lcdfb: move lcd_wiring_mode, have_intensity_bit to local dataSam Ravnborg2017-09-062-4/+7
* atmel_lcdfb: move dmacon, lcdcon2 to local dataSam Ravnborg2017-09-064-8/+8
* Merge branch 'for-next/tc358767'Lucas Stach2017-07-311-50/+179
|\
| * video: tc358767: accept any hsync and vsync polatiryAndrey Gusakov2017-07-061-6/+7
| * video: tc358767: filter out modes with too high pixelclockAndrey Gusakov2017-07-061-0/+83
| * video: tc358767: optimize DPCD register writeAndrey Gusakov2017-07-061-11/+13
| * video: tc358767: optimize aux i2c bus checksAndrey Gusakov2017-07-061-11/+2
| * video: tc358767: support newer DPCD revisions and higher data ratesAndrey Gusakov2017-07-061-4/+16
| * video: tc358767: do not fail if sink supports more than 2 lanesAndrey Gusakov2017-07-061-5/+31
| * video: tc358767: fix AUXDATAn registers access during writeAndrey Gusakov2017-07-061-2/+2
| * video: tc358767: fix timing calculationAndrey Gusakov2017-07-061-10/+13
| * video: tc358767: fix DP0_MISC register setAndrey Gusakov2017-07-061-2/+2
| * video: tc358767: fix EDID read for DP displaysAndrey Gusakov2017-07-061-5/+16
* | Merge branch 'for-next/misc'Lucas Stach2017-07-313-14/+58
|\ \
| * | video/ssd1307fb: add support for VBATBastian Stender2017-07-301-0/+24
| * | video: IPUv3-LDB: fix dual-channel modeLucas Stach2017-07-201-13/+33
| * | video: tc358767: demote ASSR enable failure to debug levelLucas Stach2017-07-201-1/+1
| |/
* / atmel_lcdfb: fix so the correct guard_time is usedSam Ravnborg2017-07-202-1/+2
|/
* video: select OFTREE from DRIVER_VIDEO_IMX_IPUV3Lucas Stach2017-05-171-0/+1
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-053-3/+3
|\
| * param: make parameter functions more consistentSascha Hauer2017-04-113-3/+3
* | drivers: video: drop unused of_display_timings_exist()Antony Pavlov2017-04-281-19/+0
|/
* Merge branch 'for-next/ofpart'Sascha Hauer2017-04-071-8/+4
|\
| * treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-8/+4
* | Merge branch 'for-next/misc'Sascha Hauer2017-04-071-1/+1
|\ \
| * | video: edid.c: fix "no previous prototype" warningAntony Pavlov2017-03-301-1/+1
| |/
* | video: ipu: register framebuffer, even when no modes are foundSascha Hauer2017-04-031-3/+1
* | video: ipu: convert "failed to get modes" message to dev_dbgSascha Hauer2017-04-031-1/+1
|/
* Merge branch 'for-next/video'Sascha Hauer2017-03-135-22/+682
|\
| * video: make enable/disable ops optionalJean-Christophe PLAGNIOL-VILLARD2017-03-101-2/+4
| * video: call fb_[en|dis]able instead of fops directlySascha Hauer2017-03-101-3/+5
| * video: add support for Solomon SSD1307 OLED controller familyBastian Stender2017-03-063-0/+572
| * fb: introduce flush for virtual framebufferBastian Stender2017-02-282-0/+29