Re: [PATCH v3 0/7] mux controller abstraction and iio/i2c muxes

2016-11-23 Thread Peter Rosin
On 2016-11-22 21:58, Lars-Peter Clausen wrote: > On 11/21/2016 02:17 PM, Peter Rosin wrote: > [...] >> I have a piece of hardware that is using the same 3 GPIO pins >> to control four 8-way muxes. Three of them control ADC lines >> to an ADS1015 chip with an iio driver, and the last one >> controls

[PATCH v2] Documentation/sphinx: prevent generation of .pyc files in the source tree

2016-11-23 Thread Jani Nikula
Use PYTHONDONTWRITEBYTECODE=1 to prevent python from creating .pyc files in the source tree. Python 3.2 has a __pycache__ scheme [1], but before that the only alternative seems to be to copy the source files to the build tree to ensure the .pyc files are created there too. Just prevent .pyc file ge

Re: [PATCH 3/3] ARM: dts: sunxi: enable SDIO Wi-Fi on Orange Pi Zero

2016-11-23 Thread Chen-Yu Tsai
On Wed, Nov 23, 2016 at 3:59 PM, Maxime Ripard wrote: > Hi, > > On Tue, Nov 22, 2016 at 12:24:21AM +0800, Icenowy Zheng wrote: >> There's a Allwinner's XR819 SDIO Wi-Fi module soldered on the board of >> Orange Pi Zero, which used a dedicated regulator to power. >> >> Add the device tree node of t

Re: [PATCH 3/3] ARM: dts: sunxi: enable SDIO Wi-Fi on Orange Pi Zero

2016-11-23 Thread Hans de Goede
Hi, On 23-11-16 15:25, Chen-Yu Tsai wrote: On Wed, Nov 23, 2016 at 3:59 PM, Maxime Ripard wrote: Hi, On Tue, Nov 22, 2016 at 12:24:21AM +0800, Icenowy Zheng wrote: There's a Allwinner's XR819 SDIO Wi-Fi module soldered on the board of Orange Pi Zero, which used a dedicated regulator to power

Re: [PATCH v2 2/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-11-23 Thread Maxime Ripard
On Tue, Nov 22, 2016 at 12:24:20AM +0800, Icenowy Zheng wrote: > Orange Pi Zero is a board that came with the new Allwinner H2+ SoC. > > Add a device tree file for it. > > Signed-off-by: Icenowy Zheng > --- > Changes since v2: > - Use generic pinconf binding instead of legacy allwinner pinctrl b

Re: [PATCH v2 2/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-11-23 Thread Andre Przywara
Hi Maxime, On 23/11/16 07:57, Maxime Ripard wrote: > On Tue, Nov 22, 2016 at 12:24:20AM +0800, Icenowy Zheng wrote: >> Orange Pi Zero is a board that came with the new Allwinner H2+ SoC. >> >> Add a device tree file for it. >> >> Signed-off-by: Icenowy Zheng >> --- >> Changes since v2: >> - Use g

Re: [PATCH] docs-rst: add documentation about how to insert images

2016-11-23 Thread Mauro Carvalho Chehab
Em Wed, 23 Nov 2016 08:34:11 +0100 Daniel Vetter escreveu: > On Mon, Nov 21, 2016 at 05:42:07PM -0200, Mauro Carvalho Chehab wrote: > > Em Mon, 21 Nov 2016 17:03:55 +0100 > > Daniel Vetter escreveu: > > > I'm a complete noob with buildsystems, but can't we do some magic that > > > just uncondit

Re: [PATCH 3/3] ARM: dts: sunxi: enable SDIO Wi-Fi on Orange Pi Zero

2016-11-23 Thread Maxime Ripard
Hi, On Tue, Nov 22, 2016 at 12:24:21AM +0800, Icenowy Zheng wrote: > There's a Allwinner's XR819 SDIO Wi-Fi module soldered on the board of > Orange Pi Zero, which used a dedicated regulator to power. > > Add the device tree node of the regulator, the enable gpio (with > mmc-pwrseq) and the sdio

Re: [PATCH v2 1/3] ARM: sunxi: add support for H2+ SoC

2016-11-23 Thread Maxime Ripard
Hi, On Tue, Nov 22, 2016 at 12:24:19AM +0800, Icenowy Zheng wrote: > Allwinner H2+ is a quad-core Cortex-A7 SoC. > > It is very like H3, that they share the same SoC ID (0x1680), and H3 > memory maps as well as drivers works well on the SoC. > > Signed-off-by: Icenowy Zheng > --- > Documentati