[PATCH 4/5] crypto: caam: add RNG support

2016-02-10 Thread Steffen Trumtrar
The code is based on the Linux v4.1 driver of the same name. Signed-off-by: Steffen Trumtrar Signed-off-by: Marc Kleine-Budde --- Changes since v2: - change cdev parent from jobring device to rng device drivers/crypto/caam/Kconfig | 7 + drivers/crypto/caam/Makefile | 1 + driv

[PATCH 1/5] include: linux: add circular buffers

2016-02-10 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- include/linux/circ_buf.h | 36 1 file changed, 36 insertions(+) create mode 100644 include/linux/circ_buf.h diff --git a/include/linux/circ_buf.h b/include/linux/circ_buf.h new file mode 100644 index ..90f2471d

[PATCH 2/5] ARM: imx6: add caam clks

2016-02-10 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- arch/arm/mach-imx/clk-imx6.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-imx/clk-imx6.c b/arch/arm/mach-imx/clk-imx6.c index 597e50205038..8568258644d5 100644 --- a/arch/arm/mach-imx/clk-imx6.c +++ b/arch/arm/mach-imx/clk-imx6.c @@ -44

[PATCH 0/5] i.MX6: CAAM engine support

2016-02-10 Thread Steffen Trumtrar
Hi! This series adds basic support for the i.MX6 Cryptographic Acceleration and Assurance Module (CAAM). The CAAM supports multiple hashing/encryption engines, this series only supports the included hardware random number generator. Tested with a riotboard. Regards, Steffen Steffen Trumtrar (5

[PATCH 5/5] ARM: i.MX6: riotboard: enable CAAM RNG

2016-02-10 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- arch/arm/dts/imx6s-riotboard.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx6s-riotboard.dts b/arch/arm/dts/imx6s-riotboard.dts index e14363f9af0c..cf3a86d29bb8 100644 --- a/arch/arm/dts/imx6s-riotboard.dts +++ b/arch/arm/dts/imx6s-

Re: [PATCH 4/4] Documentation: networking: improve docs

2016-02-10 Thread Steffen Trumtrar
On Wed, Feb 10, 2016 at 11:07:37AM +0100, Robert Schwebel wrote: > Add the following improvements: > > - clarify commands vs. filesystems for network file transport protocols > - Beautify links with prosa text instead of standard headlines > - adapt 'devinfo eth0' parameter output to current code

[PATCH 4/4] Documentation: networking: improve docs

2016-02-10 Thread Robert Schwebel
Add the following improvements: - clarify commands vs. filesystems for network file transport protocols - Beautify links with prosa text instead of standard headlines - adapt 'devinfo eth0' parameter output to current code - improve console texts - add docs for netconsole.active Signed-off-by: Ro

[PATCH 2/4] Documentation: filesystems: tftp: bring in line with other filesystem docs

2016-02-10 Thread Robert Schwebel
Clarify that this is about the TFTP filesystem implementation, in contrast to the tftp command. Signed-off-by: Robert Schwebel --- Documentation/filesystems/tftp.rst | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Documentation/filesystems/tftp.rst b/Documenta

[PATCH 3/4] Documentation: user manual: improve tftp description

2016-02-10 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- Documentation/user/barebox.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst index b1f06b0..530693d 100644 --- a/Documentation/user/barebox.rst +++ b/Documentation/user/bare

[PATCH 1/4] Documentation: user manual: clarify kconfig+kbuild

2016-02-10 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- Documentation/user/barebox.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst index 00ceabb..b1f06b0 100644 --- a/Documentation/user/barebox.rst +++ b/Documentation/user/b