aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/tegra.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
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