summaryrefslogtreecommitdiffstats
path: root/drivers/phy/broadcom/phy-brcm-usb.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional()Florian Fainelli1-2/+2
2022-11-07phy: usb: Fix clock imbalance for suspend/resumeJustin Chen1-3/+5
2022-11-07phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devicesAl Cooper1-3/+3
2022-11-05phy: usb: Improve port mode selectionJustin Chen1-5/+9
2022-02-25phy: phy-brcm-usb: fixup BCM4908 supportRafał Miłecki1-1/+10
2022-01-23phy: usb: Leave some clocks running during suspendAl Cooper1-0/+38
2021-01-13phy: phy-brcm-usb: support PHY on the BCM4908Rafał Miłecki1-0/+4
2021-01-13phy: phy-brcm-usb: specify init function format at struct levelRafał Miłecki1-4/+3
2021-01-13phy: phy-brcm-usb: improve getting OF matching dataRafał Miłecki1-3/+4
2020-05-18phy: phy-brcm-usb: Constify static structsRikard Falkeborn1-8/+8
2020-01-08phy: usb: Add support for wake and USB low power mode for 7211 S2/S5Al Cooper1-7/+18
2020-01-08phy: usb: USB driver is crashing during S3 resume on 7216Al Cooper1-1/+1
2020-01-08phy: usb: bdc: Fix occasional failure with BDC on 7211Al Cooper1-4/+19
2020-01-08phy: usb: fix driver to defer on clk_get deferAl Cooper1-0/+6
2020-01-08phy: usb: Add support for new Synopsys USB controller on the 7211b0Al Cooper1-53/+109
2020-01-08phy: usb: Add support for new Synopsys USB controller on the 7216Al Cooper1-17/+53
2020-01-08phy: usb: Restructure in preparation for adding 7216 USB supportAl Cooper1-3/+3
2020-01-08phy: usb: Add "wake on" functionalityAl Cooper1-3/+45
2020-01-08phy: usb: Put USB phys into IDDQ on suspend to save power in S2 modeAl Cooper1-2/+9
2020-01-08phy: usb: Get all drivers that use USB clks using correct enable/disableAl Cooper1-14/+14
2019-07-01Merge tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman1-1/+0
2019-07-01Merge tag 'phy-for-5.2-rc_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-0/+8
2019-06-20phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-06-12phy: usb: phy-brcm-usb: Remove sysfs attributes upon driver removalFlorian Fainelli1-0/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2018-09-10phy:phy-brcm-usb: Use PTR_ERR_OR_ZERO to replace the open coded versionzhong jiang1-3/+1
2017-12-29phy: phy-brcm-usb: Fix two DT properties to match bindings docAl Cooper1-2/+2
2017-10-03phy: usb: phy-brcm-usb: Add ability to force DRD mode to host or deviceAl Cooper1-0/+85
2017-10-03phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driverAl Cooper1-0/+374