Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers /
2010-10-28 Linus TorvaldsMerge branch 'x86-platform-for-linus' of git://git...
2010-10-28 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2010-10-28 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/staging-2.6
2010-10-28 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2010-10-28 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2010-10-28 Jean Delvarehwmon: (it87) Add support for the IT8721F/IT8758E
2010-10-28 Jean Delvarehwmon: (it87) Move conversion functions
2010-10-28 Jean Delvarehwmon: Remove many EXPERIMENTAL flags
2010-10-28 Jean Delvarehwmon: (lm85) Add support for ADT7468 high-frequency...
2010-10-28 Jean Delvarehwmon: (lm85) Document the ADT7468 as supported
2010-10-28 Jean Delvarehwmon: (lm85) Fix ADT7468 frequency table
2010-10-28 Jean Delvarehwmon: I2C addresses are constant
2010-10-28 Jean DelvareMove ams driver to macintosh
2010-10-28 Jean Delvarehwmon: (pcf8591) Don't attempt to detect devices
2010-10-28 Jean Delvarehwmon: (pcf8591) Register as a hwmon device
2010-10-28 Jean Delvarehwmon: (w83795) Use standard attributes for chassis...
2010-10-28 Jean Delvarehwmon: (w83795) Exclude fan control feature by default
2010-10-28 Jean Delvarehwmon: (w83795) Add myself as co-author and maintainer
2010-10-28 Jean Delvarehwmon: (w83795) More style cleanups
2010-10-28 Jean Delvarehwmon: (w83795) Fix LSB reading of voltage limits
2010-10-28 Jean Delvarehwmon: (w83795) Use dev_get_drvdata() where possible
2010-10-28 Jean Delvarehwmon: (w83795) Delay reading pwm config registers
2010-10-28 Jean Delvarehwmon: (w83795) Delay reading limit registers
2010-10-28 Jean Delvarehwmon: (w83795) Move register reads to dedicated functions
2010-10-28 Jean Delvarehwmon: (w83795) Pack similar register reads
2010-10-28 Jean Delvarehwmon: (w83795) Make W83795_REG_PWM more efficient
2010-10-28 Jean Delvarehwmon: (w83795) Don't pre-read values we'll update...
2010-10-28 Jean Delvarehwmon: (w83795) Simplify temperature sensor type handling
2010-10-28 Jean Delvarehwmon: (w83795) Drop _NUM constants
2010-10-28 Jean Delvarehwmon: (w83795) Drop REST_VLT_BEGIN/END
2010-10-28 Jean Delvarehwmon: (w83795) Fix parity checks
2010-10-28 Jean Delvarehwmon: (w83795) Get rid of VRLSB_SHIFT
2010-10-28 Jean Delvarehwmon: (w83795) Avoid reading the same register twice
2010-10-28 Jean Delvarehwmon: (w83795) Rework beep_enable implementation
2010-10-28 Jean Delvarehwmon: (w83795) Report PECI agent Tbase values
2010-10-28 Jean Delvarehwmon: (w83795) Properly handle negative temperatures
2010-10-28 Jean Delvarehwmon: (w83795) Rename temperature limit attributes
2010-10-28 Jean Delvarehwmon: (w83795) Fix PWM duty cycle frequency attributes
2010-10-28 Jean Delvarehwmon: (w83795) Add support for dynamic in0-2 limits
2010-10-28 Jean Delvarehwmon: (w83795) Fix LSB reading of fan speeds
2010-10-28 Jean Delvarehwmon: (w83795) Clean up probe function
2010-10-28 Jean Delvarehwmon: (w83795) Fix in17-in20 gain factor
2010-10-28 Jean Delvarehwmon: (w83795) Only start monitoring if needed
2010-10-28 Jean Delvarehwmon: (w83795) Add const markers
2010-10-28 Jean Delvarehwmon: (w83795) Only create fan[1-8]_target files when...
2010-10-28 Jean Delvarehwmon: (w83795) Move PWM attributes to a dedidated...
2010-10-28 Jean Delvarehwmon: (w83795) Use 2D arrays for many device attributes
2010-10-28 Jean Delvarehwmon: (w83795) Merge w83795_create_files and w83795_re...
2010-10-28 Jean Delvarehwmon: (w83795) Move file creation to a separate functi...
2010-10-28 Jean Delvarehwmon: (w83795) Move files removal to a separate function
2010-10-28 Jean Delvarehwmon: (w83795) Improve detection routine
2010-10-28 Jean Delvarehwmon: (w83795) Refactor bank selection
2010-10-28 Jean Delvarehwmon: (w83795) Drop duplicate enum
2010-10-28 Jean Delvarehwmon: (w83795) Misc cleanups
2010-10-28 Wei Songhwmon: New driver for the W83795G/ADG monitoring chips
2010-10-28 Maurus Cuelenaerehwmon: (s3c-hwmon) Depend on S3C_ADC
2010-10-28 Thomas Gleixnerhwmon: (s3c-hwmon) Use a real mutex
2010-10-28 Shubhrajyoti Dhwmon: (lm75) Trivial changes to pacify the checkpatch
2010-10-28 Shubhrajyoti Dhwmon: (lm75) Make the writing to sysfs more robust
2010-10-28 Jean Delvarehwmon: (lm90) Add support for the W83L771W/G
2010-10-28 Guenter Roeckhwmon: (lm90) Add support for update_interval sysfs...
2010-10-28 Guenter Roeckhwmon: (lm90) Introduce capability flag to indicate...
2010-10-28 Guenter Roeckhwmon: (lm90) Introduce chip parameter structure
2010-10-28 Guenter Roeckhwmon: (lm90) Rearrange code to no longer require forwa...
2010-10-28 Guenter Roeckhwmon: (lm90) Add support for max6695 and max6696
2010-10-28 Guenter Roeckhwmon: (lm90) Add support for extra features of max6659
2010-10-28 Guenter Roeckhwmon: (lm90) Add explicit support for max6659
2010-10-28 Guenter Roeckhwmon: (lm90) Simplify set_temp11 register calculations
2010-10-28 Guenter Roeckhwmon: (lm90) Introduce function to delete sysfs files
2010-10-28 Guenter Roeckhwmon: (lm90) Introduce device feature bits
2010-10-28 Guenter Roeckhwmon: (lm90) Fix checkpatch errors
2010-10-28 Andreas Herrmannhwmon: (k8temp) Remove superfluous CPU family check
2010-10-28 Greg Kroah-HartmanStaging: brcm80211: fix usage of roundup in structures
2010-10-28 Greg Kroah-HartmanStaging: bcm: fix up network device reference counting
2010-10-28 Greg Kroah-HartmanStaging: keucr: fix up US_ macro change
2010-10-28 Greg Kroah-HartmanMerge 'staging-next' to Linus's tree
2010-10-28 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-10-28 Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2010-10-28 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-10-28 Mike Millercciss: remove overlapping PCI IDs
2010-10-28 Vasiliy Kulikovblock: cciss: fix information leak to userland
2010-10-28 Andrew Mortondrivers/block/aoe/aoeblk.c: ratelimit a warning printk
2010-10-28 Geert Uytterhoevendrivers/block/z2ram.c: correct printing of sector_t
2010-10-28 Tejun Heoaoe: don't use flush_scheduled_work()
2010-10-28 Nicolas Kaiserdrivers/block/drbd/drbd_main.c: fix error path
2010-10-28 Anton Vorontsovpower_supply: Mark twl4030_charger as broken
2010-10-28 Linus TorvaldsMerge branch 'upstream-merge' of git://git./linux/kerne...
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2010-10-28 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-10-28 Paul Mundtsh: intc: switch irq_desc iteration to new active IRQ...
2010-10-28 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-10-28 Linus TorvaldsMerge branch 'viafb-next' of git://github.com/schandina...
2010-10-28 Linus TorvaldsMerge git://git./linux/kernel/git/dhowells/linux-2...
2010-10-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-28 Milan Brozloop: Properly clear sysfs in autoclear mode
next