Re: [linux-sunxi] USB0 host mode not working on A20 mainline kernel

2017-08-15 Thread sufi al hussaini hassani kamili raheemi
> > > Hello ChenYu, > > Thank you for your response. > > I tried compiling the MUSB driver in host-only mode. > > I have set dr_mode="host" in my .dts. and the following Kconfig options > (as > > per http://linux-sunxi.org/USB_Gadget/Ethernet#Kernel_support): > > > > CONFIG_USB_MUSB_HDRC=m

Re: [linux-sunxi] [PATCH v3 11/11] ASoC: sun4i-i2s: Add support for H3

2017-08-15 Thread Code Kipper
On 12 August 2017 at 14:27, Chen-Yu Tsai wrote: > On Sat, Aug 12, 2017 at 7:00 PM, wrote: >> From: Marcus Cooper >> >> The sun8i-h3 introduces a lot of changes to the i2s block such >> as different register locations, extended clock

[linux-sunxi] Re: [PATCH v5] clk: sunxi-ng: support R40 SoC

2017-08-15 Thread icenowy
在 2017-08-15 13:55,Icenowy Zheng 写道: Allwinner R40 SoC have a clock controller module in the style of the SoCs beyond sun6i, however, it's more rich and complex. Add support for it. Signed-off-by: Icenowy Zheng --- Changes in v5: - Added TODO's for PLL constraints. - Forced

[linux-sunxi] Re: [PATCH 07/10] cpufreq: dt: Add support for some new Allwinner SoCs

2017-08-15 Thread icenowy
在 2017-08-15 20:25,Rafael J. Wysocki 写道: On Tuesday, August 15, 2017 7:42:19 AM CEST Chen-Yu Tsai wrote: On Mon, Jul 24, 2017 at 7:46 PM, Rafael J. Wysocki wrote: > On Monday, July 24, 2017 02:23:49 PM Viresh Kumar wrote: >> On 23-07-17, 18:27, Icenowy Zheng wrote: >> >

[linux-sunxi] Re: [PATCH 07/10] cpufreq: dt: Add support for some new Allwinner SoCs

2017-08-15 Thread Chen-Yu Tsai
On Tue, Aug 15, 2017 at 8:25 PM, Rafael J. Wysocki wrote: > On Tuesday, August 15, 2017 7:42:19 AM CEST Chen-Yu Tsai wrote: >> On Mon, Jul 24, 2017 at 7:46 PM, Rafael J. Wysocki >> wrote: >> > On Monday, July 24, 2017 02:23:49 PM Viresh Kumar wrote: >> >>

Re: [linux-sunxi] USB0 host mode not working on A20 mainline kernel

2017-08-15 Thread sufi al hussaini hassani kamili raheemi
Hello ChenYu, Thank you for your response. I tried compiling the MUSB driver in host-only mode. I have set dr_mode="host" in my .dts. and the following Kconfig options (as per http://linux-sunxi.org/USB_Gadget/Ethernet#Kernel_support): CONFIG_USB_MUSB_HDRC=m CONFIG_USB_MUSB_DUAL_ROLE=y

Re: [linux-sunxi] USB0 host mode not working on A20 mainline kernel

2017-08-15 Thread Chen-Yu Tsai
On Tue, Aug 15, 2017 at 10:01 PM, sufi al hussaini hassani kamili raheemi wrote: > Hello ChenYu, > Thank you for your response. > I tried compiling the MUSB driver in host-only mode. > I have set dr_mode="host" in my .dts. and the following Kconfig options (as > per