summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: iowarrior: fix oops with malicious USB descriptorsJosh Boyer2016-03-181-0/+6
* Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-17163-5878/+9128
|\
| * Merge tag 'usb-serial-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-03-0812-178/+228
| |\
| | * USB: serial: cp210x: add new access functions for large registersKonstantin Shkolnyy2016-02-291-113/+24
| | * USB: serial: cp210x: add 8-bit and 32-bit register access functionsKonstantin Shkolnyy2016-02-291-6/+86
| | * USB: serial: cp210x: add 16-bit register access functionsKonstantin Shkolnyy2016-02-291-39/+108
| | * USB: serial: fix semicolon.cocci warningsMathieu OTHACEHE2016-02-282-4/+1
| | * USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE2016-02-284-13/+8
| | * USB: serial: fix returnvar.cocci warningsMathieu OTHACEHE2016-02-282-4/+2
| | * USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE2016-02-284-34/+34
| * | Merge tag 'phy-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2016-03-056-109/+605
| |\ \
| | * | phy: Fix armada375 compile test build on UMKrzysztof Kozlowski2016-03-011-1/+1
| | * | phy: rcar-gen3-usb2: remove HSUSB registers handlingYoshihiro Shimoda2016-03-011-72/+11
| | * | phy: rockchip-usb: add handler for usb-uart functionalityHeiko Stuebner2016-03-011-36/+197
| | * | phy: Add driver for rockchip Display Port PHYYakir Yang2016-03-013-0/+159
| | * | phy: add a driver for the Rockchip SoC internal eMMC PHYShawn Lin2016-03-013-0/+237
| * | | USB: core: let USB device know device nodePeter Chen2016-03-053-1/+58
| * | | usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant2016-03-051-5/+58
| * | | Merge tag 'usb-for-v4.6' of http://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-03-0464-3112/+5208
| |\ \ \
| | * | | usb: gadget: f_acm: Fix configfs attr nameKrzysztof Opasiak2016-03-041-2/+2
| | * | | usb: udc: lpc32xx: remove USB PLL and USB OTG clock managementVladimir Zapolskiy2016-03-041-59/+5
| | * | | usb: udc: lpc32xx: remove direct access to clock controller registersVladimir Zapolskiy2016-03-041-29/+0
| | * | | usb: udc: lpc32xx: switch to clock prepare/unprepare modelVladimir Zapolskiy2016-03-041-15/+15
| | * | | usb: renesas_usbhs: gadget: fix giveback status code in usbhsg_pipe_disable()Yoshihiro Shimoda2016-03-041-1/+1
| | * | | usb: gadget: renesas_usb3: Use ARCH_RENESASSimon Horman2016-03-041-1/+1
| | * | | usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn2016-03-041-2/+4
| | * | | usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä2016-03-041-0/+34
| | * | | usb: phy: generic: Handle late registration of gadgetMaarten ter Huurne2016-03-041-3/+8
| | * | | usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()Alexey Khoroshilov2016-03-041-0/+5
| | * | | usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...Petr Kulhavy2016-03-042-2/+2
| | * | | usb: dwc2: Move host-specific core functions into hcd.cJohn Youn2016-03-044-1801/+1806
| | * | | usb: dwc2: Move register save and restore functionsJohn Youn2016-03-044-183/+179
| | * | | usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla2016-03-041-1/+1
| | * | | usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson2016-03-041-6/+42
| | * | | usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson2016-03-044-171/+1250
| | * | | usb: dwc2: host: Properly set even/odd frameDouglas Anderson2016-03-042-3/+100
| | * | | usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson2016-03-042-0/+33
| | * | | usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson2016-03-042-89/+272
| | * | | usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson2016-03-043-6/+11
| | * | | usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson2016-03-041-45/+67
| | * | | usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson2016-03-041-289/+289
| | * | | usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson2016-03-044-82/+92
| | * | | usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson2016-03-041-39/+32
| | * | | usb: dwc2: host: There's not really a TT for the root hubDouglas Anderson2016-03-041-0/+10
| | * | | usb: dwc2: host: Properly set the HFIRDouglas Anderson2016-03-041-2/+2
| | * | | usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson2016-03-041-3/+1
| | * | | usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson2016-03-042-56/+187
| | * | | usb: dwc2: host: Add scheduler tracingDouglas Anderson2016-03-044-2/+53
| | * | | usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson2016-03-045-0/+31
| | * | | usb: dwc2: host: Always add to the tail of queuesDouglas Anderson2016-03-044-11/+14