Changeset 2662

Show
Ignore:
Timestamp:
08/16/04 20:24:55 (4 years ago)
Author:
khali
Message:

Include xeontemp and pc87360 in the patch.

Files:

Legend:

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

    r2471 r2662  
    2525    dep_tristate '  Genesys Logic GL520SM' CONFIG_SENSORS_GL520SM $CONFIG_I2C $CONFIG_I2C_PROC 
    2626    dep_tristate '  HP Maxilife' CONFIG_SENSORS_MAXILIFE $CONFIG_I2C $CONFIG_I2C_PROC 
     27    dep_tristate '  Intel Xeon Thermal Sensor' CONFIG_SENSORS_XEONTEMP $CONFIG_I2C $CONFIG_I2C_PROC 
    2728    dep_tristate '  ITE 8705/8712, SiS950' CONFIG_SENSORS_IT87 $CONFIG_I2C $CONFIG_I2C_PROC 
    2829    dep_tristate '  Maxim MAX6650, MAX6651' CONFIG_SENSORS_MAX6650 $CONFIG_I2C $CONFIG_I2C_PROC 
     
    3637    dep_tristate '  National Semiconductor LM90 and compatibles' CONFIG_SENSORS_LM90 $CONFIG_I2C $CONFIG_I2C_PROC 
    3738    dep_tristate '  National Semiconductor LM92' CONFIG_SENSORS_LM92 $CONFIG_I2C $CONFIG_I2C_PROC 
     39    dep_tristate '  National Semiconductor PC8736x Sensors' CONFIG_SENSORS_PC87360 $CONFIG_I2C $CONFIG_I2C_PROC 
    3840    dep_tristate '  Silicon Integrated Systems Corp. SiS5595' CONFIG_SENSORS_SIS5595 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA 
    3941    dep_tristate '  SMSC47M1xx Integrated Sensors' CONFIG_SENSORS_SMSC47M1 $CONFIG_I2C $CONFIG_I2C_PROC $CONFIG_I2C_ISA 
  • lm-sensors/trunk/mkpatch/FILES

    r2441 r2662  
    4545kernel/chips/maxilife.c         drivers/sensors/maxilife.c 
    4646kernel/chips/mtp008.c           drivers/sensors/mtp008.c 
     47kernel/chips/pc87360.c          drivers/sensors/pc87360.c 
    4748kernel/chips/pcf8574.c          drivers/sensors/pcf8574.c 
    4849kernel/chips/pcf8591.c          drivers/sensors/pcf8591.c 
     
    5556kernel/chips/w83781d.c          drivers/sensors/w83781d.c 
    5657kernel/chips/w83627hf.c         drivers/sensors/w83627hf.c 
    57 kernel/chips/w83l785ts.c                drivers/sensors/w83l785ts.c 
     58kernel/chips/w83l785ts.c        drivers/sensors/w83l785ts.c 
     59kernel/chips/xeontemp.c         drivers/sensors/xeontemp.c 
    5860kernel/include/sensors_compat.h include/linux/sensors_compat.h 
    5961kernel/include/sensors_vid.h    include/linux/sensors_vid.h 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r2628 r2662  
    108108           m@Genesys Logic GL520SM@ or 
    109109           m@HP Maxilife@ or 
     110           m@Intel Xeon Thermal Sensor@ or 
    110111           m@ITE 8705, 8712, Sis950@ or 
    111112           m@Maxim MAX6650, MAX6651@ or 
    112113           m@Myson MTP008@ or 
    113            m@National Semiconductors LM75 and compatibles@ or 
    114            m@National Semiconductors LM78@ or 
    115            m@National Semiconductors LM80@ or 
    116            m@National Semiconductors LM83@ or 
    117            m@National Semiconductors LM85@ or 
    118            m@National Semiconductors LM87@ or 
    119            m@National Semiconductors LM90@ or 
    120            m@National Semiconductors LM92@ or 
     114           m@National Semiconductor LM75 and compatibles@ or 
     115           m@National Semiconductor LM78@ or 
     116           m@National Semiconductor LM80@ or 
     117           m@National Semiconductor LM83@ or 
     118           m@National Semiconductor LM85@ or 
     119           m@National Semiconductor LM87@ or 
     120           m@National Semiconductor LM90@ or 
     121           m@National Semiconductor LM92@ or 
     122           m@National Semiconductor PC8736x@ or 
    121123           m@Silicon Integrated Systems Corp. SiS5595 Sensor@ or 
    122124           m@Texas Instruments THMC50 / Analog Devices ADM1022@ or 
     
    273275 
    274276Analog Devices ADM1021 and compatibles 
    275 CONFIG_SENSORS_ADM1021  
     277CONFIG_SENSORS_ADM1021 
    276278  If you say yes here you get support for Analog Devices ADM1021  
    277279  and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A, 
    278   Genesys Logic GL523SM, National Semi LM84, TI THMC10, Onsemi MC1066 
    279   and the XEON processor built-in sensor. This can also  
    280   be built as a module which can be inserted and removed while the  
    281   kernel is running. 
     280  Genesys Logic GL523SM, National Semi LM84, TI THMC10 and Onsemi 
     281  MC1066. This can also be built as a module which can be inserted 
     282  and removed while the kernel is running. 
    282283 
    283284  You will also need the latest user-space utilties: you can find them 
     
    395396  http://www.lm-sensors.nu 
    396397 
     398Intel Xeon Thermal Sensor 
     399CONFIG_SENSORS_XEONTEMP 
     400  If you say yes here you get support for the Intel Xeon processor 
     401  built-in thermal sensor. This can also be built as a module which 
     402  can be inserted and removed while the kernel is running. 
     403 
     404  You will also need the latest user-space utilities: you can find them 
     405  in the lm_sensors package, which you can download at  
     406  http://www.lm-sensors.nu/ 
     407 
    397408ITE 8705, 8712, Sis950 
    398409CONFIG_SENSORS_IT87 
     
    506517  in the lm_sensors package, which you can download at  
    507518  http://www.lm-sensors.nu 
     519 
     520National Semiconductor PC8736x Sensors 
     521CONFIG_SENSORS_PC87360 
     522  If you say yes here you get support for the integrated hardware 
     523  monitoring in the National Semicoductor PC87360, PC87363, PC87364, 
     524  PC87365 and PC87366 Super I/O chips. This can also be built as a 
     525  module which can be inserted and removed while the kernel is 
     526  running. 
     527 
     528  You will also need the latest user-space utilities: you can find them 
     529  in the lm_sensors package, which you can download at  
     530  http://www.lm-sensors.nu/ 
    508531 
    509532Philips PCF8574 
     
    925948obj-$(CONFIG_SENSORS_MAXILIFE)  += maxilife.o 
    926949obj-$(CONFIG_SENSORS_MTP008)    += mtp008.o 
     950obj-$(CONFIG_SENSORS_PC87360)   += pc87360.o 
    927951obj-$(CONFIG_SENSORS_PCF8574)   += pcf8574.o 
    928952obj-$(CONFIG_SENSORS_PCF8591)   += pcf8591.o 
     
    936960obj-$(CONFIG_SENSORS_W83627HF)  += w83627hf.o 
    937961obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o 
     962obj-$(CONFIG_SENSORS_XEONTEMP)  += xeontemp.o 
    938963 
    939964include $(TOPDIR)/Rules.make