[linux-sunxi] [PATCH v6 0/6] mfd: axp20x: add AXP221 PMIC support

2015-03-31 Thread Chen-Yu Tsai
Hi Lee, This is v6 of the AXP221 series. This version is based on mfd-for-next (ba867bc60a44). The DTS patches are merged through Maxime's tree, so I dropped them. I think it'd be easier if you take all the patches through your tree. Otherwise, patch 4 depends on patch 1, and you'd need to setup

[linux-sunxi] [PATCH v6 1/6] mfd: axp20x: add AXP22x PMIC support

2015-03-31 Thread Chen-Yu Tsai
From: Boris BREZILLON Add support for the AXP22x PMIC devices to the existing AXP20x driver. This includes the AXP221 and AXP223, which are identical except for the external data bus. Only AXP221 is added for now. AXP223 will be added after it's Reduced Serial Bus (RSB) interface is supported. A

[linux-sunxi] [PATCH v6 3/6] regulator: axp20x: prepare support for multiple AXP chip families

2015-03-31 Thread Chen-Yu Tsai
From: Boris BREZILLON Rework the AXP20X_ macros and probe function to support the several chip families, so that each family can define it's own set of regulators. Signed-off-by: Boris BREZILLON [w...@csie.org: Support different DC-DC work frequency ranges] Signed-off-by: Chen-Yu Tsai Reviewed

[linux-sunxi] [PATCH v6 2/6] mfd: axp20x: update DT bindings with AXP22x compatibles

2015-03-31 Thread Chen-Yu Tsai
Add AXP221 to the list of supported devices. Also replace any mention of AXP20x in the document with a generic "PMIC". Signed-off-by: Chen-Yu Tsai Acked-by: Lee Jones --- Documentation/devicetree/bindings/mfd/axp20x.txt | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a

[linux-sunxi] [PATCH v6 6/6] mfd: axp20x: Enable AXP22X regulators

2015-03-31 Thread Chen-Yu Tsai
Now that the axp20x-regulators driver supports different variants of the AXP family, we can enable regulator support for AXP22X without the risk of incorrectly configuring regulators. Signed-off-by: Chen-Yu Tsai Acked-by: Lee Jones --- drivers/mfd/axp20x.c | 2 ++ 1 file changed, 2 insertions(+

[linux-sunxi] [PATCH v6 4/6] regulator: axp20x: add support for AXP22X regulators

2015-03-31 Thread Chen-Yu Tsai
From: Boris BREZILLON Add AXP22X regulator definitions and variant id associations. This introduces a new "switch" type output for one of the regulators. It is a switchable secondary output of one regulator, with the same voltage level as the primary output. Signed-off-by: Boris BREZILLON [w...

[linux-sunxi] [PATCH v6 5/6] mfd: axp20x: Add AXP22x regulator information to DT bindings

2015-03-31 Thread Chen-Yu Tsai
Add the list of regulators for AXP22x to the DT bindings. This includes the names and supply names. Signed-off-by: Chen-Yu Tsai --- Documentation/devicetree/bindings/mfd/axp20x.txt | 25 1 file changed, 25 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd

Re: [linux-sunxi] Re: AW: problem with testing a CTR block cipher mode which is partially working

2015-03-31 Thread kevin.z.m...@gmail.com
Dear All, About the SS module, there is some detail information. There is some issues on the SS hardware module, the issues make the some AES/DES/3DS algorithm be not available. 1. The byte order of the counter is wrong, make the result error, so, the CTR mode is not available. 2. Hardware don't

[linux-sunxi] Re: AW: problem with testing a CTR block cipher mode which is partially working

2015-03-31 Thread Corentin LABBE
Le 30/03/2015 20:08, Markus Stockhausen a écrit : >> Von: linux-crypto-ow...@vger.kernel.org >> [linux-crypto-ow...@vger.kernel.org]" im Auftrag von "Corentin >> LABBE [clabbe.montj...@gmail.com] >> Gesendet: Montag, 30. März 2015 19:59 >> An: linux-cry...@vger.kernel.org >> Cc: linux-sunxi@googl

[linux-sunxi] Re: [PATCH 2/2] ARM: dts: sun5i: Add broken-hpi property for Utoo-P66 eMMC

2015-03-31 Thread Sergei Shtylyov
Hello. On 3/29/2015 9:09 PM, Hans de Goede wrote: The eMMC on the A13 based Utoo-P66 tablet does not properly support hpi, and trying to enable it results in the eMMC not working, so add a child-node describing the eMMC, and set the broken-hpi property on it. Signed-off-by: Hans de Goede --

[linux-sunxi] Re: [PATCH v2 0/5] ARM: sunxi: SRAM mapping support

2015-03-31 Thread Maxime Ripard
Hi, On Thu, Mar 26, 2015 at 03:53:40PM +0100, Hans de Goede wrote: > Hi All, > > Here is v2 of my cleaned up version of Maxime's sunxi SRAM controller driver. > > Changes since v1: > - Make the SUNXI_SRAM Kconfig option hidden, enabled by default if ARCH_SUNXI > - Fix some typos in the comments

Re: [linux-sunxi] Re: [PATCH 2/3] ARM: sun8i: Add SMP support for the Allwinner A23

2015-03-31 Thread maxime.ripard
On Wed, Mar 25, 2015 at 04:39:08PM -0700, Chen-Yu Tsai wrote: > Hi Maxime, > > On Thu, Mar 19, 2015 at 2:18 AM, maxime.ripard > wrote: > > Hi Kevin, > > > > On Thu, Mar 19, 2015 at 12:05:06PM +0800, kevin.z.m...@gmail.com wrote: > >> >> One question I couldn't find any answer to is that does the

[linux-sunxi] Re: [PATCH] ARM: dts: sun5i: Enable touchscreen on Utoo P66

2015-03-31 Thread Maxime Ripard
Hi Hans, On Sun, Mar 29, 2015 at 08:13:51PM +0200, Hans de Goede wrote: > Add a node for the chipone-icn8318 touchscreen found on the Utoo P66 tablet. > > Signed-off-by: Hans de Goede > --- > arch/arm/boot/dts/sun5i-a13-utoo-p66.dts | 22 ++ > 1 file changed, 22 insertions(+

[linux-sunxi] Re: [PATCH 0/3] ARM: sun8i: Add SMP and arch-timer support for A23

2015-03-31 Thread Maxime Ripard
On Wed, Mar 18, 2015 at 11:23:59AM +0800, Chen-Yu Tsai wrote: > Hi Maxime, > > This series adds support for SMP and arch-timer for the > A23. This follows our discussion from yesterday about > getting arch-timer support for sun8i and sun9i. I will > post a separate patch for sun9i-a80. > > I know

Re: [linux-sunxi] Openwrt on Cubietruck

2015-03-31 Thread Code Kipper
> wingrime on irc is the guy upstreaming the sunxi patches for openwrt. > See if he's online. > BR, I made a mistake with the name here...you should be looking out for wigyori. I've done some snooping around and this patch looks to be in the works. https://patchwork.ozlabs.org/patch/438420/ Maybe y