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