summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* treewide: surround Kconfig file paths with double quotesMasahiro Yamada2019-03-211-1/+1
* drivers: video: Fix parsing oftree timingsAlexander Shiyan2019-03-181-8/+7
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* Merge branch 'for-next/misc'Sascha Hauer2019-01-151-2/+5
|\
| * video: mtl017: fix driver name variableSam Ravnborg2019-01-041-2/+2
| * video: mtl017: Make sure errno is not used as a regulator pointerAndrey Smirnov2018-12-171-0/+3
* | backlight: rave-sp: init all brightness to default levelLucas Stach2018-12-131-1/+1
|/
* Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-071-1/+1
|\
| * video: vpl: make locally used function staticSascha Hauer2018-11-121-1/+1
* | Merge branch 'for-next/imx'Sascha Hauer2018-12-072-1/+2
|\ \
| * | video: ipuv3: use non-fractional clock for parallel displayLucas Stach2018-11-191-1/+1
| * | video: ipuv3: use closest fractional dividerLucas Stach2018-11-191-0/+1
| |/
* / video/ssd1307fb: fix potential memory leak on errorOleksij Rempel2018-11-191-2/+5
|/
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-092-2/+2
|\
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-182-2/+2
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-091-1/+1
|\ \
| * | video: imx-ipu-v3: Make locally used function staticSascha Hauer2018-10-181-1/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2018-11-094-25/+4
|\ \
| * | i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-193-25/+3
| * | rave-sp: backlight: Specify parent device correctlyAndrey Smirnov2018-10-161-0/+1
| |/
* / ARM: at91: remove mach/io.hSascha Hauer2018-11-062-2/+0
|/
* 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