summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fbdev: da8xx: add support for SP10Q010 displayAnatolij Gustschin2012-03-192-1/+38
* fbdev: da8xx:: fix reporting of the display timing infoAnatolij Gustschin2012-03-191-0/+4
* Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev...Florian Tobias Schandinat2012-03-1325-1139/+936
|\
| * viafb: avoid refresh and mode lookup in set_parFlorian Tobias Schandinat2012-03-081-18/+14
| * viafb: modetable conversionFlorian Tobias Schandinat2012-03-087-1035/+120
| * viafb: LCD bpp cleanupFlorian Tobias Schandinat2012-03-045-30/+12
| * viafb: Fix bug in centering codeFlorian Tobias Schandinat2012-02-211-1/+1
| * viafb: another workaround for OLPCs weird wiringFlorian Tobias Schandinat2012-02-211-2/+4
| * viafb: NULL dereference on allocation failure in query_edid()Dan Carpenter2012-02-171-2/+5
| * Merge branch 'viafb-aux' into viafb-nextFlorian Tobias Schandinat2012-02-1515-10/+736
| |\
| | * viafb: add initial EDID supportFlorian Tobias Schandinat2012-02-134-8/+103
| | * viafb: fix I2C emulation on GPIO portsFlorian Tobias Schandinat2012-02-121-2/+8
| | * viafb: add auxiliary device management infrastructureFlorian Tobias Schandinat2012-02-1014-1/+626
| * | viafb: make SAMM to also work on LCDFlorian Tobias Schandinat2012-02-124-28/+22
| * | viafb: make single framebuffer multiple adapter mode workFlorian Tobias Schandinat2012-02-104-22/+30
| * | viafb: fill xres and yresFlorian Tobias Schandinat2012-02-101-1/+2
| * | viafb: set correct polarity for second adapterFlorian Tobias Schandinat2012-02-101-7/+7
| |/
* | Merge branch 'for-next' of git://linuxtv.org/pinchartl/fbdev into fbdev-nextFlorian Tobias Schandinat2012-03-136-1152/+1297
|\ \
| * | fbdev: sh_mobile_meram: Implement system suspend/resumeLaurent Pinchart2012-03-121-6/+5
| * | fbdev: sh_mobile_meram: Remove unneeded sanity checksLaurent Pinchart2012-03-122-30/+7
| * | fbdev: sh_mobile_meram: Don't perform update in register operationLaurent Pinchart2012-03-122-16/+7
| * | fbdev: sh_mobile_lcdc: Don't store copy of platform dataLaurent Pinchart2012-03-122-37/+37
| * | fbdev: sh_mobile_meram: Allocate ICBs automaticallyLaurent Pinchart2012-03-123-175/+199
| * | fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocationLaurent Pinchart2012-03-122-42/+71
| * | fbdev: sh_mobile_meram: Divide the code into sectionsLaurent Pinchart2012-03-121-54/+44
| * | fbdev: sh_mobile_meram: Don't inline everythingLaurent Pinchart2012-03-121-15/+15
| * | fbdev: sh_mobile_meram: Add struct sh_mobile_meram_icbLaurent Pinchart2012-03-121-88/+90
| * | fbdev: sh_mobile_meram: Make current_reg field store the current reg setLaurent Pinchart2012-03-121-1/+1
| * | fbdev: sh_mobile_meram: Make variables unsigned where applicableLaurent Pinchart2012-03-121-37/+43
| * | fbdev: sh_mobile_meram: Add _cfg suffix to struct sh_mobile_meram_icbLaurent Pinchart2012-03-121-5/+5
| * | fbdev: sh_mobile_meram: Request memory regions for memory resourcesLaurent Pinchart2012-03-121-16/+37
| * | fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsyncLaurent Pinchart2012-03-121-24/+23
| * | fbdev: sh_mobile_lcdc: Store configuration in channel structureLaurent Pinchart2012-03-122-56/+61
| * | fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functionsLaurent Pinchart2012-03-121-2/+3
| * | fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanupLaurent Pinchart2012-03-122-128/+159
| * | fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chanLaurent Pinchart2012-03-122-12/+13
| * | fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() functionLaurent Pinchart2012-03-121-72/+102
| * | fbdev: sh_mobile_lcdc: Reorganize the sh_mobile_lcdc_chan structureLaurent Pinchart2012-03-121-16/+23
| * | fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modesLaurent Pinchart2012-03-122-29/+29
| * | fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomodeLaurent Pinchart2012-03-122-36/+44
| * | fbdev: sh_mobile_hdmi: Don't access LCDC fb_infoLaurent Pinchart2012-03-123-31/+28
| * | fbdev: sh_mobile_hdmi: Don't set sh_hdmi::mode in the display on handlerLaurent Pinchart2012-03-121-7/+1
| * | fbdev: sh_mobile_lcdc: Pass a video mode to the notify callbackLaurent Pinchart2012-03-123-50/+48
| * | sh_mobile_hdmi: Use LCDC notification callbackLaurent Pinchart2012-03-121-77/+14
| * | sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chanLaurent Pinchart2012-03-122-0/+94
| * | fbdev: sh_mobile_lcdc: Return display connection state in display_onLaurent Pinchart2012-03-124-6/+16
| * | fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operationLaurent Pinchart2012-03-124-13/+6
| * | sh_mobile_hdmi: Use sh_mobile_lcdc_entity::channel to access fb_infoLaurent Pinchart2012-03-121-68/+12
| * | sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entityLaurent Pinchart2012-03-122-1/+6
| * | fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfgLaurent Pinchart2012-03-121-18/+17