summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: storage: fix module reference for scsi hostAkinobu Mita2015-05-1017-47/+150
* usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
* USB: xusbatm.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+4
* USB: uss720.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+4
* USB: usblp.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-5/+10
* USB: usbatm.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+4
* USB: speedtch.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-6/+12
* USB: sisusb_con.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-18/+36
* USB: sisusb.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-13/+26
* USB: ohci-q.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: ohci-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: ohci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+4
* USB: mon_stat.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: mon_main.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-4/+8
* USB: mon_bin.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-3/+4
* USB: isp116x-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: inode.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-3/+6
* USB: hub.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: fusbh200-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: ehci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* Usb: core: buffer: fixed the checkpatch warningNizam Haider2015-05-101-1/+2
* usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven2015-05-103-260/+0
* USB: ehci-tegra: fix inefficient copy of unaligned buffersJohan Hovold2015-05-081-3/+9
* USB: musb: fix inefficient copy of unaligned buffersJohan Hovold2015-05-081-2/+7
* usb: Enable LPM for USB 2.01+ full-speed devicesRupesh Tatiya2015-05-081-1/+1
* usb: storage: scsiglue: Remove SPRINTF macro useJoe Perches2015-05-081-11/+7
* USB: don't build PCI quirks if USB support isn't configuredAlan Stern2015-05-081-1/+3
* usb: Set unused ports to "fixed" rather than "unknown"Matthew Garrett2015-05-081-0/+3
* usb: Prefer firmware values when determining whether a port is removableMatthew Garrett2015-05-081-15/+17
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-0314-94/+110
|\
| * Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-042-0/+10
| |\
| | * drm/i915/chv: Implement WaDisableShadowRegForCpdDeepak S2015-04-282-0/+10
| * | Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip...Dave Airlie2015-05-041-4/+5
| |\ \
| | * | drm/rockchip: fix error check when getting irqHeiko Stuebner2015-04-201-4/+5
| * | | Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-04-3011-90/+95
| |\ \ \ | | |_|/ | |/| |
| | * | drm/radeon: fix userptr return value checking (v2)Christian König2015-04-271-5/+5
| | * | drm/radeon: check new address before removing old oneChristian König2015-04-271-14/+17
| | * | drm/radeon: reset BOs address after clearing it.Christian König2015-04-271-0/+2
| | * | drm/radeon: fix lockup when BOs aren't part of the VM on releaseChristian König2015-04-271-1/+2
| | * | drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5Alex Deucher2015-04-271-0/+1
| | * | drm/radeon: adjust pll when audio is not enabledAlex Deucher2015-04-271-0/+3
| | * | drm/radeon: only enable audio streams if the monitor supports itAlex Deucher2015-04-272-12/+21
| | * | drm/radeon: only mark audio as connected if the monitor supports it (v3)Alex Deucher2015-04-272-14/+21
| | * | drm/radeon/audio: don't enable packets until the endAlex Deucher2015-04-271-13/+17
| | * | drm/radeon: drop dce6_dp_enableAlex Deucher2015-04-273-28/+2
| | * | drm/radeon: fix ordering of AVI packet setupAlex Deucher2015-04-272-10/+11
| | * | drm/radeon: Use drm_calloc_ab for CS relocsMichel Dänzer2015-04-271-2/+2
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-05-039-146/+47
|\ \ \ \
| * | | | 3w-9xxx: fix command completion raceChristoph Hellwig2015-04-272-49/+13