index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fbdev: da8xx: add support for SP10Q010 display
Anatolij Gustschin
2012-03-19
2
-1
/
+38
*
fbdev: da8xx:: fix reporting of the display timing info
Anatolij Gustschin
2012-03-19
1
-0
/
+4
*
Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev...
Florian Tobias Schandinat
2012-03-14
25
-1139
/
+936
|
\
|
*
viafb: avoid refresh and mode lookup in set_par
Florian Tobias Schandinat
2012-03-08
1
-18
/
+14
|
*
viafb: modetable conversion
Florian Tobias Schandinat
2012-03-08
7
-1035
/
+120
|
*
viafb: LCD bpp cleanup
Florian Tobias Schandinat
2012-03-04
5
-30
/
+12
|
*
viafb: Fix bug in centering code
Florian Tobias Schandinat
2012-02-21
1
-1
/
+1
|
*
viafb: another workaround for OLPCs weird wiring
Florian Tobias Schandinat
2012-02-21
1
-2
/
+4
|
*
viafb: NULL dereference on allocation failure in query_edid()
Dan Carpenter
2012-02-17
1
-2
/
+5
|
*
Merge branch 'viafb-aux' into viafb-next
Florian Tobias Schandinat
2012-02-15
15
-10
/
+736
|
|
\
|
|
*
viafb: add initial EDID support
Florian Tobias Schandinat
2012-02-13
4
-8
/
+103
|
|
*
viafb: fix I2C emulation on GPIO ports
Florian Tobias Schandinat
2012-02-12
1
-2
/
+8
|
|
*
viafb: add auxiliary device management infrastructure
Florian Tobias Schandinat
2012-02-10
14
-1
/
+626
|
*
|
viafb: make SAMM to also work on LCD
Florian Tobias Schandinat
2012-02-12
4
-28
/
+22
|
*
|
viafb: make single framebuffer multiple adapter mode work
Florian Tobias Schandinat
2012-02-10
4
-22
/
+30
|
*
|
viafb: fill xres and yres
Florian Tobias Schandinat
2012-02-10
1
-1
/
+2
|
*
|
viafb: set correct polarity for second adapter
Florian Tobias Schandinat
2012-02-10
1
-7
/
+7
|
|
/
*
|
Merge branch 'for-next' of git://linuxtv.org/pinchartl/fbdev into fbdev-next
Florian Tobias Schandinat
2012-03-14
6
-1152
/
+1297
|
\
\
|
*
|
fbdev: sh_mobile_meram: Implement system suspend/resume
Laurent Pinchart
2012-03-12
1
-6
/
+5
|
*
|
fbdev: sh_mobile_meram: Remove unneeded sanity checks
Laurent Pinchart
2012-03-12
2
-30
/
+7
|
*
|
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
[next]