Dear Richard Zhao,
[...]
> +static int imx6q_usbmisc_init(struct usbmisc *usbmisc, int id)
> +{
> + u32 reg;
> +
> + if (usbmisc->dis_oc) {
> + reg = readl_relaxed(usbmisc->base + id * 4);
> + writel_relaxed(reg | (1 << 7), usbmisc->base + id * 4);
1<< 7 ? This yearns for fixing with proper #defined value.
[...]
The rest of the patches looks OK, you can add my Reviewed-By: <[email protected]>
to
those. This one though will need further investigation.
Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html