| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat() | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() | Masahiro Yamada | 2020-07-25 | 1 | -1/+1 |
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini | 2020-07-24 | 1 | -1/+1 |
* | treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() | Masahiro Yamada | 2020-07-20 | 1 | -1/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop part.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -1/+1 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -2/+2 |
* | Various, unrelated tree-wide typo fixes. | Robert P. J. Day | 2016-07-16 | 1 | -1/+1 |
* | tegra: video: Always use write-through cache on LCD | Simon Glass | 2016-07-05 | 1 | -18/+3 |
* | video: tegra: Move to using simple-panel and pwm-backlight | Simon Glass | 2016-07-05 | 1 | -263/+49 |
* | video: tegra: refuse to bind to disabled dcs | Stephen Warren | 2016-05-17 | 1 | -0/+7 |
* | tegra: video: Move LCD driver to use the DM PWM driver | Simon Glass | 2016-02-16 | 1 | -4/+16 |
* | tegra: video: Move all fdt-decoding into a single function | Simon Glass | 2016-02-16 | 1 | -159/+105 |
* | tegra: video: Move LCD enums into the driver | Simon Glass | 2016-02-16 | 1 | -0/+20 |
* | tegra: video: Remove the static variables | Simon Glass | 2016-02-16 | 1 | -16/+15 |
* | tegra: video: Convert tegra20 LCD driver to driver model | Simon Glass | 2016-02-16 | 1 | -213/+172 |
* | tegra: video: Merge the two config structures together | Simon Glass | 2016-02-16 | 1 | -19/+53 |
* | tegra: video: Move the check for CONFIG_OF_CONTROL to Kconfig | Simon Glass | 2016-02-16 | 1 | -4/+0 |
* | tegra: video: Merge the display driver into one file | Simon Glass | 2016-02-16 | 1 | -0/+396 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | 1 | -1/+1 |
* | lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type | York Sun | 2015-08-06 | 1 | -1/+1 |
* | dm: tegra: video: Remove use of fdtdec GPIO support | Simon Glass | 2015-01-29 | 1 | -34/+20 |
* | ARM: tegra: Tegra20 pinmux cleanup | Stephen Warren | 2014-04-17 | 1 | -2/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | common/lcd.c: remove global lcd_base | Jeroen Hofstee | 2013-03-21 | 1 | -5/+1 |
* | common/lcd.c: cleanup use of global variables | Jeroen Hofstee | 2013-03-21 | 1 | -6/+0 |
* | lcd, tegra: remove unused cursor functions | Jeroen Hofstee | 2013-03-21 | 1 | -52/+0 |
* | common/lcd.c: cleanup use of global variables | Wolfgang Denk | 2013-03-21 | 1 | -3/+1 |
* | video: tegra: Update line length to match resolution | Thierry Reding | 2013-01-16 | 1 | -2/+2 |
* | tegra: Support control of cache settings for LCD | Simon Glass | 2012-11-19 | 1 | -0/+11 |
* | tegra: Add LCD driver | Simon Glass | 2012-11-19 | 1 | -0/+368 |