summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: OHCI: don't allocate HCCA atomicallyVladimir Zapolskiy2014-07-091-1/+1
* USB: UHCI: don't allocate frame list atomicallyVladimir Zapolskiy2014-07-091-1/+1
* USB: EHCI: don't allocate hardware periodic table atomically by defaultVladimir Zapolskiy2014-07-091-1/+1
* drivers/usb/host/fhci-dbg.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-07-091-6/+2
* USB: ehci-spear: Make of_device_id array constJingoo Han2014-07-091-1/+1
* USB: ehci-tegra: Make of_device_id array constJingoo Han2014-07-091-1/+1
* USB: ohci-spear: Make of_device_id array constJingoo Han2014-07-091-1/+1
* USB: ehci-msm: Make of_device_id array constJingoo Han2014-07-091-1/+1
* USB: oxu210hp-hcd.c: use devm_ functionsHimangi Saraogi2014-07-091-39/+9
* usb: phy: tegra: Do not include asm/mach-types.hThierry Reding2014-07-091-1/+0
* usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue()Alexey Khoroshilov2014-07-091-1/+1
* usb: host: max3421-hcd: Fix max3421_reset_port() to set USB_PORT_STAT_RESETDavid Mosberger-Tang2014-07-091-0/+1
* usb: host: max3421-hcd: Use atomic bitops in lieu of bit fieldsDavid Mosberger-Tang2014-07-091-25/+20
* USB: gadget: Fixed a few typos in commentsMickael Maison2014-07-091-2/+2
* usb: ehci-exynos: Use NULL instead of 0Sachin Kamat2014-07-091-1/+1
* usb: ohci-exynos: Use NULL instead of 0Sachin Kamat2014-07-091-1/+1
* usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist2014-07-091-1/+1
* usb: dwc2: gadget: remove incorrect file referenceJingoo Han2014-07-091-2/+0
* usb: dwc2: gadget: remove unnecessary OOM messagesJingoo Han2014-07-091-4/+1
* usb: dwc2: gadget: fix checkpatch errorsJingoo Han2014-07-091-2/+3
* usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllersYoshihiro Shimoda2014-07-095-0/+205
* usb: host: xhci-plat: use devm_functionsHimangi Saraogi2014-07-091-20/+4
* xhci: make error messages grepableOliver Neukum2014-07-091-18/+18
* USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin2014-07-091-30/+0
* usb: force warm reset to break link re-connect livelockDan Williams2014-07-093-20/+39
* usb: allow lpm (en/dis)able only if device is atleast in default statePratyush Anand2014-07-091-2/+4
* dwc3: host: Enable USB3 LPM capabilityPratyush Anand2014-07-092-0/+21
* xhci: Platform: Set xhci lpm support quirk based on platform dataPratyush Anand2014-07-091-0/+6
* xhci: Platform: Add (en/dis)able_usb3_lpm_timeoutPratyush Anand2014-07-091-0/+3
* xhci: A default implementation for Ux timeout calculation and tier policy checkPratyush Anand2014-07-091-18/+48
* usb: misc: usb3503: Update error code in print messageTushar Behera2014-07-091-1/+2
* Merge 3.16-rc4 into usb-nextGreg Kroah-Hartman2014-07-07172-562/+1260
|\
| * Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-07-061-0/+15
| |\
| | * of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott2014-06-261-0/+15
| * | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-07-0611-38/+80
| |\ \
| | * \ Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linusJames Bottomley2014-07-0310-28/+70
| | |\ \
| | | * | virtio-scsi: fix various bad behavior on aborted requestsPaolo Bonzini2014-06-251-0/+22
| | | * | virtio-scsi: avoid cancelling uninitialized work itemsPaolo Bonzini2014-06-251-1/+3
| | | * | ibmvscsi: Add memory barriers for send / receiveBrian King2014-06-251-0/+10
| | | * | ibmvscsi: Abort init sequence during error recoveryBrian King2014-06-251-1/+2
| | | * | qla2xxx: Fix sparse warning in qla_target.c.Quinn Tran2014-06-252-8/+13
| | | * | bnx2fc: Improve stats update mechanismNeil Horman2014-06-251-12/+4
| | | * | bnx2fc: do not scan uninitialized lists in case of error.Maurizio Lombardi2014-06-251-0/+2
| | | * | fc: ensure scan_work isn't active when freeing fc_rportNeil Horman2014-06-251-0/+1
| | | * | pm8001: Fix potential null pointer dereference and memory leak.Maurizio Lombardi2014-06-251-3/+10
| | | * | be2iscsi: remove potential junk pointer freeTomas Henzl2014-06-251-3/+1
| | | * | be2iscsi: add an missing goto in error pathTomas Henzl2014-06-251-0/+2
| | * | | scsi_error: set DID_TIME_OUT correctlyHannes Reinecke2014-06-241-7/+7
| | * | | scsi_error: fix invalid setting of host byteUlrich Obergfell2014-06-241-4/+4
| | |/ /
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-07-055-5/+51
| |\ \ \