Re: [linux-sunxi] Hans 3.15 devel kernel and NFS root

2014-06-10 Thread Rajesh Mallah
dear Jons hope NFS support is built into the kernel. Also ensure that root filesystem exported by the server is mountable under normal circumstances. On Wed, Jun 11, 2014 at 7:45 AM, jonsm...@gmail.com wrote: > Has any one had any luck getting the 3.15+ dev kernel to boot with a > NFS root? I w

[linux-sunxi] Hans 3.15 devel kernel and NFS root

2014-06-10 Thread jonsm...@gmail.com
Has any one had any luck getting the 3.15+ dev kernel to boot with a NFS root? I watched with Wireshark and I can see the DHCP packets but no NFS traffic. [2.204211] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [2.212608] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [2.233433] mmc

[linux-sunxi] Re: Booting 3.15 kernel on Cubietruck

2014-06-10 Thread Tim Krantz
On Tuesday, June 10, 2014 9:50:05 AM UTC-4, Maxime Ripard wrote: > > On Mon, Jun 09, 2014 at 10:26:53AM -0700, Tim Krantz wrote: > > > > > > On Saturday, May 24, 2014 6:19:45 AM UTC-4, Hans de Goede wrote: > > > > > > Hi, > > > > > > On 05/24/2014 05:57 AM, jons...@gmail.com wrote: > > >

[linux-sunxi] Re: Booting 3.15 kernel on Cubietruck

2014-06-10 Thread Maxime Ripard
On Mon, Jun 09, 2014 at 10:26:53AM -0700, Tim Krantz wrote: > > > On Saturday, May 24, 2014 6:19:45 AM UTC-4, Hans de Goede wrote: > > > > Hi, > > > > On 05/24/2014 05:57 AM, jons...@gmail.com wrote: > > > Can anyone verify for me that serial console has ever worked on the > > > A20 device tr

[linux-sunxi] Re: [PATCH v3 5/6] regulator: add support for regulator set registration

2014-06-10 Thread Boris BREZILLON
Hello Mark, Did you have time to take a look at this patch ? I'd like to post a new version of this series addressing Lee's comments, but it would be great to have your feedback on this patch before posting a new version. Best Regards, Boris On 27/05/2014 11:38, Boris BREZILLON wrote: > PMIC d

Re: [linux-sunxi] Kernel Panic with every kernel in Olinuxino-A10-Lime since 3.4.79+

2014-06-10 Thread vladsol2009
I have the absolutely same problem: U-Boot SPL 2014.04-10684-g765936d (Jun 10 2014 - 12:26:32) Board: Cubieboard DRAM: 1024 MiB CPU: 100800Hz, AXI/AHB/APB: 3/2/2 spl: not an uImage at 1600 U-Boot 2014.04-10684-g765936d (Jun 10 2014 - 12:26:32) Allwinner Technology CPU: Allwinner A10 (SUN4

[linux-sunxi] [PATCH v3 4/4] ARM: sunxi: dt: Add DT bindings documentation for SUNXI Security System

2014-06-10 Thread LABBE Corentin
This patch adds documentation for Device-Tree bindings for the Security System cryptographic accelerator driver. Signed-off-by: LABBE Corentin --- Documentation/devicetree/bindings/crypto/sunxi-ss.txt | 9 + 1 file changed, 9 insertions(+) create mode 100644 Documentation/devicetree/bin

[linux-sunxi] [PATCH v3 3/4] ARM: sun7i: dt: Add Security System to A20 SoC DTS

2014-06-10 Thread LABBE Corentin
The Security System is a hardware cryptographic accelerator that support AES/MD5/SHA1/DES/3DES/PRNG algorithms. It could be found on many Allwinner SoC. This patch enable the Security System on the Allwinner A20 SoC Device-tree. Signed-off-by: LABBE Corentin --- arch/arm/boot/dts/sun7i-a20.dtsi

[linux-sunxi] [PATCH v3] crypto: Add Allwinner Security System crypto accelerator

2014-06-10 Thread LABBE Corentin
Hello This is the driver for the Security System included in Allwinner SoC A20. The Security System (SS for short) is a hardware cryptographic accelerator that support AES/MD5/SHA1/DES/3DES/PRNG algorithms. It could be found on others Allwinner SoC: - A10s and A31 diagram speak about it with pre

[linux-sunxi] [PATCH v3 2/4] crypto: Update makefile and Kconfig for Security System

2014-06-10 Thread LABBE Corentin
Add necessary changes for configuring and compiling the Security System driver. Signed-off-by: LABBE Corentin --- drivers/crypto/Kconfig | 91 + drivers/crypto/Makefile | 1 + 2 files changed, 92 insertions(+) diff --git a/drivers/crypto/Kconfig

[linux-sunxi] [PATCH v3 1/4] crypto: Add Allwinner Security System crypto accelerator

2014-06-10 Thread LABBE Corentin
Add support for the Security System included in Allwinner SoC A20. The Security System is a hardware cryptographic accelerator that support AES/MD5/SHA1/DES/3DES/PRNG algorithms. Signed-off-by: LABBE Corentin --- drivers/crypto/sunxi-ss/Makefile | 19 ++ drivers/crypto/sunxi-ss/s

Re: [linux-sunxi] [PATCH v2 1/4] crypto: Add Allwinner Security System crypto accelerator

2014-06-10 Thread Corentin LABBE
On 06/10/14 08:53, Chen-Yu Tsai wrote: > Hi, > > On Mon, Jun 9, 2014 at 6:59 PM, LABBE Corentin > wrote: >> Add support for the Security System included in Allwinner SoC A20. >> The Security System is a hardware cryptographic accelerator that support >> AES/MD5/SHA1/DES/3DES/PRNG algorithms. >>