aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2020-03-21Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2020-03-20USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov
2020-03-20usb: gadget: fix wrong endpoint descEJ Hsu
2020-02-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-01-31usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva
2020-01-20Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-01-19usb: gadget: u_serial: add missing port entry lockingMichał Mirosław
2019-12-29Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
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-18Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-12-16usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driv...Roger Quadros
2019-12-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-12-10USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern
2019-11-25Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-11-25usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva
2019-11-10Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-11-09USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com
2019-09-09Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
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-27Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-08-25usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda
2019-08-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-07-31usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz
2019-07-22completion: Use simple wait queuesThomas Gleixner
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