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.5
Date: Mon, 11 Jan 2016 09:33:24 +0100	[thread overview]
Message-ID: <20160111083323.GA4686@pd.tnic> (raw)

Hi Linus,

please pull the pile which accumulated for 4.5.

Thanks.

---
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1cac5503fbf751f121d0c9f96e69d1fdd3eb1471:

  EDAC, i5100: Use to_delayed_work() (2016-01-01 18:31:34 +0100)

----------------------------------------------------------------
* hide EDAC workqueue from users (Borislav Petkov)

* edac_subsys init/teardown cleanup (Borislav Petkov)

* make mpc85xx-pci-edac a platform device (Scott Wood)

* sb_edac KNL gen2 support (Jim Snow)

* other small cleanups all over the place

----------------------------------------------------------------
Borislav Petkov (9):
      EDAC, pci: Remove old disabled code
      EDAC: Remove references to bluesmoke.sourceforge.net
      EDAC, mc_sysfs: Fix freeing bus' name
      EDAC: Robustify workqueues destruction
      EDAC: Rip out the edac_subsys reference counting
      EDAC: Unexport and make edac_subsys static
      EDAC: Remove edac_get_sysfs_subsys() error handling
      EDAC: Make edac_device workqueue setup/teardown functions static
      EDAC: Rework workqueue handling

Fengguang Wu (1):
      MAINTAINERS: Fix EDAC repo URLs format

Geliang Tang (1):
      EDAC, i5100: Use to_delayed_work()

Hubert Chrzaniuk (1):
      EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing

Jim Snow (4):
      EDAC: Add DDR4 flag
      EDAC, sb_edac: Virtualize several hard-coded functions
      EDAC, sb_edac: Add support for duplicate device IDs
      EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support

Scott Wood (1):
      EDAC, mpc85xx: Make mpc85xx-pci-edac a platform device

Thierry Reding (2):
      EDAC, mpc85xx: Use platform_register/unregister_drivers()
      EDAC, mv64x60: Use platform_register/unregister_drivers()

 Documentation/edac.txt           |   10 +-
 MAINTAINERS                      |   23 +-
 arch/powerpc/sysdev/fsl_pci.c    |   28 +-
 arch/powerpc/sysdev/fsl_pci.h    |    9 -
 drivers/edac/Makefile            |    2 +-
 drivers/edac/edac_device.c       |   41 +-
 drivers/edac/edac_device_sysfs.c |   11 +-
 drivers/edac/edac_mc.c           |   29 +-
 drivers/edac/edac_mc_sysfs.c     |   37 +-
 drivers/edac/edac_module.c       |   52 +-
 drivers/edac/edac_module.h       |   10 +-
 drivers/edac/edac_pci.c          |   70 +--
 drivers/edac/edac_pci_sysfs.c    |   16 +-
 drivers/edac/edac_stub.c         |   41 --
 drivers/edac/i5100_edac.c        |    4 +-
 drivers/edac/mpc85xx_edac.c      |   54 +-
 drivers/edac/mv64x60_edac.c      |   39 +-
 drivers/edac/sb_edac.c           | 1071 +++++++++++++++++++++++++++++++++++---
 drivers/edac/wq.c                |   42 ++
 include/linux/edac.h             |    8 +-
 include/linux/fsl/edac.h         |    8 +
 21 files changed, 1236 insertions(+), 369 deletions(-)
 create mode 100644 drivers/edac/wq.c
 create mode 100644 include/linux/fsl/edac.h

-- 
Regards/Gruss,
    Boris.

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

                 reply	other threads:[~2016-01-11  8:33 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=20160111083323.GA4686@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.