summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-25video/smscufx: fix line counting in fb_writeAlexander Holler1-1/+1
2012-07-25aty128fb: Fix coding style issuesEmil Goode1-79/+101
2012-07-08s3fb: Add Virge/MX (86C260)Ondrej Zary1-10/+21
2012-07-08grvga: Fix error handling issuesEmil Goode1-25/+22
2012-07-08video: w100fb: Reduce sleep mode battery dischargePaul Parsons1-0/+12
2012-07-08Merge branch 'fbdev-for-linus' into fbdev-nextFlorian Tobias Schandinat7-22/+33
2012-07-08OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=nTomi Valkeinen6-6/+6
2012-07-08OMAPDSS: Use PM notifiers for system suspendTomi Valkeinen1-16/+27
2012-06-27da8xx-fb: Rounding FB size to satisfy SGX buffer requirementsAditya Nellutla1-1/+4
2012-06-27mx3fb: avoid screen flash when panning with fb_set_varLiu Ying1-1/+21
2012-06-27mx3fb: support pan display with fb_set_varLiu Ying1-7/+26
2012-06-24Merge branch 'planes' of git://linuxtv.org/pinchartl/fbdev into fbdev-nextFlorian Tobias Schandinat2-100/+889
2012-06-24video: backlight: remove unused headerPaul Bolle1-21/+0
2012-06-24video: exynos_dp: remove duplicated declarations from header fileJingoo Han1-4/+0
2012-06-24video: exynos_dp: fix build warning due to uninitialized valueJingoo Han1-0/+3
2012-06-20fbdev: sh_mobile_lcdc: Implement overlays supportLaurent Pinchart1-72/+860
2012-06-20fbdev: sh_mobile_lcdc: Rename fb operation handlers with a common prefixLaurent Pinchart1-23/+25
2012-06-20fbdev: sh_mobile_lcdc: Constify sh_mobile_lcdc_fix structureLaurent Pinchart1-1/+1
2012-06-20fbdev: sh_mipi_dsi: fix a section mismatchGuennadi Liakhovetski1-4/+3
2012-06-17Merge tag 'fbdev-fixes-for-3.5-1' of git://github.com/schandinat/linux-2.6Linus Torvalds8-16/+34
2012-06-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-4/+2
2012-06-16Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-15/+27
2012-06-16Merge tag 'usb-3.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds39-168/+352
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-10/+10
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-104/+73
2012-06-15USB: fix gathering of interface associationsDaniel Mack1-1/+2
2012-06-15usb: ehci-sh: fix illegal phy_init() running when platform_data is NULLShimoda, Yoshihiro1-2/+1
2012-06-15usb: cdc-acm: fix devices not unthrottled on openOtto Meta1-0/+8
2012-06-14Merge tag 'pinctrl-fixes-for-v3.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-24/+30
2012-06-14Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-6/+21
2012-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-201/+2271
2012-06-14Fix OMAP EHCI suspend/resume failure (i693)Anand Gadiyar1-1/+167
2012-06-14USB: ohci-hub: Mark ohci_finish_controller_resume() as __maybe_unusedRoland Stigge1-1/+1
2012-06-14usb: use usb_serial_put in usb_serial_probe errorsJan Safrata1-3/+3
2012-06-14USB: EHCI: Fix build warning in xilinx ehci driverHerton Ronaldo Krzesinski1-3/+1
2012-06-14USB: fix PS3 EHCI systemsRicardo Martins1-0/+2
2012-06-14Merge tag 'for-usb-linus-2012-06-13' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-56/+30
2012-06-14xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
2012-06-14xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai1-21/+14
2012-06-14xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai1-29/+10
2012-06-14xhci: Fix error path return value.Sarah Sharp1-1/+1
2012-06-14USB: Checking the wrong variable in usb_disable_lpm()Dan Carpenter1-1/+1
2012-06-14usb-storage: Add 090c:1000 to unusal-devsHans de Goede1-0/+7
2012-06-14bnx2x: fix checksum validationEric Dumazet2-21/+21
2012-06-14USB: serial-generic: use a single set of device IDsAlan Stern1-8/+2
2012-06-14USB: serial: Enforce USB driver and USB serial driver matchBjørn Mork1-2/+4
2012-06-14Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds4-40/+46
2012-06-14Merge branch 'fixes-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+3
2012-06-14USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern4-17/+31
2012-06-13video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclkJingoo Han1-1/+1