index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/ast: Set up release action right after enabling MMIO
Thomas Zimmermann
2023-06-27
1
-19
/
+19
*
drm/ast: Enable and unlock device access early during init
Thomas Zimmermann
2023-06-27
4
-39
/
+30
*
drm/ast: Set PCI config before accessing I/O registers
Thomas Zimmermann
2023-06-27
3
-7
/
+21
*
drm/ast: Remove device POSTing and config from chip detection
Thomas Zimmermann
2023-06-27
1
-27
/
+25
*
drm/ast: Remove dead else branch in POST code
Thomas Zimmermann
2023-06-27
1
-9
/
+3
*
drm/ast: Implement register helpers in ast_drv.h
Thomas Zimmermann
2023-06-27
2
-38
/
+24
*
drm/ast: Remove vga2_clone field
Thomas Zimmermann
2023-06-27
2
-2
/
+0
*
drm/ast: Fix DRAM init on AST2200
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
drm/ttm: Don't shadow the operation context
Thomas Hellström
2023-06-27
1
-2
/
+1
*
fbdev: Make support for userspace interfaces configurable
Thomas Zimmermann
2023-06-27
7
-4
/
+72
*
fbdev/core: Rework fb init code
Thomas Zimmermann
2023-06-27
4
-33
/
+22
*
fbdev/core: Move file-I/O code into separate file
Thomas Zimmermann
2023-06-27
4
-473
/
+498
*
fbdev/core: Move procfs code to separate file
Thomas Zimmermann
2023-06-27
4
-43
/
+80
*
fbdev/core: Add fb_device_{create,destroy}()
Thomas Zimmermann
2023-06-27
4
-22
/
+52
*
fbdev/core: Move framebuffer and backlight helpers into separate files
Thomas Zimmermann
2023-06-27
4
-110
/
+115
*
fbdev/core: Pass Linux device to pm_vt_switch_*() functions
Thomas Zimmermann
2023-06-27
1
-3
/
+3
*
fbdev/tdfxfb: Set i2c adapter parent to hardware device
Thomas Zimmermann
2023-06-27
1
-2
/
+2
*
fbdev/smscufx: Detect registered fb_info from refcount
Thomas Zimmermann
2023-06-27
1
-2
/
+2
*
fbdev/sm501fb: Output message with fb_err()
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/sh7760fb: Use hardware device with dev_() output during probe
Thomas Zimmermann
2023-06-27
1
-3
/
+3
*
fbdev/sh7760fb: Alloc DMA memory from hardware device
Thomas Zimmermann
2023-06-27
1
-4
/
+4
*
fbdev/sh7760fb: Output messages with fb_dbg()
Thomas Zimmermann
2023-06-27
1
-13
/
+13
*
fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
Thomas Zimmermann
2023-06-27
1
-5
/
+5
*
fbdev/rivafb: Use hardware device as backlight parent
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
2023-06-27
1
-4
/
+4
*
fbdev/radeonfb: Use hardware device as backlight parent
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/radeonfb: Reorder backlight and framebuffer cleanup
Thomas Zimmermann
2023-06-27
1
-2
/
+1
*
fbdev/pxa168fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/nvidiafb: Use hardware device as backlight parent
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
2023-06-27
1
-4
/
+4
*
fbdev/metronomefb: Use hardware device for dev_err()
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/mb862xxfb: Output messages with fb_dbg()
Thomas Zimmermann
2023-06-27
1
-5
/
+4
*
fbdev/fsl-diu-fb: Output messages with fb_*() helpers
Thomas Zimmermann
2023-06-27
1
-13
/
+13
*
fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
2023-06-27
1
-1
/
+0
*
fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
Thomas Zimmermann
2023-06-27
1
-6
/
+6
*
fbdev/ep93xx-fb: Alloc DMA memory from hardware device
Thomas Zimmermann
2023-06-27
1
-4
/
+4
*
fbdev/broadsheetfb: Call device_remove_file() with hardware device
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/aty128fb: Use hardware device as backlight parent
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
2023-06-27
1
-5
/
+5
*
fbdev/atyfb: Use hardware device as backlight parent
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
2023-06-27
1
-7
/
+9
*
backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'
Thomas Zimmermann
2023-06-27
3
-3
/
+3
*
backlight/lv5207lp: Compare against struct fb_info.device
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
backlight/gpio_backlight: Rename field 'fbdev' to 'dev'
Thomas Zimmermann
2023-06-27
3
-5
/
+5
*
backlight/gpio_backlight: Compare against struct fb_info.device
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'
Thomas Zimmermann
2023-06-27
2
-2
/
+2
*
backlight/bd6107: Compare against struct fb_info.device
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
drm/bridge: dw-hdmi: remove dead code and fix indentation
Adrián Larumbe
2023-06-27
1
-18
/
+4
*
drm/bridge: dw-hdmi: truly enforce 420-only formats when drm mode demands it
Adrián Larumbe
2023-06-27
1
-3
/
+4
*
drm/bridge: dw-hdmi: change YUV420 selection logic at clock setup
Adrián Larumbe
2023-06-27
3
-2
/
+10
[prev]
[next]