summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hwmon: (f71882fg) Cleanup sysfs attr creation 1/2Hans de Goede2009-12-091-48/+89
| * | | | hwmon: (thmc50) Stop using I2C_CLIENT_MODULE_PARMJean Delvare2009-12-091-1/+5
| * | | | hwmon: Add Freescale MC13783 ADC driverLuotao Fu2009-12-093-0/+243
| * | | | hwmon: (w83791d) Remove experimental dependencyMarc Hulsman2009-12-091-1/+1
| * | | | hwmon: Clean up detect functionsJean Delvare2009-12-0929-714/+393
| * | | | hwmon: (w83l785ts) Clean up detect functionJean Delvare2009-12-091-47/+23
| * | | | hwmon: (w83792d) Clean up detect functionJean Delvare2009-12-091-43/+18
| * | | | hwmon: (w83791d) Clean up detect functionJean Delvare2009-12-091-42/+18
| * | | | hwmon: (w83781d) Clean up detect functionJean Delvare2009-12-091-78/+53
| * | | | hwmon: (tmp401/tmp421) Clean up detect functionsJean Delvare2009-12-092-53/+47
| * | | | hwmon: (lm90) Clean up detect functionJean Delvare2009-12-091-132/+96
| * | | | hwmon: (lm85) Clean up detect functionJean Delvare2009-12-091-92/+65
| * | | | hwmon: (lm83) Clean up detect functionJean Delvare2009-12-091-55/+26
| * | | | hwmon: (lm77) Clean up detect functionJean Delvare2009-12-091-41/+39
| * | | | hwmon: (adm1025) Clean up detect functionJean Delvare2009-12-091-53/+20
| * | | | hwmon: (adm1021) Clean up detect functionJean Delvare2009-12-091-51/+25
| * | | | hwmon: New driver for the National Semiconductor LM73Adrien Demarez2009-12-093-0/+215
| * | | | hwmon: (w83627hf) Stop using globals for I/O port numbersJean Delvare2009-12-091-43/+42
| * | | | hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare2009-12-091-11/+0
| * | | | hwmon: (it87) Check for fan2 and fan3 availabilityJean Delvare2009-12-091-3/+24
| * | | | hwmon: (it87) Verify the VID pin usageJean Delvare2009-12-091-4/+16
| * | | | hwmon: (s3c-hwmon) Fix build errorBen Dooks2009-12-091-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-12-091-1/+2
|\ \ \ \ \
| * | | | | ALSA: radio/sound/miro: fix build, cleanup depends/selectsRandy Dunlap2009-12-081-1/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-0949-1148/+2871
|\ \ \ \ \ \
| * | | | | | Input: dm355evm_kbd - switch to using sparse keymap libraryDmitry Torokhov2009-12-072-94/+57
| * | | | | | Input: wistron_btns - switch to using sparse keymap libraryDmitry Torokhov2009-12-072-134/+45
| * | | | | | Input: add generic support for sparse keymapsDmitry Torokhov2009-12-074-12/+281
| * | | | | | Input: fix memory leak in force feedback coreJari Vanhala2009-12-041-0/+1
| * | | | | | Input: wistron - remove identification strings from DMI tableDmitry Torokhov2009-12-041-38/+38
| * | | | | | Input: psmouse - remove identification strings from DMI tablesDmitry Torokhov2009-12-042-15/+15
| * | | | | | Input: atkbd - remove identification strings from DMI tableDmitry Torokhov2009-12-041-17/+9
| * | | | | | Input: i8042 - remove identification strings from DMI tablesDmitry Torokhov2009-12-041-77/+66
| * | | | | | DMI: allow omitting ident strings in DMI tablesDmitry Torokhov2009-12-041-3/+12
| * | | | | | Input: psmouse - do not carry DMI data aroundDmitry Torokhov2009-12-035-13/+38
| * | | | | | Input: matrix-keypad - switch to using dev_pm_opsDmitry Torokhov2009-12-031-7/+10
| * | | | | | Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-02362-2425/+4489
| |\ \ \ \ \ \
| * | | | | | | Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov2009-12-012-99/+140
| * | | | | | | Input: gpio_keys - scan gpio state at probe and resume timeDaniel Mack2009-11-301-11/+25
| * | | | | | | Input: keyboard - add locking around event handlingDmitry Torokhov2009-11-291-0/+7
| * | | | | | | Input: usbtouchscreen - add support for ET&T TC5UH touchscreen controllerPetr Štetiar2009-11-292-0/+34
| * | | | | | | Input: xpad - add two new Xbox 360 devicesNicolas Léveillé2009-11-291-0/+3
| * | | | | | | Input: polled device - do not start polling if interval is zeroSamu Onkalo2009-11-231-1/+3
| * | | | | | | Input: polled device - schedule first poll immediatelyDmitry Torokhov2009-11-231-2/+1
| * | | | | | | Input: add S3C24XX touchscreen driverArnaud Patard2009-11-233-1/+471
| * | | | | | | Input: usbtouchscreen - add support for Zytronic capacitive touchscreenDaniel Silverstone2009-11-232-3/+76
| * | | | | | | Input: force feedback - fix function name in commentRoger Quadros2009-11-231-1/+1
| * | | | | | | Input: do not overwrite the first part of phys stringMárton Németh2009-11-233-3/+3
| * | | | | | | Input: ads7846 - switch to using dev_vdbg()Pavel Machek2009-11-231-16/+7
| * | | | | | | Input: ads7846 - fix pressure reportingPavel Machek2009-11-231-1/+1