Re: Re: [linux-sunxi] how to build boot loader for V3s via git repository

2016-04-10 Thread Julian Calaby
Hi, On Mon, Apr 11, 2016 at 11:28 AM, astankvai wrote: > Dear Calaby, > Many thanks. > I wonder to know where i can disscuss this kind of topic? > It's better to advise me a bbs where most of the people develop project with > Allwinner chips. If you're interested

[linux-sunxi] Re: [PATCH resend v2 0/9] mfd: axp20x: Add support for AXP809 PMIC

2016-04-10 Thread Chen-Yu Tsai
Hi Lee, On Tue, Mar 29, 2016 at 5:22 PM, Chen-Yu Tsai wrote: > Hi everyone, > > This is a resend of v2 of the AXP809 PMIC support series. This adds > support for X-Powers' AXP809 PMIC. This is the primary PMIC accompanying > Allwinner's A80 SoC. For now, only the power button

[linux-sunxi] [PATCH sunxi-tools] fexc: Improve script_decompile_bin() safeguards

2016-04-10 Thread Bernhard Nortmann
The script_bin_head structure declares signed values for section count and version information. Testing them to be below certain thresholds (SCRIPT_BIN_*_LIMIT) is therefore insufficient, we should also safeguard against negative values like "fexc-bin: script.bin: version:

[linux-sunxi] Re: [PATCH v3 13/19] drm: sun4i: Add DT bindings documentation

2016-04-10 Thread Maxime Ripard
Hi Rob, On Tue, Mar 29, 2016 at 01:50:35PM -0500, Rob Herring wrote: > On Tue, Mar 29, 2016 at 12:33:14PM +0200, Maxime Ripard wrote: > > Hi Rob, > > > > On Fri, Mar 25, 2016 at 09:11:18AM -0500, Rob Herring wrote: > > > On Wed, Mar 23, 2016 at 05:38:36PM +0100, Maxime Ripard wrote: > > > > The

Re: [linux-sunxi] Re: [PATCH 3/3] sunxi: A20-OLinuXino-LIME2: Add i2c2 bus in DTS

2016-04-10 Thread Maxime Ripard
Hi Michael, On Sat, Apr 02, 2016 at 06:21:17PM +0200, Michael Haas wrote: > Hello Maxime, > > thank you for taking the time to review this patch set. > > On 04/02/2016 12:34 PM, Maxime Ripard wrote: > > Hi, > > > > On Fri, Mar 25, 2016 at 08:04:07PM +0100, Michael Haas wrote: > >> The A20

[linux-sunxi] Re: [PATCH v3 01/19] clk: composite: Add unregister function

2016-04-10 Thread Maxime Ripard
Hi Stephen, Mike, On Wed, Mar 23, 2016 at 05:38:24PM +0100, Maxime Ripard wrote: > The composite clock didn't have any unregistration function, which forced > us to use clk_unregister directly on it. > > While it was already not great from an API point of view, it also meant > that we were