summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (w83795) Fix in17-in20 gain factorJean Delvare2010-10-281-3/+3
* hwmon: (w83795) Only start monitoring if neededJean Delvare2010-10-281-3/+10
* hwmon: (w83795) Add const markersJean Delvare2010-10-281-8/+10
* hwmon: (w83795) Only create fan[1-8]_target files when neededJean Delvare2010-10-281-23/+4
* hwmon: (w83795) Move PWM attributes to a dedidated arrayJean Delvare2010-10-281-10/+8
* hwmon: (w83795) Use 2D arrays for many device attributesJean Delvare2010-10-281-29/+37
* hwmon: (w83795) Merge w83795_create_files and w83795_remove_filesJean Delvare2010-10-281-38/+17
* hwmon: (w83795) Move file creation to a separate function tooJean Delvare2010-10-281-55/+66
* hwmon: (w83795) Move files removal to a separate functionJean Delvare2010-10-281-50/+31
* hwmon: (w83795) Improve detection routineJean Delvare2010-10-281-23/+57
* hwmon: (w83795) Refactor bank selectionJean Delvare2010-10-281-43/+50
* hwmon: (w83795) Drop duplicate enumJean Delvare2010-10-281-19/+15
* hwmon: (w83795) Misc cleanupsJean Delvare2010-10-281-6/+1
* hwmon: New driver for the W83795G/ADG monitoring chipsWei Song2010-10-283-0/+2149
* hwmon: (s3c-hwmon) Depend on S3C_ADCMaurus Cuelenaere2010-10-281-4/+4
* hwmon: (s3c-hwmon) Use a real mutexThomas Gleixner2010-10-281-4/+4
* hwmon: (lm75) Trivial changes to pacify the checkpatchShubhrajyoti D2010-10-281-21/+23
* hwmon: (lm75) Make the writing to sysfs more robustShubhrajyoti D2010-10-281-1/+6
* hwmon: (lm90) Add support for the W83L771W/GJean Delvare2010-10-283-9/+30
* hwmon: (lm90) Add support for update_interval sysfs attributeGuenter Roeck2010-10-281-5/+92
* hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionalityGuenter Roeck2010-10-281-3/+6
* hwmon: (lm90) Introduce chip parameter structureGuenter Roeck2010-10-281-32/+60
* hwmon: (lm90) Rearrange code to no longer require forward declarationsGuenter Roeck2010-10-281-267/+256
* hwmon: (lm90) Add support for max6695 and max6696Guenter Roeck2010-10-283-24/+247
* hwmon: (lm90) Add support for extra features of max6659Guenter Roeck2010-10-282-10/+64
* hwmon: (lm90) Add explicit support for max6659Guenter Roeck2010-10-282-13/+23
* hwmon: (lm90) Simplify set_temp11 register calculationsGuenter Roeck2010-10-281-27/+28
* hwmon: (lm90) Introduce function to delete sysfs filesGuenter Roeck2010-10-281-7/+11
* hwmon: (lm90) Introduce device feature bitsGuenter Roeck2010-10-281-14/+26
* hwmon: (lm90) Fix checkpatch errorsGuenter Roeck2010-10-281-25/+51
* hwmon: Add tempX_emergency attribute to sysfs ABIGuenter Roeck2010-10-281-0/+15
* hwmon: (k8temp) Remove superfluous CPU family checkAndreas Herrmann2010-10-281-29/+22
* Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-2733-1131/+2510
|\
| * Merge branch 'next' into upstream-mergeTheodore Ts'o2010-10-2733-1131/+2510
| |\
| | * ext4,jbd2: convert tracepoints to use major/minor numbersTheodore Ts'o2010-10-272-156/+251
| | * ext4: optimize orphan_list handling for ext4_setattrDmitry Monakhov2010-10-271-3/+7
| | * ext4: fix unbalanced mutex unlock in error path of ext4_li_request_newNicolas Kaiser2010-10-271-14/+8
| | * ext4: fix compile error in ext4_fallocate()Kazuya Mio2010-10-271-1/+1
| | * ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them staticEric Sandeen2010-10-272-81/+79
| | * ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()Theodore Ts'o2010-10-274-7/+9
| | * ext4: move flush_completed_IO to fs/ext4/fsync.c and make it staticTheodore Ts'o2010-10-273-84/+83
| | * ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o2010-10-274-118/+121
| | * ext4: make various ext4 functions be staticTheodore Ts'o2010-10-277-44/+27
| | * ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()Theodore Ts'o2010-10-277-34/+34
| | * ext4: fix kernel oops if the journal superblock has a non-zero j_errnoTheodore Ts'o2010-10-272-2/+15
| | * ext4: update writeback_index based on last page scannedEric Sandeen2010-10-271-5/+9
| | * ext4: implement writeback livelock avoidance using page taggingEric Sandeen2010-10-272-3/+17
| | * ext4: tidy up a void argument in inode.cEric Sandeen2010-10-271-2/+2
| | * ext4: add batched_discard into ext4 feature listLukas Czerner2010-10-271-0/+2
| | * ext4: Add batched discard support for ext4Lukas Czerner2010-10-273-0/+188
OpenPOWER on IntegriCloud