<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9bf5c16a6e63ebf2803deb32ba984a7fcf2c5ed7 - phy: ti: add PHY driver for TI DS125DF111 Dual-Channel Retimer</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#9bf5c16a6e63ebf2803deb32ba984a7fcf2c5ed7</link>
        <description>phy: ti: add PHY driver for TI DS125DF111 Dual-Channel RetimerAdd a generic PHY driver for the TI DS125DF111 Multi-ProtocolDual-Channel Retimer. The driver currently supports only 10G and 1G linkspeeds but it can easily extended to also cover other usecases.Since the available datasheet (https://www.ti.com/lit/gpn/DS125DF111)does not name the registers, the name for the macros were determined bytheir usage pattern.A PHY device is created for each of the two channels present on theretimer. This allows for independent configuration of the two channels.This capability is especially important on retimers which have more than2 channels that can be, depending on the board design, connected inmultiple different ways to the SerDes lanes.Signed-off-by: Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;Reviewed-by: Vladimir Oltean &lt;olteanv@gmail.com&gt;Link: https://patch.msgid.link/20260518142026.3098496-4-ioana.ciornei@nxp.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Mon, 18 May 2026 16:20:26 +0200</pubDate>
        <dc:creator>Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>711f64979e500799b27b33a8f030e2fd939fd07f - phy: ti: alphabetically sort Kconfig and Makefile</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#711f64979e500799b27b33a8f030e2fd939fd07f</link>
        <description>phy: ti: alphabetically sort Kconfig and MakefileSort alphabetically the entries in the Kconfig and Makefile files.Signed-off-by: Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;Link: https://patch.msgid.link/20260518142026.3098496-3-ioana.ciornei@nxp.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Mon, 18 May 2026 16:20:25 +0200</pubDate>
        <dc:creator>Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>8209b3f79703b8ff09f84a79c46ead0df7260d9f - phy: ti: omap-usb2: enable compile testing</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#8209b3f79703b8ff09f84a79c46ead0df7260d9f</link>
        <description>phy: ti: omap-usb2: enable compile testingNothing seems to prevent the driver from being built on non-TI platformsso enable compile testing for wider build coverage.Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20250724131623.2662-1-johan@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Thu, 24 Jul 2025 15:16:23 +0200</pubDate>
        <dc:creator>Johan Hovold &lt;johan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7124c93887cc4e6c5b48920f83115e4a5892e870 - phy: ti: fix Kconfig warning and operator precedence</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#7124c93887cc4e6c5b48920f83115e4a5892e870</link>
        <description>phy: ti: fix Kconfig warning and operator precedenceFix Kconfig depends operator precedence to prevent a Kconfig warning:WARNING: unmet direct dependencies detected for MUX_MMIO  Depends on [n]: MULTIPLEXER [=m] &amp;&amp; OF [=n]  Selected by [m]:  - PHY_AM654_SERDES [=m] &amp;&amp; (OF [=n] &amp;&amp; ARCH_K3 || COMPILE_TEST [=y]) &amp;&amp; COMMON_CLK [=y]Fixes: 71e2f5c5c224 (&quot;phy: ti: Add a new SERDES driver for TI&apos;s AM654x SoC&quot;)Fixes: 091876cc355d (&quot;phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Vinod Koul &lt;vkoul@kernel.org&gt;Cc: Kishon Vijay Abraham I &lt;kishon@kernel.org&gt;Cc: linux-phy@lists.infradead.orgCc: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20230110062529.22668-1-rdunlap@infradead.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Tue, 10 Jan 2023 07:25:29 +0100</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>738a2692f100d9dbf416af4bc0a941782a152382 - phy: ti: gmii-sel: simplify config dependencies between net drivers and gmii phy</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#738a2692f100d9dbf416af4bc0a941782a152382</link>
        <description>phy: ti: gmii-sel: simplify config dependencies between net drivers and gmii phyThe phy-gmii-sel can be only auto selected in Kconfig and now the prettycomplex Kconfig dependencies are defined for phy-gmii-sel driver, whichalso need to be updated every time phy-gmii-sel is re-used for any newnetworking driver.Simplify Kconfig definition for phy-gmii-sel PHY driver - drop alldependencies and from networking drivers and rely on using &apos;implyPHY_TI_GMII_SEL&apos; in Kconfig definitions for networking drivers instead.Signed-off-by: Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;Acked-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Tested-by: Murali Karicheri &lt;m-karicheri2@ti.com&gt;Tested-by: Peter Ujfalusi &lt;peter.ujfalusi@ti.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Mon, 23 Mar 2020 23:52:44 +0100</pubDate>
        <dc:creator>Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>42bbdd99221bac206dde2b5e87098177fcd2a48e - phy: ti: j721e-wiz: Fix build error without CONFIG_OF_ADDRESS</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#42bbdd99221bac206dde2b5e87098177fcd2a48e</link>
        <description>phy: ti: j721e-wiz: Fix build error without CONFIG_OF_ADDRESSIf CONFIG_OF_ADDRESS is not set and COMPILE_TEST=y, the followingerror is seen while building phy-j721e-wiz.cdrivers/phy/ti/phy-j721e-wiz.o: In function `wiz_remove&apos;:phy-j721e-wiz.c:(.text+0x1a): undefined reference to`of_platform_device_destroy&apos;Fix the config dependency for PHY_J721E_WIZ here.Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;Fixes: 091876cc355d (&quot;phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC&quot;)Signed-off-by: Hongbo Yao &lt;yaohongbo@huawei.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Link: https://lore.kernel.org/r/20200117212310.2864-1-kishon@ti.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Fri, 17 Jan 2020 22:23:10 +0100</pubDate>
        <dc:creator>Hongbo Yao &lt;yaohongbo@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>e7b4aaf051d581a30bea1f55d775a627b0ad3106 - phy: Enable compile testing for some of drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#e7b4aaf051d581a30bea1f55d775a627b0ad3106</link>
        <description>phy: Enable compile testing for some of driversSome of the phy drivers can be compile tested to increase buildcoverage.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Fri, 03 Jan 2020 17:47:10 +0100</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>091876cc355d6739e393efa4b3d07f451a6a035c - phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#091876cc355d6739e393efa4b3d07f451a6a035c</link>
        <description>phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoCAdd support for WIZ module present in TI&apos;s J721E SoC. WIZ is a SERDESwrapper used to configure some of the input signals to the SERDES. It isused with both Sierra(16G) and Torrent(10G) SERDES. This driver configuresthree clock selects (pll0, pll1, dig), two divider clocks and supportsresets for each of the lanes.[jsarha@ti.com: Add support for Torrent(10G) SERDES wrapper]Signed-off-by: Jyri Sarha &lt;jsarha@ti.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Mon, 16 Dec 2019 10:57:12 +0100</pubDate>
        <dc:creator>Kishon Vijay Abraham I &lt;kishon@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>da84e50c8e7525517c8484269578b247760cc7f4 - phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#da84e50c8e7525517c8484269578b247760cc7f4</link>
        <description>phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driverAdd dependency from TI_CPSW_SWITCHDEV.Signed-off-by: Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Tue, 19 Nov 2019 23:19:21 +0100</pubDate>
        <dc:creator>Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Sun, 19 May 2019 14:07:45 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>132d68d37d33f1d0b9c1f507c8b4d64c27ecec8a - Merge tag &apos;usb-5.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#132d68d37d33f1d0b9c1f507c8b4d64c27ecec8a</link>
        <description>Merge tag &apos;usb-5.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbPull USB/PHY updates from Greg KH: &quot;Here is the big set of USB and PHY driver patches for 5.2-rc1  There is the usual set of:   - USB gadget updates   - PHY driver updates and additions   - USB serial driver updates and fixes   - typec updates and new chips supported   - mtu3 driver updates   - xhci driver updates   - other tiny driver updates  Nothing really interesting, just constant forward progress.  All of these have been in linux-next for a while with no reported  issues. The usb-gadget and usb-serial trees were merged a bit &quot;late&quot;,  but both of them had been in linux-next before they got merged here  last Friday&quot;* tag &apos;usb-5.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (206 commits)  USB: serial: f81232: implement break control  USB: serial: f81232: add high baud rate support  USB: serial: f81232: clear overrun flag  USB: serial: f81232: fix interrupt worker not stop  usb: dwc3: Rename DWC3_DCTL_LPM_ERRATA  usb: dwc3: Fix default lpm_nyet_threshold value  usb: dwc3: debug: Print GET_STATUS(device) tracepoint  usb: dwc3: Do core validation early on probe  usb: dwc3: gadget: Set lpm_capable  usb: gadget: atmel: tie wake lock to running clock  usb: gadget: atmel: support USB suspend  usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled mask  dwc2: gadget: Fix completed transfer size calculation in DDMA  usb: dwc2: Set lpm mode parameters depend on HW configuration  usb: dwc2: Fix channel disable flow  usb: dwc2: Set actual frame number for completed ISOC transfer  usb: gadget: do not use __constant_cpu_to_le16  usb: dwc2: gadget: Increase descriptors count for ISOC&apos;s  usb: introduce usb_ep_type_string() function  usb: dwc3: move synchronize_irq() out of the spinlock protected block  ...

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Wed, 08 May 2019 19:03:52 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>71e2f5c5c2249db05dd26b787b56c45f2a890740 - phy: ti: Add a new SERDES driver for TI&apos;s AM654x SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#71e2f5c5c2249db05dd26b787b56c45f2a890740</link>
        <description>phy: ti: Add a new SERDES driver for TI&apos;s AM654x SoCAdd a new SERDES driver for TI&apos;s AM654x SoC which configuresthe SERDES only for PCIe. Support fo USB3 will be added later.SERDES in am654x has three input clocks (left input, externel referenceclock and right input) and two output clocks (left output and rightoutput) in addition to a PLL mux clock which the SERDES uses for ClockMultiplier Unit (CMU refclock).The PLL mux clock can select from one of the three input clocks.The right output can select between left input and external referenceclock while the left output can select between the right input andexternal reference clock.The driver has support to select PLL mux and left/right output mux asspecified in device tree.[rogerq@ti.com: Fix boot lockup caused by accessing a structure member(hw-&gt;init) allocated in stack of probe() and accessed in get_parent][rogerq@ti.com: Fix &quot;Failed to find the parent&quot; warnings]Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Wed, 17 Apr 2019 08:19:39 +0200</pubDate>
        <dc:creator>Kishon Vijay Abraham I &lt;kishon@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>d41ce98a122c13ea77938af04ef06fb12ae0c69e - phy: ti: usb2: fix OMAP_CONTROL_PHY dependency</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#d41ce98a122c13ea77938af04ef06fb12ae0c69e</link>
        <description>phy: ti: usb2: fix OMAP_CONTROL_PHY dependencyWith randconfig build testing on arm64, we can run into a configurationthat has CONFIG_OMAP_CONTROL_PHY=m and CONFIG_OMAP_USB2=y, which in turncauses a link failure:drivers/phy/ti/phy-omap-usb2.o: In function `omap_usb_phy_power&apos;:phy-omap-usb2.c:(.text+0x17c): undefined reference to `omap_control_phy_power&apos;I could not come up with a good way to correctly describe the relationof the two symbols, but if we just select CONFIG_OMAP_CONTROL_PHYduring compile testing, we can no longer run into the broken configuration.Fixes: 6777cee3a872 (&quot;phy: ti: usb2: Add support for AM654 USB2 PHY&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Mon, 04 Mar 2019 21:23:57 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0220dcd1138b77bd93ae554f651d1b61ad2403fa - Merge tag &apos;phy-for-5.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#0220dcd1138b77bd93ae554f651d1b61ad2403fa</link>
        <description>Merge tag &apos;phy-for-5.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextKishon writes:phy: for 5.1  *) Add a new driver to support Armada 3700 COMPHY IP (supports SATA, USB3,     PCIe)  *) Add a new driver to support Armada UTMI PHY  *) Add a new driver to support Cadence D-PHY  *) Extend omap-usb2 PHY driver to be used for AM654 USB2 PHY  *) Extend qcom-qmp PHY driver to be used for UFS PHY and USB3 PHY in Qualcomm     MSM8998  *) Extend qcom-qusb2 PHY driver to support QUSB2 PHY in Qualcomm MSM8998  *) Remove module specific code that is present for drivers that can be only     built-in  *) Allow Freescale IMX8MQ USB to be used for multiple SoCs and not just     i.MX8MQ  *) Cleanups such as switch to SPDX identifier, use readl_poll_timeout macro,     remove unused headers etc.,Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;* tag &apos;phy-for-5.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy: (32 commits)  phy: qcom-qmp: Add QMP UFS PHY support for msm8998  dt-bindings: phy-qcom-qmp: Add qcom,msm8998-qmp-ufs-phy  phy: bcm-sr-pcie: Change operation when PIPEMUX=1  phy: Add Cadence D-PHY support  dt-bindings: phy: Move the Cadence D-PHY bindings  phy: dphy: Clarify lanes parameter documentation  phy: dphy: Change units of wakeup and init parameters  phy: dphy: Remove unused header  MAINTAINERS: phy: fill Armada 3700 PHY drivers entry  dt-bindings: phy: mvebu-utmi: add UTMI PHY bindings  phy: add A3700 UTMI PHY driver  MAINTAINERS: phy: add entry for Armada 3700 COMPHY driver  dt-bindings: phy: mvebu-comphy: extend the file to describe a3700 bindings  phy: add A3700 COMPHY support  phy: mvebu-cp110-comphy: fix port check in -&gt;xlate()  phy: armada375-usb2: switch to SPDX license identifier  phy: make phy-armada375-usb2 explicitly non-modular  phy: make phy-mvebu-sata explicitly non-modular  phy: make phy-core explicitly non-modular  phy: qcom-qusb2: Add QUSB2 PHY support for msm8998  ...

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Tue, 12 Feb 2019 14:59:43 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6777cee3a872f8aedc41b95532f4177a5678cb31 - phy: ti: usb2: Add support for AM654 USB2 PHY</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#6777cee3a872f8aedc41b95532f4177a5678cb31</link>
        <description>phy: ti: usb2: Add support for AM654 USB2 PHYAdd support for the USB2 PHY on the AM654 SoC.Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;Signed-off-by: Sekhar Nori &lt;nsekhar@ti.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Wed, 05 Dec 2018 16:03:26 +0100</pubDate>
        <dc:creator>Roger Quadros &lt;rogerq@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>266744faec8c197dcc86ba2f24951a69dc4d3671 - phy: ti: Don&apos;t depend on OMAP_OCP2SCP</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#266744faec8c197dcc86ba2f24951a69dc4d3671</link>
        <description>phy: ti: Don&apos;t depend on OMAP_OCP2SCPTI_PIPE3 and OMAP_USB2 don&apos;t depend on OMAP_OCP2SCPfor build.Signed-off-by: Roger Quadros &lt;rogerq@ti.com&gt;Signed-off-by: Sekhar Nori &lt;nsekhar@ti.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Wed, 05 Dec 2018 16:03:24 +0100</pubDate>
        <dc:creator>Roger Quadros &lt;rogerq@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>7acf8b36a2ac6eb4fdc53c4d862570089e56c69e - phy: ti: Fix compilation failures without REGMAP</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#7acf8b36a2ac6eb4fdc53c4d862570089e56c69e</link>
        <description>phy: ti: Fix compilation failures without REGMAPThis driver requires regmap or the compile fails:drivers/phy/ti/phy-gmii-sel.c:43:27: error: array type has incomplete element type &#8216;struct reg_field&#8217;  const struct reg_field (*regfields)[PHY_GMII_SEL_LAST];Add it to kconfig.Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Mon, 07 Jan 2019 18:54:14 +0100</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>92b58b34741ff5b9efa583add6e63ca4103f8e29 - phy: ti: introduce phy-gmii-sel driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#92b58b34741ff5b9efa583add6e63ca4103f8e29</link>
        <description>phy: ti: introduce phy-gmii-sel driverTI am335x/am437x/dra7(am5)/dm814x CPSW3G Ethernet Subsystem supports two10/100/1000 Ethernet ports with selectable G/MII, RMII, and RGMIIinterfaces. The interface mode is selected by configuring the MII modeselection register(s) (GMII_SEL) in the System Control Module chapter(SCM). GMII_SEL register(s) and bit fields placement in SCM are differentbetween SoCs while fields meaning is the same.Historically CPSW external Port&apos;s interface mode selection configurationwas introduced using custom API and driver cpsw-phy-sel.c. This leads tounnecessary driver, DT binding and custom API support effort.This patch introduces CPSW Port&apos;s PHY Interface Mode selection Driver(phy-gmii-sel) which implements standard Linux PHY interface and usedas a replacement for TI&apos;s specific driver cpsw-phy-sel.c and correspondingcustom API.Cc: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Cc: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Mon, 26 Nov 2018 01:15:23 +0100</pubDate>
        <dc:creator>Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>0b56e9a7e8358e59b21d8a425e463072bfae523c - phy: Group vendor specific phy drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/phy/ti/Kconfig#0b56e9a7e8358e59b21d8a425e463072bfae523c</link>
        <description>phy: Group vendor specific phy driversAdding vendor specific directories in phy to groupphy drivers under their respective vendor umbrella.Also updated the MAINTAINERS file to reflect the correctdirectory structure for phy drivers.Signed-off-by: Vivek Gautam &lt;vivek.gautam@codeaurora.org&gt;Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Cc: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Cc: Guenter Roeck &lt;linux@roeck-us.net&gt;Cc: Heiko Stuebner &lt;heiko@sntech.de&gt;Cc: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Cc: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Cc: Chen-Yu Tsai &lt;wens@csie.org&gt;Cc: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: Stephen Boyd &lt;stephen.boyd@linaro.org&gt;Cc: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-arm-msm@vger.kernel.orgCc: linux-kernel@vger.kernel.orgCc: linux-omap@vger.kernel.orgCc: linux-renesas-soc@vger.kernel.orgCc: linux-rockchip@lists.infradead.orgCc: linux-samsung-soc@vger.kernel.orgCc: linux-usb@vger.kernel.orgSigned-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux/drivers/phy/ti/Kconfig</description>
        <pubDate>Thu, 11 May 2017 08:47:42 +0200</pubDate>
        <dc:creator>Vivek Gautam &lt;vivek.gautam@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
