Changeset 2863

Show
Ignore:
Timestamp:
01/23/05 09:49:16 (4 years ago)
Author:
khali
Message:

Add the adm1031, fscher, lm63, lm93 and max1619 drivers to the
kernel patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/mkpatch/Config.in

    r2662 r2863  
    1717    dep_tristate '  Analog Devices ADM1025' CONFIG_SENSORS_ADM1025 $CONFIG_I2C $CONFIG_I2C_PROC 
    1818    dep_tristate '  Analog Devices ADM1026' CONFIG_SENSORS_ADM1026 $CONFIG_I2C $CONFIG_I2C_PROC 
     19    dep_tristate '  Analog Devices ADM1030, ADM1031' CONFIG_SENSORS_ADM1031 $CONFIG_I2C $CONFIG_I2C_PROC 
    1920    dep_tristate '  Analog Devices ADM9240 and compatibles' CONFIG_SENSORS_ADM9240 $CONFIG_I2C $CONFIG_I2C_PROC 
    2021    dep_tristate '  Asus ASB100' CONFIG_SENSORS_ASB100 $CONFIG_I2C $CONFIG_I2C_PROC 
    2122    dep_tristate '  Dallas DS1621 and DS1625' CONFIG_SENSORS_DS1621 $CONFIG_I2C $CONFIG_I2C_PROC 
     23    dep_tristate '  Fujitsu-Siemens Hermes' CONFIG_SENSORS_FSCHER $CONFIG_I2C $CONFIG_I2C_PROC 
    2224    dep_tristate '  Fujitsu-Siemens Poseidon' CONFIG_SENSORS_FSCPOS $CONFIG_I2C $CONFIG_I2C_PROC 
    2325    dep_tristate '  Fujitsu-Siemens Scylla' CONFIG_SENSORS_FSCSCY $CONFIG_I2C $CONFIG_I2C_PROC 
     
    2729    dep_tristate '  Intel Xeon Thermal Sensor' CONFIG_SENSORS_XEONTEMP $CONFIG_I2C $CONFIG_I2C_PROC 
    2830    dep_tristate '  ITE 8705/8712, SiS950' CONFIG_SENSORS_IT87 $CONFIG_I2C $CONFIG_I2C_PROC 
     31    dep_tristate '  Maxim MAX1619' CONFIG_SENSORS_MAX1619 $CONFIG_I2C $CONFIG_I2C_PROC 
    2932    dep_tristate '  Maxim MAX6650, MAX6651' CONFIG_SENSORS_MAX6650 $CONFIG_I2C $CONFIG_I2C_PROC 
    3033    dep_tristate '  Myson MTP008' CONFIG_SENSORS_MTP008 $CONFIG_I2C $CONFIG_I2C_PROC 
     34    dep_tristate '  National Semiconductor LM63' CONFIG_SENSORS_LM63 $CONFIG_I2C $CONFIG_I2C_PROC 
    3135    dep_tristate '  National Semiconductor LM75 and compatibles' CONFIG_SENSORS_LM75 $CONFIG_I2C $CONFIG_I2C_PROC 
    3236    dep_tristate '  National Semiconductor LM78' CONFIG_SENSORS_LM78 $CONFIG_I2C $CONFIG_I2C_PROC 
     
    3741    dep_tristate '  National Semiconductor LM90 and compatibles' CONFIG_SENSORS_LM90 $CONFIG_I2C $CONFIG_I2C_PROC 
    3842    dep_tristate '  National Semiconductor LM92' CONFIG_SENSORS_LM92 $CONFIG_I2C $CONFIG_I2C_PROC 
     43    dep_tristate '  National Semiconductor LM93' CONFIG_SENSORS_LM93 $CONFIG_I2C $CONFIG_I2C_PROC 
    3944    dep_tristate '  National Semiconductor PC8736x Sensors' CONFIG_SENSORS_PC87360 $CONFIG_I2C $CONFIG_I2C_PROC 
    4045    dep_tristate '  Silicon Integrated Systems Corp. SiS5595' CONFIG_SENSORS_SIS5595 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA 
  • lm-sensors/trunk/mkpatch/FILES

    r2757 r2863  
    2222kernel/chips/adm1025.c          drivers/sensors/adm1025.c 
    2323kernel/chips/adm1026.c          drivers/sensors/adm1026.c 
     24kernel/chips/adm1031.c          drivers/sensors/adm1031.c 
    2425kernel/chips/adm9240.c          drivers/sensors/adm9240.c 
    2526kernel/chips/asb100.c           drivers/sensors/asb100.c 
     
    2829kernel/chips/ds1621.c           drivers/sensors/ds1621.c 
    2930kernel/chips/eeprom.c           drivers/sensors/eeprom.c 
     31kernel/chips/fscher.c           drivers/sensors/fscher.c 
    3032kernel/chips/fscpos.c           drivers/sensors/fscpos.c 
    3133kernel/chips/fscscy.c           drivers/sensors/fscscy.c 
     
    3335kernel/chips/gl520sm.c          drivers/sensors/gl520sm.c 
    3436kernel/chips/it87.c             drivers/sensors/it87.c 
     37kernel/chips/lm63.c             drivers/sensors/lm63.c 
    3538kernel/chips/lm75.h             drivers/sensors/lm75.h 
    3639kernel/chips/lm75.c             drivers/sensors/lm75.c 
     
    4245kernel/chips/lm90.c             drivers/sensors/lm90.c 
    4346kernel/chips/lm92.c             drivers/sensors/lm92.c 
     47kernel/chips/lm93.c             drivers/sensors/lm93.c 
     48kernel/chips/lm93.h             drivers/sensors/lm93.h 
    4449kernel/chips/matorb.c           drivers/sensors/matorb.c 
     50kernel/chips/max1619.c          drivers/sensors/max1619.c 
    4551kernel/chips/max6650.c          drivers/sensors/max6650.c 
    4652kernel/chips/maxilife.c         drivers/sensors/maxilife.c 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r2841 r2863  
    22 
    33#    mkpatch - Create patches against the Linux kernel 
    4 #    Copyright (c) 1999  Frodo Looijaard <frodol@dds.nl> 
     4#    Copyright (C) 1999  Frodo Looijaard <frodol@dds.nl> 
     5#    Copyright (C) 2005  Jean Delvare <khali@linux-fr.org> 
    56# 
    67#    This program is free software; you can redistribute it and/or modify 
     
    101102           m@Analog Devices ADM1025@ or 
    102103           m@Analog Devices ADM1026@ or 
     104           m@Analog Devices ADM1030, ADM1031@ or 
    103105           m@Analog Devices ADM9240 and compatibles@ or 
    104106           m@Asus ASB100@ or 
    105107           m@Dallas DS1621 and DS1625@ or 
     108           m@Fujitsu-Siemens Hermes@ or 
    106109           m@Fujitsu-Siemens Poseidon@ or 
    107110           m@Fujitsu-Siemens Scylla@ or 
     
    111114           m@Intel Xeon Thermal Sensor@ or 
    112115           m@ITE 8705, 8712, Sis950@ or 
     116           m@Maxim MAX1619@ or 
    113117           m@Maxim MAX6650, MAX6651@ or 
    114118           m@Myson MTP008@ or 
     119           m@National Semiconductor LM63@ or 
    115120           m@National Semiconductor LM75 and compatibles@ or 
    116121           m@National Semiconductor LM78@ or 
     
    121126           m@National Semiconductor LM90@ or 
    122127           m@National Semiconductor LM92@ or 
     128           m@National Semiconductor LM93@ or 
    123129           m@National Semiconductor PC8736x@ or 
    124130           m@Silicon Integrated Systems Corp. SiS5595 Sensor@ or 
     
    324330  http://www.lm-sensors.nu 
    325331 
     332Analog Devices ADM1030, ADM1031 
     333CONFIG_SENSORS_ADM1031 
     334  If you say yes here you get support for Analog Devices ADM1030 and 
     335  ADM1031 sensor chips.  This can also be built as a module which can 
     336  be inserted and removed while the kernel is running. 
     337 
     338  You will also need the latest user-space utilties: you can find them 
     339  in the lm_sensors package, which you can download at 
     340  http://www.lm-sensors.nu/ 
     341 
    326342Analog Devices ADM9240 and compatibles 
    327343CONFIG_SENSORS_ADM9240 
     
    353369  in the lm_sensors package, which you can download at  
    354370  http://www.lm-sensors.nu 
     371 
     372Fujitsu-Siemens Hermes 
     373CONFIG_SENSORS_FSCHER 
     374  If you say yes here you get support for the Fujitsu-Siemens Hermes 
     375  sensor chip.  This can also be built as a module. 
     376 
     377  You will also need the latest user-space utilties: you can find them 
     378  in the lm_sensors package, which you can download at 
     379  http://www.lm-sensors.nu/ 
    355380 
    356381Fujitsu-Siemens Poseidon 
     
    424449  http://www.lm-sensors.nu 
    425450 
     451Maxim MAX1619 
     452CONFIG_SENSORS_MAX1619 
     453  If you say yes here you get support for the Maxim MAX1619 sensor 
     454  chips.  This can also be built as a module. 
     455 
     456  You will also need the latest user-space utilties: you can find them 
     457  in the lm_sensors package, which you can download at 
     458  http://www.lm-sensors.nu/ 
     459 
    426460Maxim MAX6650, MAX6651 
    427461CONFIG_SENSORS_MAX6650 
     
    441475  in the lm_sensors package, which you can download at  
    442476  http://www.lm-sensors.nu 
     477 
     478National Semiconductor LM63 
     479CONFIG_SENSORS_LM63 
     480  If you say yes here you get support for National Semiconductor LM63 
     481  sensor chips.  This can also be built as a module which can be inserted 
     482  and removed while the kernel is running. 
     483 
     484  You will also need the latest user-space utilties: you can find them 
     485  in the lm_sensors package, which you can download at 
     486  http://www.lm-sensors.nu/ 
    443487 
    444488National Semiconductor LM75 and compatibles 
     
    526570  in the lm_sensors package, which you can download at  
    527571  http://www.lm-sensors.nu 
     572 
     573National Semiconductor LM93 
     574CONFIG_SENSORS_LM93 
     575  If you say yes here you get support for National Semiconductor LM93 
     576  sensor chips.  This can also be built as a module which can be inserted 
     577  and removed while the kernel is running. 
     578 
     579  You will also need the latest user-space utilties: you can find them 
     580  in the lm_sensors package, which you can download at 
     581  http://www.lm-sensors.nu/ 
    528582 
    529583National Semiconductor PC8736x Sensors 
     
    938992obj-$(CONFIG_SENSORS_ADM1025)   += adm1025.o 
    939993obj-$(CONFIG_SENSORS_ADM1026)   += adm1026.o 
     994obj-$(CONFIG_SENSORS_ADM1031)   += adm1031.o 
    940995obj-$(CONFIG_SENSORS_ADM9240)   += adm9240.o 
    941996obj-$(CONFIG_SENSORS_ASB100)    += asb100.o 
     
    944999obj-$(CONFIG_SENSORS_DS1621)    += ds1621.o 
    9451000obj-$(CONFIG_SENSORS_EEPROM)    += eeprom.o 
     1001obj-$(CONFIG_SENSORS_FSCHER)    += fscher.o 
    9461002obj-$(CONFIG_SENSORS_FSCPOS)    += fscpos.o 
    9471003obj-$(CONFIG_SENSORS_FSCSCY)    += fscscy.o 
     
    9491005obj-$(CONFIG_SENSORS_GL520SM)   += gl520sm.o 
    9501006obj-$(CONFIG_SENSORS_IT87)      += it87.o 
     1007obj-$(CONFIG_SENSORS_LM63)      += lm63.o 
    9511008obj-$(CONFIG_SENSORS_LM75)      += lm75.o 
    9521009obj-$(CONFIG_SENSORS_LM78)      += lm78.o 
     
    9571014obj-$(CONFIG_SENSORS_LM90)      += lm90.o 
    9581015obj-$(CONFIG_SENSORS_LM92)      += lm92.o 
     1016obj-$(CONFIG_SENSORS_LM93)      += lm93.o 
     1017obj-$(CONFIG_SENSORS_MAX1619)   += max1619.o 
    9591018obj-$(CONFIG_SENSORS_MAX6650)   += max6650.o 
    9601019obj-$(CONFIG_SENSORS_MAXILIFE)  += maxilife.o