summaryrefslogtreecommitdiffstats
path: root/drivers/video/da8xx-fb.c
Commit message (Expand)AuthorAgeFilesLines
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-171-1659/+0
* video: da8xx-fb: Fix casting of info->pseudo_paletteJon Ringle2014-04-141-9/+1
* video: da8xx-fb: Use "SIMPLE_DEV_PM_OPS" macroManish Badarkhe2014-02-281-12/+10
* video: da8xx-fb: remove unwanted defineManish Badarkhe2013-10-301-1/+0
* Video / da8xx-fb: Use module_platform_driver() to simplify codeHanjun Guo2013-09-301-13/+1
* video: da8xx-fb: Staticize reg_contextSachin Kamat2013-09-261-1/+1
* video: da8xx-fb: use dev_get_platdata()Jingoo Han2013-09-201-2/+2
* video: da8xx-fb: fix the polarities of the hsync/vsync pulseDarren Etheridge2013-08-301-2/+2
* video: da8xx-fb: support lcdc v2 timing register expansionDarren Etheridge2013-08-301-0/+15
* video: da8xx-fb: fixing timing off by one errorsDarren Etheridge2013-08-301-4/+4
* video: da8xx-fb fixing incorrect porch mappingsDarren Etheridge2013-08-301-4/+4
* video: da8xx-fb: let compiler decide what to inlineDarren Etheridge2013-08-091-9/+8
* video: da8xx-fb: make clock naming consistentDarren Etheridge2013-08-091-12/+12
* video: da8xx-fb: set upstream clock rate (if reqd)Darren Etheridge2013-08-091-20/+65
* video: da8xx-fb: reorganize panel detectionAfzal Mohammed2013-08-091-16/+26
* video: da8xx-fb: ensure non-null cfg in pdataAfzal Mohammed2013-08-091-0/+5
* video: da8xx-fb: use devresDarren Etheridge2013-08-091-33/+8
* video: da8xx-fb: enable sync lost intr for v2 ipAfzal Mohammed2013-08-091-1/+1
* video: da8xx-fb: fix 24bpp raster configurationDarren Etheridge2013-08-091-1/+2
* video: da8xx-fb: improve readability of codeDarren Etheridge2013-08-091-11/+13
* video: da8xx-fb: fb_set_par supportDarren Etheridge2013-08-091-11/+47
* video: da8xx-fb: report correct pixclockAfzal Mohammed2013-08-091-0/+11
* video: da8xx-fb: store struct device *Afzal Mohammed2013-08-091-0/+2
* video: da8xx-fb: pix clk and clk div handling cleanupDarren Etheridge2013-08-091-30/+18
* video: da8xx-fb: store clk rate even if !CPUFREQAfzal Mohammed2013-08-091-3/+1
* video: da8xx-fb: store current display informationAfzal Mohammed2013-08-091-0/+4
* video: da8xx-fb: remove unneeded "var" initializationAfzal Mohammed2013-08-091-21/+1
* video: da8xx-fb: use modedb helper to update varAfzal Mohammed2013-08-091-16/+2
* video: da8xx-fb: simplify lcd_resetAfzal Mohammed2013-08-091-2/+2
* video: da8xx-fb: fb_check_var enhancementAfzal Mohammed2013-08-091-0/+18
* Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+5
* da8xx: Fix revision check on the da8xx driverPantelis Antoniou2012-12-041-0/+1
* video: da8xx-fb: clk_get on connection id fckManjunathappa2012-11-271-1/+1
* da8xx-fb: cleanup LCDC configurationsManjunathappa, Prakash2012-11-271-26/+17
* da8xx-fb: adopt fb_videomode data for panel informationManjunathappa, Prakash2012-11-271-70/+60
* Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-10-121-63/+220
|\
| * da8xx-fb: save and restore LCDC context across suspend/resume cycleManjunathappa, Prakash2012-10-101-0/+65
| * da8xx-fb: add pm_runtime supportManjunathappa, Prakash2012-10-101-14/+13
| * da8xx-fb: enable LCDC if FB is unblankedManjunathappa, Prakash2012-09-221-4/+7
| * da8xx-fb: allow frame to complete after disabling LCDCManjunathappa, Prakash2012-09-221-12/+40
| * da8xx-fb: add 24bpp LCD configuration supportManjunathappa, Prakash2012-08-231-33/+95
* | video: da8xx-fb: use __iomem pointers for MMIOArnd Bergmann2012-09-191-4/+4
|/
* da8xx-fb: fix compile issue due to missing includeFlorian Tobias Schandinat2012-07-291-0/+1
* da8xx-fb: do not turn ON LCD backlight unless LCDC is enabledManjunathappa, Prakash2012-07-291-4/+5
* video: da8xx-fb: do clock reset of revision 2 LCDC before enablingManjunathappa, Prakash2012-07-291-4/+8
* video: da8xx-fb: configure FIFO threshold to reduce underflow errorsManjunathappa, Prakash2012-07-291-4/+7
* video: da8xx-fb: fix flicker due to 1 frame delay in updated frameManjunathappa, Prakash2012-07-291-0/+30
* video: da8xx-fb rev2: fix disabling of palette completion interruptManjunathappa, Prakash2012-07-291-5/+2
* da8xx-fb: add missing FB_BLANK operationsYegor Yefremov2012-07-291-0/+3
* da8xx-fb: Rounding FB size to satisfy SGX buffer requirementsAditya Nellutla2012-06-271-1/+4