summaryrefslogtreecommitdiffstats
path: root/drivers/video/s3c-fb.c
Commit message (Expand)AuthorAgeFilesLines
* video: s3c-fb: use pr_debug instead of printkJingoo Han2012-05-131-1/+1
* video: s3c-fb: s3c_fb_missing_pixclock() can't be __devinitMark Brown2012-05-081-1/+1
* video: s3c-fb: add runtime_get/put to suspend/resumeJingoo Han2012-04-161-0/+9
* video: s3c-fb: remove 'default_win' element from platform dataThomas Abraham2012-04-091-20/+5
* video: s3c-fb: move video interface timing out of window setup dataThomas Abraham2012-04-091-51/+61
* video: s3c-fb: Add support EXYNOS5 FIMDJingoo Han2012-03-061-5/+47
* video: s3c-fb: use devm_request_irq()Jingoo Han2012-02-241-4/+1
* video: s3c-fb: add video clock running at data under-flowJingoo Han2012-01-281-0/+23
* video: s3c-fb: add alpha value width settingJingoo Han2012-01-281-0/+18
* video: s3c-fb: fix checkpatch errorJingoo Han2012-01-281-1/+2
* video: s3c-fb: Convert to devm style allocationMark Brown2012-01-281-27/+5
* video: s3c-fb: Don't keep device runtime active when openMark Brown2012-01-031-22/+0
* video: s3c-fb: Hold runtime PM references when touching registersMark Brown2012-01-031-0/+22
* video: s3c-fb: Take a runtime PM reference when unblankedMark Brown2012-01-031-12/+54
* video: s3c-fb: Disable runtime PM in error paths from probeMark Brown2012-01-031-2/+5
* video: s3c-fb: Use s3c_fb_enable() to enable the framebufferMark Brown2012-01-031-27/+28
* video: s3c-fb: Make runtime PM functional againMark Brown2012-01-031-20/+31
* video: s3c-fb: add shadow register protectJingoo Han2011-12-191-1/+15
* video: s3c-fb: modify runtime pm functionsJingoo Han2011-12-191-31/+20
* video: s3c-fb: set missing bitmask of enabled hardware windowJingoo Han2011-12-191-0/+1
* video: s3c-fb: Unify runtime and system PM functionsMark Brown2011-12-031-74/+1
* video: convert drivers/video/* to use module_platform_driver()Axel Lin2011-12-031-12/+1
* video: s3c-fb: fix transparency length for pixel blendingJingoo Han2011-11-111-1/+2
* video: s3c-fb: Add S5P64X0 specific s3c_fb_driverdataAjay Kumar2011-09-141-0/+27
* video: s3c-fb: Add support EXYNOS4 FIMDJingoo Han2011-08-241-4/+84
* s3c-fb: use display information in info not in var for panningLaurent Pinchart2011-08-191-1/+1
* video: s3c-fb: move enabling channel for windowJingoo Han2011-06-091-7/+7
* video: s3c-fb: fix virtual resolution checkingJingoo Han2011-06-091-3/+2
* video: s3c-fb: fix misleading kfree in remove functionJingoo Han2011-06-091-2/+1
* video: s3c-fb: correct transparency checking in 32bppJingoo Han2011-05-241-1/+1
* video: s3c-fb: add gpio setup function to resume functionJingoo Han2011-05-241-2/+4
* video: s3c-fb: add window variant information for S5PJingoo Han2011-05-241-10/+67
* video: s3c-fb: add additional validate bppsJingoo Han2011-05-241-5/+10
* video: s3c-fb: correct window osd size offset valuesJingoo Han2011-05-241-2/+2
* drivers/video: Convert release_resource to release_mem_regionJulia Lawall2011-05-241-4/+2
* video: s3c-fb: add spinlock to interrupt routineJingoo Han2011-04-111-0/+7
* video: s3c-fb: make runtime pm functions staticJingoo Han2011-04-111-2/+2
* video: s3c-fb: fix checkpatch errors and warningJingoo Han2011-04-061-3/+5
* video: s3c-fb: return proper error if clk_get failsaxel lin2011-03-221-0/+1
* s3c-fb: add support for runtime pmJingoo Han2010-12-211-4/+107
* s3c-fb: automatically calculate pixel clock when none is givenMaurus Cuelenaere2010-08-111-0/+25
* s3c-fb: add support for DMA channel control on S5PV210Pawel Osciak2010-08-111-0/+15
* s3c-fb: fix section mismatchMarek Szyprowski2010-08-111-5/+5
* s3c-fb: protect window-specific registers during updatesPawel Osciak2010-08-111-0/+7
* s3c-fb: correct window osd size and alpha register handlingPawel Osciak2010-08-111-7/+47
* s3c-fb: add SHADOWCON shadow register locking support for S5PV210Pawel Osciak2010-08-111-4/+36
* s3c-fb: window 3 of 64xx+ does not have an osd_d registerPawel Osciak2010-08-111-1/+0
* s3c-fb: add wait for VSYNC ioctlPawel Osciak2010-08-111-1/+165
* s3c-fb: add support for display panningPawel Osciak2010-08-111-0/+68
* s3c-fb: separate S5PC100 and S5PV210 framebuffer driver data structuresPawel Osciak2010-08-111-3/+34