aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2020-01-31usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva
2020-01-19usb: gadget: u_serial: add missing port entry lockingMichał Mirosław
2019-12-29usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun
2019-12-29usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen
2019-12-29usb: gadget: composite: Fix possible double free memory bugChandana Kishori Chiluveru
2019-12-29usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan
2019-12-29usb: fsl: Check memory resource before releasing itNikhil Badola
2019-12-16usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros
2019-12-10USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern
2019-11-25usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva
2019-11-09USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com
2019-09-06usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt
2019-09-06usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt
2019-08-25usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda
2019-07-31usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz
2019-07-14usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan
2019-07-14usb: gadget: f_fs: data_len used before properly setFei Yang
2019-06-06usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()Wei Yongjun
2019-06-06usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni
2019-06-06usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao
2019-05-03usb: gadget: atmel: tie wake lock to running clockJonas Bonn
2019-05-03usb: gadget: atmel: support USB suspendJonas Bonn
2019-05-03usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn
2019-05-03usb: gadget: do not use __constant_cpu_to_le16Sergey Senozhatsky
2019-05-03usb: introduce usb_ep_type_string() functionChunfeng Yun
2019-05-03usb: gadget: udc: lpc32xx: rework interrupt handlingAlexandre Belloni
2019-05-03usb: gadget: udc: lpc32xx: add support for stotg04 phyAlexandre Belloni
2019-05-03usb: gadget: udc: lpc32xx: properly setup phy interruptsAlexandre Belloni
2019-05-03usb: gadget: udc: lpc32xx: simplify vbus handlingAlexandre Belloni
2019-05-03usb: gadget: udc: lpc32xx: simplify probeAlexandre Belloni
2019-05-03USB: UDC: net22{80,72}: remove mistaken test of req->zeroAlan Stern
2019-05-03USB: UDC: net2280: Remove redundant "if" conditionAlan Stern
2019-05-03usb: gadget: f_ncm: Add OS descriptor supportRomain Izard
2019-05-03usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard
2019-05-03USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern
2019-05-03usb: gadget: f_fs: don't free buffer prematurelyFei Yang
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov
2019-03-20usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener
2019-03-20usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener
2019-03-20usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-02-11fotg210-udc: pass struct device to DMA API functionsChristoph Hellwig
2019-02-11fotg210-udc: remove a bogus dma_sync_single_for_device callChristoph Hellwig
2019-02-11usb: gadget: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz
2019-02-11usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman
2019-02-07usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() callAndrzej Pietrasiewicz
2019-02-07usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()Andrzej Pietrasiewicz