1. 14 8月, 2013 1 次提交
  2. 04 1月, 2013 1 次提交
    • G
      POWERPC: drivers: remove __dev* attributes. · cad5cef6
      Greg Kroah-Hartman 提交于
      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, __devinitdata,
      __devinitconst, 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 <wfp5p@virginia.edu>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      cad5cef6
  3. 25 11月, 2011 1 次提交
    • J
      powerpc/book3e: Add Chroma as a new WSP/PowerEN platform. · cc35b676
      Jimi Xenidis 提交于
      This patch add the Chroma platform to WSP/PowerEN, which is a PCIe
      card (a defconfig is included).
      
      The card includes an H8 service processor that is used to manage the
      card.  The H8 is connected over the second serial UART on the PowerEN
      chip so this patch includes a simple 16550 driver to enable
      communication, mostly for "power off" and "rebooting".
      
      This patch also includes a, WSP specific, "halt" method that will shut
      of all A2 cores but still leave power on at the chip level.  This is
      desirable, especially if you wish to interrogate the chip with a
      hardware probe after the halt.
      Signed-off-by: NJimi Xenidis <jimix@pobox.com>
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      cc35b676
  4. 20 9月, 2011 1 次提交
  5. 06 5月, 2011 1 次提交