Changeset 961

Show
Ignore:
Timestamp:
12/19/00 22:26:00 (13 years ago)
Author:
frodo
Message:

Finally added almost all drivers to mkpatch!

I added the list we made some weeks ago, except for the maxilife driver
which is old and which I do not trust at all.

To do: add descriptions for Documentation/Configure? (any volunteers?
It should be put in mkpatch.pl next to the other documentation)

Location:
lm-sensors/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r960 r961  
    1717 
    1818----------------------------------------------------------------------------- 
     19 
     202.5.6 (2000????) 
     21  mkpatch now adds many more modules 
    1922 
    20232.5.5 (2000????) 
  • lm-sensors/trunk/mkpatch/Config.in

    r557 r961  
    1111  if [ "$CONFIG_SENSORS" != "n" ]; then 
    1212    dep_tristate '  Analog Devices ADM1021 and compatibles' CONFIG_SENSORS_ADM1021 $CONFIG_SENSORS 
     13    dep_tristate '  Analog Devices ADM1025' CONFIG_SENSORS_ADM1025 $CONFIG_SENSORS 
    1314    dep_tristate '  Analog Devices ADM9240 and compatibles' CONFIG_SENSORS_ADM9240 $CONFIG_SENSORS 
    1415    dep_tristate '  Genesys Logic GL518SM' CONFIG_SENSORS_GL518SM $CONFIG_SENSORS 
     16    dep_tristate '  Genesys Logic GL520SM' CONFIG_SENSORS_GL520SM $CONFIG_SENSORS 
    1517    dep_tristate '  National Semiconductors LM75' CONFIG_SENSORS_LM75 $CONFIG_SENSORS 
    1618    dep_tristate '  National Semiconductors LM78' CONFIG_SENSORS_LM78 $CONFIG_SENSORS 
    1719    dep_tristate '  National Semiconductors LM80' CONFIG_SENSORS_LM80 $CONFIG_SENSORS 
     20    dep_tristate '  National Semiconductors LM87' CONFIG_SENSORS_LM87 $CONFIG_SENSORS 
    1821    dep_tristate '  Silicon Integrated Systems Corp. SiS5595' CONFIG_SENSORS_SIS5595 $CONFIG_SENSORS 
     22    dep_tristate '  Texas Instruments THMC50 and compatibles' CONFIG_THMC50 $CONFIG_SENSORS 
     23    dep_tristate '  VIA 686a Integrated Hardware Monitor' CONFIG_SENSORS_VIA686A $CONFIG_SENSORS 
    1924    dep_tristate '  Winbond W83781D, W83782D and W83783S' CONFIG_SENSORS_W83781D $CONFIG_SENSORS 
    2025    bool 'Other I2C devices' CONFIG_SENSORS_OTHER  
    2126    if [ "$CONFIG_SENSORS_OTHER" = "y" ] ; then 
     27      dep_tristate '  Brooktree BT869 Video Modulator' CONFIG_SENSORS_BT869 $CONFIG_SENSORS 
     28      dep_tristate '  DDC Monitor EDID EEPROM' CONFIG_SENSORS_DDCMON $CONFIG_SENSORS 
    2229      dep_tristate '  EEprom (DIMM) reader ' CONFIG_SENSORS_EEPROM $CONFIG_SENSORS 
    2330      dep_tristate '  Linear Technologies LTC1710 ' CONFIG_SENSORS_LTC1710 $CONFIG_SENSORS 
     31      dep_tristate '  Matrix-Orbital LCD Displays' CONFIG_SENSORS_MATORB $CONFIG_MATORB 
    2432    fi 
    2533  fi 
  • lm-sensors/trunk/mkpatch/FILES

    r854 r961  
    11kernel/busses/i2c-ali15x3.c     drivers/i2c/i2c-ali15x3.c 
    2 kernel/busses/i2c-hydra.c       drivers/i2c/i2c-hydra.c 
     2kernel/busses/i2c-amd756.c      driver/i2c/i2c-amd756.c 
     3kernel/busses/i2c-hydra.c       driver/i2c/i2c-hydra.c 
     4kernel/busses/i2c-i801.c        driver/i2c/i2c-i801.c 
     5kernel/busses/i2c-i810.c        driver/i2c/i2c-i810.c 
    36kernel/busses/i2c-isa.c         drivers/i2c/i2c-isa.c 
    47kernel/busses/i2c-piix4.c       drivers/i2c/i2c-piix4.c 
     8kernel/busses/i2c-sis5595.c     driver/i2c/i2c-sis5595.c 
    59kernel/busses/i2c-via.c         drivers/i2c/i2c-via.c 
     10kernel/busses/i2c-viapro.c      driver/i2c/i2c-viapro.c 
     11kernel/busses/i2c-voodoo3.c     driver/i2c/i2c-voodoo3.c 
    612kernel/sensors.c                drivers/sensors/sensors.c 
    713kernel/chips/adm1021.c          drivers/sensors/adm1021.c 
     14kernel/chips/adm1025.c          drivers/sensors/adm1025.c 
    815kernel/chips/adm9240.c          drivers/sensors/adm9240.c 
     16kernel/chips/bt869.c            drivers/sensors/bt869.c 
     17kernel/chips/ddcmon.c           drivers/sensors/ddcmon.c 
     18kernel/chips/eeprom.c           drivers/sensors/eeprom.c 
    919kernel/chips/gl518sm.c          drivers/sensors/gl518sm.c 
     20kernel/chips/gl520sm.c          drivers/sensors/gl520sm.c 
    1021kernel/chips/lm75.c             drivers/sensors/lm75.c 
    1122kernel/chips/lm78.c             drivers/sensors/lm78.c 
    1223kernel/chips/lm80.c             drivers/sensors/lm80.c 
     24kernel/chips/lm87.c             drivers/sensors/lm87.c 
    1325kernel/chips/ltc1710.c          drivers/sensors/ltc1710.c 
     26kernel/chips/matorb.c           drivers/sensors/matorb.c 
    1427kernel/chips/sis5595.c          drivers/sensors/sis5595.c 
     28kernel/chips/thmc50.c           drivers/sensors/thmc50.c 
     29kernel/chips/via686a.c          drivers/sensors/via686a.c 
    1530kernel/chips/w83781d.c          drivers/sensors/w83781d.c 
    16 kernel/chips/eeprom.c           drivers/sensors/eeprom.c 
    1731kernel/include/i2c-isa.h        include/linux/i2c-isa.h 
    1832kernel/include/sensors.h        include/linux/sensors.h 
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r917 r961  
    541541    tristate '  Acer Labs ALI 1533 and 1543C' CONFIG_I2C_ALI15X3  
    542542    dep_tristate '  Apple Hydra Mac I/O' CONFIG_I2C_HYDRA $CONFIG_I2C_ALGOBIT 
     543    tristate '  AMD 756' CONFIG_I2C_AMD756 
     544    tristate '  Intel 82801AA, 82801AB and 82801BA' CONFIG_I2C_I801 
     545    tristate '  Intel i810AA, i810AB and i815' CONFIG_I2C_I810 
    543546    tristate '  Intel 82371AB PIIX4(E)' CONFIG_I2C_PIIX4 
    544547    dep_tristate '  VIA Technologies, Inc. VT82C586B' CONFIG_I2C_VIA $CONFIG_I2C_ALGOBIT 
     548    tristate '  VIA Technologies, Inc. VT596A/B' CONFIG_I2C_VIAPRO 
     549    dep_tristate '  Voodoo3 I2C interface' CONFIG_I2C_VOODOO $CONFIG_I2C_ALGOBIT 
    545550    tristate '  Pseudo ISA adapter (for hardware sensors modules)' CONFIG_I2C_ISA  
    546551  fi 
     
    581586obj-$(CONFIG_SENSORS)           += sensors.o 
    582587obj-$(CONFIG_SENSORS_ADM1021)   += adm1021.o 
     588obj-$(CONFIG_SENSORS_ADM1025)   += adm1025.o 
    583589obj-$(CONFIG_SENSORS_ADM9024)   += adm9024.o 
     590obj-$(CONFIG_SENSORS_BT869)     += bt869.o 
     591obj-$(CONFIG_SENSORS_DDCMON)    += ddcmon.o 
    584592obj-$(CONFIG_SENSORS_EEPROM)    += eeprom.o 
    585593obj-$(CONFIG_SENSORS_GL518SM)   += gl518sm.o 
     594obj-$(CONFIG_SENSORS_GL520SM)   += gl520sm.o 
    586595obj-$(CONFIG_SENSORS_LM75)      += lm75.o 
    587596obj-$(CONFIG_SENSORS_LM78)      += lm78.o 
    588597obj-$(CONFIG_SENSORS_LM80)      += lm80.o 
     598obj-$(CONFIG_SENSORS_LM87)      += lm87.o 
    589599obj-$(CONFIG_SENSORS_LTC1710)   += ltc1710.o 
    590600obj-$(CONFIG_SENSORS_SIS5595)   += sis5595.o 
     601obj-$(CONFIG_SENSORS_THMC50)    += thmc50.o 
     602obj-$(CONFIG_SENSORS_VIA686A)   += via686a.o 
    591603obj-$(CONFIG_SENSORS_W83781D)   += w83781d.o 
    592604 
     
    636648endif 
    637649 
     650ifeq ($(CONFIG_SENSORS_ADM1025),y) 
     651  L_OBJS += adm1025.o 
     652else 
     653  ifeq ($(CONFIG_SENSORS_ADM1025),m) 
     654    M_OBJS += adm1025.o 
     655  endif 
     656endif 
     657 
    638658ifeq ($(CONFIG_SENSORS_ADM9024),y) 
    639659  L_OBJS += adm9240.o 
     
    644664endif 
    645665 
     666ifeq ($(CONFIG_SENSORS_DDCMON),y) 
     667  L_OBJS += ddcmon.o 
     668else 
     669  ifeq ($(CONFIG_SENSORS_DDCMON),m) 
     670    M_OBJS += ddcmon.o 
     671  endif 
     672endif 
     673 
    646674ifeq ($(CONFIG_SENSORS_EEPROM),y) 
    647675  L_OBJS += eeprom.o 
     
    660688endif 
    661689 
     690ifeq ($(CONFIG_SENSORS_GL520SM),y) 
     691  L_OBJS += gl520sm.o 
     692else 
     693  ifeq ($(CONFIG_SENSORS_GL520SM),m) 
     694    M_OBJS += gl520sm.o 
     695  endif 
     696endif 
     697 
    662698ifeq ($(CONFIG_SENSORS_LM75),y) 
    663699  L_OBJS += lm75.o 
     
    684720endif 
    685721 
     722ifeq ($(CONFIG_SENSORS_LM87),y) 
     723  L_OBJS += lm87.o 
     724else 
     725  ifeq ($(CONFIG_SENSORS_LM87),m) 
     726    M_OBJS += lm87.o 
     727  endif 
     728endif 
     729 
    686730ifeq ($(CONFIG_SENSORS_LTC1710),y) 
    687731  L_OBJS += ltc1710.o 
     
    692736endif 
    693737 
     738ifeq ($(CONFIG_SENSORS_MATORB),y) 
     739  L_OBJS += matorb.o 
     740else 
     741  ifeq ($(CONFIG_SENSORS_MATORB),m) 
     742    M_OBJS += matorb.o 
     743  endif 
     744endif 
     745 
    694746ifeq ($(CONFIG_SENSORS_SIS5595),y) 
    695747  L_OBJS += sis5595.o 
     
    697749  ifeq ($(CONFIG_SENSORS_SIS5595),m) 
    698750    M_OBJS += sis5595.o 
     751  endif 
     752endif 
     753 
     754ifeq ($(CONFIG_SENSORS_THMC50),y) 
     755  L_OBJS += thmc50.o 
     756else 
     757  ifeq ($(CONFIG_SENSORS_THMC50),m) 
     758    M_OBJS += thmc50.o 
     759  endif 
     760endif 
     761 
     762ifeq ($(CONFIG_SENSORS_VIA686A),y) 
     763  L_OBJS += via686a.o 
     764else 
     765  ifeq ($(CONFIG_SENSORS_VIA686A),m) 
     766    M_OBJS += via686a.o 
    699767  endif 
    700768endif 
     
    744812        print OUTPUT << 'EOF'; 
    745813obj-$(CONFIG_I2C_ALI15X3)               += i2c-ali15x3.o 
     814obj-$(CONFIG_I2C_AMD756)                += i2c-amd756.o 
    746815obj-$(CONFIG_I2C_HYDRA)                 += i2c-hydra.o 
     816obj-$(CONFIG_I2C_I801)                  += i2c-i801.o 
     817obj-$(CONFIG_I2C_I810)                  += i2c-i810.o 
     818obj-$(CONFIG_I2C_ISA)                   += i2c-isa.o 
    747819obj-$(CONFIG_I2C_PIIX4)                 += i2c-piix4.o 
     820obj-$(CONFIG_I2C_SIS5595)               += i2c-sis5595.o 
    748821obj-$(CONFIG_I2C_VIA)                   += i2c-via.o 
    749 obj-$(CONFIG_I2C_ISA)                   += i2c-isa.o 
     822obj-$(CONFIG_I2C_VIAPRO)                += i2c-viapro.o 
     823obj-$(CONFIG_I2C_VOODOO3)               += i2c-voodoo3.o 
    750824EOF 
    751825      } else { 
     
    759833endif 
    760834 
     835ifeq ($(CONFIG_I2C_AMD756),y) 
     836  L_OBJS += i2c-amd756.o 
     837else  
     838  ifeq ($(CONFIG_I2C_AMD756),m) 
     839    M_OBJS += i2c-amd756.o 
     840  endif 
     841endif 
     842 
    761843ifeq ($(CONFIG_I2C_HYDRA),y) 
    762844  L_OBJS += i2c-hydra.o 
     
    767849endif 
    768850 
     851ifeq ($(CONFIG_I2C_I801),y) 
     852  L_OBJS += i2c-i801.o 
     853else  
     854  ifeq ($(CONFIG_I2C_I801),m) 
     855    M_OBJS += i2c-i801.o 
     856  endif 
     857endif 
     858 
     859ifeq ($(CONFIG_I2C_I810),y) 
     860  L_OBJS += i2c-i810.o 
     861else  
     862  ifeq ($(CONFIG_I2C_I810),m) 
     863    M_OBJS += i2c-i810.o 
     864  endif 
     865endif 
     866 
     867ifeq ($(CONFIG_I2C_ISA),y) 
     868  L_OBJS += i2c-isa.o 
     869else  
     870  ifeq ($(CONFIG_I2C_ISA),m) 
     871    M_OBJS += i2c-isa.o 
     872  endif 
     873endif 
     874 
    769875ifeq ($(CONFIG_I2C_PIIX4),y) 
    770876  L_OBJS += i2c-piix4.o 
     
    775881endif 
    776882 
     883ifeq ($(CONFIG_I2C_SIS5595),y) 
     884  L_OBJS += i2c-sis5595.o 
     885else  
     886  ifeq ($(CONFIG_I2C_SIS5595),m) 
     887    M_OBJS += i2c-sis5595.o 
     888  endif 
     889endif 
     890 
    777891ifeq ($(CONFIG_I2C_VIA),y) 
    778892  L_OBJS += i2c-via.o 
     
    783897endif 
    784898 
    785 ifeq ($(CONFIG_I2C_ISA),y) 
    786   L_OBJS += i2c-isa.o 
     899ifeq ($(CONFIG_I2C_VIAPRO),y) 
     900  L_OBJS += i2c-viapro.o 
    787901else  
    788   ifeq ($(CONFIG_I2C_ISA),m) 
    789     M_OBJS += i2c-isa.o 
     902  ifeq ($(CONFIG_I2C_VIAPRO),m) 
     903    M_OBJS += i2c-viapro.o 
     904  endif 
     905endif 
     906 
     907ifeq ($(CONFIG_I2C_VOODOO3),y) 
     908  L_OBJS += i2c-voodoo3.o 
     909else  
     910  ifeq ($(CONFIG_I2C_VOODOO3),m) 
     911    M_OBJS += i2c-voodoo3.o 
    790912  endif 
    791913endif 
     
    831953        extern int i2c_ali15x3_init(void); 
    832954#endif 
     955#ifdef CONFIG_I2C_AMD756 
     956        extern int i2c_amd756_init(void); 
     957#endif 
    833958#ifdef CONFIG_I2C_HYDRA 
    834959        extern int i2c_hydra_init(void); 
    835960#endif 
     961#ifdef CONFIG_I2C_I801 
     962        extern int i2c_i801_init(void); 
     963#endif 
     964#ifdef CONFIG_I2C_I810 
     965        extern int i2c_i810_init(void); 
     966#endif 
     967#ifdef CONFIG_I2C_ISA 
     968        extern int i2c_isa_init(void); 
     969#endif 
    836970#ifdef CONFIG_I2C_PIIX4 
    837971        extern int i2c_piix4_init(void); 
    838972#endif 
     973#ifdef CONFIG_I2C_SIS5595 
     974        extern int i2c_sis5595_init(void); 
     975#endif 
    839976#ifdef CONFIG_I2C_VIA 
    840977        extern int i2c_via_init(void); 
    841978#endif 
    842 #ifdef CONFIG_I2C_ISA 
    843         extern int i2c_isa_init(void); 
     979#ifdef CONFIG_I2C_VIAPRO 
     980        extern int i2c_viapro_init(void); 
     981#endif 
     982#ifdef CONFIG_I2C_VOODOO3 
     983        extern int i2c_voodoo3_init(void); 
    844984#endif 
    845985EOF 
     
    849989        i2c_ali15x3_init(); 
    850990#endif 
     991#ifdef CONFIG_I2C_AMD756 
     992        i2c_amd756_init(); 
     993#endif 
    851994#ifdef CONFIG_I2C_HYDRA 
    852995        i2c_hydra_init(); 
    853996#endif 
     997#ifdef CONFIG_I2C_I801 
     998        i2c_i801_init(); 
     999#endif 
     1000#ifdef CONFIG_I2C_I810 
     1001        i2c_i810_init(); 
     1002#endif 
    8541003#ifdef CONFIG_I2C_PIIX4 
    8551004        i2c_piix4_init(); 
    8561005#endif 
     1006#ifdef CONFIG_I2C_SIS5595 
     1007        i2c_sis5595_init(); 
     1008#endif 
    8571009#ifdef CONFIG_I2C_VIA 
    8581010        i2c_via_init(); 
     1011#endif 
     1012#ifdef CONFIG_I2C_VIAPRO 
     1013        i2c_viapro_init(); 
     1014#endif 
     1015#ifdef CONFIG_I2C_VOODOO3 
     1016        i2c_voodoo3_init(); 
    8591017#endif 
    8601018#ifdef CONFIG_I2C_ISA