On 30 March 2016 at 12:13, Felipe Balbi <ba...@kernel.org> wrote:
> Rafał Miłecki <zaj...@gmail.com> writes:
>> Northstar is a family of SoCs used in home routers. They have USB 2.0
>> and 3.0 controllers with PHYs that need to be properly initialized.
>> This driver provides PHY init support in a generic way and can be bound
>> with XHCI controller driver.
>>
>> Signed-off-by: Rafał Miłecki <zaj...@gmail.com>
>> ---
>>  .../devicetree/bindings/usb/ns-usb3-phy.txt        |  14 ++
>>  drivers/usb/phy/Kconfig                            |   8 +
>>  drivers/usb/phy/Makefile                           |   1 +
>>  drivers/usb/phy/phy-bcm-ns-usb3.c                  | 256 
>> +++++++++++++++++++++
>
> new drivers should be using drivers/phy/ framework instead. Sorry.

How can I use generic PHY driver (/drivers/phy/) with xhci-platform
(drivers/usb/host/xhci-plat.c)? I didn't think it's possible.

-- 
Rafał
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to