[linux-yocto] [PATCH 0/6] Intel Axxia updates to linux-yocto-4.1
Daniel Dragomir
daniel.dragomir at windriver.com
Thu Jul 26 03:57:40 PDT 2018
Hello Bruce!
Please review and merge this series of patches in Axxia branches from
linux-yocto-4.1:
- standard/axxia/base
- standard/preempt-rt/axxia/base
If you add more patches to standard/(preempt-rt)/axxia/base beforehand
and patches didn't apply, please notify me. I will rebase our changes.
Changes included in this series (axxia tag 1.71 to 1.74):
Linux 1.74 Changes
EDAC fix for interrupt storm issue from the SMEM controller.
Linux 1.73 Changes
Allow non-secure access to the CCN registers. This is required,
for example, to implement some work arounds.
Linux 1.72 Changes
Update to MSI/MSIx interrupt support. As only one is supported
at a time, select which one is supported based on the first
interrupt allocation.
Fix a bug in the EDAC driver. Don't set interrupt thread affinity
when interrupts are not in use.
Linux 1.71 Changes
Use level sensitive interrupts in the MSI interrupt handling code.
Extend EDAC CMEM/SMEM debug config for 5600 and 6700.
EDAC updates
CMEM/SMEM driver trace capabilities added
CMEM/SMEM cpu0 affinity used
SMEM code maintainability improved
CMEM multiple ca parity error event added
CMEM mpr dump on signal bit [21]
CMEM clear mr5 ca parity error flag added
CMEM irq storm fix
Thank you,
Daniel Dragomir
John Jacques (2):
drivers/pci/host: Axxia PCIe MSI Interrupt Fix
drivers/misc: Allow CCN Register Access
Marek Majtyka (3):
drivers/edac: include/trace: EDAC improvements
drivers/edac: Fixed bug in EDAC L3 driver
drivers/edac: Fixed bug in smem driver
Palani (1):
drivers/pci/host: PCIe MSI/MSIx Interrupt Fix
arch/arm64/boot/dts/intel/axc67xx.dtsi | 44 ++--
drivers/edac/Kconfig | 7 +
drivers/edac/axxia_edac-cmc_56xx.c | 383 +++++++++++++++++++++++----------
drivers/edac/axxia_edac-l2_cpu_56xx.c | 3 +-
drivers/edac/axxia_edac-l3_56xx.c | 50 ++++-
drivers/edac/axxia_edac-mc_56xx.c | 293 +++++++++++++++++--------
drivers/misc/axxia-oem.c | 186 +++++++++++++++-
drivers/pci/host/pcie-axxia.c | 78 +++++--
include/linux/axxia-oem.h | 10 +
include/trace/events/edac_cmc.h | 101 +++++++++
include/trace/events/edac_mc.h | 104 +++++++++
11 files changed, 996 insertions(+), 263 deletions(-)
create mode 100644 include/trace/events/edac_cmc.h
create mode 100644 include/trace/events/edac_mc.h
--
2.7.4
More information about the linux-yocto
mailing list