1. 22 5月, 2006 2 次提交
  2. 17 5月, 2006 1 次提交
  3. 16 5月, 2006 2 次提交
  4. 10 5月, 2006 1 次提交
  5. 25 4月, 2006 1 次提交
  6. 22 4月, 2006 1 次提交
  7. 20 4月, 2006 1 次提交
  8. 19 4月, 2006 1 次提交
  9. 12 4月, 2006 1 次提交
  10. 11 4月, 2006 1 次提交
  11. 01 4月, 2006 1 次提交
  12. 29 3月, 2006 1 次提交
  13. 28 3月, 2006 1 次提交
  14. 27 3月, 2006 2 次提交
    • D
      [PATCH] EDAC: add maintainers for chipset drivers · 0e438e3f
      Dave Peterson 提交于
      - Add entries to MAINTAINERS list for EDAC-E752X, EDAC-E7XXX, and
        EDAC-R82600 chipset drivers
      
      - Fix MAINTAINERS entry for EDAC-CORE so it uses tabs rather than
        spaces to indent.  This is consistent with how the other entries are
        formatted.
      Signed-off-by: NDavid S. Peterson <dsp@llnl.gov>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0e438e3f
    • H
      [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles · 0a34eb8f
      Hansjoerg Lipp 提交于
      And: Tilman Schmidt <tilman@imap.cc>
      
      The following patches add drivers for the Siemens Gigaset 3070 family of ISDN
      DECT PABXes connected via USB, either directly or over a DECT link using a
      Gigaset M105 or compatible DECT data adapter.  The devices are integrated as
      ISDN adapters within the isdn4linux framework, supporting incoming and
      outgoing voice and data connections, and also as tty devices providing access
      to device specific AT commands.
      
      Supported devices include models 3070, 3075, 4170, 4175, SX205, SX255, and
      SX353 from the Siemens Gigaset product family, as well as the technically
      identical models 45isdn and 721X from the Deutsche Telekom Sinus series.
      Supported DECT adapters are the Gigaset M105 data and the technically
      identical Gigaset USB Adapter DECT, Sinus 45 data 2, and Sinus 721 data (but
      not the Gigaset M34 and Sinus 702 data which advertise themselves as CDC-ACM
      devices).
      
      These drivers have been developed over the last four years within the
      SourceForge project http://sourceforge.net/projects/gigaset307x/.  They are
      being used successfully in several installations for dial-in Internet access
      and for voice call switching with Asterisk.
      
      This is our second attempt at submitting these drivers, taking into account
      the comments we received to our first submission on 2005-12-11.
      
      The patch set adds three kernel modules:
      
      - a common module "gigaset" encapsulating the common logic for
        controlling the PABX and the interfaces to userspace and the
        isdn4linux subsystem.
      
      - a connection-specific module "bas_gigaset" which handles
        communication with the PABX over a direct USB connection.
      
      - a connection-specific module "usb_gigaset" which does the same
        for a DECT connection using the Gigaset M105 USB DECT adapter.
      
      We also have a module "ser_gigaset" which supports the Gigaset M101 RS232 DECT
      adapter, but we didn't judge it fit for inclusion in the kernel, as it does
      direct programming of a i8250 serial port.  It should probably be rewritten as
      a serial line discipline but so far we lack the neccessary knowledge about
      writing a line discipline for that.
      
      The drivers have been working with kernel releases 2.2 and 2.4 as well as 2.6,
      and although we took efforts to remove the compatibility code for this
      submission, it probably still shows in places.  Please make allowances.
      
      This patch:
      
      Prepare the kernel build infrastructure for addition of the Gigaset ISDN
      drivers.  It creates a Makefile and Kconfig file for the Gigaset driver and
      hooks them into those of the isdn4linux subsystem.  It also adds a MAINTAINERS
      entry for the driver.
      
      This patch depends on patches 2 to 9 of the present set, as without the actual
      source files, activating the options added here will cause the kernel build to
      fail.
      Signed-off-by: NHansjoerg Lipp <hjlipp@web.de>
      Signed-off-by: NTilman Schmidt <tilman@imap.cc>
      Cc: Karsten Keil <kkeil@suse.de>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0a34eb8f
  15. 26 3月, 2006 4 次提交
  16. 25 3月, 2006 1 次提交
  17. 24 3月, 2006 1 次提交
  18. 22 3月, 2006 1 次提交
  19. 21 3月, 2006 2 次提交
  20. 19 3月, 2006 1 次提交
  21. 15 3月, 2006 2 次提交
  22. 12 3月, 2006 2 次提交
  23. 04 3月, 2006 1 次提交
  24. 27 2月, 2006 1 次提交
  25. 12 2月, 2006 1 次提交
  26. 07 2月, 2006 1 次提交
    • J
      [PATCH] hwmon: New f71805f driver · e53004e2
      Jean Delvare 提交于
      This is my f71805f hardware monitoring driver ported from lm_sensors
      to Linux 2.6. This new driver differs from the other hardware monitoring
      drivers in that it is implemented as a platform driver. This might not
      be optimal yet (we would probably need a generic infrastructure and bus
      type for Super-I/O logical devices) but it is certainly much better than
      the i2c-isa solution.
      
      Note that this driver requires lm_sensors CVS. I hope to get it
      released as 2.10.0 soon.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e53004e2
  27. 06 2月, 2006 1 次提交
  28. 04 2月, 2006 2 次提交
  29. 01 2月, 2006 1 次提交
  30. 28 1月, 2006 1 次提交