[linux-sunxi] Re: [PATCH v3 5/5] ARM: sun5i: Add C.H.I.P DTS

2015-10-11 Thread Chen-Yu Tsai
On Mon, Oct 12, 2015 at 1:20 AM, Maxime Ripard wrote: > On Fri, Oct 09, 2015 at 11:22:23PM +0800, Chen-Yu Tsai wrote: >> On Fri, Oct 9, 2015 at 4:42 PM, Maxime Ripard >> wrote: >> > The C.H.I.P. is a small SBC with an Allwinner R8, 8GB of NAND, 512MB of >> > RAM, USB host and OTG, a wifi / blueto

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Peter Korsgaard
> "Ian" == Ian Campbell writes: Hi, > The Debian package (of v1.2-ish) has: > install -m0755 usb-boot $(PKG)/usr/bin/sunxi-usb-boot > install -m0755 fel $(PKG)/usr/bin/sunxi-fel > install -m0755 fexc $(PKG)/usr/bin/sunxi-fexc > install -m0755 bootinfo $(P

[linux-sunxi] Re: [PATCH v2] ARM: dts: sun7i: Correct USB regulators on pcDuino v3 Nano

2015-10-11 Thread Maxime Ripard
On Sat, Oct 10, 2015 at 01:52:52PM +0100, Adam Sampson wrote: > The LinkSprite pcDuino v3 Nano's two USB host ports are powered by a > single RT9701GB regulator, which has its enable input tied to the A20's > PD2 pin, pulled up to 3v3 via a 10k resistor. > > However, the script.bin that shipped wi

[linux-sunxi] Re: [PATCH v3 5/5] ARM: sun5i: Add C.H.I.P DTS

2015-10-11 Thread Maxime Ripard
On Fri, Oct 09, 2015 at 11:22:23PM +0800, Chen-Yu Tsai wrote: > On Fri, Oct 9, 2015 at 4:42 PM, Maxime Ripard > wrote: > > The C.H.I.P. is a small SBC with an Allwinner R8, 8GB of NAND, 512MB of > > RAM, USB host and OTG, a wifi / bluetooth combo chip, an audio/video jack > > and two connectors to

[linux-sunxi] Re: [PATCH v3 4/5] ARM: sun5i: dt: Add UART3 CTS and RTS pins

2015-10-11 Thread Maxime Ripard
On Fri, Oct 09, 2015 at 10:24:56PM +0800, Chen-Yu Tsai wrote: > On Fri, Oct 9, 2015 at 4:42 PM, Maxime Ripard > wrote: > > Add a separate pinctrl node for the UART3 CTS and RTS pins shared between > > the A10s and A13. > > > > Signed-off-by: Maxime Ripard > > Reviewed-by: Hans de Goede > > Revi

[linux-sunxi] Re: [PATCH v3 3/5] ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI

2015-10-11 Thread Maxime Ripard
On Fri, Oct 09, 2015 at 10:22:40PM +0800, Chen-Yu Tsai wrote: > On Fri, Oct 9, 2015 at 4:42 PM, Maxime Ripard > wrote: > > The uart3 pins are shared between the A10s and A13, move the pinctrl node > > to the common DTSI to avoid duplication. > > > > Signed-off-by: Maxime Ripard > > Reviewed-by: H

[linux-sunxi] Re: [PATCH v3 1/5] ARM: sunxi: Add R8 support

2015-10-11 Thread Maxime Ripard
On Fri, Oct 09, 2015 at 10:20:29PM +0800, Chen-Yu Tsai wrote: > On Fri, Oct 9, 2015 at 4:42 PM, Maxime Ripard > wrote: > > The R8 is a new Allwinner SoC based on the A13. While both are very > > similar, there's still a few differences. Introduce a new compatible to > > deal with them. > > > > In

[linux-sunxi] Re: [PATCH v2 3/3] ARM: dts: sun4i: Enable USB DRC on pcDuino1/2

2015-10-11 Thread Maxime Ripard
On Fri, Oct 09, 2015 at 02:09:39PM +0300, Siarhei Siamashka wrote: > Enable the otg/drc usb controller on the pcDuino1/2 board. Note > that the pcDuino1 FEX file from the vendor contains the following > information in the [usbc0] section: > usb_id_gpio = port:PH04<0><1> > usb_det_vbus_gpio

[linux-sunxi] Re: [PATCH v2 2/3] ARM: sun4i: dt: Add new LinkSprite pcDuino2 board

2015-10-11 Thread Maxime Ripard
On Fri, Oct 09, 2015 at 02:09:38PM +0300, Siarhei Siamashka wrote: > The LinkSprite pcDuino2 board is almost identical to the older > LinkSprite pcDuino1 board according to the schematic pdf files. > So we just include the existing "sun4i-a10-pcduino.dts" file and > make the necessary adjustments.

[linux-sunxi] Re: [PATCH v2 1/3] ARM: dts: sun4i: Allow to use the PH6 pin for GPIO on pcDuino1/2

2015-10-11 Thread Maxime Ripard
On Fri, Oct 09, 2015 at 02:09:37PM +0300, Siarhei Siamashka wrote: > The pcDuino1 board does not use any power switches at all for its > two USB host ports and the VBUS pins are always connected to 5V. > > The pcDuino2 board uses the RT9701GB power switch for its single > USB host port, but the US

[linux-sunxi] Re: [PATCH 2/6] ARM: dts: sun7i: Enable USB DRC on Bananapi

2015-10-11 Thread Maxime Ripard
On Tue, Sep 22, 2015 at 03:36:01PM +0200, Hans de Goede wrote: > Enable the otg/drc usb controller on the Bananapi. > > Signed-off-by: Hans de Goede Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- You recei

Re: [linux-sunxi] Re: [PATCH 2/6] ARM: dts: sun7i: Enable USB DRC on Bananapi

2015-10-11 Thread Maxime Ripard
On Thu, Oct 08, 2015 at 09:37:39AM +0100, Hans de Goede wrote: > Hi, > > On 10/01/2015 09:32 AM, Maxime Ripard wrote: > >Hi, > > > >On Tue, Sep 29, 2015 at 10:26:37AM +0200, Hans de Goede wrote: > >>Hi, > >> > >>On 29-09-15 10:04, Maxime Ripard wrote: > >>>On Tue, Sep 22, 2015 at 03:36:01PM +0200,

[linux-sunxi] Re: [PATCH v3] ARM: dts: sunxi: Add regulators for LeMaker BananaPi

2015-10-11 Thread Maxime Ripard
On Thu, Oct 08, 2015 at 12:18:36AM +0200, Timo Sigurdsson wrote: > sun7i-a20-bananapi.dts doesn't contain regulator nodes for the AXP209 PMU > driver, so add them to allow for voltage-scaling with cpufreq-dt. Also > add board-specific OPP to use slightly higher voltages at lower > frequencies since

Re: [linux-sunxi] [PATCH] MAINTAINERS: Update Allwinner entry and add new maintainer

2015-10-11 Thread Maxime Ripard
Hi, On Thu, Oct 08, 2015 at 09:32:09AM +0800, Chen-Yu Tsai wrote: > On Thu, Oct 8, 2015 at 1:39 AM, Maxime Ripard > wrote: > > Add Chen-Yu Tsai as a co-maintainer to the ARM sunxi support. > > > > While we are doing so, also update the entry for new SoCs. > > > > Signed-off-by: Maxime Ripard > >

[linux-sunxi] crypto: sun4i-ss: bug with cryptodev

2015-10-11 Thread Corentin LABBE
Hello I am working on some tools for checking the good working of crypto device (and benching them). One of the tool use cryptodev (http://cryptodev-linux.org/) for using the kernel crypto API (and so any hardware accelerated crypto). The tool compare the results of an AES cipher via cryptodev a

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Ian Campbell
On Sun, 2015-10-11 at 13:36 +0300, Siarhei Siamashka wrote: > On Sun, 11 Oct 2015 10:54:32 +0100 > Ian Campbell wrote: > > > (adding some CCs of people who I think might be in a position to do > > this) > > > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > > > Hello everybody, > > >

[linux-sunxi] [A20][H3] libusb problem on H3, A20 with both legacy and upstream kernel

2015-10-11 Thread Andrew
Hi all! It looks like libusb hangs waiting for control transfer to complete on allwinner devices never even hitting the timeout. So far I've observed that on H3 and A20 on EHCI (Haven't on musb OTG port) So far this occurs with: H3 with SDK 3.4.x kernel A20 with mainline kernel I've been usin

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Siarhei Siamashka
On Sun, 11 Oct 2015 10:54:32 +0100 Ian Campbell wrote: > (adding some CCs of people who I think might be in a position to do > this) > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > > Hello everybody, > > > > AFAICS the sunxi-tools "fel" utility rework is complete now, so > > how

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Ian Campbell
On Sun, 2015-10-11 at 12:10 +0200, Benjamin Henrion wrote: > On Sun, Oct 11, 2015 at 11:54 AM, Ian Campbell wrote: > > (adding some CCs of people who I think might be in a position to do > > this) > > > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > >> Hello everybody, > >> > >> AFAI

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Benjamin Henrion
On Sun, Oct 11, 2015 at 11:54 AM, Ian Campbell wrote: > (adding some CCs of people who I think might be in a position to do > this) > > On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: >> Hello everybody, >> >> AFAICS the sunxi-tools "fel" utility rework is complete now, so >> how about ta

Re: [linux-sunxi] sunxi-tools: tagging a new release?

2015-10-11 Thread Ian Campbell
(adding some CCs of people who I think might be in a position to do this) On Tue, 2015-10-06 at 21:13 +0200, Karsten Merker wrote: > Hello everybody, > > AFAICS the sunxi-tools "fel" utility rework is complete now, so > how about tagging a new sunxi-tools upstream release (v1.3)? I > think that

Re: [linux-sunxi] Re: [PATCH v2 resend 0/4] ARM: dts: sunxi: q8 A13 tablet backlight support

2015-10-11 Thread Hans de Goede
Hi, On 01-10-15 22:33, Maxime Ripard wrote: Hi, On Tue, Sep 29, 2015 at 12:29:47PM +0200, Hans de Goede wrote: Hi Maxime, This series seems to have fallen through the cracks, hence this resend. No, it didn't fall through the cracks, I asked a question on the first patch and never got a repl