aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds84-885/+1536
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-22/+37
2021-11-02Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki2-2/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+4
2021-10-30usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven1-0/+1
2021-10-30usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng1-0/+10
2021-10-30usb: gadget: udc: core: Revise comments for USB ep enable/disableWesley Cheng1-2/+2
2021-10-29Merge tag 'usb-serial-5.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman8-384/+215
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie34-311/+420
2021-10-27usb: mtu3: enable wake-up interrupt after runtime_suspend calledChunfeng Yun1-1/+1
2021-10-27usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun1-1/+1
2021-10-27USB: serial: keyspan: fix memleak on probe errorsWang Hai1-8/+7
2021-10-27USB: serial: cp210x: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya1-78/+31
2021-10-27USB: serial: ch314: use usb_control_msg_recv()Himadri Pandya1-59/+26
2021-10-26USB: iowarrior: fix control-message timeoutsJohan Hovold1-6/+2
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2-4/+3
2021-10-25usb: remove res2 argument from gadget code completionsJens Axboe2-5/+3
2021-10-25usb: dwc2: stm32mp15: set otg_revFabrice Gasnier1-0/+2
2021-10-25usb: dwc2: add otg_rev and otg_caps information for gadget driverFabrice Gasnier5-52/+57
2021-10-25usb: gadget: uvc: implement dwPresentationTime and scrSourceClockMichael Olbrich3-5/+34
2021-10-25usb: gadget: uvc: use on returned header len in video_encode_isoc_sgMichael Grzeschik1-6/+6
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman4-4/+11
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-22/+70
2021-10-22usb: gadget: configfs: change config attributes file operationLinyu Yuan1-5/+10
2021-10-22usb: gadget: configfs: add cfg_to_gadget_info() helperLinyu Yuan1-4/+7
2021-10-22usb: dwc3: Align DWC3_EP_* flag macrosJack Pham1-8/+8
2021-10-22usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resizedJack Pham2-1/+8
2021-10-22USB: chipidea: fix interrupt deadlockJohan Hovold1-7/+16
2021-10-22usb: musb: Balance list entry in musb_gadget_queueViraj Shah1-1/+3
2021-10-22usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL accessRoman Stratiienko1-0/+8
2021-10-21usb: gadget: uvc: ensure the vdev is unsetMichael Grzeschik1-0/+1
2021-10-21usb: gadget: uvc: only pump video data if necessaryMichael Grzeschik1-2/+5
2021-10-21usb: gadget: uvc: only schedule stream in streaming stateMichael Grzeschik2-2/+5
2021-10-21usb: gadget: uvc: test if ep->desc is valid on ep_queueMichael Grzeschik1-3/+6
2021-10-21usb: gadget: uvc: rename function to be more consistentMichael Tretter1-3/+4
2021-10-21usb: gadget: uvc: consistently use define for headerlenMichael Grzeschik3-6/+6
2021-10-21usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König1-20/+5
2021-10-21usb: dwc2: drd: reset current session before setting the new oneAmelie Delaunay1-0/+2
2021-10-21usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledAmelie Delaunay1-0/+18
2021-10-21usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initAmelie Delaunay1-2/+2
2021-10-21usb: ohci: disable start-of-frame interrupt in ohci_rh_suspendYinbo Zhu1-0/+3
2021-10-21usb: host: ehci: Make use of dma_pool_zalloc() instead of dma_pool_alloc/memset()Cai Huoqing1-2/+1
2021-10-21usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/memset()Cai Huoqing1-2/+1
2021-10-20usb: dwc3: gadget: Change to dev_dbg() when queuing to inactive gadget/epWesley Cheng1-1/+1
2021-10-20usb: gadget: u_ether: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-20usb: typec: tipd: Enable event interrupts by defaultSaranya Gopal1-0/+8
2021-10-18usb: typec: STUSB160X should select REGMAP_I2CRandy Dunlap1-2/+2
2021-10-18usb-storage: Add compatibility quirk flags for iODD 2531/2541James Buren1-0/+10
2021-10-18Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman8-22/+70