summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (w83781d) Drop W83627HF supportJean Delvare2008-02-082-27/+8Star
* hwmon: (adm1026) Don't create files for missing inputsJean Delvare2008-02-081-20/+50
* hwmon: (adm1026) More cleanups (updated)Jean Delvare2008-02-081-31/+21Star
* hwmon: (adm1026) Whitespace cleanupsJean Delvare2008-02-081-224/+227
* hwmon: (adm1026) Add individual alarm filesJean Delvare2008-02-081-0/+65
* hwmon: (it87) Add individual alarm filesJean Delvare2008-02-081-9/+66
* hwmon: (it87) Discard a dead e-mail addressJean Delvare2008-02-081-2/+2
* hwmon: (adt7470) Support per-sensor alarm filesDarrick J. Wong2008-02-081-12/+84
* hwmon: (fschmd) Read voltage scaling factors from BIOS DMIHans de Goede2008-02-081-2/+88
* hwmon: Let the user override the detected Super-I/O device IDJean Delvare2008-02-0811-12/+61
* hwmon: (vt8231) Add missing "space"Joe Perches2008-02-081-1/+1
* hwmon: (gl520sm) Add individual alarm and beep filesJean Delvare2008-02-081-2/+89
* hwmon: (gl520sm) De-macro the sysfs callbacksJean Delvare2008-02-081-169/+239
* hwmon: (gl520sm) Put register addresses in arraysJean Delvare2008-02-081-64/+40Star
* hwmon: (gl520sm) Various cleanupsJean Delvare2008-02-081-33/+30Star
* hwmon: (lm90) Use generic i2c reads during detectionJean Delvare2008-02-081-13/+13
* hwmon: (gl518sm) Fix the reported fan speedJean Delvare2008-02-081-3/+3
* hwmon: (gl518sm) Report error on invalid fan div valueJean Delvare2008-02-081-2/+12
* hwmon: (gl518sm) Add individual alarm and beep filesJean Delvare2008-02-081-0/+69
* hwmon: (gl518sm) Refactor fan functionsJean Delvare2008-02-081-50/+60
* hwmon: (gl518sm) Don't create sysfs files for missing featuresJean Delvare2008-02-081-4/+19
* hwmon: (gl518sm) Various cleanupsJean Delvare2008-02-081-30/+19Star
* hwmon: (fschmd) Discard non-ASCII charactersJean Delvare2008-02-081-2/+2
* hwmon: (adm1025) Various cleanupsJean Delvare2008-02-081-44/+36Star
* hwmon: (adm1025) Add individual alarm filesJean Delvare2008-02-081-1/+29
* hwmon: (adm1025) Use dynamic sysfs callbacksJean Delvare2008-02-081-137/+154
* hwmon: (lm87) Add support for the Analog Devices ADM1024Jean Delvare2008-02-082-8/+21
* hwmon: Add support for Winbond W83L786NG/NRKevin Lo2008-02-083-0/+832
* hwmon: (adt7470) Replace power-of-two testRobert P. J. Day2008-02-081-3/+1Star
* hwmon: (w83793) remove duplicated definesNicolas Kaiser2008-02-081-4/+1Star
* hwmon: (lm78/w83781d) Probe fewer I2C addressesJean Delvare2008-02-082-8/+5Star
* dmi: Let drivers walk the DMI tableJean Delvare2008-02-081-14/+48
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-02-0741-466/+1940
|\
| * Merge branch 'pxa-keypad'Dmitry Torokhov2008-02-064-279/+577
| |\
| | * Input: pxa27x_keypad - also enable on PXA3xxEric Miao2008-01-311-3/+3
| | * Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao2008-01-311-0/+1
| | * Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQEric Miao2008-01-311-34/+124
| | * Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao2008-01-311-29/+134
| | * Input: pxa27x_keypad - introduce pxa27x_keypad_config()Eric Miao2008-01-311-32/+28Star
| | * Input: pxa27x_keypad - introduce driver structure and use KEY() to define mat...Eric Miao2008-01-311-57/+167
| | * Input: pxa27x_keypad - remove pin configuration from the driverEric Miao2008-01-311-4/+0Star
| | * Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)Eric Miao2008-01-313-45/+45
| * | Input: i8042 - non-x86 build fixAndrew Morton2008-02-061-2/+2
| |/
| * Input: constify function pointer tables (seq_operations)Jan Engelhardt2008-01-311-2/+2
| * Input: i8042 - add Fujitsu-Siemens Amilo Pro 2010 to nomux listJiri Kosina2008-01-301-0/+7
| * Input: i8042 - enable DMI quirks on x86-64Bruce Duncan2008-01-301-2/+2
| * Input: i8042 - add Dritek quirk for Acer Aspire 9110Carlos Corbacho2008-01-301-0/+7
| * Input: add input event to APM event bridgeRichard Purdie2008-01-303-0/+144
| * Input: mousedev - use BIT_MASK instead of BITDmitry Torokhov2008-01-301-1/+1
| * Input: remove duplicate includesAndre Haupt2008-01-213-3/+0Star