summaryrefslogtreecommitdiffstats
path: root/drivers/video/tc358767.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+1
* Merge branch 'for-next/asm-io'Sascha Hauer2021-02-221-2/+1
|\
| * printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-041-2/+1
* | treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
|/
* i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-7/+1
* video: tc358767: don't link AUX i2c adapter to parent OF nodeLucas Stach2018-04-251-1/+0
* 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
* | video: tc358767: set num_modes=0 if no valid mode foundAndrey Gusakov2018-03-261-0/+1
|/
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
* 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
* | video: tc358767: demote ASSR enable failure to debug levelLucas Stach2017-07-201-1/+1
|/
* video: tc358767: add copyright linesAndrey Gusakov2017-01-201-0/+2
* video: tc358767: add eDP video encoder driverAndrey Gusakov2016-08-251-0/+1313