aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2018-06-25USB: Report wakeup events on root-hub portsAlan Stern
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-31USB: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat
2018-05-31usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol
2018-05-31driver core: hold dev's parent lock when neededMartin Liu
2018-05-08Merge 4.17-rc4 into usb-nextGreg Kroah-Hartman
2018-05-03USB: Accept bulk endpoints with 1024-byte maxpacketAlan Stern
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman
2018-04-25usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk
2018-04-23usb: core: hcd: mark expected switch fall-throughGustavo A. R. Silva
2018-04-23usb: core: phy: add the SPDX-License-Identifier and include guardMartin Blumenstingl
2018-04-22USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanesMathias Nyman
2018-04-22USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman
2018-04-22usb: set root hub lane countsMathias Nyman
2018-04-22USB: Add support to store lane count used by USB 3.2Mathias Nyman
2018-04-22usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman
2018-04-22usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek
2018-04-22USB: core: hcd: drop support for legacy physJohan Hovold
2018-04-22usb: core: phy: add missing forward declaration for "struct device"Martin Blumenstingl
2018-04-22usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabledMartin Blumenstingl
2018-04-22usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl
2018-04-22usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl
2018-04-22usb: core: phy: fix return value of usb_phy_roothub_exit()Martin Blumenstingl
2018-04-22usb: core: Add quirk for HP v222w 16GB MiniKamil Lulko
2018-04-22USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-03-25usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirksKai-Heng Feng
2018-03-25usb: core: Copy parameter string correctly and remove superfluous null checkKai-Heng Feng
2018-03-25USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung
2018-03-23USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing
2018-03-23usb: hub: Reduce warning to notice on power lossTomeu Vizoso
2018-03-23Merge tag 'v4.16-rc6' into next-generalJames Morris
2018-03-22usb: skip phys initialization of shared hcdChunfeng Yun
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner
2018-03-20usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng
2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman
2018-03-12Revert "usb: core: Add "quirks" parameter for usbcore"Greg Kroah-Hartman
2018-03-09usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng
2018-03-09usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl
2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl
2018-03-09usb: core: add a wrapper for the USB PHYs on the HCDMartin Blumenstingl
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl
2018-03-09usb: clarify ACPI spec version and section number for _UPC & _PLDAlex Hung
2018-03-09usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley