summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-09-22xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman1-6/+5
2015-09-22xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2-5/+5
2015-09-22usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros1-0/+3
2015-09-22usb: xhci: stop everything on the first call to xhci_stopRoger Quadros1-15/+5
2015-09-22usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-09-22usb: xhci: lock mutex on xhci_stopRoger Quadros1-0/+4
2015-09-22xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz1-45/+45
2015-09-22xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2015-09-22usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2015-09-22Merge tag 'fixes-for-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman10-30/+54
2015-09-22mtd: nand: sunxi: fix sunxi_nand_chips_cleanup()Boris BREZILLON1-0/+1
2015-09-22sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan1-6/+11
2015-09-22geneve: remove vlan-related feature assignmentJohn W. Linville1-4/+0
2015-09-22usbnet: New driver for QinHeng CH9200 devicesMatthew Garrett3-1/+455
2015-09-22net: phy: mdio-gpio: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-22net: phy: mdio-bcm-unimac: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-22net: moxa: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-22net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-22net: bcmgenet: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-22net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-22net: arc: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-22Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', ...Mark Brown5-7/+54
2015-09-22Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-11/+10
2015-09-21mtd: nand: sunxi: fix OOB handling in ->write_xxx() functionsBoris BREZILLON1-17/+9
2015-09-21usb: dwc3: gadget: Fix BUG in RT configRoger Quadros1-4/+0
2015-09-21usb: musb: fix cppi channel teardown for isoch transferBin Liu1-0/+3
2015-09-21usb: phy: isp1301: Export I2C module alias informationJavier Martinez Canillas1-0/+1
2015-09-21usb: gadget: drop null test before destroy functionsJulia Lawall4-8/+4
2015-09-21usb: gadget: dummy_hcd: in transfer(), return data sent, not limitIgor Kotrasinski1-2/+4
2015-09-21usb: gadget: dummy_hcd: fix rescan logic for transferIgor Kotrasinski1-5/+8
2015-09-21usb: gadget: dummy_hcd: fix unneeded else-if conditionIgor Kotrasinski1-1/+1
2015-09-21usb: gadget: dummy_hcd: emulate sending zlp in packet logicIgor Kotrasinski1-8/+17
2015-09-21usb: musb: dsps: fix polling in device-only modeBin Liu1-2/+5
2015-09-21usb: gadget: atmel_usba_udc: add ep capabilities support on device tree bindingSylvain Rochet1-0/+11
2015-09-21Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-14/+5
2015-09-21Input: uinput - fix crash when using ABS eventsDmitry Torokhov1-1/+1
2015-09-21Input: elan_i2c - expand maximum product_id form 0xFF to 0xFFFFDuson Lin4-7/+7
2015-09-21Input: elan_i2c - add ic type 0x03Duson Lin1-0/+1
2015-09-21Input: elan_i2c - don't require known iap versionDaniel Drake1-5/+7
2015-09-21hwrng: xgene - fix handling platform_get_irqAndrzej Hajda1-3/+4
2015-09-21crypto: qat - VF should never trigger SBR on PHConor McLoughlin1-0/+3
2015-09-21crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni3-9/+33
2015-09-21drm/i915: fix kernel-doc warnings in intel_audio.cGeliang Tang1-1/+1
2015-09-21extcon: Fix attached value returned by is_extcon_changedHans de Goede1-1/+1
2015-09-21Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvscDexuan Cui1-0/+17
2015-09-21mei: fix debugfs files leak on error pathTomas Winkler1-1/+2
2015-09-21macvtap: fix TUNSETSNDBUF values > 64kMichael S. Tsirkin1-2/+2
2015-09-21Revert "net/phy: Add Vitesse 8641 phy ID"Kevin Hao1-14/+0
2015-09-218139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse1-0/+1
2015-09-218139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse1-2/+2