<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/phy/Kconfig, branch v4.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.5</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2016-02-03T06:25:28Z</updated>
<entry>
<title>phy: Restrict phy-hi6220-usb to HiSilicon arm64</title>
<updated>2016-02-03T06:25:28Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2016-01-15T13:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d896910f381737a139686eb3fa9e1c7ce8f59e52'/>
<id>urn:sha1:d896910f381737a139686eb3fa9e1c7ce8f59e52</id>
<content type='text'>
The HiSilicon Hi6220 USB PHY is available in HiSilicon Hi6220 SoCs only.
Restrict it to HiSilicon arm64, unless compile-testing.

Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy: phy_brcmstb_sata: add support for MIPS-based platforms</title>
<updated>2015-12-20T11:58:33Z</updated>
<author>
<name>Jaedon Shin</name>
<email>jaedon.shin@gmail.com</email>
</author>
<published>2015-11-26T02:56:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c1602a1a0fbe12ab8e67deedf32e5a85f8553a07'/>
<id>urn:sha1:c1602a1a0fbe12ab8e67deedf32e5a85f8553a07</id>
<content type='text'>
The BCM7xxx ARM-based and MIPS-based platforms share a similar hardware
block for AHCI SATA3.

This new compatible string, "brcm,bcm7425-sata-phy", may be used for
most MIPS-based platforms of 40nm process technology.

Signed-off-by: Jaedon Shin &lt;jaedon.shin@gmail.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Tested-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Acked-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy: add phy-hi6220-usb</title>
<updated>2015-12-20T09:51:38Z</updated>
<author>
<name>Zhangfei Gao</name>
<email>zhangfei.gao@linaro.org</email>
</author>
<published>2015-11-23T03:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=30e9a0b2147c8405109ad98ae670829dd92e4516'/>
<id>urn:sha1:30e9a0b2147c8405109ad98ae670829dd92e4516</id>
<content type='text'>
Support hi6220 use phy for HiKey board

Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Zhangfei Gao &lt;zhangfei.gao@linaro.org&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driver</title>
<updated>2015-12-20T09:51:37Z</updated>
<author>
<name>Yoshihiro Shimoda</name>
<email>yoshihiro.shimoda.uh@renesas.com</email>
</author>
<published>2015-11-30T01:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f3b5a8d9b50d71b8c9fb72aa9c8ea948ad1a4ef9'/>
<id>urn:sha1:f3b5a8d9b50d71b8c9fb72aa9c8ea948ad1a4ef9</id>
<content type='text'>
This patch adds support for R-Car generation 3 USB2 PHY driver.
This SoC has 3 EHCI/OHCI channels, and the channel 0 is shared
with the HSUSB (USB2.0 peripheral) device. And each channel has
independent registers about the PHYs.

So, the purpose of this driver is:
 1) initializes some registers of SoC specific to use the
    {ehci,ohci}-platform driver.

 2) detects id pin to select host or peripheral on the channel 0.

For now, this driver only supports 1) above.

Signed-off-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy: sun9i-usb: add USB dependency</title>
<updated>2015-12-03T06:25:41Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2015-11-30T11:29:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=97dc5bf8d60938741e2f99242dff3684c29b6d90'/>
<id>urn:sha1:97dc5bf8d60938741e2f99242dff3684c29b6d90</id>
<content type='text'>
The sun9i usb phy driver calls of_usb_get_phy_mode(), which is not
available if USB is disabled:

drivers/built-in.o: In function `sun9i_usb_phy_probe':
:(.text+0x7fb0): undefined reference to `of_usb_get_phy_mode'

This adds a dependency to avoid the randconfig build errors.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Fixes: 9c3b44302636 ("phy: Add driver to support individual USB PHYs on sun9i")
Acked-by: Chen-Yu Tsai &lt;wens@csie.org&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy: cygnus: pcie: Add Cygnus PCIe PHY support</title>
<updated>2015-10-06T14:51:48Z</updated>
<author>
<name>Ray Jui</name>
<email>rjui@broadcom.com</email>
</author>
<published>2015-09-21T17:17:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=882fed73420e85c0b06447c036e3096862fc73ba'/>
<id>urn:sha1:882fed73420e85c0b06447c036e3096862fc73ba</id>
<content type='text'>
This patch adds the PCIe PHY support for the Broadcom PCIe RC interface
on Cygnus

Signed-off-by: Ray Jui &lt;rjui@broadcom.com&gt;
Reviewed-by: Arun Parameswaran &lt;aparames@broadcom.com&gt;
Reviewed-by: JD (Jiandong) Zheng &lt;jdzheng@broadcom.com&gt;
Reviewed-by: Scott Branden &lt;sbranden@broadcom.com&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy: add usb3.0 phy driver for mt65xx SoCs</title>
<updated>2015-10-06T14:51:47Z</updated>
<author>
<name>Chunfeng Yun</name>
<email>chunfeng.yun@mediatek.com</email>
</author>
<published>2015-09-29T03:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dc7f190fd51f5c64d7d9280e5f052b46ce8cee24'/>
<id>urn:sha1:dc7f190fd51f5c64d7d9280e5f052b46ce8cee24</id>
<content type='text'>
support usb3.0 phy of mt65xx SoCs

Signed-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'phy-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next</title>
<updated>2015-08-14T23:45:51Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-08-14T23:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d50f14805ec0f1cf50654e23559d1dcf81c68b26'/>
<id>urn:sha1:d50f14805ec0f1cf50654e23559d1dcf81c68b26</id>
<content type='text'>
Kishon writes:

phy: for 4.3

*) Add new NXP USB OTG PHY driver
*) Add vbus/id detection, extcon support and fixes in phy-sun4i-usb
   driver
*) Add support to use phy-sun4i-usb driver for sun8i-a23 and sun8i-a33
   SoCs
*) Other trivial code cleanups, dropping .owner assignment and constify
   phy_ops

Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy-sun4i-usb: Add support for monitoring vbus via a power-supply</title>
<updated>2015-07-25T10:15:47Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2015-06-13T12:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8665c18bece7965c3690ac3824bef2f97bae3d71'/>
<id>urn:sha1:8665c18bece7965c3690ac3824bef2f97bae3d71</id>
<content type='text'>
On some boards there is no vbus_det gpio pin, instead vbus-detection for
otg can be done via the pmic.

This commit adds support for monitoring vbus_det via the power_supply
exported by the pmic, enabling support for otg on these boards.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
<entry>
<title>phy-sun4i-usb: Add extcon support for the otg phy (phy0)</title>
<updated>2015-07-25T10:15:47Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2015-06-13T12:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1a52abe6821da728b41187c6676b6ab7294e6e2c'/>
<id>urn:sha1:1a52abe6821da728b41187c6676b6ab7294e6e2c</id>
<content type='text'>
The sunxi musb glue needs to know if a host or normal usb cable is plugged
in, add extcon support so that the musb glue can monitor the host status.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Chanwoo Choi &lt;cw00.choi@samsung.com&gt;
Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;
</content>
</entry>
</feed>
