index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
gadget.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-07
usb: dwc2: Fix EP TxFIFO number setting
Minas Harutyunyan
1
-0
/
+1
2019-01-17
usb: dwc2: gadget: Fix Remote Wakeup interrupt bit clearing
Minas Harutyunyan
1
-1
/
+1
2018-12-11
usb: dwc2: Fix disable all EP's on disconnect
Minas Harutyunyan
1
-18
/
+23
2018-11-26
usb: dwc2: gadget: Accept LPM token when TxFIFO is not empty
Artur Petrosyan
1
-0
/
+1
2018-11-26
usb: dwc2: gadget: Fix WkupAlert interrupt handler.
Artur Petrosyan
1
-1
/
+1
2018-10-02
usb: dwc2: gadget: Add handler for WkupAlert interrupt
Grigor Tovmasyan
1
-0
/
+25
2018-10-02
usb: dwc2: gadget: enable WKUP_ALERT interrupt
Grigor Tovmasyan
1
-0
/
+4
2018-10-02
usb: dwc2: gadget: Program GREFCLK register
Grigor Tovmasyan
1
-0
/
+23
2018-10-02
usb: dwc2: Update target (u)frame calculation
Grigor Tovmasyan
1
-0
/
+17
2018-10-02
usb: dwc2: Add dwc2_gadget_dec_frame_num_by_one() function
Grigor Tovmasyan
1
-0
/
+18
2018-10-02
usb: dwc2: Add core parameter for service interval support
Grigor Tovmasyan
1
-0
/
+4
2018-10-02
usb: dwc2: Disable all EP's on disconnect
Minas Harutyunyan
1
-7
/
+23
2018-07-30
Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-272
/
+259
2018-07-30
usb: dwc2: gadget: ISOC's starting flow improvement
Minas Harutyunyan
1
-15
/
+4
2018-07-30
usb: dwc2: replace ioread32/iowrite32_rep with dwc2_readl/writel_rep
Gevorg Sahakyan
1
-3
/
+3
2018-07-30
usb: dwc2: Modify dwc2_readl/writel functions prototype
Gevorg Sahakyan
1
-257
/
+255
2018-07-17
usb: dwc2: avoid NULL dereferences
John Keeping
1
-3
/
+3
2018-06-19
dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation
Minas Harutyunyan
1
-1
/
+6
2018-06-19
usb: gadget: dwc2: fix memory leak in gadget_init()
Grigor Tovmasyan
1
-2
/
+5
2018-06-18
usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfers
Minas Harutyunyan
1
-2
/
+0
2018-06-18
usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nak
Zeng Tao
1
-3
/
+0
2018-06-18
usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()
Minas Harutyunyan
1
-0
/
+1
2018-05-21
usb: dwc2: WA for Full speed ISOC IN in DDMA mode.
Artur Petrosyan
1
-0
/
+21
2018-05-21
usb: dwc2: Fix kernel doc's warnings.
Grigor Tovmasyan
1
-9
/
+20
2018-05-15
usb: dwc2: Change reading of current frame number flow.
Artur Petrosyan
1
-2
/
+11
2018-05-15
usb: dwc2: Fix crash in incomplete isoc intr handlers.
Artur Petrosyan
1
-3
/
+3
2018-05-15
usb: dwc2: Add Interpacket Gap(IPG) feature support
Grigor Tovmasyan
1
-0
/
+3
2018-05-15
usb: dwc2: Enable BNA interrupt for IN endpoints
Minas Harutyunyan
1
-1
/
+3
2018-05-15
usb: dwc2: Change ISOC DDMA flow
Minas Harutyunyan
1
-142
/
+137
2018-03-13
usb: dwc2: Add host/device hibernation functions
Vardan Mikayelyan
1
-0
/
+176
2018-03-13
usb: dwc2: gadget: Add remote_wakeup_allowed flag
Vardan Mikayelyan
1
-0
/
+5
2018-03-13
usb: dwc2: gadget: Fix dwc2_restore_device_registers
Vardan Mikayelyan
1
-12
/
+26
2018-03-13
usb: dwc2: gadget: Moved dtxfsiz backup array place
Vardan Mikayelyan
1
-0
/
+2
2018-03-13
usb: dwc2: Rename hibernation to partial_power_down
Vardan Mikayelyan
1
-3
/
+3
2018-03-13
usb: dwc2: Enable LPM
John Youn
1
-0
/
+4
2018-03-13
usb: dwc2: gadget: Use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-03-13
usb: dwc2: Add core state checking
Grigor Tovmasyan
1
-2
/
+2
2018-03-13
usb: dwc2: gadget: Configure the core to enable LPM
Sevak Arakelyan
1
-0
/
+26
2018-03-13
usb: dwc2: Enable LPM Transaction Received interrupt
Sevak Arakelyan
1
-1
/
+2
2018-03-13
usb: dwc2: Add ACG support to the driver
Razmik Karapetyan
1
-2
/
+10
2018-03-13
usb: dwc2: Rename bit set/clear function names
Razmik Karapetyan
1
-22
/
+22
2018-03-13
usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handling
Razmik Karapetyan
1
-1
/
+8
2018-03-13
usb: dwc2: Update dwc2_handle_incomplete_isoc_out() function
Razmik Karapetyan
1
-2
/
+12
2018-03-13
usb: dwc2: Update dwc2_handle_incomplete_isoc_in() function
Razmik Karapetyan
1
-1
/
+8
2018-03-13
usb: dwc2: Use AHB burst size parameter
Razmik Karapetyan
1
-1
/
+1
2018-03-13
usb: dwc2: Update bit polling functionality
Sevak Arakelyan
1
-34
/
+4
2018-03-08
usb: dwc2: eliminate irq parameter from dwc2_gadget_init
Vardan Mikayelyan
1
-4
/
+3
2018-02-12
usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
Vardan Mikayelyan
1
-6
/
+6
2018-02-12
usb: dwc2: Add safety check for STSPHSERCVD intr
Minas Harutyunyan
1
-3
/
+7
2018-02-12
usb: dwc2: Add safety check in setting of descriptor chain pointers
Minas Harutyunyan
1
-1
/
+3
[prev]
[next]