summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc,acpi,backlight: compal Laptop ExtrasCezary Jackiewicz2008-07-164-2/+462
* create sysfs link from acpi device to sysdev for cpuZhang Rui2008-07-161-1/+7
* force offline the processor during hot-removalZhang Rui2008-07-162-3/+4
* fix a deadlock issue when poking "eject" fileZhang Rui2008-07-161-24/+32
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-1650-2797/+2129Star
|\
| * hwmon: (w83l786ng) Convert to a new-style i2c driverJean Delvare2008-07-161-53/+45Star
| * hwmon: (w83l785ts) Convert to a new-style i2c driverJean Delvare2008-07-161-57/+60
| * hwmon: (w83793) Convert to a new-style i2c driverJean Delvare2008-07-161-137/+90Star
| * hwmon: (w83792d) Convert to a new-style i2c driverJean Delvare2008-07-161-142/+72Star
| * hwmon: (w83791d) Convert to a new-style i2c driverJean Delvare2008-07-161-134/+71Star
| * hwmon: (thmc50) Convert to a new-style i2c driverJean Delvare2008-07-161-54/+53Star
| * hwmon: (smsc47m192) Convert to a new-style i2c driverJean Delvare2008-07-161-56/+46Star
| * hwmon: (max6650) Convert to a new-style i2c driverJean Delvare2008-07-161-55/+47Star
| * hwmon: (max1619) Convert to a new-style i2c driverJean Delvare2008-07-161-57/+44Star
| * hwmon: (lm93) Convert to a new-style i2c driverJean Delvare2008-07-161-66/+60Star
| * hwmon: (lm92) Convert to a new-style i2c driverJean Delvare2008-07-161-58/+40Star
| * hwmon: (lm90) Convert to a new-style i2c driverJean Delvare2008-07-161-56/+63
| * hwmon: (lm87) Convert to a new-style i2c driverJean Delvare2008-07-161-53/+46Star
| * hwmon: (lm83) Convert to a new-style i2c driverJean Delvare2008-07-161-55/+49Star
| * hwmon: (lm80) Convert to a new-style i2c driverJean Delvare2008-07-161-51/+43Star
| * hwmon: (lm77) Convert to a new-style i2c driverJean Delvare2008-07-161-57/+45Star
| * hwmon: (lm63) Convert to a new-style i2c driverJean Delvare2008-07-161-55/+44Star
| * hwmon: (gl520sm) Convert to a new-style i2c driverJean Delvare2008-07-161-48/+43Star
| * hwmon: (gl518sm) Convert to a new-style i2c driverJean Delvare2008-07-161-52/+47Star
| * hwmon: (fscpos) Convert to a new-style i2c driverJean Delvare2008-07-161-53/+41Star
| * hwmon: (fschmd) Convert to a new-style i2c driverJean Delvare2008-07-161-55/+57
| * hwmon: (fscher) Convert to a new-style i2c driverJean Delvare2008-07-161-51/+42Star
| * hwmon: (f75375s) Drop legacy i2c driverJean Delvare2008-07-161-77/+12Star
| * hwmon: (ds1621) Convert to a new-style i2c driverJean Delvare2008-07-161-52/+47Star
| * hwmon: (atxp1) Convert to a new-style i2c driverJean Delvare2008-07-161-57/+52Star
| * hwmon: (asb100) Convert to a new-style i2c driverJean Delvare2008-07-161-124/+83Star
| * hwmon: (adt7473) Convert to a new-style i2c driverJean Delvare2008-07-161-54/+48Star
| * hwmon: (adt7470) Convert to a new-style i2c driverJean Delvare2008-07-161-52/+48Star
| * hwmon: (ads7828) Convert to a new-style i2c driverJean Delvare2008-07-161-51/+38Star
| * hwmon: (adm9240) Convert to a new-style i2c driverJean Delvare2008-07-161-47/+46Star
| * hwmon: (adm1031) Convert to a new-style i2c driverJean Delvare2008-07-161-47/+49
| * hwmon: (adm1029) Convert to a new-style i2c driverJean Delvare2008-07-161-53/+44Star
| * hwmon: (adm1026) Convert to a new-style i2c driverJean Delvare2008-07-161-65/+44Star
| * hwmon: (adm1025) Convert to a new-style i2c driverJean Delvare2008-07-161-52/+49Star
| * hwmon: (adm1021) Convert to a new-style i2c driverJean Delvare2008-07-161-52/+53
| * hwmon: (ad7418) Convert to a new-style i2c driverJean Delvare2008-07-161-83/+26Star
| * w1/ds2482: Convert to a new-style driverJean Delvare2008-07-161-60/+44Star
| * i2c: Convert the max6875 driver to a new-style i2c driverJean Delvare2008-07-162-72/+50Star
| * i2c: Convert the pca9539 driver to a new-style i2c driverJean Delvare2008-07-162-77/+42Star
| * i2c: Convert the pcf8575 driver to a new-style i2c driverJean Delvare2008-07-162-62/+43Star
| * i2c: Convert the pcf8574 driver to a new-style i2c driverJean Delvare2008-07-162-69/+51Star
| * i2c: Convert the pcf8591 driver to a new-style i2c driverJean Delvare2008-07-161-54/+40Star
| * i2c: Convert the eeprom driver to a new-style i2c driverJean Delvare2008-07-161-52/+40Star
| * i2c: Clear i2c_adapter.dev on adapter removalJean Delvare2008-07-163-30/+32
* | Fix compile issues in fs/compat_ioctl.c when CONFIG_BLOCK is disabledRandy Dunlap2008-07-161-0/+6