aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
...
| | * | | | | OMAPDSS: HDMI: Correct source of the pixel clock in ACR calculationRicardo Neri2012-01-25
| | * | | | | OMAPDSS: HDMI: remove duplicate code and mode parameterMythri P K2012-01-25
| | * | | | | OMAPDSS: HDMI: change the timing match logicMythri P K2012-01-25
| | * | | | | OMAPDSS: HDMI: update static timing tableMythri P K2012-01-25
| | * | | | | OMAPDSS: HDMI: remove duplicate video interface codeMythri P K2012-01-25
| | |/ / / /
| * | | | | fbdev: da8xx: add support for SP10Q010 displayAnatolij Gustschin2012-03-19
| * | | | | fbdev: da8xx:: fix reporting of the display timing infoAnatolij Gustschin2012-03-19
| * | | | | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev...Florian Tobias Schandinat2012-03-13
| |\ \ \ \ \
| | * | | | | viafb: avoid refresh and mode lookup in set_parFlorian Tobias Schandinat2012-03-08
| | * | | | | viafb: modetable conversionFlorian Tobias Schandinat2012-03-08
| | * | | | | viafb: LCD bpp cleanupFlorian Tobias Schandinat2012-03-04
| | * | | | | viafb: Fix bug in centering codeFlorian Tobias Schandinat2012-02-21
| | * | | | | viafb: another workaround for OLPCs weird wiringFlorian Tobias Schandinat2012-02-21
| | * | | | | viafb: NULL dereference on allocation failure in query_edid()Dan Carpenter2012-02-17
| | * | | | | Merge branch 'viafb-aux' into viafb-nextFlorian Tobias Schandinat2012-02-14
| | |\ \ \ \ \
| | | * | | | | viafb: add initial EDID supportFlorian Tobias Schandinat2012-02-13
| | | * | | | | viafb: fix I2C emulation on GPIO portsFlorian Tobias Schandinat2012-02-12
| | | * | | | | viafb: add auxiliary device management infrastructureFlorian Tobias Schandinat2012-02-10
| | * | | | | | viafb: make SAMM to also work on LCDFlorian Tobias Schandinat2012-02-12
| | * | | | | | viafb: make single framebuffer multiple adapter mode workFlorian Tobias Schandinat2012-02-10
| | * | | | | | viafb: fill xres and yresFlorian Tobias Schandinat2012-02-10
| | * | | | | | viafb: set correct polarity for second adapterFlorian Tobias Schandinat2012-02-10
| | |/ / / / /
| * | | | | | Merge branch 'for-next' of git://linuxtv.org/pinchartl/fbdev into fbdev-nextFlorian Tobias Schandinat2012-03-13
| |\ \ \ \ \ \
| | * | | | | | fbdev: sh_mobile_meram: Implement system suspend/resumeLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Remove unneeded sanity checksLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Don't perform update in register operationLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Don't store copy of platform dataLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Allocate ICBs automaticallyLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocationLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Divide the code into sectionsLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Don't inline everythingLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Add struct sh_mobile_meram_icbLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Make current_reg field store the current reg setLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Make variables unsigned where applicableLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Add _cfg suffix to struct sh_mobile_meram_icbLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_meram: Request memory regions for memory resourcesLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsyncLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Store configuration in channel structureLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functionsLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanupLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chanLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() functionLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Reorganize the sh_mobile_lcdc_chan structureLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modesLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomodeLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_hdmi: Don't access LCDC fb_infoLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_hdmi: Don't set sh_hdmi::mode in the display on handlerLaurent Pinchart2012-03-12
| | * | | | | | fbdev: sh_mobile_lcdc: Pass a video mode to the notify callbackLaurent Pinchart2012-03-12
| | * | | | | | sh_mobile_hdmi: Use LCDC notification callbackLaurent Pinchart2012-03-12
| | * | | | | | sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chanLaurent Pinchart2012-03-12