19 Jun, 2009

1 commit

  • The remove function uses __devexit, so the .remove assignment needs
    __devexit_p() to fix a build error with hotplug disabled.

    Signed-off-by: Mike Frysinger
    Cc: Doug Thompson
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mike Frysinger
     

25 Mar, 2009

1 commit


28 Jan, 2009

1 commit


31 Oct, 2008

1 commit

  • The edac driver on cell turned out to be not enabled because of a missing
    op_state. This patch introduces it. Verified to work on top of Ben's
    next branch.

    Signed-off-by: Arnd Bergmann
    Signed-off-by: Jens Osterkamp
    Acked-by: Benjamin Herrenschmidt
    Signed-off-by: Doug Thompson
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Benjamin Herrenschmidt
     

20 Oct, 2008

1 commit

  • The cell_edac driver is setting the edac_mode field of the csrow's to an
    incorrect value, causing the sysfs show routine for that field to go out
    of an array bound and Oopsing the kernel when used.

    Signed-off-by: Benjamin Herrenschmidt
    Signed-off-by: Doug Thompson
    Cc: [2.6.27.x, 2.6.26.x. 2.6.25.x]
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Benjamin Herrenschmidt
     

22 Jul, 2008

1 commit


08 Feb, 2008

1 commit

  • Adds driver for the Cell memory controller when used without a Hypervisor such
    as on the IBM Cell blades. There might still be some improvements to do to
    this such as finding if it's possible to properly obtain more details about
    the address of the error but it's good enough already to report CE counts
    which is our main priority at the moment.

    Signed-off-by: Benjamin Herrenschmidt
    Cc: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Benjamin Herrenschmidt