1. 20 10月, 2007 1 次提交
  2. 19 10月, 2007 1 次提交
    • A
      serial: turn serial console suspend a boot rather than compile time option · 8f4ce8c3
      Andres Salomon 提交于
      Currently, there's a CONFIG_DISABLE_CONSOLE_SUSPEND that allows one to stop
      the serial console from being suspended when the rest of the machine goes
      to sleep.  This is incredibly useful for debugging power management-related
      things; however, having it as a compile-time option has proved to be
      incredibly inconvenient for us (OLPC).  There are plenty of times that we
      want serial console to not suspend, but for the most part we'd like serial
      console to be suspended.
      
      This drops CONFIG_DISABLE_CONSOLE_SUSPEND, and replaces it with a kernel
      boot parameter (no_console_suspend).  By default, the serial console will
      be suspended along with the rest of the system; by passing
      'no_console_suspend' to the kernel during boot, serial console will remain
      alive during suspend.
      
      For now, this is pretty serial console specific; further fixes could be
      applied to make this work for things like netconsole.
      Signed-off-by: NAndres Salomon <dilinger@debian.org>
      Acked-by: N"Rafael J. Wysocki" <rjw@sisk.pl>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Cc: Nigel Cunningham <nigel@suspend2.net>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8f4ce8c3
  3. 17 10月, 2007 2 次提交
  4. 12 10月, 2007 1 次提交
  5. 11 10月, 2007 1 次提交
  6. 08 10月, 2007 1 次提交
  7. 05 10月, 2007 4 次提交
  8. 20 9月, 2007 1 次提交
  9. 14 9月, 2007 2 次提交
  10. 07 9月, 2007 2 次提交
  11. 30 8月, 2007 2 次提交
  12. 25 8月, 2007 1 次提交
  13. 20 8月, 2007 1 次提交
  14. 17 8月, 2007 1 次提交
    • D
      [POWERPC] Fixes to allow use of Ebony's flash chips through physmap_of · 0d279d47
      David Gibson 提交于
      This patch contains a handful of small fixes to allow the Ebony's
      flash to be exposed as MTD devices via the physmap_of driver.
      Specifically it:
      	- Makes a small addition to the device tree and zImage wrapper
      to record the correct address for the flash in the device tree based
      on the board switches as reported via an FPGA register.
      	- Prohibits building the old hard-coded "Ebony" flash map on
      arch/powerpc kernels, in favour of using physmap_of's device tree
      based approach.
      	- Enables MTD and physmap_of in the Ebony defconfig.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      0d279d47
  15. 10 8月, 2007 1 次提交
  16. 30 7月, 2007 1 次提交
  17. 24 7月, 2007 1 次提交
  18. 23 7月, 2007 1 次提交
  19. 22 7月, 2007 1 次提交
  20. 21 7月, 2007 1 次提交
  21. 02 7月, 2007 1 次提交
  22. 28 6月, 2007 1 次提交
  23. 26 6月, 2007 2 次提交
  24. 25 6月, 2007 1 次提交
  25. 14 6月, 2007 1 次提交
  26. 17 5月, 2007 3 次提交
  27. 12 5月, 2007 2 次提交
  28. 10 5月, 2007 1 次提交
  29. 08 5月, 2007 1 次提交