aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2020-02-11usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-02-11usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-02-11usb: gadget: legacy: set max_speed to super-speedRoger Quadros
2020-02-11usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen
2020-01-13Merge branch 'v5.4/standard/base' into v5.4/standard/xlnx-socBruce Ashfield
2020-01-13Merge branch 'v5.4/standard/base' into v5.4/standard/xlnx-socBruce Ashfield
2020-01-12USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov
2020-01-09usb: gadget: fix wrong endpoint descEJ Hsu
2019-12-18Merge branch 'standard/base' into standard/xlnx-socBruce Ashfield
2019-12-18Merge branch 'standard/base' into standard/xlnx-socBruce Ashfield
2019-12-17USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov
2019-12-17usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva
2019-12-17usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun
2019-12-13usb: gadget: u_serial: add missing port entry lockingMichał Mirosław
2019-12-02usb: gadget: uvc_video: unlock before submitting a request to epAnurag Kumar Vulisha
2019-12-02usb: gadget: configfs: Add support for setting maximum supported speedAnurag Kumar Vulisha
2019-12-02usb: function: f_tcm: Add support for getting alt interface numberAnurag Kumar Vulisha
2019-12-02usb: gadget: f_tcm: support to set maxburst through configfsRajnikant Bhojani
2019-12-02usb: gadget: f_tcm: add TARGET_SCF_ACK_KREF flag in BOTRajnikant Bhojani
2019-12-02usb: gadget: f_tcm: queue multiple commands requestRajnikant Bhojani
2019-12-02usb: gadget: f_tcm: comp_descriptor workaround during SS gadgetRajnikant Bhojani
2019-12-02usb: gadget: f_tcm: adjust write length with max packet sizeRajnikant Bhojani
2019-12-02usb: gadget: f_tcm: remove code duplicationRajnikant Bhojani
2019-12-02usb: gadget: udc-xilinx: Resolve kernel-doc warningsManish Narani
2019-12-02usb: gadget: udc: udc-xilinx: Resolve compilation warningsManish Narani
2019-12-02usb: gadget: udc: udc-xilinx: Add identifier to read_fn function argManish Narani
2019-12-02usb: xilinx: Add suspend resume supportShubhrajyoti Datta
2019-12-02usb: gadget: udc-xilinx: Add clock supportShubhrajyoti Datta
2019-10-29USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern
2019-10-27usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen
2019-10-27usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru
2019-10-27usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan
2019-10-27usb: gadget: udc: renesas_usb3: Fix __le16 warningsYoshihiro Shimoda
2019-10-27usb: fsl: Check memory resource before releasing itNikhil Badola
2019-10-15usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva
2019-10-04udc: lpc32xx: fix 64-bit compiler warningArnd Bergmann
2019-10-04USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-18vfs: Convert functionfs to use the new mount APIDavid Howells
2019-09-18Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-08-30usb: gadget: net2280: Add workaround for AB chip Errata 11Benjamin Herrenschmidt
2019-08-30usb: gadget: net2280: Move all "ll" registers in one structureBenjamin Herrenschmidt
2019-08-28usb: gadget: composite: Set recommended BESL valuesThinh Nguyen
2019-08-28usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva
2019-08-28usb: udc: lpc32xx: remove set but not used 3 variablesMao Wenan
2019-08-28usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros
2019-08-21usb: udc: lpc32xx: silence fall-through warningGustavo A. R. Silva
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman