summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2020-06-181-6/+0
* usb: dwc2: Implement set_selfpowered()John Keeping2020-03-151-1/+23
* usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan2020-02-111-12/+16
* usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan2020-02-111-5/+7
* usb: dwc2: Fix IN FIFO allocationJohn Keeping2020-01-151-1/+2
* usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan2020-01-151-5/+17
* usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping2019-08-091-4/+5
* usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz2019-06-061-8/+12
* usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan2019-06-061-0/+4
* dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan2019-05-031-0/+1
* usb: dwc2: Set actual frame number for completed ISOC transferMinas Harutyunyan2019-05-031-0/+5
* usb: dwc2: gadget: Increase descriptors count for ISOC'sMinas Harutyunyan2019-05-031-12/+15
* usb: dwc2: Delayed status supportMinas Harutyunyan2019-05-031-4/+27
* usb: dwc2: gadget: Move gadget phy init into core phy initJules Maselbas2019-05-031-20/+5
* usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas2019-05-031-6/+14
* usb: dwc2: gadget: Remove duplicated phy initJules Maselbas2019-05-031-13/+0
* usb: dwc2: gadget: Reject LPM token during Control transfersMinas Harutyunyan2019-05-031-0/+1
* usb: dwc2: gadget: Add scatter-gather modeAndrzej Pietrasiewicz2019-02-071-36/+77
* usb: dwc2: Fix EP TxFIFO number settingMinas Harutyunyan2019-02-071-0/+1
* usb: dwc2: gadget: Fix Remote Wakeup interrupt bit clearingMinas Harutyunyan2019-01-171-1/+1
* usb: dwc2: Fix disable all EP's on disconnectMinas Harutyunyan2018-12-111-18/+23
* usb: dwc2: gadget: Accept LPM token when TxFIFO is not emptyArtur Petrosyan2018-11-261-0/+1
* usb: dwc2: gadget: Fix WkupAlert interrupt handler.Artur Petrosyan2018-11-261-1/+1
* usb: dwc2: gadget: Add handler for WkupAlert interruptGrigor Tovmasyan2018-10-021-0/+25
* usb: dwc2: gadget: enable WKUP_ALERT interruptGrigor Tovmasyan2018-10-021-0/+4
* usb: dwc2: gadget: Program GREFCLK registerGrigor Tovmasyan2018-10-021-0/+23
* usb: dwc2: Update target (u)frame calculationGrigor Tovmasyan2018-10-021-0/+17
* usb: dwc2: Add dwc2_gadget_dec_frame_num_by_one() functionGrigor Tovmasyan2018-10-021-0/+18
* usb: dwc2: Add core parameter for service interval supportGrigor Tovmasyan2018-10-021-0/+4
* usb: dwc2: Disable all EP's on disconnectMinas Harutyunyan2018-10-021-7/+23
* Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-301-272/+259
|\
| * usb: dwc2: gadget: ISOC's starting flow improvementMinas Harutyunyan2018-07-301-15/+4
| * usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_repGevorg Sahakyan2018-07-301-3/+3
| * usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan2018-07-301-257/+255
* | usb: dwc2: avoid NULL dereferencesJohn Keeping2018-07-171-3/+3
|/
* dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan2018-06-191-1/+6
* usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan2018-06-191-2/+5
* usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan2018-06-181-2/+0
* usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao2018-06-181-3/+0
* usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan2018-06-181-0/+1
* usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan2018-05-211-0/+21
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-211-9/+20
* usb: dwc2: Change reading of current frame number flow.Artur Petrosyan2018-05-151-2/+11
* usb: dwc2: Fix crash in incomplete isoc intr handlers.Artur Petrosyan2018-05-151-3/+3
* usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan2018-05-151-0/+3
* usb: dwc2: Enable BNA interrupt for IN endpointsMinas Harutyunyan2018-05-151-1/+3
* usb: dwc2: Change ISOC DDMA flowMinas Harutyunyan2018-05-151-142/+137
* usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan2018-03-131-0/+176
* usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan2018-03-131-0/+5
* usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan2018-03-131-12/+26