index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
usb: xhci-mtk: fix wrong remainder of bandwidth budget
Chunfeng Yun
2021-04-02
1
-5
/
+2
|
*
|
|
|
|
USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()
Yang Yingliang
2021-04-02
1
-2
/
+2
|
*
|
|
|
|
usb: dwc2: delete duplicate word in the comment
Tian Tao
2021-04-02
1
-1
/
+1
|
*
|
|
|
|
usb: dwc2: add parenthess and space around *
Tian Tao
2021-04-02
1
-1
/
+1
|
*
|
|
|
|
usb: gadget: aspeed: fix dma map failure
Tao Ren
2021-04-02
2
-2
/
+3
|
*
|
|
|
|
usb: dwc3: add cancelled reasons for dwc3 requests
Ray Chi
2021-04-02
3
-11
/
+31
|
*
|
|
|
|
usb: dwc3: exynos: fix incorrect kernel-doc comment syntax
Aditya Srivastava
2021-04-02
1
-1
/
+1
|
*
|
|
|
|
usb: dwc3: fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
2021-04-02
7
-7
/
+7
|
*
|
|
|
|
usb: dwc3: st: fix incorrect kernel-doc comment syntax in file
Aditya Srivastava
2021-04-02
1
-1
/
+1
|
*
|
|
|
|
usb: dwc3: imx8mp: fix incorrect kernel-doc comment syntax
Aditya Srivastava
2021-04-02
1
-1
/
+1
|
*
|
|
|
|
usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'
Christophe JAILLET
2021-03-28
1
-4
/
+12
|
*
|
|
|
|
usb: gadget: s3c: Fix incorrect resources releasing
Christophe JAILLET
2021-03-28
1
-11
/
+3
|
*
|
|
|
|
usb: dwc3: Create helper function getting MDWIDTH
Thinh Nguyen
2021-03-28
3
-21
/
+26
|
*
|
|
|
|
usb: xhci-mtk: remove MODULE_ALIAS
Chunfeng Yun
2021-03-28
1
-1
/
+0
|
*
|
|
|
|
usb: xhci-mtk: drop CONFIG_OF
Chunfeng Yun
2021-03-28
1
-3
/
+1
|
*
|
|
|
|
usb: misc: usbsevseg: update to use usb_control_msg_send()
Anant Thazhemadam
2021-03-28
1
-43
/
+17
|
*
|
|
|
|
usb: misc: ezusb: update to use usb_control_msg_send()
Anant Thazhemadam
2021-03-28
1
-14
/
+2
|
*
|
|
|
|
usb: misc: ehset: update to use the usb_control_msg_{send|recv}() API
Anant Thazhemadam
2021-03-28
1
-44
/
+32
|
*
|
|
|
|
usb: dwc3: gadget: modify the scale in vbus_draw callback
Ray Chi
2021-03-28
1
-1
/
+1
|
*
|
|
|
|
usb: mtu3: drop CONFIG_OF
Chunfeng Yun
2021-03-26
1
-6
/
+1
|
*
|
|
|
|
usb: mtu3: add support ip-sleep wakeup for MT8192
Chunfeng Yun
2021-03-26
1
-0
/
+10
|
*
|
|
|
|
usb: mtu3: support ip-sleep wakeup for MT8183
Chunfeng Yun
2021-03-26
1
-0
/
+12
|
*
|
|
|
|
usb: xhci-mtk: add support ip-sleep wakeup for mT8192
Chunfeng Yun
2021-03-26
1
-0
/
+10
|
*
|
|
|
|
usb: xhci-mtk: support ip-sleep wakeup for MT8183
Chunfeng Yun
2021-03-26
1
-0
/
+13
|
*
|
|
|
|
usb: gadget: pch_udc: Convert Intel Quark quirk to use driver data
Andy Shevchenko
2021-03-26
1
-9
/
+14
|
*
|
|
|
|
usb: gadget: pch_udc: Use PCI sub IDs instead of DMI
Andy Shevchenko
2021-03-26
1
-47
/
+44
|
*
|
|
|
|
usb: gadget: pch_udc: Remove CONFIG_PM_SLEEP ifdefery
Andy Shevchenko
2021-03-26
1
-8
/
+3
|
*
|
|
|
|
usb: gadget: pch_udc: switch over to usb_gadget_map/unmap_request()
Andy Shevchenko
2021-03-26
1
-72
/
+6
|
*
|
|
|
|
fotg210-udc: Complete OUT requests on short packets
Fabian Vogt
2021-03-26
1
-2
/
+6
|
*
|
|
|
|
fotg210-udc: Don't DMA more than the buffer can take
Fabian Vogt
2021-03-26
1
-2
/
+3
|
*
|
|
|
|
fotg210-udc: Call usb_gadget_udc_reset
Fabian Vogt
2021-03-26
1
-0
/
+2
|
*
|
|
|
|
fotg210-udc: Mask GRP2 interrupts we don't handle
Fabian Vogt
2021-03-26
1
-0
/
+6
|
*
|
|
|
|
fotg210-udc: Remove a dubious condition leading to fotg210_done
Fabian Vogt
2021-03-26
1
-2
/
+1
|
*
|
|
|
|
fotg210-udc: Fix EP0 IN requests bigger than two packets
Fabian Vogt
2021-03-26
1
-1
/
+1
|
*
|
|
|
|
fotg210-udc: Fix DMA on EP0 for length > max packet size
Fabian Vogt
2021-03-26
1
-1
/
+1
|
*
|
|
|
|
usb: dwc3: trace: Print register read and write offset
Thinh Nguyen
2021-03-26
1
-2
/
+4
|
*
|
|
|
|
usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' static
Wei Yongjun
2021-03-26
1
-1
/
+1
|
*
|
|
|
|
usb: typec: Fix a typo
Bhaskar Chowdhury
2021-03-26
1
-1
/
+1
|
*
|
|
|
|
usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)
Andy Shevchenko
2021-03-23
1
-14
/
+57
|
*
|
|
|
|
usb: gadget: pch_udc: Initialize device pointer before use
Andy Shevchenko
2021-03-23
1
-2
/
+3
|
*
|
|
|
|
usb: gadget: pch_udc: Revert d3cb25a12138 completely
Andy Shevchenko
2021-03-23
1
-4
/
+13
|
*
|
|
|
|
usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel doc
Andy Shevchenko
2021-03-23
1
-1
/
+2
|
*
|
|
|
|
usb: gadget: pch_udc: Check for DMA mapping error
Andy Shevchenko
2021-03-23
1
-1
/
+1
|
*
|
|
|
|
usb: gadget: pch_udc: Check if driver is present before calling ->setup()
Andy Shevchenko
2021-03-23
1
-10
/
+18
|
*
|
|
|
|
usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()
Andy Shevchenko
2021-03-23
1
-1
/
+1
|
*
|
|
|
|
usb: xhci: Remove unused function
Thinh Nguyen
2021-03-23
1
-147
/
+0
|
*
|
|
|
|
usb: xhci: Rewrite xhci_create_usb3_bos_desc()
Thinh Nguyen
2021-03-23
1
-2
/
+235
|
*
|
|
|
|
usb: xhci: Fix port minor revision
Thinh Nguyen
2021-03-23
1
-0
/
+9
|
*
|
|
|
|
usb: xhci: Init root hub SSP rate
Thinh Nguyen
2021-03-23
1
-0
/
+2
|
*
|
|
|
|
USB: gadget: f_fs: fix memdup_user.cocci warnings
kernel test robot
2021-03-23
1
-8
/
+3
[prev]
[next]