[linux-sunxi] Re: [PATCH v3 05/12] pinctrl: axp209: add support for AXP813 GPIOs

2017-10-10 Thread Rob Herring
On Mon, Oct 02, 2017 at 02:08:47PM +0200, Quentin Schulz wrote: > The AXP813 has only two GPIOs. GPIO0 can either be used as a GPIO, an > LDO regulator or an ADC. GPIO1 can be used either as a GPIO or an LDO > regulator. > > Moreover, the status bit of the GPIOs when in input mode is not offset >

[linux-sunxi] Re: [PATCH v3 02/12] pinctrl: axp209: add pinctrl features

2017-10-10 Thread Rob Herring
On Mon, Oct 02, 2017 at 02:08:44PM +0200, Quentin Schulz wrote: > The X-Powers AXP209 has 3 GPIOs. GPIO0/1 can each act either as a GPIO, > an ADC or a LDO regulator. GPIO2 can only act as a GPIO. > > This adds the pinctrl features to the driver so GPIO0/1 can be used as > ADC or LDO regulator. >

[linux-sunxi] Re: A20 and CSI high load CPU

2017-10-10 Thread Milos Ladni
Hi again, Does anyone played with CSI recently? I tried to change camera sensor from ov5642 to ov7670 and results are very similar. 640x480 15 fps 60% CPU. Just trigger frames from CSI nothing more. In meanwhile i found out that after epoll wake up for reading VIDIOC_DQBUF execute fast and wi

[linux-sunxi] Re: [PATCH 1/2] dt-bindings: add binding for Allwinner R40 SATA AHCI controller

2017-10-10 Thread Maxime Ripard
On Sun, Oct 08, 2017 at 04:35:40AM +, Icenowy Zheng wrote: > The Allwinner R40 SoC contains a SATA AHCI controller like the one in > A10/A20 SoCs, however a reset control and two power supplies are added > to it. > > Add a binding document for it. > > As a dedicated binding document is needed

Re: [linux-sunxi] Re: [PATCH 3/6] ARM: sun8i: r40: add 5V regulator for Banana Pi M2 Ultra

2017-10-10 Thread Maxime Ripard
On Tue, Oct 10, 2017 at 02:25:35AM +, Chen-Yu Tsai wrote: > On Tue, Oct 10, 2017 at 7:25 AM, Icenowy Zheng wrote: > > > > > > 于 2017年10月10日 GMT+08:00 上午5:04:07, Maxime Ripard > > 写到: > >>On Sun, Oct 08, 2017 at 04:29:03AM +, Icenowy Zheng wrote: > >>> On newer revisions of the Banana Pi

[linux-sunxi] Re: [PATCH 2/2] ata: ahci_sunxi: add support for R40 SATA controller

2017-10-10 Thread Maxime Ripard
On Sun, Oct 08, 2017 at 04:35:41AM +, Icenowy Zheng wrote: > Allwinner R40 SoC has an AHCI SATA controller like the one in A10/A20, > but with a reset control and two dedicated VDD pins for this controller > (one 1.2v and one 2.5v). > > Add support for it. > > Signed-off-by: Icenowy Zheng >