aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/broadcom
AgeCommit message (Expand)Author
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski
2023-10-13phy: Use device_get_match_data()Rob Herring
2023-08-11phy: broadcom: sr-usb: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-11phy: broadcom: ns-usb3: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-11phy: broadcom: sata: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-07-17phy: Explicitly include correct DT includesRob Herring
2023-06-21phy: usb: suppress OC condition for 7439b2Justin Chen
2023-06-21phy: usb: Turn off phy when port is in suspendJustin Chen
2023-03-20phy: Use of_property_present() for testing DT property presenceRob Herring
2023-03-20phy: broadcom: phy-brcm-usb: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-07phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional()Florian Fainelli
2022-11-07phy: usb: Fix clock imbalance for suspend/resumeJustin Chen
2022-11-07phy: usb: Use slow clock for wake enabled suspendJustin Chen
2022-11-07phy: usb: Disable phy auto-suspendJustin Chen
2022-11-07phy: usb: Migrate to BIT and BITMASK macrosJustin Chen
2022-11-07phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devicesAl Cooper
2022-11-05phy: usb: Improve port mode selectionJustin Chen
2022-08-15arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-08phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang
2022-07-05phy: phy-brcm-usb: drop unexpected word "the" in the commentsJiang Jian
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-02-25phy: phy-brcm-usb: fixup BCM4908 supportRafał Miłecki
2022-02-25phy: usb: Add "wake on" functionality for newer Synopsis XHCI controllersAl Cooper
2022-01-23phy: broadcom: Kconfig: Fix PHY_BRCM_USB config optionAl Cooper
2022-01-23phy: usb: Leave some clocks running during suspendAl Cooper
2021-11-25phy: bcm-ns-usb2: improve printing ref clk errorsRafał Miłecki
2021-11-23phy: bcm-ns-usb2: support updated DT binding with PHY reg spaceRafał Miłecki
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson
2021-10-01phy: broadcom: Kconfig: Add configuration menu for Broadcom phy driversCai Huoqing
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-06-14phy: bcm-ns-usb3: Remove redundant dev_err call in bcm_ns_usb3_mdio_probe()He Ying
2021-05-14phy: usb: Fix misuse of IS_ENABLEDChen Li
2021-03-15phy: phy-brcm-usb: select SOC_BRCMSTB on brcmstb onlyRafał Miłecki
2021-02-10Merge tag 'phy-fixes2-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-02-04phy: phy-brcm-sata: remove unneeded semicolonYang Li
2021-01-13phy: phy-brcm-usb: support PHY on the BCM4908Rafał Miłecki
2021-01-13phy: phy-brcm-usb: specify init function format at struct levelRafał Miłecki
2021-01-13phy: phy-brcm-usb: improve getting OF matching dataRafał Miłecki
2020-12-09Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman
2020-11-19phy: phy-bcm-ns-usb3: drop support for deprecated DT bindingRafał Miłecki
2020-11-16phy: phy-brcm-sata: Allow configuration SATA AFE TX amplitudeFlorian Fainelli
2020-11-16phy: broadcom: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun
2020-10-28phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211Al Cooper
2020-09-08phy: phy-bcm-sr-usb: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-08phy: phy-bcm-ns2-usbdrd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-08phy: phy-bcm-ns-usb3: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-07-21phy: bcm63xx-usbh: Add BCM63xx USBH driverÁlvaro Fernández Rojas