On Wednesday, January 13, 2016 at 06:08:34 PM, Masahiro Yamada wrote:
> Hi Marek,
Hi!
> 2016-01-13 23:44 GMT+09:00 Marek Vasut :
> >> static int ehci_usb_probe(struct udevice *dev)
> >> {
> >>
> >> + struct generic_ehci *priv = dev_get_priv(dev);
> >>
> >> struct ehci_hccr *hccr = (
Hi Marek,
2016-01-13 23:44 GMT+09:00 Marek Vasut :
>> static int ehci_usb_probe(struct udevice *dev)
>> {
>> + struct generic_ehci *priv = dev_get_priv(dev);
>> struct ehci_hccr *hccr = (struct ehci_hccr *)dev_get_addr(dev);
>> struct ehci_hcor *hcor;
>> + int i;
>> +
>> +
On Wednesday, January 13, 2016 at 05:34:01 AM, Masahiro Yamada wrote:
> This driver is designed so generic that clock should also be handled
> in a generic way.
>
> Like the one in Linux (drivers/usb/host/ehci-platform.c), get and
> enable clock(s) via Device Tree if present.
>
> Signed-off-by: M
This driver is designed so generic that clock should also be handled
in a generic way.
Like the one in Linux (drivers/usb/host/ehci-platform.c), get and
enable clock(s) via Device Tree if present.
Signed-off-by: Masahiro Yamada
---
This patch depends on new features that are still under review:
4 matches
Mail list logo