Changes between Version 13 and Version 14 of Kernel2.6

Show
Ignore:
Timestamp:
02/19/08 12:59:12 (5 years ago)
Author:
khali
Comment:

Don't mention old kernel RCs

Legend:

Unmodified
Added
Removed
Modified
  • Kernel2.6

    v13 v14  
    3838      I2C Hardware Bus support 
    3939        <M> (configure all of them as modules) 
    40       I2C Hardware Sensors Chip support (up to 2.6.13-rc2) 
     40      I2C Hardware Sensors Chip support (up to 2.6.12) 
    4141        <M> (configure all of them as modules) 
    42     Hardware Monitoring support (since 2.6.13-rc3) 
     42    Hardware Monitoring support (since 2.6.13) 
    4343      <M> (configure all of them as modules) 
    4444}}} 
     
    5151 
    5252  * In kernel 2.6.22, the way the I2C adapters are presented in sysfs changed, and this affects libsensors. You will need lm_sensors version 2.10.3 or later. Alternatively, the kernel can be compiled with CONFIG_SYSFS_DEPRECATED=y, then version 2.10.2 will work too. Older versions of lm_sensors will complain that the I2C adapter names can't be read. This is only a warning though. 
    53   * A few chip drivers are not yet ported. Therefore sensors-detect may recommend a driver that is not present. Please check your kernel configuration and the drivers/i2c/chips (up to 2.6.13-rc2) or drivers/hwmon (since 2.6.13-rc3) directory for the presence of your driver. Our [wiki:Devices Devices page] shows which drivers are present in 2.6 kernels. 
     53  * A few chip drivers are not yet ported. Therefore sensors-detect may recommend a driver that is not present. Please check your kernel configuration and the drivers/i2c/chips (up to 2.6.12) or drivers/hwmon (since 2.6.13) directory for the presence of your driver. Our [wiki:Devices Devices page] shows which drivers are present in 2.6 kernels. 
    5454  * If you would like to port an I2C/SMBus hardware monitoring driver, read [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/i2c/porting-clients Documentation/i2c/porting-clients] as found in the Linux 2.6 kernel source tree. If you would like to port a non-I2C chip driver, make it a platform driver, using the f71805f driver as an example. 
    5555