index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-hcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+0
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-0
/
+1
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+0
2023-02-07
usb: Drop unused ehci-faraday driver
Simon Glass
1
-5
/
+0
2022-10-10
usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpers
Patrice Chotard
1
-66
/
+0
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
1
-1
/
+1
2022-06-28
Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig
Tom Rini
1
-4
/
+0
2021-10-15
Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI
Marek Behún
1
-1
/
+1
2021-04-22
usb: ehci-hcd: Add IAA handshake for removing async QH
Ye Li
1
-0
/
+27
2020-09-08
usb: host: ehci-hcd: change trace level for phy errors managed by uclass
Patrick Delaunay
1
-4
/
+4
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-04-28
usb: avoid NULL check before free
Heinrich Schuchardt
1
-6
/
+3
2020-04-09
usb: Keep async schedule running only across mass storage xfers
Marek Vasut
1
-14
/
+77
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-10-31
usb: ehci-hcd: Keep async schedule running
Marek Vasut
1
-30
/
+21
2019-09-11
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
1
-5
/
+8
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
1
-6
/
+6
2018-10-29
fsl/usb: Workaround for USB erratum-A005275
Chris Packham
1
-1
/
+11
2018-08-28
usb: ehci: Make the PHY handling generic
Marek Vasut
1
-0
/
+66
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-11-26
usb: ehci: do not invalidate a NULL buffer
Dirk Behme
1
-2
/
+3
2017-11-26
dm: usb: ehci: avoid possible NULL dereference
Heinrich Schuchardt
1
-4
/
+6
2017-09-27
dm: usb: ehci: Implement get_max_xfer_size() operation
Bin Meng
1
-0
/
+12
2017-07-28
usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
Bin Meng
1
-3
/
+7
2017-07-28
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
Bin Meng
1
-2
/
+2
2017-07-28
usb: add static to local symbols
Masahiro Yamada
1
-1
/
+1
2016-06-18
usb: ehci: only shutdown opened controller
Peng Fan
1
-0
/
+3
2016-04-10
usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()
Mateusz Kulikowski
1
-2
/
+2
2016-04-01
ehci-hcd: Add init_after_reset
Mateusz Kulikowski
1
-0
/
+6
2016-02-26
usb: ehci: Fix warning on aarch64
Marek Vasut
1
-1
/
+1
2016-02-24
usb: ehci: Clear USBMODE_BE on LE MMIO
Marek Vasut
1
-0
/
+2
2016-02-24
usb: ehci: Implement V2P mapping
Marek Vasut
1
-10
/
+9
2015-12-31
usb: Move determination of TT hub address/port into separate function
Stefan Brüns
1
-45
/
+5
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
1
-3
/
+3
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-09-07
usb: ehci: remember init mode
Stephen Warren
1
-1
/
+6
2015-07-21
usb: Update some EHCI driver licenses to use SPDX
Simon Glass
1
-14
/
+1
2015-07-21
usb: ehci: Correct a missing hypen in an error message
Simon Glass
1
-1
/
+1
2015-06-19
usb: ehci: Properly deal with data toggle for interrupt endpoints
Hans de Goede
1
-7
/
+19
2015-05-14
dm: usb: Add support for interrupt queues to the dm usb code
Hans de Goede
1
-0
/
+26
2015-05-14
dm: usb: Prefix ehci interrupt-queue functions with _ehci_
Hans de Goede
1
-9
/
+28
2015-05-14
usb: Stop reset procedure when a dev is handed over to a companion hcd
Hans de Goede
1
-1
/
+2
2015-05-14
usb: Fix handover of full-speed devices from ehci to companion
Hans de Goede
1
-3
/
+13
2015-05-05
dm: usb: Set desc_before_addr from ehci dm code
Hans de Goede
1
-0
/
+3
2015-05-05
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
Hans de Goede
1
-12
/
+22
2015-05-05
dm: usb: Use usb_get_bus in dm ehci code
Hans de Goede
1
-8
/
+1
2015-04-18
dm: usb: Add driver model support to EHCI
Simon Glass
1
-4
/
+121
[next]