summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski7-78/+35
2013-05-31Merge tag 'drm-intel-next-2013-05-20-merged' of git://people.freedesktop.org/...Dave Airlie33-2161/+4238
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-24Merge tag 'pci-v3.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+17
2013-05-24Merge 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-23Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+2
2013-05-23staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman2-2/+1
2013-05-23iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi1-4/+4
2013-05-23iio:common:st: added disable function after read info raw dataDenis CIOCCA1-0/+2
2013-05-23iio: dac: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=mAxel Lin1-3/+3
2013-05-23staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()Wei Yongjun1-4/+5
2013-05-23staging/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
2013-05-22drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-1/+1
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle1-0/+1
2013-05-22drm/imx: use drm_send_vblank_event() helperRob Clark1-19/+2
2013-05-22drm/shmob: use drm_send_vblank_event() helperRob Clark1-15/+4