summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2015-03-04drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"Stephane Viau-5/+5
2015-03-05Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-127/+122
2015-03-04Input: tc3589x-keypad - set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg-3/+3
2015-03-04Input: ALPS - fix memory leak when detection failsDmitry Torokhov-1/+3
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher-2/+2
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding-78/+84
2015-03-04clk: at91: implement suspend/resume for the PMC irqchipBoris BREZILLON-1/+20
2015-03-04rtc: at91rm9200: rework wakeup and interrupt handlingBoris BREZILLON-14/+48
2015-03-04rtc: at91sam9: rework wakeup and interrupt handlingBoris BREZILLON-12/+61
2015-03-04PM / wakeup: export pm_system_wakeup symbolBoris BREZILLON-0/+1
2015-03-04team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko-3/+3
2015-03-04net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan-1/+1
2015-03-04drivers: net: xgene: fix new firmware backward compatibility with older driverIyappan Subramanian-0/+4
2015-03-04bcm63xx_enet: fix poll callback.Nicolas Schichan-4/+4
2015-03-04stmmac: check IRQ availability early on probeAlexey Brodkin-29/+36
2015-03-04Merge tag 'dma-buf-for-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+6
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai-2/+4
2015-03-04ACPI / video: Propagate the error code for acpi_video_registerChris Wilson-4/+5
2015-03-04ACPI / video: Load the module even if ACPI is disabledChris Wilson-0/+11
2015-03-04PM / Domains: cleanup: rename gpd -> genpd in debugfs interfaceKevin Hilman-12/+12
2015-03-04cpufreq: ppc: Add missing #include <asm/smp.h>Geert Uytterhoeven-0/+2
2015-03-04x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugsJiang Liu-1/+3
2015-03-04phy: exynos-mipi-video: Fixup the test for state->regmapAxel Lin-1/+1
2015-03-04phy: miphy28lp: Add missing .owner field in miphy28lp_opsAxel Lin-0/+1
2015-03-04phy: xgene: Remove duplicate code to set ctx->devAxel Lin-1/+0
2015-03-04phy: armada375-usb2: Set drvdata for phy and use itAxel Lin-1/+2
2015-03-04phy: miphy365x: Avoid calling of_get_child_count() multiple timesAxel Lin-5/+6
2015-03-04phy: miphy28lp: Avoid calling of_get_child_count() multiple timesAxel Lin-5/+6
2015-03-04dma: mmp-tdma: refine dma disable and dma-pos updateQiao Zhou-6/+25
2015-03-04regulator: Fix regression due to NULL constraints checkTakashi Iwai-7/+0
2015-03-04drm/i915: gen4: work around hang during hibernationImre Deak-5/+25
2015-03-04drm/i915: Check for driver readyness before handling an underrun interruptChris Wilson-11/+7
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-596/+984
2015-03-03drm/radeon: fix interlaced modes on DCE8Alex Deucher-0/+3
2015-03-03drm/radeon: fix DRM_IOCTL_RADEON_CS oopsTommi Rantala-1/+3
2015-03-03drm/radeon: do a posting read in cik_set_irqAlex Deucher-0/+3
2015-03-03drm/radeon: do a posting read in si_set_irqAlex Deucher-0/+3
2015-03-03drm/radeon: do a posting read in evergreen_set_irqAlex Deucher-0/+3
2015-03-03drm/radeon: do a posting read in r600_set_irqAlex Deucher-0/+3
2015-03-03drm/radeon: do a posting read in rs600_set_irqAlex Deucher-0/+4
2015-03-03drm/radeon: do a posting read in r100_set_irqAlex Deucher-0/+4
2015-03-03radeon/audio: fix DP audio on DCE6Slava Grigorev-4/+12
2015-03-03radeon/audio: fix whitespaceSlava Grigorev-16/+16
2015-03-03drm/radeon: adjust audio callback orderAlex Deucher-14/+16
2015-03-03drm/radeon: properly set dto for dp on DCE4/5Alex Deucher-3/+10
2015-03-03drm/radeon/audio: update EDID derived fields in modesetAlex Deucher-5/+6
2015-03-03drm/radeon: don't toggle audio state in modesetAlex Deucher-12/+1
2015-03-03drm/radeon/audio: set mute around state setupAlex Deucher-1/+2
2015-03-03drm/radeon: assign pin in detectAlex Deucher-3/+3
2015-03-03drm/radeon: fix the audio dpms callbacksAlex Deucher-70/+32