[U-Boot] [PATCH v1 09/16] ehci: Add support for Qualcomm EHCI

Mateusz Kulikowski mateusz.kulikowski at gmail.com
Mon Jan 11 22:39:46 CET 2016


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 06.01.2016 22:04, Marek Vasut wrote:
> On Wednesday, January 06, 2016 at 07:21:21 PM, Mateusz Kulikowski wrote:
>> This driver is able to reconfigure OTG controller into HOST mode.
>> Board can add board-specific initialization as board_prepare_usb().
>> It requires USB_ULPI_VIEWPORT enabled in board configuration.
>>
>> Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski at gmail.com>
> 
> [...]
> 
>> +static int msm_init_after_reset(struct ehci_ctrl *dev)
>> +{
>> +	struct msm_ehci_priv *p = container_of(dev, struct msm_ehci_priv, ctrl);
>> +	struct usb_ehci *ehci = p->ehci;
>> +
>> +	/* select ULPI phy */
>> +	writel(0x80000000, &ehci->portsc);
> 
> Don't we have macro for this bit ?

hmhm.. I need spoiler..

Did you meant EHCI_PS_* series of #defines from ehci.h?

This bit is not there (header was probably based on EHCI 1.0 spec, where this bit was reserved).
Of course I can add it there and use here :)

Regards,
Mateusz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWlCEeAAoJELvtohmVtQzBkoMH/RSRhWcO2CMdNpsBi38oIXNC
xt7n0Tpilaac/Ch2GaSnY5rsJN9iMGCEgFZbXy+Z05qqFPMBPKPcQ5Bq7cTt2hvM
jLyLknxNAHIfJjGg1RxIpZakXflrt83DZG6mV0jHldFh5Q2+VZtNRCPbpOqBpAzI
mPT1+9SJt9By6LcQfTHjo+45nVvMifw0giKjHNoXadM2a+RHgi+jyeYwa8Vi6XyL
fmv4UfYISrA+fYYxvCANsTcXlyULxiTfzIYA2BzXslYjskEjvha0cqD8gsFpfAqP
AntwSXnOKg7EYkr8IniAxsoITcQKfEi1g9liLLgxOENMpCQLvrUAN6l+6Ma2rI8=
=inLQ
-----END PGP SIGNATURE-----


More information about the U-Boot mailing list