From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753415AbbDMHzd (ORCPT ); Mon, 13 Apr 2015 03:55:33 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46197 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753325AbbDMHz1 (ORCPT ); Mon, 13 Apr 2015 03:55:27 -0400 Date: Mon, 13 Apr 2015 09:53:08 +0200 From: Borislav Petkov To: Linus Torvalds Cc: linux-edac , lkml Subject: [GIT PULL] EDAC queue for 4.1 Message-ID: <20150413075308.GA12588@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull, thanks. --- The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/edac_for_4.1 for you to fetch changes up to 1afaa05515212b136d96a48b2ba2251f40437d87: EDAC: Constify of_device_id array (2015-03-20 17:50:07 +0100) ---------------------------------------------------------------- * Convert a bunch of drivers to static attribute groups (Takashi Iwai) * misc cleanups ---------------------------------------------------------------- Alexey Khoroshilov (1): EDAC: Properly unwind on failure path in edac_init() Borislav Petkov (1): EDAC, amd64_edac: Get rid of per-node driver instances Fabian Frederick (1): EDAC: Constify of_device_id array Julia Lawall (1): EDAC, i82443bxgx: Don't export static symbol Markus Elfring (1): EDAC: Delete unnecessary checks before pci_dev_put() Takashi Iwai (8): EDAC: Use static attribute groups for managing sysfs entries EDAC: Allow to pass driver-specific attribute groups EDAC: amd64: Use static attribute groups EDAC: i7core: Return proper error codes for kzalloc() errors EDAC: i7core: Use static attribute groups for sysfs entries EDAC: mpc85xx: Use static attribute groups for sysfs entries EDAC: octeon: Use static attribute groups for sysfs entries EDAC: highbank: Use static attribute groups for sysfs entries drivers/edac/amd64_edac.c | 80 ++++++------------- drivers/edac/amd64_edac.h | 24 +----- drivers/edac/amd64_edac_dbg.c | 43 +++-------- drivers/edac/amd64_edac_inj.c | 51 ++++++------ drivers/edac/edac_core.h | 4 +- drivers/edac/edac_mc.c | 12 +-- drivers/edac/edac_mc_sysfs.c | 167 ++++++++++++++++++---------------------- drivers/edac/edac_module.c | 13 ++-- drivers/edac/edac_module.h | 3 +- drivers/edac/highbank_mc_edac.c | 14 ++-- drivers/edac/i7core_edac.c | 34 ++++---- drivers/edac/i82443bxgx_edac.c | 8 +- drivers/edac/i82860_edac.c | 9 +-- drivers/edac/i82875p_edac.c | 4 +- drivers/edac/i82975x_edac.c | 4 +- drivers/edac/mpc85xx_edac.c | 42 +++------- drivers/edac/octeon_edac-lmc.c | 55 ++++--------- drivers/edac/ppc4xx_edac.c | 2 +- drivers/edac/synopsys_edac.c | 2 +- 19 files changed, 208 insertions(+), 363 deletions(-) -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --