index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-generic.c
Age
Commit message (
Expand
)
Author
2024-09-09
phy: Extend generic_setup_phy() with PHY mode and submode
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2023-08-14
usb: ehci-generic: Use regulator_set_enable_if_allowed
Jonas Karlman
2022-10-10
usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpers
Patrice Chotard
2022-07-04
usb: host: ehci-generic: Fix error check
Andre Przywara
2022-06-16
usb: host: ehci-generic: Make resets and clocks optional
Andre Przywara
2022-05-06
usb: host: ehci-generic: Remove DM_REGULATOR flag
Patrice Chotard
2022-05-06
usb: host: ehci-generic: Make usage of clock/reset bulk() API
Patrice Chotard
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-10-06
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-09-11
usb: ehci-generic: don't probe fail if there is no clk_enable() ops
Kever Yang
2018-09-15
usb: ehci-generic: Add vbus-supply regulator support
Patrice Chotard
2018-08-28
usb: ehci: Make the PHY handling generic
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-17
usb: ehci-generic: replace pr_err() by dev_err()
Patrice Chotard
2018-03-17
usb: ehci-generic: factorize PHY operation
Patrice Chotard
2018-03-17
usb: ehci-generic: handle phy power on/off
Patrice Chotard
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-09-27
usb: host: ehci-generic: convert to livetree
Philipp Tomsich
2017-07-28
usb: host: ehci-generic: initialize PHY only when found
Patrice Chotard
2017-07-28
usb: host: ehci-generic: add generic PHY support
Patrice Chotard
2017-07-28
usb: host: ehci-generic: add error path and .remove callback
Patrice Chotard
2017-07-28
usb: host: ehci-generic: replace printf() by error()
Patrice Chotard
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2016-09-23
usb: ehci-generic: support reset control for generic EHCI
Masahiro Yamada
2016-09-23
usb: replace ehci_*_remove() with usb_deregister()
Masahiro Yamada
2016-06-19
clk: convert API to match reset/mailbox style
Stephen Warren
2016-02-24
usb: ehci: Use map_physmem in ehci-generic
Marek Vasut
2016-01-25
usb: add clock support for generic EHCI
Masahiro Yamada
2015-12-07
usb: add support for generic EHCI devices
Alexey Brodkin