1. 10 9月, 2009 1 次提交
  2. 10 8月, 2009 1 次提交
  3. 19 6月, 2009 1 次提交
    • R
      LinuxPPS: core support · eae9d2ba
      Rodolfo Giometti 提交于
      This patch adds the kernel side of the PPS support currently named
      "LinuxPPS".
      
      PPS means "pulse per second" and a PPS source is just a device which
      provides a high precision signal each second so that an application can
      use it to adjust system clock time.
      
      Common use is the combination of the NTPD as userland program with a GPS
      receiver as PPS source to obtain a wallclock-time with sub-millisecond
      synchronisation to UTC.
      
      To obtain this goal the userland programs shoud use the PPS API
      specification (RFC 2783 - Pulse-Per-Second API for UNIX-like Operating
      Systems, Version 1.0) which in part is implemented by this patch.  It
      provides a set of chars devices, one per PPS source, which can be used to
      get the time signal.  The RFC's functions can be implemented by accessing
      to these char devices.
      Signed-off-by: NRodolfo Giometti <giometti@linux.it>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Greg KH <greg@kroah.com>
      Cc: Randy Dunlap <randy.dunlap@oracle.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Acked-by: NAlan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Michael Kerrisk <mtk.manpages@googlemail.com>
      Cc: Christoph Hellwig <hch@infradead.org>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      eae9d2ba
  4. 30 3月, 2009 2 次提交
  5. 07 1月, 2009 1 次提交
  6. 09 12月, 2008 1 次提交
  7. 15 11月, 2008 1 次提交
  8. 18 10月, 2008 2 次提交
  9. 14 8月, 2008 1 次提交
    • W
      usb: auerswald: remove driver (obsolete) · 88d987d6
      Wolfgang Mües 提交于
      This patch removes the auerswald USB driver from the linux kernel
      2.6.26.
      
      This driver was included into the kernel mainly to connect to the ISDN
      framework. This was done in linux 2.4.x. For 2.6.x, due to the fragile
      and moving ISDN support, this connection was never realized, and the
      only use of this driver was for device configuration. In the age of DSL,
      the demand of ISDN support is getting very low.
      
      Meanwhile, with the advent of libusb, an userspace driver was done for
      the device configuration which works fine for linux and mac. (Thanks to
      the libusb developers!). The userspace driver is downloadable from the
      auerswald web site.
      
      So this driver is obsolete now and has to be removed. Many thanks to all
      developers which helped me to bring this driver up and working.
      Signed-off-by: NWolfgang Muees <wolfgang@iksw-muees.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      88d987d6
  10. 14 7月, 2008 1 次提交
  11. 27 4月, 2008 1 次提交
  12. 26 1月, 2008 1 次提交
  13. 17 7月, 2007 1 次提交
  14. 09 5月, 2007 1 次提交
  15. 12 2月, 2007 1 次提交
  16. 09 12月, 2006 1 次提交
  17. 27 6月, 2006 1 次提交
  18. 23 6月, 2006 1 次提交
  19. 26 5月, 2006 1 次提交
  20. 29 3月, 2006 1 次提交
  21. 24 1月, 2006 1 次提交
  22. 23 11月, 2005 1 次提交
  23. 08 11月, 2005 1 次提交
  24. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4