summaryrefslogtreecommitdiff
path: root/drivers/video/tegra.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-201-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* tegra: video: Always use write-through cache on LCDSimon Glass2016-07-051-18/+3
* video: tegra: Move to using simple-panel and pwm-backlightSimon Glass2016-07-051-263/+49
* video: tegra: refuse to bind to disabled dcsStephen Warren2016-05-171-0/+7
* tegra: video: Move LCD driver to use the DM PWM driverSimon Glass2016-02-161-4/+16
* tegra: video: Move all fdt-decoding into a single functionSimon Glass2016-02-161-159/+105
* tegra: video: Move LCD enums into the driverSimon Glass2016-02-161-0/+20
* tegra: video: Remove the static variablesSimon Glass2016-02-161-16/+15
* tegra: video: Convert tegra20 LCD driver to driver modelSimon Glass2016-02-161-213/+172
* tegra: video: Merge the two config structures togetherSimon Glass2016-02-161-19/+53
* tegra: video: Move the check for CONFIG_OF_CONTROL to KconfigSimon Glass2016-02-161-4/+0
* tegra: video: Merge the display driver into one fileSimon Glass2016-02-161-0/+396
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-061-1/+1
* dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-34/+20
* ARM: tegra: Tegra20 pinmux cleanupStephen Warren2014-04-171-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* common/lcd.c: remove global lcd_baseJeroen Hofstee2013-03-211-5/+1
* common/lcd.c: cleanup use of global variablesJeroen Hofstee2013-03-211-6/+0
* lcd, tegra: remove unused cursor functionsJeroen Hofstee2013-03-211-52/+0
* common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-211-3/+1
* video: tegra: Update line length to match resolutionThierry Reding2013-01-161-2/+2
* tegra: Support control of cache settings for LCDSimon Glass2012-11-191-0/+11
* tegra: Add LCD driverSimon Glass2012-11-191-0/+368