summaryrefslogtreecommitdiff
path: root/drivers/video/tegra.c
Commit message (Expand)AuthorAgeLines
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-1/+1
* tegra: video: Always use write-through cache on LCDSimon Glass2016-07-05-18/+3
* video: tegra: Move to using simple-panel and pwm-backlightSimon Glass2016-07-05-263/+49
* video: tegra: refuse to bind to disabled dcsStephen Warren2016-05-17-0/+7
* tegra: video: Move LCD driver to use the DM PWM driverSimon Glass2016-02-16-4/+16
* tegra: video: Move all fdt-decoding into a single functionSimon Glass2016-02-16-159/+105
* tegra: video: Move LCD enums into the driverSimon Glass2016-02-16-0/+20
* tegra: video: Remove the static variablesSimon Glass2016-02-16-16/+15
* tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass2016-02-16-213/+172
* tegra: video: Merge the two config structures togetherSimon Glass2016-02-16-19/+53
* tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2016-02-16-4/+0
* tegra: video: Merge the display driver into one fileSimon Glass2016-02-16-0/+396
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-1/+1
* lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-06-1/+1
* dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-34/+20
* ARM: tegra: Tegra20 pinmux cleanupStephen Warren2014-04-17-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-21-5/+1
* common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-21-6/+0
* lcd, tegra: remove unused cursor functionsJeroen Hofstee2013-03-21-52/+0
* common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-21-3/+1
* video: tegra: Update line length to match resolutionThierry Reding2013-01-16-2/+2
* tegra: Support control of cache settings for LCDSimon Glass2012-11-19-0/+11
* tegra: Add LCD driverSimon Glass2012-11-19-0/+368