All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-edac <linux-edac@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] EDAC queue for 4.6
Date: Mon, 14 Mar 2016 15:10:42 +0100	[thread overview]
Message-ID: <20160314141042.GA20630@pd.tnic> (raw)

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)
-- 

                 reply	other threads:[~2016-03-14 14:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160314141042.GA20630@pd.tnic \
    --to=bp@suse.de \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.