index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
fbdev: sh_mobile_meram: Don't perform update in register operation
Laurent Pinchart
2012-03-12
2
-16
/
+7
*
fbdev: sh_mobile_lcdc: Don't store copy of platform data
Laurent Pinchart
2012-03-12
2
-37
/
+37
*
fbdev: sh_mobile_meram: Allocate ICBs automatically
Laurent Pinchart
2012-03-12
3
-175
/
+199
*
fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocation
Laurent Pinchart
2012-03-12
2
-42
/
+71
*
fbdev: sh_mobile_meram: Divide the code into sections
Laurent Pinchart
2012-03-12
1
-54
/
+44
*
fbdev: sh_mobile_meram: Don't inline everything
Laurent Pinchart
2012-03-12
1
-15
/
+15
*
fbdev: sh_mobile_meram: Add struct sh_mobile_meram_icb
Laurent Pinchart
2012-03-12
1
-88
/
+90
*
fbdev: sh_mobile_meram: Make current_reg field store the current reg set
Laurent Pinchart
2012-03-12
1
-1
/
+1
*
fbdev: sh_mobile_meram: Make variables unsigned where applicable
Laurent Pinchart
2012-03-12
1
-37
/
+43
*
fbdev: sh_mobile_meram: Add _cfg suffix to struct sh_mobile_meram_icb
Laurent Pinchart
2012-03-12
1
-5
/
+5
*
fbdev: sh_mobile_meram: Request memory regions for memory resources
Laurent Pinchart
2012-03-12
1
-16
/
+37
*
fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsync
Laurent Pinchart
2012-03-12
1
-24
/
+23
*
fbdev: sh_mobile_lcdc: Store configuration in channel structure
Laurent Pinchart
2012-03-12
2
-56
/
+61
*
fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functions
Laurent Pinchart
2012-03-12
1
-2
/
+3
*
fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanup
Laurent Pinchart
2012-03-12
2
-128
/
+159
*
fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chan
Laurent Pinchart
2012-03-12
2
-12
/
+13
*
fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() function
Laurent Pinchart
2012-03-12
1
-72
/
+102
*
fbdev: sh_mobile_lcdc: Reorganize the sh_mobile_lcdc_chan structure
Laurent Pinchart
2012-03-12
1
-16
/
+23
*
fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modes
Laurent Pinchart
2012-03-12
2
-29
/
+29
*
fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomode
Laurent Pinchart
2012-03-12
2
-36
/
+44
*
fbdev: sh_mobile_hdmi: Don't access LCDC fb_info
Laurent Pinchart
2012-03-12
3
-31
/
+28
*
fbdev: sh_mobile_hdmi: Don't set sh_hdmi::mode in the display on handler
Laurent Pinchart
2012-03-12
1
-7
/
+1
*
fbdev: sh_mobile_lcdc: Pass a video mode to the notify callback
Laurent Pinchart
2012-03-12
3
-50
/
+48
*
sh_mobile_hdmi: Use LCDC notification callback
Laurent Pinchart
2012-03-12
1
-77
/
+14
*
sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chan
Laurent Pinchart
2012-03-12
2
-0
/
+94
*
fbdev: sh_mobile_lcdc: Return display connection state in display_on
Laurent Pinchart
2012-03-12
4
-6
/
+16
*
fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operation
Laurent Pinchart
2012-03-12
4
-13
/
+6
*
sh_mobile_hdmi: Use sh_mobile_lcdc_entity::channel to access fb_info
Laurent Pinchart
2012-03-12
1
-68
/
+12
*
sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entity
Laurent Pinchart
2012-03-12
2
-1
/
+6
*
fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfg
Laurent Pinchart
2012-03-12
1
-18
/
+17
*
fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_info
Laurent Pinchart
2012-03-12
1
-4
/
+2
*
fbdev: sh_mobile_lcdc: Remove board configuration board_data field
Laurent Pinchart
2012-03-12
1
-9
/
+7
*
fbdev: sh_mobile_lcdc: Remove board configuration owner field
Laurent Pinchart
2012-03-12
1
-6
/
+2
*
fbdev: sh_mobile_hdmi: Don't hook up into board_cfg display operations
Laurent Pinchart
2012-03-12
1
-31
/
+6
*
fbdev: sh_mipi_dsi: Don't hook up into board_cfg display operations
Laurent Pinchart
2012-03-12
1
-51
/
+5
*
fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directly
Laurent Pinchart
2012-03-12
2
-5
/
+28
*
fbdev: sh_mipi_dsi: Implement sh_mobile_lcdc_entity interface
Laurent Pinchart
2012-03-12
1
-15
/
+51
*
fbdev: sh_mobile_hdmi: Implement sh_mobile_lcdc_entity interface
Laurent Pinchart
2012-03-12
1
-8
/
+31
*
fbdev: sh_mobile_lcdc: Add sh_mobile_lcdc_entity definition
Laurent Pinchart
2012-03-12
1
-2
/
+16
*
sh_mobile_hdmi: Remove platform data lcd_dev field
Laurent Pinchart
2012-03-12
1
-12
/
+5
*
fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callback
Laurent Pinchart
2012-03-12
1
-4
/
+4
*
fbdev: sh_mobile_lcdc: Create functions to turn the display on/off
Laurent Pinchart
2012-03-12
1
-25
/
+28
*
fbdev: sh_mobile_lcdc: Don't pass struct device around
Laurent Pinchart
2012-03-12
1
-20
/
+21
*
fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()
Laurent Pinchart
2012-03-12
1
-18
/
+16
*
fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)
Laurent Pinchart
2012-03-12
1
-2
/
+2
*
fbdev: sh_mobile_lcdc: Reorder code into sections
Laurent Pinchart
2012-03-12
1
-190
/
+231
*
video:uvesafb: notice user when we failed to save hardware state
Wang YanQing
2012-03-08
1
-3
/
+11
*
video:uvesafb: Fix oops that uvesafb try to execute NX-protected page
Wang YanQing
2012-03-08
1
-2
/
+10
*
udlfb: Fix invalid return codes in edid sysfs entry store function
Olivier Sobrie
2012-03-08
1
-8
/
+11
*
video: s3c-fb: Add support EXYNOS5 FIMD
Jingoo Han
2012-03-06
1
-5
/
+47
[next]