On Sun, May 06, 2012 at 01:25:06PM +0100, Russell King - ARM Linux wrote:
> On Sun, May 06, 2012 at 12:49:30AM +0200, Simon Baatz wrote:
> > Am 23.02.2012 19:34, schrieb Phil Sutter:
> > > But you might suffer from another problem, which is only present on
> > > ARM machines with VIVT cache and lin
On Tuesday 08 May 2012, Andreas Westin wrote:
> This adds the required platform data and calls to enable
> the CRYP/HASH driver.
>
> index 15a0f63..a69db46 100644
> --- a/arch/arm/mach-ux500/id.c
> +++ b/arch/arm/mach-ux500/id.c
> @@ -17,7 +17,10 @@
> #include
> #include
>
> +#include
> +
>
Hello,
when using a VPN connection, my 3.3.4 and 3.3.5 kernel oopses in the
aesni_intel module.
[ 157.571310] general protection fault: [#1] SMP
[ 157.571411] Modules linked in: authenc esp4 xfrm4_mode_tunnel tun
deflate zlib_deflate ctr acpi_cpufreq mperf twofish_generic twofish_i586
t
Hi,
This is an update of the core platform support for
ux500 HASH and CRYP driver. Also a small update for DMA
in the drivers.
Note that this does not apply cleanly on the cryptodev tree since it
does not seem to be up to date for ux500.
Herbert, how should we handle this, do you want to ack thi
This adds the required platform data and calls to enable
the CRYP/HASH driver.
Acked-by: Linus Walleij
Signed-off-by: Andreas Westin
---
arch/arm/mach-ux500/board-mop500.c | 48
arch/arm/mach-ux500/clock.c | 18
arch/arm/mach-ux
An update to the DMA framework added a new parameter to the
device_prep_slave_sg call.
Acked-by: Linus Walleij
Signed-off-by: Andreas Westin
---
drivers/crypto/ux500/cryp/cryp_core.c |5 ++---
drivers/crypto/ux500/hash/hash_core.c |2 +-
2 files changed, 3 insertions(+), 4 deletions(-)