index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
chipidea
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-11
usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling
Fedor Pchelkin
1
-3
/
+10
2025-04-11
usb: chipidea: ci_hdrc_imx: fix call balance of regulator routines
Fedor Pchelkin
1
-8
/
+17
2025-04-11
usb: chipidea: ci_hdrc_imx: fix usbmisc handling
Fedor Pchelkin
1
-2
/
+4
2025-04-02
Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-5
/
+5
2025-03-03
usb: chipidea: imx: fix some typo
Xu Yang
1
-5
/
+5
2025-02-18
USB: chipidea: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-01-15
USB: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-1
/
+2
2025-01-13
Merge 6.13-rc7 into usb-next
Greg Kroah-Hartman
1
-8
/
+17
2024-12-23
usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe()
Joe Hattori
1
-8
/
+17
2024-12-04
usb: chipidea: host: Improve port index sanitizing
Xu Yang
1
-2
/
+8
2024-11-12
usb: chipidea: imx: add imx8ulp support
Xu Yang
1
-0
/
+4
2024-11-05
usb: Use (of|device)_property_present() for non-boolean properties
Rob Herring (Arm)
1
-1
/
+1
2024-10-04
usb: chipidea: udc: improve error recovery for ISO transfer
Xu Yang
1
-4
/
+9
2024-10-04
usb: chipidea: udc: improve dTD link logic
Xu Yang
1
-1
/
+8
2024-10-04
usb: chipidea: udc: handle USB Error Interrupt if IOC not set
Xu Yang
1
-1
/
+1
2024-10-04
usb: chipidea: udc: create bounce buffer for problem sglist entries if possible
Xu Yang
2
-0
/
+150
2024-10-04
usb: chipidea: udc: limit usb request length to max 16KB
Xu Yang
2
-0
/
+7
2024-10-04
usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
Xu Yang
3
-0
/
+4
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
6
-6
/
+6
2024-09-11
usb: chipidea: npcm: Fix coding style with clarification of data type
Andreas Kühn
1
-1
/
+1
2024-09-03
usb: chipidea: npcm: Fix coding style with missing space
Andreas Kühn
1
-1
/
+1
2024-09-03
usb: chipidea: udc: enable suspend interrupt after usb reset
Xu Yang
1
-1
/
+7
2024-08-07
usb: chipidea: Use of_property_present()
Rob Herring (Arm)
1
-1
/
+1
2024-06-27
usb: chipidea: ci_hdrc_tegra: Switch to RUNTIME_PM_OPS()
Fabio Estevam
1
-5
/
+4
2024-06-27
usb: chipidea: ci_hdrc_imx: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
1
-10
/
+9
2024-06-20
usb: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-06-04
Revert "usb: chipidea: move ci_ulpi_init after the phy initialization"
Peter Chen
2
-4
/
+9
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-2
/
+2
2024-04-09
usb: chipidea: move ci_ulpi_init after the phy initialization
Michael Grzeschik
2
-9
/
+4
2024-03-27
usb: chipidea: ci_hdrc_imx: align usb wakeup clock name with dt-bindings
Xu Yang
1
-1
/
+1
2024-03-26
usb: chipidea: npcm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-01-27
usb: chipidea: core: handle power lost in workqueue
Xu Yang
2
-20
/
+26
2024-01-04
usb: chipidea: wait controller resume finished for wakeup irq
Xu Yang
1
-0
/
+7
2024-01-04
usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always on
Xu Yang
1
-1
/
+16
2023-12-15
usb: chipidea: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2023-11-22
usb: chipidea: udc: Add revision check of 2.20[CI_REVISION_22]
Piyush Mehta
1
-1
/
+2
2023-10-21
usb: chipidea: Fix unused ci_hdrc_usb2_of_match warning for !CONFIG_OF
Rob Herring
1
-1
/
+1
2023-10-21
usb: chipidea: Add support for NPCM
Tomer Maimon
3
-0
/
+119
2023-10-21
usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag
Tomer Maimon
1
-1
/
+4
2023-10-10
usb: Use device_get_match_data()
Rob Herring
1
-6
/
+5
2023-10-02
usb: chipidea: tegra: Consistently use dev_err_probe()
Michał Mirosław
1
-9
/
+7
2023-10-02
usb: chipidea: Simplify Tegra DMA alignment code
Michał Mirosław
1
-27
/
+18
2023-10-02
usb: chipidea: Fix DMA overwrite for Tegra
Michał Mirosław
1
-3
/
+4
2023-08-09
usb: chipidea: add workaround for chipidea PEC bug
Xu Yang
4
-1
/
+7
2023-08-04
usb: chipidea: udc: Remove an unnecessary NULL value
Ruan Jinjie
1
-1
/
+1
2023-07-27
usb: chipidea/core: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
usb: chipidea: add USB PHY event
Xu Yang
2
-2
/
+26
2023-07-25
usb: chipidea: imx: add one fsl picophy parameter tuning implementation
Xu Yang
3
-0
/
+13
2023-07-25
usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0
Xu Yang
2
-6
/
+10
2023-07-25
usb: Explicitly include correct DT includes
Rob Herring
3
-2
/
+5
[next]