All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] EDAC queue for 4.6
@ 2016-03-14 14:10 Borislav Petkov
  0 siblings, 0 replies; only message in thread
From: Borislav Petkov @ 2016-03-14 14:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-edac, lkml

Hi Linus,

please pull the EDAC pile for 4.6.

Thanks.

---
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/edac_for_4.6

for you to fetch changes up to 7cc5a5d3cd4cca0a3852d1500e8c50fe191bcc9d:

  ARM: socfpga: Enable OCRAM ECC on startup (2016-02-11 12:34:38 +0100)

----------------------------------------------------------------
EDAC queue for 4.6

* Altera: L2 cache and On-Chip RAM support (Thor Thayer).

* EDAC: Workqueue handling cleanups (Borislav Petkov).

* Xgene: Register bus error handling (Loc Ho).

* Misc small fixes.

----------------------------------------------------------------
Borislav Petkov (3):
      EDAC: Balance workqueue setup and teardown
      EDAC: Kill workqueue setup/teardown functions
      EDAC: Cleanup/sync workqueue functions

Dan Carpenter (1):
      EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()

Loc Ho (3):
      Documentation, EDAC: Update xgene binding for missing register bus
      EDAC, xgene: Add missing SoC register bus error handling
      arm64: Update the APM X-Gene EDAC node with the RB register resource

Sudip Mukherjee (1):
      EDAC, mpc85xx: Silence unused variable warning

Thor Thayer (5):
      EDAC: Use edac_debugfs_remove_recursive() in edac_debugfs_exit()
      EDAC, altera: Add Altera L2 cache and OCRAM support
      ARM: dts: Add Altera L2 Cache and OCRAM EDAC entries
      ARM: socfpga: Enable L2 cache ECC on startup
      ARM: socfpga: Enable OCRAM ECC on startup

 .../bindings/arm/altera/socfpga-eccmgr.txt         |  49 ++
 .../devicetree/bindings/edac/apm-xgene-edac.txt    |  10 +
 arch/arm/boot/dts/socfpga.dtsi                     |  20 +
 arch/arm/mach-socfpga/Makefile                     |   2 +
 arch/arm/mach-socfpga/core.h                       |   2 +
 arch/arm/mach-socfpga/l2_cache.c                   |  41 ++
 arch/arm/mach-socfpga/ocram.c                      |  49 ++
 arch/arm/mach-socfpga/socfpga.c                    |   5 +
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |   6 +
 drivers/edac/Kconfig                               |  26 +-
 drivers/edac/Makefile                              |   2 +-
 drivers/edac/altera_edac.c                         | 492 ++++++++++++++++++++-
 drivers/edac/amd64_edac.c                          |   2 +-
 drivers/edac/debugfs.c                             |   2 +-
 drivers/edac/edac_mc.c                             |  64 +--
 drivers/edac/edac_pci.c                            |  67 +--
 drivers/edac/mpc85xx_edac.c                        |   2 +-
 drivers/edac/xgene_edac.c                          |  70 ++-
 18 files changed, 800 insertions(+), 111 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-eccmgr.txt
 create mode 100644 arch/arm/mach-socfpga/l2_cache.c
 create mode 100644 arch/arm/mach-socfpga/ocram.c

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-14 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 14:10 [GIT PULL] EDAC queue for 4.6 Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.