index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
net2280.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
usb: typec: hd3ss3220: Drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
usb: misc: usb251xb: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-9
/
+1
2023-03-16
usb: gadget: max3420_udc: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
usb: gadget: renesas_usb3: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
usb: gadget: rzv2m_usb3drd: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
usb: renesas_usbhs: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
usb: host: max3421-hcd: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
usb: host: xhci-rcar: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
usb: acpi: Switch to use acpi_evaluate_dsm_typed()
Andy Shevchenko
1
-8
/
+4
2023-03-16
usb: Use of_property_read_bool() for boolean properties
Rob Herring
6
-32
/
+25
2023-03-16
usb: Use of_property_present() for testing DT property presence
Rob Herring
5
-6
/
+6
2023-03-16
usb: musb: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
Conor Dooley
1
-1
/
+1
2023-03-16
usb: remove dead code in dwc3_gadget_get_irq
Yalong Zou
1
-5
/
+0
2023-03-09
dt-bindings: usb: snps,dwc3: support i.MX8MQ
Peng Fan
1
-5
/
+7
2023-03-09
usb: xhci: change some trace event __dynamic_array() to __get_buf()
Linyu Yuan
1
-13
/
+7
2023-03-09
usb: dwc3: change some trace event __dynamic_array() to __get_buf()
Linyu Yuan
1
-4
/
+2
2023-03-09
usb: cdns3: change some trace event __dynamic_array() to __get_buf()
Linyu Yuan
2
-16
/
+8
2023-03-09
usb: cdns3: change trace event cdns3_ring() operation
Linyu Yuan
2
-17
/
+7
2023-03-09
usb: gadget: f_fs: Fix incorrect version checking of OS descs
Yuta Hayama
1
-2
/
+5
2023-03-09
usb: gadget: udc: replace kzalloc with devm_kzalloc in mv_udc_probe
Kang Chen
1
-1
/
+1
2023-03-09
usb: gadget: udc: add return value check of kzalloc in mv_udc_probe
Kang Chen
1
-0
/
+4
2023-03-09
usb: gadget: composite: Draw 100mA current if not configured
Prashanth K
1
-0
/
+4
2023-03-09
usb: dwc3: gadget: Change condition for processing suspend event
Prashanth K
1
-9
/
+2
2023-03-09
usb: dwc3: core: add external vBus supply support for ulpi phy
Piyush Mehta
2
-0
/
+16
2023-03-09
dt-bindings: usb: dwc3: Add snps,ulpi-ext-vbus-drv quirk
Piyush Mehta
1
-0
/
+8
2023-03-09
dt-bindings: usb: allow evaluated properties in OHCI controllers
Rafał Miłecki
1
-1
/
+1
2023-03-09
dt-bindings: usb: usb-device: make "compatible" optional
Rafał Miłecki
1
-1
/
+0
2023-03-09
dt-bindings: usb: snps,dwc3: document extcon property
Krzysztof Kozlowski
1
-0
/
+4
2023-03-09
usb: gadget: udc: renesas_usb3: remove R-Car H3 ES1.* handling
Wolfram Sang
1
-22
/
+1
2023-03-09
usb: host: xhci-rcar: remove R-Car H3 ES1.* handling
Wolfram Sang
1
-29
/
+2
2023-03-09
usb: host: xhci-rcar: remove leftover quirk handling
Wolfram Sang
1
-3
/
+0
2023-03-09
usb: host: oxu210hp-hcd: Replace fake flex-array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-03-09
usb: host: xhci-tegra: Drop using of_irq_parse_one()
Rob Herring
1
-10
/
+7
2023-03-05
Linux 6.3-rc1
v6.3-rc1
Linus Torvalds
1
-2
/
+2
2023-03-05
cpumask: re-introduce constant-sized cpumask optimizations
Linus Torvalds
4
-72
/
+72
2023-03-05
Remove Intel compiler support
Masahiro Yamada
11
-287
/
+5
2023-03-05
Adding VFS co-maintainer
Al Viro
1
-0
/
+1
2023-03-04
mm: avoid gcc complaint about pointer casting
Linus Torvalds
1
-2
/
+8
2023-03-04
umh: simplify the capability pointer logic
Linus Torvalds
1
-13
/
+5
2023-03-03
i2c: gxp: fix an error code in probe
Dan Carpenter
1
-1
/
+1
2023-03-03
i2c: gxp: return proper error on address NACK
Wolfram Sang
1
-2
/
+4
2023-03-03
i2c: gxp: remove "empty" switch statement
Wolfram Sang
1
-12
/
+1
2023-03-03
i2c: Disable I2C_APPLE when I2C_PASEMI is a builtin
Benjamin Gray
1
-0
/
+1
2023-03-03
ALSA: ice1712: Delete unreachable code in aureon_add_controls()
Dmitry Fomin
1
-4
/
+0
2023-03-03
ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()
Dmitry Fomin
1
-1
/
+1
2023-03-03
ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC
Łukasz Stelmach
1
-0
/
+1
2023-03-03
ALSA: hda/realtek: Improve support for Dell Precision 3260
Jaroslav Kysela
1
-0
/
+1
2023-03-03
ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller"
Damien Le Moal
1
-1
/
+0
2023-03-03
mailmap: map Dikshita Agarwal's old address to his current one
Konrad Dybcio
1
-0
/
+1
2023-03-03
mailmap: map Vikash Garodia's old address to his current one
Konrad Dybcio
1
-0
/
+1
[next]