aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83795.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28hwmon: (w83795) Move file creation to a separate function tooJean Delvare1-55/+66
2010-10-28hwmon: (w83795) Move files removal to a separate functionJean Delvare1-50/+31
2010-10-28hwmon: (w83795) Improve detection routineJean Delvare1-23/+57
2010-10-28hwmon: (w83795) Refactor bank selectionJean Delvare1-43/+50
2010-10-28hwmon: (w83795) Drop duplicate enumJean Delvare1-19/+15
2010-10-28hwmon: (w83795) Misc cleanupsJean Delvare1-6/+1
2010-10-28hwmon: New driver for the W83795G/ADG monitoring chipsWei Song3-0/+2149
2010-10-28hwmon: (s3c-hwmon) Depend on S3C_ADCMaurus Cuelenaere1-4/+4
2010-10-28hwmon: (s3c-hwmon) Use a real mutexThomas Gleixner1-4/+4
2010-10-28hwmon: (lm75) Trivial changes to pacify the checkpatchShubhrajyoti D1-21/+23
2010-10-28hwmon: (lm75) Make the writing to sysfs more robustShubhrajyoti D1-1/+6
2010-10-28hwmon: (lm90) Add support for the W83L771W/GJean Delvare3-9/+30
2010-10-28hwmon: (lm90) Add support for update_interval sysfs attributeGuenter Roeck1-5/+92
2010-10-28hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionalityGuenter Roeck1-3/+6
2010-10-28hwmon: (lm90) Introduce chip parameter structureGuenter Roeck1-32/+60
2010-10-28hwmon: (lm90) Rearrange code to no longer require forward declarationsGuenter Roeck1-267/+256
2010-10-28hwmon: (lm90) Add support for max6695 and max6696Guenter Roeck3-24/+247
2010-10-28hwmon: (lm90) Add support for extra features of max6659Guenter Roeck2-10/+64
2010-10-28hwmon: (lm90) Add explicit support for max6659Guenter Roeck2-13/+23
2010-10-28hwmon: (lm90) Simplify set_temp11 register calculationsGuenter Roeck1-27/+28
2010-10-28hwmon: (lm90) Introduce function to delete sysfs filesGuenter Roeck1-7/+11
2010-10-28hwmon: (lm90) Introduce device feature bitsGuenter Roeck1-14/+26
2010-10-28hwmon: (lm90) Fix checkpatch errorsGuenter Roeck1-25/+51
2010-10-28hwmon: Add tempX_emergency attribute to sysfs ABIGuenter Roeck1-0/+15
2010-10-28hwmon: (k8temp) Remove superfluous CPU family checkAndreas Herrmann1-29/+22
2010-10-28numa: fix slab_node(MPOL_BIND)Eric Dumazet1-1/+1
2010-10-28Staging: brcm80211: fix usage of roundup in structuresGreg Kroah-Hartman2-2/+3
2010-10-28Staging: bcm: fix up network device reference countingGreg Kroah-Hartman1-6/+4
2010-10-28Staging: keucr: fix up US_ macro changeGreg Kroah-Hartman3-9/+9
2010-10-28ext4: fix compile with CONFIG_EXT4_FS_XATTR disabledIngo Molnar1-1/+1
2010-10-28mmu_notifier.h: fix comment spellingFigo.zhang1-1/+1
2010-10-28Fix install_process_keyring error handlingAndi Kleen1-1/+1
2010-10-28parisc: fix compile failure with kmap_atomic changesJames Bottomley1-4/+4
2010-10-28Fix compile brekage with !CONFIG_BLOCKIngo Molnar1-0/+1
2010-10-28net/9p: Return error on read with NULL bufferSanchit Garg1-4/+1
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)5-6/+9
2010-10-28net/9p: Return error if we fail to encode protocol dataAneesh Kumar K.V2-3/+4
2010-10-28fs/9p: Use generic_file_open with lookup_instantiate_filpAneesh Kumar K.V1-9/+2
2010-10-28fs/9p: Add missing iput in v9fs_vfs_lookupAneesh Kumar K.V1-1/+3
2010-10-28fs/9p: Use mknod 9p operation on create without open requestAneesh Kumar K.V1-2/+12
2010-10-28net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)2-8/+41
2010-10-28[net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.Venkateswararao Jujjuri (JV)1-10/+24
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar4-3/+86
2010-10-289p: Use V9FS_MAGIC in statfsM. Mohan Kumar3-3/+3
2010-10-289p: Implement TGETLOCKM. Mohan Kumar4-0/+100
2010-10-289p: Implement TLOCKM. Mohan Kumar5-2/+222
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)4-2/+44
2010-10-28[fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)1-0/+15
2010-10-28fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V6-7/+110
2010-10-28fs/9p: Implement create time inheritanceAneesh Kumar K.V3-44/+166