
14 Jun
2018
14 Jun
'18
7:29 a.m.
On Thu, Jun 14, 2018 at 9:01 AM, Vasily Khoruzhick anarsoul@gmail.com wrote:
On Wed, Jun 13, 2018 at 8:23 PM, Chen-Yu Tsai wens@csie.org wrote:
if (priv->cfg->has_reset) {
+#ifdef CONFIG_SUNXI_GEN_SUN6I
The "has_reset" field is supposed to deal with this. Is it not working?
There's no ahb_reset0_cfg in ccm on sun4i and sun5i, so compilation fails with
drivers/usb/host/ohci-sunxi.c:96:26: error: 'struct sunxi_ccm_reg' has no member named 'ahb_reset0_cfg'
Add reset0_cfg_off on driver_data for sun6i. and check the same while writing.