summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: phy: tahvo: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-091-15/+3
* USB: phy: twl6030: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-091-5/+7
* USB: gadget: udc: s3c2410_udc: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+2
* usb: gadget: atmel_usba_udc: Mark expected switch fall-throughGustavo A. R. Silva2019-08-091-0/+1
* USB: typec: ucsi_ccg: convert i2c driver to use dev_groupsGreg Kroah-Hartman2019-08-081-10/+3
* USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-081-19/+3
* USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman2019-08-0890-96/+3453
* USB: add support for dev_groups to struct usb_device_driverGreg Kroah-Hartman2019-08-071-0/+1
* USB: add support for dev_groups to struct usb_driverGreg Kroah-Hartman2019-08-071-0/+1
* USB: usbip: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-064-11/+8
* Merge tag 'dev_groups_all_drivers' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2019-08-061-0/+14
|\
| * driver core: add dev_groups to all driversDmitry Torokhov2019-08-021-0/+14
* | USB: Disable USB2 LPM at shutdownKai-Heng Feng2019-08-051-0/+9
* | usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-051-3/+1
* | usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skippingMiquel Raynal2019-08-011-1/+0
* | usb: wusbcore: Spelling s/disconenct/disconnect/Geert Uytterhoeven2019-08-011-1/+1
* | usb: musb: remove redundant assignment to variable retColin Ian King2019-08-011-1/+1
* | usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-3024-79/+22
* | usb: phy: ab8500-usb: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-0/+6
* | usb: host: ohci-tmio: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-0/+3
* | usb: exynos: add support for getting PHYs from the standard dt arrayMarek Szyprowski2019-07-302-8/+38
* | Merge 5.3-rc2 into usb-nextGreg Kroah-Hartman2019-07-29160-1414/+1335
|\ \
| * \ Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-288-9/+19
| |\ \
| | * | hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-251-2/+1
| | * | eeprom: make older eeprom drivers select NVMEM_SYSFSArseny Solokha2019-07-251-0/+3
| | * | fpga-manager: altera-ps-spi: Fix build errorYueHaibing2019-07-241-0/+1
| | * | mei: me: add mule creek canyon (EHL) device idsAlexander Usyskin2019-07-242-0/+6
| | * | binder: prevent transactions to context manager from its own process.Hridya Valsaraju2019-07-241-1/+1
| | * | binder: Set end of SG buffer area properly.Martijn Coenen2019-07-241-1/+2
| | * | firmware: Fix missing inlineTakashi Iwai2019-07-231-2/+2
| | * | habanalabs: don't reset device when getting VRHOTOded Gabbay2019-06-271-1/+1
| | * | habanalabs: use %pad for printing a dma_addr_tArnd Bergmann2019-07-081-2/+2
| | * | firmware: fix build errors in paged buffer handling codeMauro Rossi2019-07-221-2/+2
| | |/
| * | Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-284-754/+5
| |\ \
| | * | vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter2019-07-251-1/+5
| | * | tty: serial: netx: Delete driverLinus Walleij2019-07-253-753/+0
| | |/
| * | Merge tag 'usb-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-2810-35/+55
| |\ \
| | * | xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman2019-07-251-1/+2
| | * | usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream portLucas Stach2019-07-251-6/+7
| | * | Revert "usb: usb251xb: Add US port lanes inversion property"Lucas Stach2019-07-251-2/+0
| | * | usb: wusbcore: fix unbalanced get/put cluster_idPhong Tran2019-07-251-1/+1
| | * | usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter2019-07-251-2/+2
| | * | usb-storage: Add a limitation for blk_queue_max_hw_sectors()Yoshihiro Shimoda2019-07-251-0/+11
| | * | usb: pci-quirks: Minor cleanup for AMD PLL quirkRyan Kennedy2019-07-255-19/+21
| | * | usb: pci-quirks: Correct AMD PLL quirk detectionRyan Kennedy2019-07-251-12/+19
| | |/
| * | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-07-281-3/+2
| |\ \
| | * | tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra2019-07-251-3/+2
| | |/
| * | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-2718-12/+24
| |\ \
| | * | drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-266-4/+5
| | * | drm/amd/display: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-0/+5