[linux-yocto] [PATCH 1/2] arch/arm/mach-axxia: move CPU shutdown into new separate function

2015-10-26 Thread Cristian Bercaru
From: Gary McGee Move CPU shutdown out of initiate_retention_reset() and into a new separate function retention_reset_prepare(). Signed-off-by: Gary McGee --- arch/arm/mach-axxia/ddr_retention.c | 51 ++- 1 file

[linux-yocto] [PATCH 0/2] Intel Axxia updates to linux-yocto-3.10

2015-10-26 Thread Cristian Bercaru
Hello! Please apply these minor fixes to Axxia platform drivers on the following branches from linux-yocto-3.10 standard/axxia/base standard/preempt-rt/axxia/base Thank you, Cristian Bercaru Gary McGee (1): arch/arm/mach-axxia: move CPU shutdown into new separate function Sreedevi

[linux-yocto] [PATCH 2/2] net: femac: Possible deadlock during nfs mount fixed.

2015-10-26 Thread Cristian Bercaru
From: Sreedevi Joshi This is to fix mount.nfs over TCP generating the following circular dependency and possible DEADLOCK message. FEMAC driver has been converted to LLTX to avoid this issue. Tx lock is introduced in the FEMAC driver. CPU0CPU1