31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms and conditions of the gnu general public license
    version 2 as published by the free software foundation this program
    is distributed in the hope it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details you should have received a copy of the gnu general
    public license along with this program if not see http www gnu org
    licenses

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 228 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Steve Winslow
    Reviewed-by: Richard Fontana
    Reviewed-by: Alexios Zavras
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190528171438.107155473@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

15 Dec, 2016

1 commit


05 Nov, 2013

2 commits

  • Assinging correct names of the 'hb_mc_edac' and 'hb_l2_edac' edac
    modules for module, controller and device. Reported values for
    Highbank in dmesg are now:

    EDAC MC0: Giving out device to module hb_mc_edac controller
    calxeda,hb-ddr-ctrl: DEV fff00000.memory-controller (INTERRUPT)

    EDAC DEVICE0: Giving out device to module hb_l2_edac controller
    calxeda,hb-sregs-l2-ecc: DEV fff3c200.sregs (INTERRUPT)

    Signed-off-by: Robert Richter
    Acked-by: Rob Herring
    Signed-off-by: Robert Richter

    Robert Richter
     
  • Register and enable interrupts after the edac registration. Otherwise
    incomming ecc error interrupts lead to crashes during device setup.

    Fixing this in drivers for mc and l2.

    Signed-off-by: Robert Richter
    Acked-by: Rob Herring
    Cc: stable # 3.6+
    Signed-off-by: Robert Richter

    Robert Richter
     

04 Jan, 2013

1 commit

  • CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
    markings need to be removed.

    This change removes the use of __devinit, __devexit_p, and __devexit
    from these drivers.

    Based on patches originally written by Bill Pemberton, but redone by me
    in order to handle some of the coding style issues better, by hand.

    Cc: Bill Pemberton
    Cc: Doug Thompson
    Cc: Borislav Petkov
    Cc: Mark Gross
    Cc: Jason Uhlenkott
    Cc: Mauro Carvalho Chehab
    Cc: Tim Small
    Cc: Ranganathan Desikan
    Cc: "Arvind R."
    Cc: Ralf Baechle
    Cc: David Daney
    Cc: Egor Martovetsky
    Cc: Olof Johansson
    Cc: Chris Metcalf
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

27 Jun, 2012

1 commit