summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-03drm/radeon: don't allow audio on DCE6Alex Deucher1-3/+8
2013-06-03drm/radeon: Use direct mapping for fast fb access on RS780/RS880 (v2)Samuel Li4-0/+57
2013-06-03radeon: Fix system hang issue when using KMS with older cardsAdis Hamzić13-45/+78
2013-06-03drm/mgag200: Add missing write to index before accessing data registerChristopher Harvey1-4/+5
2013-06-03drm/nouveau: use mdelay instead of large udelay constantsArnd Bergmann1-1/+2
2013-06-03drm/tilcd: select BACKLIGHT_LCD_SUPPORTArnd Bergmann1-0/+1
2013-06-03drm: fix a use-after-free when GPU acceleration disabledHuacai Chen1-1/+5
2013-05-31drm/qxl: fix build warnings on 32-bitDave Airlie2-6/+7
2013-05-29radeon: use max_bus_speed to activate gen2 speedsKleber Sacilotto de Souza3-21/+7
2013-05-29drm/radeon: narrow scope of Apple re-POST hackAlex Deucher1-1/+3
2013-05-29drm/radeon: don't check crtcs in card_posted() on cards without DCEAlex Deucher1-0/+4
2013-05-29drm/radeon: fix card_posted check for newer asicsAlex Deucher1-10/+9
2013-05-29drm/radeon: fix typo in cu_per_sh on verdeAlex Deucher1-1/+1
2013-05-29drm/radeon: UVD block on SUMO2 is the same as on SUMOChristian König1-3/+1
2013-05-28qxl: fix Kconfig deps - select FB_DEFERRED_IOAndrew Jones1-0/+1
2013-05-24Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie6-32/+87
2013-05-24Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie12-77/+64
2013-05-24Merge remote-tracking branch 'pfdo/drm-fixes' into drm-nextDave Airlie4-55/+11
2013-05-23Merge tag 'pci-v3.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+17
2013-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-23/+69
2013-05-23Merge tag 'tty-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-183/+233
2013-05-23Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds32-52/+499
2013-05-23Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+5
2013-05-23Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-12/+21
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds67-229/+262
2013-05-23Input: wacom - add an eraser to DTH2242/DTK2241Ping Cheng1-4/+15
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim4-26/+8
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2-4/+0
2013-05-23drm/exynos: fix build warnings from ipp fimcSeung-Woo Kim1-1/+1
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim9-29/+29
2013-05-23drm/exynos: wait for the completion of pending page flipInki Dae1-0/+16
2013-05-23drm/exynos: use drm_send_vblank_event() helperRob Clark1-8/+2
2013-05-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+2
2013-05-22staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman2-2/+1
2013-05-22iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi1-4/+4
2013-05-22iio:common:st: added disable function after read info raw dataDenis CIOCCA1-0/+2
2013-05-22iio: dac: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=mAxel Lin1-3/+3
2013-05-22staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()Wei Yongjun1-4/+5
2013-05-22staging/iio/mxs-lradc: fix preenable for multiple buffersMichał Mirosław1-3/+2
2013-05-22tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: bui...Matwey V. Kornilov1-3/+3
2013-05-22Merge tag 'mfd-fixes-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-94/+134
2013-05-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2013-05-22drm/i915: avoid premature DP AUX timeoutsImre Deak2-2/+3
2013-05-22drm/i915: avoid premature timeouts in __wait_seqno()Imre Deak1-1/+1
2013-05-22drm/i915: use msecs_to_jiffies_timeout instead of open coding the sameImre Deak1-1/+1
2013-05-22drm/i915: add msecs_to_jiffies_timeout to guarantee minimum durationImre Deak1-0/+15
2013-05-22drm/i915: force full modeset if the connector is in DPMS OFF modeImre Deak1-2/+22
2013-05-22drm/exynos: page flip fixesRob Clark1-1/+0
2013-05-22drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-22drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-7/+7