aboutsummaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 8-829/+101
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-17/+0
2019-09-03usb: roles: Add fwnode_usb_role_switch_get() functionGravatar Heikki Krogerus 1-0/+7
2019-09-03usb: roles: Introduce stubs for the exiting functions in role.hGravatar Yu Chen 1-0/+30
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Gravatar Greg Kroah-Hartman 4-10/+59
2019-08-30usb: gadget: net2280: Move all "ll" registers in one structureGravatar Benjamin Herrenschmidt 1-10/+25
2019-08-29usb: common: Separated decoding functions from dwc3 driver.Gravatar Pawel Laszczak 1-0/+27
2019-08-28usb: gadget: Export recommended BESL valuesGravatar Thinh Nguyen 1-0/+3
2019-08-21ARM: s3c64xx: squash samsung_usb_phy.h into setup-usb-phy.cGravatar Masahiro Yamada 1-17/+0
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesGravatar Christoph Hellwig 1-2/+5
2019-08-19Merge 5.3-rc5 into usb-nextGravatar Greg Kroah-Hartman 1-0/+3
2019-08-15usb: add a hcd_uses_dma helperGravatar Christoph Hellwig 1-0/+3
2019-08-12usb: Add definitions for the USB2.0 hub TT requestsGravatar Benjamin Herrenschmidt 1-0/+4
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGravatar Greg Kroah-Hartman 3-817/+0
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+5
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-34/+9
2019-07-05Merge tag 'usb-ci-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-0/+1
2019-07-04Revert "usb:gadget Separated decoding functions from dwc3 driver."Gravatar Greg Kroah-Hartman 1-26/+0
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 1-0/+26
2019-07-03usb:gadget Separated decoding functions from dwc3 driver.Gravatar Pawel Laszczak 1-0/+26
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Gravatar Greg Kroah-Hartman 1-1/+2
2019-06-26usb: renesas_usbhs: Add has_new_pipe_configs flagGravatar Yoshihiro Shimoda 1-0/+1
2019-06-26usb: renesas_usbhs: Remove type member from renesas_usbhs_driver_paramGravatar Yoshihiro Shimoda 1-7/+0
2019-06-26usb: renesas_usbhs: Use a specific flag instead of type for multi_clksGravatar Yoshihiro Shimoda 1-0/+1
2019-06-26usb: renesas_usbhs: remove notify_hotplug callbackGravatar Yoshihiro Shimoda 1-25/+1
2019-06-18usb: gadget: send usb_gadget as an argument in get_config_paramsGravatar Anurag Kumar Vulisha 1-1/+2
2019-06-14usb: chipidea: imx: add imx7ulp supportGravatar Peter Chen 1-0/+1
2019-06-05usb: renesas_usbhs: remove controlling PWEN/EXTLP supportGravatar Yoshihiro Shimoda 1-1/+0
2019-06-05usb: renesas_usbhs: remove sudmac supportGravatar Yoshihiro Shimoda 1-1/+0
2019-06-03USB: drop HCD_LOCAL_MEM flagGravatar Laurentiu Tudor 1-1/+0
2019-06-03USB: use genalloc for USB HCs with local memoryGravatar Laurentiu Tudor 1-0/+5
2019-06-03usb: typec: Registering real device entries for the muxesGravatar Heikki Krogerus 1-34/+28
2019-06-03Merge 5.2-rc3 into usb-nextGravatar Greg Kroah-Hartman 5-53/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 4-40/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2019-05-21usb: renesas_usbhs: Add support for RZ/A2Gravatar Chris Brandt 1-0/+1
2019-05-21usb: renesas_usbhs: support byte addressable CFIFOGravatar Chris Brandt 1-0/+1
2019-05-21usb: renesas_usbhs: add support for CNEN bitGravatar Chris Brandt 1-0/+1
2019-05-21usb: renesas_usbhs: move flags to paramGravatar Chris Brandt 1-0/+1
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Gravatar Greg Kroah-Hartman 1-0/+5
2019-05-03Merge tag 'usb-serial-5.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 1-7/+1
2019-05-03usb: introduce usb_ep_type_string() functionGravatar Chunfeng Yun 1-0/+8
2019-05-03USB: Export usb_wakeup_enabled_descendants()Gravatar Douglas Anderson 1-0/+5
2019-04-30USB: serial: drop unused iflag macroGravatar Johan Hovold 1-3/+0
2019-04-30USB: serial: clean up throttle handlingGravatar Johan Hovold 1-4/+1
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedGravatar Raul E Rangel 1-0/+1
2019-04-25usb: typec: Add driver for NVIDIA Alt ModesGravatar Ajay Gupta 1-0/+5
2019-04-19usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsGravatar Hans de Goede 1-6/+7
2019-03-26usb: introduce usb_ep_type_string() functionGravatar Chunfeng Yun 1-0/+8
2019-03-01wusb: Remove unnecessary static function ckhdid_printfGravatar Joe Perches 1-16/+0