summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)Author
2013-08-30video: da8xx-fb: fixing timing off by one errorsDarren Etheridge
2013-08-30video: da8xx-fb fixing incorrect porch mappingsDarren Etheridge
2013-08-30video: xilinxfb: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall
2013-08-30fbmem: move EXPORT_SYMBOL annotation next to symbol declarationsDaniel Mack
2013-08-30drivers: video: fbcmap: remove the redundency and incorrect checkingsChen Gang
2013-08-30video: mxsfb: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-30Release efifb's colormap in efifb_destroy()Peter Jones
2013-08-30at91/avr32/atmel_lcdfb: prepare clk before calling enableBoris BREZILLON
2013-08-30video: exynos: Ensure definitions match prototypesMark Brown
2013-08-29OMAPDSS: fix WARN_ON in 'alpha_blending_enabled' sysfs fileTomi Valkeinen
2013-08-29OMAPDSS: HDMI: Fix possible NULL referenceTomi Valkeinen
2013-08-29Merge branch '3.12/da8xx' into 3.12/fbdevTomi Valkeinen
2013-08-09video: da8xx-fb: adding am33xx as dependencyDarren Etheridge
2013-08-09video: da8xx-fb: let compiler decide what to inlineDarren Etheridge
2013-08-09video: da8xx-fb: make clock naming consistentDarren Etheridge
2013-08-09video: da8xx-fb: set upstream clock rate (if reqd)Darren Etheridge
2013-08-09video: da8xx-fb: reorganize panel detectionAfzal Mohammed
2013-08-09video: da8xx-fb: ensure non-null cfg in pdataAfzal Mohammed
2013-08-09video: da8xx-fb: use devresDarren Etheridge
2013-08-09video: da8xx-fb: enable sync lost intr for v2 ipAfzal Mohammed
2013-08-09video: da8xx-fb: fix 24bpp raster configurationDarren Etheridge
2013-08-09video: da8xx-fb: improve readability of codeDarren Etheridge
2013-08-09video: da8xx-fb: fb_set_par supportDarren Etheridge
2013-08-09video: da8xx-fb: report correct pixclockAfzal Mohammed
2013-08-09video: da8xx-fb: store struct device *Afzal Mohammed
2013-08-09video: da8xx-fb: pix clk and clk div handling cleanupDarren Etheridge
2013-08-09video: da8xx-fb: store clk rate even if !CPUFREQAfzal Mohammed
2013-08-09video: da8xx-fb: store current display informationAfzal Mohammed
2013-08-09video: da8xx-fb: remove unneeded "var" initializationAfzal Mohammed
2013-08-09video: da8xx-fb: use modedb helper to update varAfzal Mohammed
2013-08-09video: da8xx-fb: simplify lcd_resetAfzal Mohammed
2013-08-09video: da8xx-fb: fb_check_var enhancementAfzal Mohammed
2013-08-06OMAPDSS: HDMI: Fix AVI infoframe bugMythri P K
2013-08-02fb: backlight: HX8357: Add HX8369 supportAlexandre Belloni
2013-08-02video: hx8357: Make IM pins optionalMaxime Ripard
2013-07-26simplefb: add support for a8b8g8r8 pixel formatAlexandre Courbot
2013-07-26backlight: lp855x: set zero brightness at FBBLANKShingo Nakao
2013-07-26drivers/video: remove unused parameter in KconfigMichael Opdenacker
2013-07-26matroxfb: replace kmalloc and memset with kzalloc.Alexandru Juncu
2013-07-26video: mxsfb: Let device core handle pinctrlFabio Estevam
2013-07-26video: output: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-16uvesafb: Really allow mtrr being 0, as documented and warn()edSylvain 'ythier' Hitier
2013-07-14Linux 3.11-rc1v3.11-rc1Linus Torvalds
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-07-09Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2013-07-08video: imxfb: Add DT supportMarkus Pargmann
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03backlight: convert from legacy pm ops to dev_pm_opsShuah Khan
2013-07-03lcd: add devm_lcd_device_{register,unregister}()Jingoo Han