1. 28 Nov, 2007 1 commit
  2. 23 Oct, 2007 1 commit
    • Rusty Russell's avatar
      Virtio console driver · 31610434
      Rusty Russell authored
      
      This is an hvc-based virtio console driver.  It's suboptimal becuase
      hvc expects to have raw access to interrupts and virtio doesn't assume
      that, so it currently polls.
      
      There are two solutions: expose hvc's "kick" interface, or wean off hvc.
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      31610434
  3. 18 Oct, 2007 2 commits
  4. 17 Oct, 2007 3 commits
  5. 16 Oct, 2007 1 commit
  6. 26 Jul, 2007 1 commit
  7. 24 Jul, 2007 1 commit
  8. 21 Jul, 2007 1 commit
  9. 20 Jul, 2007 1 commit
  10. 18 Jul, 2007 2 commits
    • Jeremy Fitzhardinge's avatar
      xen: use the hvc console infrastructure for Xen console · b536b4b9
      Jeremy Fitzhardinge authored
      
      Implement a Xen back-end for hvc console.
      
      * * *
      Add early printk support via hvc console, enable using
      "earlyprintk=xen" on the kernel command line.
      
      From: Gerd Hoffmann <kraxel@suse.de>
      Signed-off-by: default avatarJeremy Fitzhardinge <jeremy@xensource.com>
      Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
      Acked-by: default avatarIngo Molnar <mingo@elte.hu>
      Acked-by: default avatarOlof Johansson <olof@lixom.net>
      b536b4b9
    • Maciej W. Rozycki's avatar
      zs: move to the serial subsystem · 8b4a4080
      Maciej W. Rozycki authored
      
      This is a reimplementation of the zs driver for the serial subsystem.  Any
      resemblance to the old driver is purely coincidential.  ;-) I do hope I got
      the handling of modem lines right -- better do not tackle me about the
      issue unless you feel too good...
      
      Any users of the old driver: please note the numbers of the serial lines
      have now been swapped, i.e.  ttyS0 <-> ttyS1 and ttyS2 <-> ttyS3.  It has
      to do with the modem lines mentioned above; basically the port A in a given
      chip has to be initialised before the port B if you want to use the latter
      as the serial console (which is usually the case), as operations on modem
      lines of the serial line associated with the port B access both ports (see
      the comment at the top of the driver for the details of wiring used).
      Please update your scripts.
      
      This is also the reason each SCC now requests an IRQ once only (as seen in
      "/proc/interrupts") -- the handler takes care of both ports at once as the
      line associated with the port B has to take status update interrupts from
      both ports (and yet the line of the port A takes its own for itself too).
      The old driver never got it right...
      Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      8b4a4080
  11. 17 Jul, 2007 2 commits
  12. 16 Jul, 2007 1 commit
  13. 13 Jul, 2007 1 commit
  14. 12 Jul, 2007 1 commit
    • Ralf Baechle's avatar
      [MIPS] Don't use genrtc. · fdc1f938
      Ralf Baechle authored
      The only pseudo-legitimate MIPS user of genrtc was a systems that doesn't
      have an RTC in hardware at all.  At this point faking one is a little
      pointless ...
      fdc1f938
  15. 21 May, 2007 1 commit
  16. 10 May, 2007 3 commits
  17. 09 May, 2007 1 commit
  18. 08 May, 2007 2 commits
  19. 07 May, 2007 1 commit
  20. 29 Mar, 2007 1 commit
  21. 07 Mar, 2007 1 commit
  22. 11 Feb, 2007 1 commit
  23. 07 Feb, 2007 1 commit
  24. 13 Dec, 2006 4 commits
  25. 12 Dec, 2006 1 commit
  26. 08 Dec, 2006 1 commit
  27. 04 Dec, 2006 1 commit
  28. 30 Nov, 2006 1 commit
  29. 13 Nov, 2006 1 commit
    • Jes Sorensen's avatar
      [PATCH] mspec driver build fix · 1a4b0fc5
      Jes Sorensen authored
      
      Fix MSPEC driver to build for non SN2 enabled configs as the driver should
      work in cached and uncached modes (no fetchop) on these systems.  In
      addition make MSPEC select IA64_UNCACHED_ALLOCATOR, which is required for
      it and move it to arch/ia64/Kconfig to avoid warnings on non ia64
      architectures running allmodconfig.  Once the Kconfig code is fixed, we can
      move it back.
      Signed-off-by: default avatarJes Sorensen <jes@sgi.com>
      Cc: Fernando Luis Vzquez Cao <fernando@oss.ntt.co.jp>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      1a4b0fc5