index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: convert API to match reset/mailbox style
Stephen Warren
2016-06-19
4
-17
/
+18
*
at91: video: Support driver-model for the LCD driver
Simon Glass
2016-06-12
1
-0
/
+91
*
at91: video: Prepare for driver-model conversion
Simon Glass
2016-06-12
1
-36
/
+70
*
Merge http://git.denx.de/u-boot-samsung
Tom Rini
2016-06-06
18
-1272
/
+1353
|
\
|
*
exynos: video: Drop old unused code
Simon Glass
2016-05-25
2
-74
/
+0
|
*
exynos: video: Convert several boards to driver model for video
Simon Glass
2016-05-25
3
-198
/
+357
|
*
exynos: video: Rename variables for driver model
Simon Glass
2016-05-25
4
-372
/
+369
|
*
exynos: video: Rename edp_device_info to exynos_dp_priv
Simon Glass
2016-05-25
3
-15
/
+15
|
*
exynos: Simplify calling of exynos_dp_phy_ctrl()
Simon Glass
2016-05-25
1
-7
/
+2
|
*
exynos: video: Combine LCD driver into one file
Simon Glass
2016-05-25
3
-406
/
+387
|
*
exynos: video: Move mipi_lcd_device_dt into a function
Simon Glass
2016-05-25
1
-8
/
+9
|
*
exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo
Simon Glass
2016-05-25
2
-16
/
+5
|
*
exynos: video: Move dsim_config_dt into a function
Simon Glass
2016-05-25
1
-18
/
+19
|
*
exynos: video: Drop static variables in exynos_dp_lowlevel.c
Simon Glass
2016-05-25
3
-285
/
+351
|
*
exynos: video: Drop static variables in exynos_fb.c
Simon Glass
2016-05-25
1
-6
/
+2
|
*
exynos: video: Drop static variables in exynos_fimd.c
Simon Glass
2016-05-25
2
-23
/
+30
|
*
exynos: video: Drop the static lcd_base_addr variable
Simon Glass
2016-05-25
3
-34
/
+15
|
*
exynos: video: Remove use of vidinfo_t typedef
Simon Glass
2016-05-25
3
-11
/
+11
|
*
exynos: video: Drop dead code
Simon Glass
2016-05-25
4
-26
/
+0
|
*
exynos: video: Move driver files into their own directory
Simon Glass
2016-05-25
15
-7
/
+15
*
|
rockchip: video: Flush the cache when the display is updated
Simon Glass
2016-05-27
1
-0
/
+1
|
/
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-05-17
1
-0
/
+7
|
\
|
*
video: tegra: refuse to bind to disabled dcs
Stephen Warren
2016-05-17
1
-0
/
+7
*
|
Merge branch 'master' of git://git.denx.de/u-boot
Stefano Babic
2016-05-17
1
-7
/
+23
|
\
\
|
|
/
|
*
drivers/video/am335x-fb: Properly point framebuffer behind palette
Martin Pietryka
2016-04-28
1
-4
/
+4
|
*
drivers/video/am335x-fb: Add support for 16bpp format
Martin Pietryka
2016-04-28
1
-3
/
+19
*
|
video: ipu_common: fix build error
Peng Fan
2016-04-28
1
-1
/
+3
|
/
*
drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definition
Martin Pietryka
2016-04-25
1
-1
/
+1
*
Revert "pxa_lcd: make driver cache-aware"
Tom Rini
2016-03-27
1
-16
/
+0
*
Revert "pxa_lcd: invert colors for Zipit Z2 to get white on black palette"
Tom Rini
2016-03-27
1
-1
/
+1
*
pxa_lcd: make driver cache-aware
Vasily Khoruzhick
2016-03-27
1
-0
/
+16
*
pxa_lcd: invert colors for Zipit Z2 to get white on black palette
Vasily Khoruzhick
2016-03-27
1
-1
/
+1
*
zipitz2: enable LCD rotation
Vasily Khoruzhick
2016-03-27
1
-0
/
+1
*
bcm2835 video: Map fb as cached
Alexander Graf
2016-03-27
1
-0
/
+9
*
sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface s...
Lawrence Yu
2016-03-23
1
-0
/
+4
*
x86: broadwell: Add video support
Simon Glass
2016-03-17
4
-1
/
+1174
*
video: Allow simple-panel to be used without regulators
Simon Glass
2016-03-17
1
-8
/
+10
*
x86: Move asm/arch-coreboot/tables.h to a common place
Bin Meng
2016-03-17
1
-1
/
+0
*
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2016-03-15
5
-22
/
+326
|
\
|
*
video: ipu: avoid overflow issue
Peng Fan
2016-03-14
1
-19
/
+54
|
*
rockchip: video: Add LVDS support in vop driver
Jacob Chen
2016-03-14
1
-2
/
+14
|
*
rockchip: video: Add a display driver for rockchip LVDS
Jacob Chen
2016-03-14
2
-1
/
+255
|
*
dm: video: Add a operation to display uclass
Jacob Chen
2016-03-14
1
-0
/
+3
*
|
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-03-14
1
-4
/
+2
|
/
*
video: Add S3C24xx framebuffer support
Marek Vasut
2016-02-22
3
-1
/
+174
*
video: freetype: Fix a memory leak with a bad parameter
Simon Glass
2016-02-22
1
-1
/
+4
*
video: truetype: Fix a memory leak on error
Simon Glass
2016-02-22
1
-0
/
+1
*
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
[next]