1. 05 2月, 2008 6 次提交
  2. 04 2月, 2008 2 次提交
  3. 03 2月, 2008 4 次提交
  4. 02 2月, 2008 2 次提交
  5. 01 2月, 2008 1 次提交
  6. 30 1月, 2008 8 次提交
  7. 25 1月, 2008 3 次提交
    • G
      kobject: convert hvcs to use kref, not kobject · f7eb12c6
      Greg Kroah-Hartman 提交于
      hvcs is using a kobject only for reference counting, nothing else.  So
      switch it to use a kref instead, which is all that is needed, and is
      much smaller.
      
      Cc: Anton Blanchard <anton@au.ibm.com>
      Cc: Paul Mackerras <paulus@au.ibm.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Ryan S. Arnold <rsa@us.ibm.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      f7eb12c6
    • G
      kobject: convert hvc_console to use kref, not kobject · 12b20ded
      Greg Kroah-Hartman 提交于
      hvc_console is using a kobject only for reference counting, nothing
      else.  So switch it to use a kref instead, which is all that is needed,
      and is much smaller.
      
      Cc: Anton Blanchard <anton@au.ibm.com>
      Cc: Paul Mackerras <paulus@au.ibm.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Ryan S. Arnold <rsa@us.ibm.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      12b20ded
    • F
      nozomi driver · 20fd1e3b
      Frank Seidel 提交于
      This is a driver to control the cardbus wireless data card that works on
      3g networks.
      
      Greg Kroah-Hartman <gregkh@suse.de> did the initial driver cleanup.
      Thanks to Arnaud Patard <apatard@mandriva.com> for help with bugfixing.
      Thanks to Alan Cox for a lot of tty fixes.
      Thanks to Satyam Sharma <satyam@infradead.org> for fixing buildbreakage.
      Thanks to Frank Seidel <fseidel@suse.de> for a lot of bugfixes and
      rewriting to make it a sane Linux driver
      Thanks to Jiri Slaby <jirislaby@gmail.com> for a lot bugfixes, cleanups
      and rewrites that make it much more readable.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      Signed-off-by: NFrank Seidel <fseidel@suse.de>
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      20fd1e3b
  8. 24 1月, 2008 2 次提交
  9. 23 1月, 2008 1 次提交
  10. 15 1月, 2008 1 次提交
  11. 11 1月, 2008 2 次提交
  12. 09 1月, 2008 1 次提交
  13. 24 12月, 2007 1 次提交
    • C
      tty: fix logic change introduced by wait_event_interruptible_timeout() · db99247a
      Cory T. Tusar 提交于
      Commit 5a52bd4a introduced a subtle logic
      change in tty_wait_until_sent().  The original version would only error out
      of the 'do { ...  } while (timeout)' loop if signal_pending() evaluated to
      true; a timeout or break due to an empty buffer would fall out of the loop
      and into the tty->driver->wait_until_sent handling.  The current
      implementation will error out on either a pending signal or an empty
      buffer, falling through to the tty->driver->wait_until_sent handling only
      on a timeout.
      
      The ->wait_until_sent() will not be reached if the buffer empties before
      timeout jiffies have elapsed.  This behavior differs from that prior to commit
      5a52bd4a.
      
      I turned this up while using a little serial download utility to bootstrap an
      ARM-based eval board.  The util worked fine on 2.6.22.x, but consistently
      failed on 2.6.23.x.  Once I'd determined that, I narrowed things down with git
      bisect, and found the above difference in logic in tty_wait_until_sent() by
      inspection.
      
      This change reverts the logic flow in tty_wait_until_sent() to match that
      prior to the aforementioned commit.
      Signed-off-by: NCory T. Tusar <ctusar@videon-central.com>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Acked-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      db99247a
  14. 18 12月, 2007 1 次提交
  15. 06 12月, 2007 1 次提交
  16. 30 11月, 2007 2 次提交
  17. 29 11月, 2007 1 次提交
  18. 28 11月, 2007 1 次提交