1. 12 3月, 2006 1 次提交
  2. 04 3月, 2006 1 次提交
  3. 12 2月, 2006 1 次提交
  4. 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
  5. 06 2月, 2006 1 次提交
  6. 04 2月, 2006 2 次提交
  7. 01 2月, 2006 1 次提交
  8. 28 1月, 2006 1 次提交
  9. 25 1月, 2006 1 次提交
  10. 19 1月, 2006 4 次提交
  11. 18 1月, 2006 1 次提交
  12. 17 1月, 2006 1 次提交
  13. 16 1月, 2006 1 次提交
  14. 15 1月, 2006 3 次提交
  15. 13 1月, 2006 1 次提交
  16. 12 1月, 2006 1 次提交
  17. 11 1月, 2006 2 次提交
  18. 10 1月, 2006 2 次提交
  19. 09 1月, 2006 2 次提交
  20. 07 1月, 2006 2 次提交
  21. 06 1月, 2006 2 次提交
  22. 05 1月, 2006 3 次提交
    • K
      [PATCH] remove CONFIG_KOBJECT_UEVENT option · 0296b228
      Kay Sievers 提交于
      It makes zero sense to have hotplug, but not the netlink
      events enabled today. Remove this option and merge the
      kobject_uevent.h header into the kobject.h header file.
      Signed-off-by: NKay Sievers <kay.sievers@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0296b228
    • M
      [PATCH] USB Storage: update MAINTAINERS · 8836aeb8
      Matthew Dharm 提交于
      Someone recently pointed out to me that the MAINTAINERS entry for
      usb-storage was, perhaps, in need of changing.
      Signed-off-by: NMatthew Dharm <mdharm-usb@one-eyed-alien.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      8836aeb8
    • O
      [PATCH] USB: isp116x-hcd: cleanup · 959eea21
      Olav Kongas 提交于
      The attached patch makes a cleanup of isp116x-hcd. Most of the volume of
      the patch comes from 2 sources: moving the code around to get rid of a
      few function prototypes and reworking register dumping functions/macros.
      Among other things, switched over from using procfs to debugfs.
      
      Cleanup. The following changes were made:
      
      - Rework register dumping code so it can be used for dumping
        to both syslog and debugfs.
      - Switch from procfs to debugfs..
      - Die gracefully on Unrecoverable Error interrupt.
      - Fix memory leak in isp116x_urb_enqueue(), if HC happens to
        die in a narrow time window.
      - Fix a 'sparce' warning (unnecessary cast).
      - Report Devices Removable for root hub ports by default
        (was Devices Permanently Attached).
      - Move bus suspend/resume functions down in code to get rid of
        a few function prototypes.
      - A number of one-line cleanups.
      - Add an entry to MAINTAINERS.
      Signed-off-by: NOlav Kongas <ok@artecdesign.ee>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
       MAINTAINERS                    |    6
       drivers/usb/host/isp116x-hcd.c |  429 ++++++++++++++++-------------------------
       drivers/usb/host/isp116x.h     |   83 +++++--
       3 files changed, 230 insertions(+), 288 deletions(-)
      959eea21
  23. 04 1月, 2006 2 次提交
  24. 03 1月, 2006 3 次提交