summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* parisc: remove trailing space in messagesFrans Pop2010-03-062-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2010-03-0613-133/+157
|\
| * dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui2010-03-061-18/+23
| * dm: eliminate some holes data structuresMike Snitzer2010-03-061-13/+13
| * dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha2010-03-063-12/+18
| * dm: free dm_io before bio_endio not afterMikulas Patocka2010-03-061-2/+2
| * dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-069-29/+19
| * dm ioctl: only issue uevent on resume if state changedMike Snitzer2010-03-061-4/+5
| * dm raid1: always return error if all legs failMikulas Patocka2010-03-061-3/+6
| * dm mpath: refactor pg_initKiyoshi Ueda2010-03-061-12/+19
| * dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda2010-03-061-3/+35
| * dm mpath: hold io until all pg_inits completedKiyoshi Ueda2010-03-061-6/+11
| * dm mpath: avoid storing private suspended stateKiyoshi Ueda2010-03-061-12/+0
| * dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda2010-03-063-19/+4
| * dm mpath: skip activate_path for failed pathsMoger, Babu2010-03-061-2/+5
| * dm mpath: pass struct pgpath to pg init doneMoger, Babu2010-03-061-3/+2
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-03-0612-1484/+2923
|\ \
| * | hwmon: Remove the deprecated adt7473 driverAmerigo Wang2010-03-053-1195/+0
| * | hwmon: Fix off-by-one kind valuesJean Delvare2010-03-053-15/+11
| * | hwmon: (tmp421) Fix temperature conversionsJean Delvare2010-03-051-2/+4
| * | hwmon: (tmp421) Restore missing inputsJean Delvare2010-03-051-7/+7
| * | hwmon: Driver for Andigilog aSC7621 family monitoring chipsGeorge Joseph2010-03-053-0/+1269
| * | hwmon: (adt7411) Improve lockingWolfram Sang2010-03-051-7/+14
| * | hwmon: Add driver for ADT7411 voltage and temperature sensorWolfram Sang2010-03-053-0/+370
| * | hwmon: (w83793) Add watchdog functionalitySven Anders2010-03-052-4/+481
| * | hwmon: (g760a) Make rpm_from_cnt staticJean Delvare2010-03-051-1/+1
| * | hwmon: (it87) Validate auto pwm settingsJean Delvare2010-03-051-0/+32
| * | hwmon: (it87) Add support for old automatic fan speed controlJean Delvare2010-03-051-2/+180
| * | hwmon: (it87) Use strict_strtol instead of simple_strtolJean Delvare2010-03-051-15/+44
| * | hwmon: (it87) Fix many checkpatch errors and warningsJean Delvare2010-03-051-75/+87
| * | hwmon: (it87) Add support for beep on alarmJean Delvare2010-03-051-0/+122
| * | hwmon: (it87) Create vid attributes by groupJean Delvare2010-03-051-8/+7
| * | hwmon: (it87) Refactor attributes creation and removalJean Delvare2010-03-051-130/+103
| * | hwmon: (it87) Expose the PWM/temperature mappingsJean Delvare2010-03-051-4/+69
| * | hwmon: (it87) Display fan outputs in automatic mode as suchJean Delvare2010-03-051-38/+61
| * | hwmon: (lm90) Add SMBus alert supportJean Delvare2010-03-051-0/+63
| * | hwmon: (lm90) Restore configuration on exitJean Delvare2010-03-051-4/+10
| * | hwmon: (lm90) Add support for the Winbond/Nuvoton W83L771AWG/ASGJean Delvare2010-03-052-3/+14
| |/
* | Merge git://git.infradead.org/ubi-2.6Linus Torvalds2010-03-065-87/+198
|\ \
| * | UBI: add write checkingArtem Bityutskiy2010-02-012-0/+74
| * | UBI: simplify debugging return codesArtem Bityutskiy2010-02-013-41/+37
| * | UBI: fix attaching error pathArtem Bityutskiy2010-02-011-33/+30
| * | UBI: support attaching by MTD character device nameArtem Bityutskiy2010-02-011-11/+55
| * | UBI: mark few variables as __initdataArtem Bityutskiy2010-02-011-2/+2
* | | gpio: introduce it8761e_gpio driver for IT8761E Super I/O chipDenis Turischev2010-03-063-0/+238
* | | gpio: cs5535-gpio: fix input directionBen Gardner2010-03-061-1/+3
* | | gpio: pca953x.c: add interrupt handling capabilityMarc Zyngier2010-03-062-12/+244
* | | timbgpio: add support for interrupt triggering on both flanksRichard Röjfors2010-03-061-9/+23
* | | gpio: introduce gpio_request_one() and friendsEric Miao2010-03-061-0/+58
* | | gpio: add driver for MAX7300 I2C GPIO extenderWolfram Sang2010-03-065-260/+386