index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
phy
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2026-02-05
usb: phy: tegra: parametrize PORTSC1 register offset
Svyatoslav Ryhel
-11
/
+6
2026-02-05
usb: phy: tegra: parametrize HSIC PTS value
Svyatoslav Ryhel
-4
/
+3
2026-02-05
usb: phy: tegra: return error value from utmi_wait_register
Svyatoslav Ryhel
-3
/
+6
2026-02-05
usb: phy: tegra: cosmetic fixes
Svyatoslav Ryhel
-6
/
+6
2026-01-23
usb: phy: tegra: add HSIC support
Svyatoslav Ryhel
-11
/
+238
2026-01-23
usb: phy: tegra: use phy type directly
Svyatoslav Ryhel
-19
/
+32
2026-01-23
usb: phy: generic: Convert to device property API
Geert Uytterhoeven
-9
/
+3
2026-01-23
usb: phy: generic: Convert to dev_err_probe()
Geert Uytterhoeven
-18
/
+13
2026-01-23
usb: phy: generic: Convert to devm_clk_get_optional()
Geert Uytterhoeven
-19
/
+9
2026-01-23
usb: phy: generic: Always use dev in usb_phy_generic_probe()
Geert Uytterhoeven
-5
/
+4
2025-12-23
usb: phy: isp1301: fix non-OF device reference imbalance
Johan Hovold
-1
/
+6
2025-12-17
usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal
Duoming Zhou
-0
/
+1
2025-11-26
usb: phy: Initialize struct usb_phy list_head
Diogo Ivo
-0
/
+4
2025-09-06
usb: phy: twl6030: Fix incorrect type for ret
Xichao Zhao
-2
/
+1
2025-06-19
usb: phy: tegra: Remove unused functions
Dr. David Alan Gilbert
-89
/
+0
2025-04-11
usb: Remove orphaned UDC drivers
Rob Herring (Arm)
-894
/
+0
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-03-03
usb: ulpi: Remove unused otg_ulpi_create
Dr. David Alan Gilbert
-23
/
+0
2025-02-17
Merge 6.14-rc3 into usb-next
Greg Kroah-Hartman
-1
/
+1
2025-02-03
usb: phy: generic: Use proper helper for property detection
Alexander Stein
-1
/
+1
2025-02-03
usb: phy: mxs: silence EPROBE_DEFER error on boot
Dominique Martinet
-5
/
+3
2025-01-15
USB: phy: Use str_enable_disable-like helpers
Krzysztof Kozlowski
-3
/
+6
2025-01-13
usb: phy: Remove API devm_usb_put_phy()
Zijun Hu
-26
/
+0
2024-11-05
usb: Use (of|device)_property_present() for non-boolean properties
Rob Herring (Arm)
-1
/
+1
2024-11-05
Merge v6.12-rc6 into usb-next
Greg Kroah-Hartman
-1
/
+1
2024-10-29
usb: phy: Fix API devm_usb_put_phy() can not release the phy
Zijun Hu
-1
/
+1
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
-1
/
+1
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-11
/
+11
2024-10-04
usb: phy: isp1301:: Drop explicit initialization of struct i2c_device_id::dri...
Uwe Kleine-König
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-08-25
usb: phy: phy-gpio-vbus-usb: fix module autoloading
Liao Chen
-0
/
+1
2024-08-13
usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspend
Xu Yang
-4
/
+28
2024-08-13
usb: phy: mxs: add wakeup enable for imx7ulp
Xu Yang
-2
/
+39
2024-08-13
usb: phy: mxs: keep USBPHY2's clk always on
Xu Yang
-7
/
+26
2024-08-13
usb: phy: mxs: enable regulator phy-3p0 to improve signal qualilty
Xu Yang
-0
/
+26
2024-06-20
usb: phy: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+2
2024-04-09
usb: phy-generic: add short delay after pulling the reset pin
Michael Grzeschik
-0
/
+1
2024-04-04
usb: phy: fsl-usb: drop driver owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-03-26
Revert "usb: phy: generic: Get the vbus supply"
Alexander Stein
-7
/
+0
2024-02-19
usb: phy: constify the struct device_type usage
Ricardo B. Marliere
-1
/
+1
2024-01-27
usb: phy: generic: Disable vbus on removal
Sean Anderson
-0
/
+3
2024-01-27
usb: phy: generic: Implement otg->set_vbus
Sean Anderson
-28
/
+17
2024-01-27
usb: phy: generic: Get the vbus supply
Sean Anderson
-0
/
+7
2024-01-04
usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
Xu Yang
-2
/
+1
2023-12-15
usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with s...
Lee Jones
-4
/
+4
2023-11-23
usb: phy: generic: add suspend support for regulator
Stefan Eichenberger
-4
/
+10
2023-07-25
usb: phy: mxs: disconnect line when USB charger is attached
Xu Yang
-1
/
+3
2023-07-25
usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()
Xu Yang
-8
/
+2
[next]