summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dm ioctl: release _hash_lock between devices in remove_allKiyoshi Ueda2010-08-121-19/+25
| * | | dm: prevent access to md being deletedKiyoshi Ueda2010-08-121-0/+1
| * | | dm ioctl: return uevent flag after renamePeter Rajnoha2010-08-121-17/+24
| * | | dm ioctl: make __dev_status voidAlasdair G Kergon2010-08-121-36/+31
| * | | dm ioctl: remove __dev_status from geometry and target messagePeter Rajnoha2010-08-121-6/+0
| * | | dm snapshot: test chunk size against both origin and snapshotMikulas Patocka2010-08-123-17/+26
| * | | dm snapshot: iterate origin and cow devicesMikulas Patocka2010-08-121-1/+7
| * | | dm mpath: fix NULL pointer dereference when path parameters missingAlasdair G Kergon2010-08-121-0/+1
* | | | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-08-122-2/+2
|\ \ \ \
| * | | | msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-102-2/+2
* | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-1218-99/+694
|\ \ \ \ \
| * | | | | i2c: I2C bus multiplexer driver pca954xMichael Lawnick2010-08-115-1/+330
| * | | | | i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-115-8/+273
| * | | | | i2c: Use a separate mutex for userspace client listsJean Delvare2010-08-111-6/+7
| * | | | | i2c: Make i2c_default_probe self-sufficientJean Delvare2010-08-111-22/+10
| * | | | | i2c: Drop dummy variableJean Delvare2010-08-111-3/+2
| * | | | | i2c: Move adapter locking helpers to i2c-coreJean Delvare2010-08-111-5/+34
| * | | | | V4L/DVB: Use custom I2C probing function mechanismJean Delvare2010-08-113-26/+15
| * | | | | i2c: Add support for custom probe functionJean Delvare2010-08-119-18/+25
| * | | | | i2c-dev: Use memdup_userJulia Lawall2010-08-111-16/+6
| * | | | | i2c-dev: Remove unnecessary kmalloc castsJoe Perches2010-08-111-3/+1
* | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-1219-78/+195
|\ \ \ \ \ \
| * | | | | | param: update drivers/acpi/debug.c to new schemeRusty Russell2010-08-111-8/+24
| * | | | | | param: use module_param in drivers/message/fusion/mptbase.cRusty Russell2010-08-111-2/+1
| * | | | | | ide: use module_param_named rather than module_param_callRusty Russell2010-08-111-7/+13
| * | | | | | param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell2010-08-111-15/+27
| * | | | | | param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell2010-08-111-2/+30
| * | | | | | param: lock myri10ge_fw_name against sysfs changes.Rusty Russell2010-08-111-13/+41
| * | | | | | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-115-0/+12
| * | | | | | param: remove unnecessary writable charpRusty Russell2010-08-114-11/+11
| * | | | | | Add param ops struct for hvc_iucv driver.Sachin Sant2010-08-111-2/+7
| * | | | | | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-113-18/+29
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-08-1217-22/+2210
|\ \ \ \ \ \
| * | | | | | regulator: Remove default DEBUG define from TPS6586xMark Brown2010-08-111-1/+0
| * | | | | | regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probeAxel Lin2010-08-111-0/+1
| * | | | | | regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()Axel Lin2010-08-111-1/+4
| * | | | | | mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handlerAxel Lin2010-08-111-3/+1
| * | | | | | regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()Axel Lin2010-08-111-7/+1
| * | | | | | regulator: max8660 - fix a memory leak in max8660_remove()Axel Lin2010-08-111-5/+5
| * | | | | | regulator: max1586 - fix a memory leak in max1586_pmic_remove()Axel Lin2010-08-111-5/+5
| * | | | | | regulator: Default GPIO controlled WM8994 regulators to disabledJoonyoung Shim2010-08-111-3/+2
| * | | | | | regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()Axel Lin2010-08-111-1/+1
| * | | | | | max8998: fix off-by-one value range checkingAxel Lin2010-08-111-2/+2
| * | | | | | regulator: tps6586x: fix millivolt return values and SM2 tableGary King2010-08-111-3/+10
| * | | | | | regulator: tps6586x: add dependancy on MFD_TPS6585xMike Rapoport2010-08-111-1/+1
| * | | | | | regulator: add TPS6586X regulator driverMike Rapoport2010-08-113-0/+394
| * | | | | | regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltageMyungJoo Ham2010-08-111-2/+27
| * | | | | | regulator: add support for regulators on the ab8500 MFDSundar R IYER2010-08-113-0/+436
| * | | | | | ab8500-mfd: add regulator support to ab8500 mfd deviceSundar R Iyer2010-08-111-1/+3
| * | | | | | tps65023: Allow registering similar TPS65021Marek Vasut2010-08-111-0/+2