aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-0/+3
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+5
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-34/+9
2019-07-05Merge tag 'usb-ci-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+1
2019-07-04Revert "usb:gadget Separated decoding functions from dwc3 driver."Greg Kroah-Hartman1-26/+0
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+26
2019-07-03usb:gadget Separated decoding functions from dwc3 driver.Pawel Laszczak1-0/+26
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+2
2019-06-26usb: renesas_usbhs: Add has_new_pipe_configs flagYoshihiro Shimoda1-0/+1
2019-06-26usb: renesas_usbhs: Remove type member from renesas_usbhs_driver_paramYoshihiro Shimoda1-7/+0
2019-06-26usb: renesas_usbhs: Use a specific flag instead of type for multi_clksYoshihiro Shimoda1-0/+1
2019-06-26usb: renesas_usbhs: remove notify_hotplug callbackYoshihiro Shimoda1-25/+1
2019-06-18usb: gadget: send usb_gadget as an argument in get_config_paramsAnurag Kumar Vulisha1-1/+2
2019-06-14usb: chipidea: imx: add imx7ulp supportPeter Chen1-0/+1
2019-06-05usb: renesas_usbhs: remove controlling PWEN/EXTLP supportYoshihiro Shimoda1-1/+0
2019-06-05usb: renesas_usbhs: remove sudmac supportYoshihiro Shimoda1-1/+0
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-1/+0
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor1-0/+5
2019-06-03usb: typec: Registering real device entries for the muxesHeikki Krogerus1-34/+28
2019-06-03Merge 5.2-rc3 into usb-nextGreg Kroah-Hartman5-53/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner4-40/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-05-21usb: renesas_usbhs: Add support for RZ/A2Chris Brandt1-0/+1
2019-05-21usb: renesas_usbhs: support byte addressable CFIFOChris Brandt1-0/+1
2019-05-21usb: renesas_usbhs: add support for CNEN bitChris Brandt1-0/+1
2019-05-21usb: renesas_usbhs: move flags to paramChris Brandt1-0/+1
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+5
2019-05-03Merge tag 'usb-serial-5.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-7/+1
2019-05-03usb: introduce usb_ep_type_string() functionChunfeng Yun1-0/+8
2019-05-03USB: Export usb_wakeup_enabled_descendants()Douglas Anderson1-0/+5
2019-04-30USB: serial: drop unused iflag macroJohan Hovold1-3/+0
2019-04-30USB: serial: clean up throttle handlingJohan Hovold1-4/+1
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel1-0/+1
2019-04-25usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta1-0/+5
2019-04-19usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede1-6/+7
2019-03-26usb: introduce usb_ep_type_string() functionChunfeng Yun1-0/+8
2019-03-01wusb: Remove unnecessary static function ckhdid_printfJoe Perches1-16/+0
2019-02-22usb: core: add option of only authorizing internal devicesDmitry Torokhov1-3/+7
2019-02-14usb: roles: Find the muxes by also matching against the device nodeHeikki Krogerus1-0/+2
2019-02-14usb: typec: Rationalize the API for the muxesHeikki Krogerus1-1/+2
2019-02-13usb: typec: tcpm: Remove unused functionsGuenter Roeck1-6/+0
2019-02-08usb: typec: displayport: Move the Configuration VDO helpers to the headerHeikki Krogerus1-0/+4
2018-12-17Merge tag 'usb-ci-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+3
2018-12-12Merge tag 'usb-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-0/+55
2018-12-11usb: chipidea: add flag for imx hsic implementationPeter Chen1-0/+3
2018-12-05usb: gadget: Introduce frame_number to usb_requestThinh Nguyen1-0/+4
2018-11-26usb: gadget: f_fs: Add support for CCID descriptors.Vincent Pelletier1-0/+51
2018-11-26Merge 4.20-rc4 into usb-nextGreg Kroah-Hartman1-0/+3
2018-11-09USB: remove the unused struct hcd_timeout definitionChristoph Hellwig1-5/+0
2018-11-07USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng1-0/+3