summaryrefslogtreecommitdiffstats
path: root/drivers/phy/broadcom
AgeCommit message (Expand)AuthorLines
2024-12-04phy: usb: Toggle the PHY power during initJustin Chen-0/+6
2024-11-27Merge tag 'phy-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-260/+231
2024-10-21phy: bcm-ns-usb2: drop support for old binding variantRafał Miłecki-39/+15
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-11phy: usb: disable COMMONONN for dual modeJustin Chen-3/+9
2024-10-07phy: usb: update Broadcom driver table to use designated initializersSam Edwards-220/+215
2024-10-07phy: usb: Fix missing elements in BCM4908 USB init arraySam Edwards-0/+2
2024-08-30phy: broadcom: brcm-sata: Simplify with scoped for each OF child loopKrzysztof Kozlowski-14/+7
2024-08-30phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loopKrzysztof Kozlowski-14/+6
2024-06-12phy: broadcom: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski-4/+4
2023-10-13phy: Use device_get_match_data()Rob Herring-6/+3
2023-08-11phy: broadcom: sr-usb: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2023-08-11phy: broadcom: ns-usb3: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2023-08-11phy: broadcom: sata: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2023-07-17phy: Explicitly include correct DT includesRob Herring-1/+1
2023-06-21phy: usb: suppress OC condition for 7439b2Justin Chen-0/+34
2023-06-21phy: usb: Turn off phy when port is in suspendJustin Chen-2/+21
2023-03-20phy: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-03-20phy: broadcom: phy-brcm-usb: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-11-07phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional()Florian Fainelli-2/+2
2022-11-07phy: usb: Fix clock imbalance for suspend/resumeJustin Chen-6/+5
2022-11-07phy: usb: Use slow clock for wake enabled suspendJustin Chen-4/+3
2022-11-07phy: usb: Disable phy auto-suspendJustin Chen-0/+6
2022-11-07phy: usb: Migrate to BIT and BITMASK macrosJustin Chen-74/+74
2022-11-07phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devicesAl Cooper-3/+3
2022-11-05phy: usb: Improve port mode selectionJustin Chen-21/+25
2022-08-15arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang-2/+2
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-36/+6
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-07-08phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang-1/+1
2022-07-05phy: phy-brcm-usb: drop unexpected word "the" in the commentsJiang Jian-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner-36/+6
2022-02-25phy: phy-brcm-usb: fixup BCM4908 supportRafał Miłecki-1/+47
2022-02-25phy: usb: Add "wake on" functionality for newer Synopsis XHCI controllersAl Cooper-8/+38
2022-01-23phy: broadcom: Kconfig: Fix PHY_BRCM_USB config optionAl Cooper-2/+1
2022-01-23phy: usb: Leave some clocks running during suspendAl Cooper-0/+38
2021-11-25phy: bcm-ns-usb2: improve printing ref clk errorsRafał Miłecki-1/+1
2021-11-23phy: bcm-ns-usb2: support updated DT binding with PHY reg spaceRafał Miłecki-9/+43
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson-5/+3
2021-10-01phy: broadcom: Kconfig: Add configuration menu for Broadcom phy driversCai Huoqing-0/+4
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-3/+1
2021-06-14phy: bcm-ns-usb3: Remove redundant dev_err call in bcm_ns_usb3_mdio_probe()He Ying-3/+1
2021-05-14phy: usb: Fix misuse of IS_ENABLEDChen Li-2/+2
2021-03-15phy: phy-brcm-usb: select SOC_BRCMSTB on brcmstb onlyRafał Miłecki-1/+1
2021-02-10Merge tag 'phy-fixes2-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-1/+1
2021-02-04phy: phy-brcm-sata: remove unneeded semicolonYang Li-1/+1
2021-01-13phy: phy-brcm-usb: support PHY on the BCM4908Rafał Miłecki-1/+6
2021-01-13phy: phy-brcm-usb: specify init function format at struct levelRafał Miłecki-4/+3