Changeset 2863
- Timestamp:
- 01/23/05 09:49:16 (4 years ago)
- Files:
-
- lm-sensors/trunk/mkpatch/Config.in (modified) (3 diffs)
- lm-sensors/trunk/mkpatch/FILES (modified) (4 diffs)
- lm-sensors/trunk/mkpatch/mkpatch.pl (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/mkpatch/Config.in
r2662 r2863 17 17 dep_tristate ' Analog Devices ADM1025' CONFIG_SENSORS_ADM1025 $CONFIG_I2C $CONFIG_I2C_PROC 18 18 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 19 20 dep_tristate ' Analog Devices ADM9240 and compatibles' CONFIG_SENSORS_ADM9240 $CONFIG_I2C $CONFIG_I2C_PROC 20 21 dep_tristate ' Asus ASB100' CONFIG_SENSORS_ASB100 $CONFIG_I2C $CONFIG_I2C_PROC 21 22 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 22 24 dep_tristate ' Fujitsu-Siemens Poseidon' CONFIG_SENSORS_FSCPOS $CONFIG_I2C $CONFIG_I2C_PROC 23 25 dep_tristate ' Fujitsu-Siemens Scylla' CONFIG_SENSORS_FSCSCY $CONFIG_I2C $CONFIG_I2C_PROC … … 27 29 dep_tristate ' Intel Xeon Thermal Sensor' CONFIG_SENSORS_XEONTEMP $CONFIG_I2C $CONFIG_I2C_PROC 28 30 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 29 32 dep_tristate ' Maxim MAX6650, MAX6651' CONFIG_SENSORS_MAX6650 $CONFIG_I2C $CONFIG_I2C_PROC 30 33 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 31 35 dep_tristate ' National Semiconductor LM75 and compatibles' CONFIG_SENSORS_LM75 $CONFIG_I2C $CONFIG_I2C_PROC 32 36 dep_tristate ' National Semiconductor LM78' CONFIG_SENSORS_LM78 $CONFIG_I2C $CONFIG_I2C_PROC … … 37 41 dep_tristate ' National Semiconductor LM90 and compatibles' CONFIG_SENSORS_LM90 $CONFIG_I2C $CONFIG_I2C_PROC 38 42 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 39 44 dep_tristate ' National Semiconductor PC8736x Sensors' CONFIG_SENSORS_PC87360 $CONFIG_I2C $CONFIG_I2C_PROC 40 45 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 22 22 kernel/chips/adm1025.c drivers/sensors/adm1025.c 23 23 kernel/chips/adm1026.c drivers/sensors/adm1026.c 24 kernel/chips/adm1031.c drivers/sensors/adm1031.c 24 25 kernel/chips/adm9240.c drivers/sensors/adm9240.c 25 26 kernel/chips/asb100.c drivers/sensors/asb100.c … … 28 29 kernel/chips/ds1621.c drivers/sensors/ds1621.c 29 30 kernel/chips/eeprom.c drivers/sensors/eeprom.c 31 kernel/chips/fscher.c drivers/sensors/fscher.c 30 32 kernel/chips/fscpos.c drivers/sensors/fscpos.c 31 33 kernel/chips/fscscy.c drivers/sensors/fscscy.c … … 33 35 kernel/chips/gl520sm.c drivers/sensors/gl520sm.c 34 36 kernel/chips/it87.c drivers/sensors/it87.c 37 kernel/chips/lm63.c drivers/sensors/lm63.c 35 38 kernel/chips/lm75.h drivers/sensors/lm75.h 36 39 kernel/chips/lm75.c drivers/sensors/lm75.c … … 42 45 kernel/chips/lm90.c drivers/sensors/lm90.c 43 46 kernel/chips/lm92.c drivers/sensors/lm92.c 47 kernel/chips/lm93.c drivers/sensors/lm93.c 48 kernel/chips/lm93.h drivers/sensors/lm93.h 44 49 kernel/chips/matorb.c drivers/sensors/matorb.c 50 kernel/chips/max1619.c drivers/sensors/max1619.c 45 51 kernel/chips/max6650.c drivers/sensors/max6650.c 46 52 kernel/chips/maxilife.c drivers/sensors/maxilife.c lm-sensors/trunk/mkpatch/mkpatch.pl
r2841 r2863 2 2 3 3 # 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> 5 6 # 6 7 # This program is free software; you can redistribute it and/or modify … … 101 102 m@Analog Devices ADM1025@ or 102 103 m@Analog Devices ADM1026@ or 104 m@Analog Devices ADM1030, ADM1031@ or 103 105 m@Analog Devices ADM9240 and compatibles@ or 104 106 m@Asus ASB100@ or 105 107 m@Dallas DS1621 and DS1625@ or 108 m@Fujitsu-Siemens Hermes@ or 106 109 m@Fujitsu-Siemens Poseidon@ or 107 110 m@Fujitsu-Siemens Scylla@ or … … 111 114 m@Intel Xeon Thermal Sensor@ or 112 115 m@ITE 8705, 8712, Sis950@ or 116 m@Maxim MAX1619@ or 113 117 m@Maxim MAX6650, MAX6651@ or 114 118 m@Myson MTP008@ or 119 m@National Semiconductor LM63@ or 115 120 m@National Semiconductor LM75 and compatibles@ or 116 121 m@National Semiconductor LM78@ or … … 121 126 m@National Semiconductor LM90@ or 122 127 m@National Semiconductor LM92@ or 128 m@National Semiconductor LM93@ or 123 129 m@National Semiconductor PC8736x@ or 124 130 m@Silicon Integrated Systems Corp. SiS5595 Sensor@ or … … 324 330 http://www.lm-sensors.nu 325 331 332 Analog Devices ADM1030, ADM1031 333 CONFIG_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 326 342 Analog Devices ADM9240 and compatibles 327 343 CONFIG_SENSORS_ADM9240 … … 353 369 in the lm_sensors package, which you can download at 354 370 http://www.lm-sensors.nu 371 372 Fujitsu-Siemens Hermes 373 CONFIG_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/ 355 380 356 381 Fujitsu-Siemens Poseidon … … 424 449 http://www.lm-sensors.nu 425 450 451 Maxim MAX1619 452 CONFIG_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 426 460 Maxim MAX6650, MAX6651 427 461 CONFIG_SENSORS_MAX6650 … … 441 475 in the lm_sensors package, which you can download at 442 476 http://www.lm-sensors.nu 477 478 National Semiconductor LM63 479 CONFIG_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/ 443 487 444 488 National Semiconductor LM75 and compatibles … … 526 570 in the lm_sensors package, which you can download at 527 571 http://www.lm-sensors.nu 572 573 National Semiconductor LM93 574 CONFIG_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/ 528 582 529 583 National Semiconductor PC8736x Sensors … … 938 992 obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o 939 993 obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o 994 obj-$(CONFIG_SENSORS_ADM1031) += adm1031.o 940 995 obj-$(CONFIG_SENSORS_ADM9240) += adm9240.o 941 996 obj-$(CONFIG_SENSORS_ASB100) += asb100.o … … 944 999 obj-$(CONFIG_SENSORS_DS1621) += ds1621.o 945 1000 obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o 1001 obj-$(CONFIG_SENSORS_FSCHER) += fscher.o 946 1002 obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o 947 1003 obj-$(CONFIG_SENSORS_FSCSCY) += fscscy.o … … 949 1005 obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o 950 1006 obj-$(CONFIG_SENSORS_IT87) += it87.o 1007 obj-$(CONFIG_SENSORS_LM63) += lm63.o 951 1008 obj-$(CONFIG_SENSORS_LM75) += lm75.o 952 1009 obj-$(CONFIG_SENSORS_LM78) += lm78.o … … 957 1014 obj-$(CONFIG_SENSORS_LM90) += lm90.o 958 1015 obj-$(CONFIG_SENSORS_LM92) += lm92.o 1016 obj-$(CONFIG_SENSORS_LM93) += lm93.o 1017 obj-$(CONFIG_SENSORS_MAX1619) += max1619.o 959 1018 obj-$(CONFIG_SENSORS_MAX6650) += max6650.o 960 1019 obj-$(CONFIG_SENSORS_MAXILIFE) += maxilife.o
