summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-06mmc: at91_mci: fix pointer errorsWolfgang Muees1-3/+5
2010-03-06s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card ...Lars-Peter Clausen1-1/+1
2010-03-06s3cmci: initialize default platform data no_wprotect and no_detect with 1Lars-Peter Clausen1-0/+2
2010-03-06sdio: put active devices into 1-bit mode during suspendDaniel Drake1-0/+43
2010-03-06sdio: kick the interrupt thread upon a resumeNicolas Pitre1-0/+2
2010-03-06sdio: don't use CMD[357] as part of a powered SDIO resumeChris Ball1-8/+11
2010-03-06sdio: sdhci support for suspend mode PM featuresNicolas Pitre2-12/+31
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre2-3/+58
2010-03-06sdhci: improve sdhci sdhci_set_adma_desc() codeBen Dooks1-8/+8
2010-03-06sdhci: add adma descriptor set callBen Dooks1-30/+20
2010-03-06sdio: add quirk to clamp byte mode transferBing Zhao1-1/+6
2010-03-06mmc: bfin_sdh: set timeout based on actual card dataCliff Cai1-2/+6
2010-03-06mmc: bfin_sdh: drop redundant MMC depend stringMike Frysinger1-1/+1
2010-03-06mmc: bfin_sdh: fix unused sg warning on BF51x/BF52x systemsMike Frysinger1-1/+1
2010-03-06mmc: Atmel host kconfig cleanup for everyone elseNicolas Ferre1-0/+1
2010-03-06davinci: MMC: add support for 8bit MMC cardsVipin Bhandari1-10/+35
2010-03-06ricoh_mmc: port from driver to pci quirkMaxim Levitsky4-270/+88
2010-03-06lib: build list_sort() only if neededDon Mullis1-0/+1
2010-03-06lkdtm: add debugfs access and loosen KPROBE tiesSimon Kagstrom1-82/+390
2010-03-06eisa: fix coding style for eisa bus codeThadeu Lima de Souza Cascardo1-112/+128
2010-03-06drivers/misc/iwmc3200top/main.c: eliminate useless codeJulia Lawall1-2/+0
2010-03-06MFGPT: move clocksource menuRandy Dunlap3-11/+9
2010-03-06cpuidle menu: remove 8 bytes of padding on 64 bit buildsRichard Kennedy1-1/+1
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-21/+36
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita1-16/+5
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita12-18/+18
2010-03-06timbgpio: fix buildDavid Miller1-0/+1
2010-03-06dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui1-18/+23
2010-03-06dm: eliminate some holes data structuresMike Snitzer1-13/+13
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha3-12/+18
2010-03-06dm: free dm_io before bio_endio not afterMikulas Patocka1-2/+2
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan9-29/+19
2010-03-06dm ioctl: only issue uevent on resume if state changedMike Snitzer1-4/+5
2010-03-06dm raid1: always return error if all legs failMikulas Patocka1-3/+6
2010-03-06dm mpath: refactor pg_initKiyoshi Ueda1-12/+19
2010-03-06dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda1-3/+35
2010-03-06dm mpath: hold io until all pg_inits completedKiyoshi Ueda1-6/+11
2010-03-06dm mpath: avoid storing private suspended stateKiyoshi Ueda1-12/+0
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda3-19/+4
2010-03-06dm mpath: skip activate_path for failed pathsMoger, Babu1-2/+5
2010-03-06dm mpath: pass struct pgpath to pg init doneMoger, Babu1-3/+2
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2010-03-05hwmon: Remove the deprecated adt7473 driverAmerigo Wang3-1195/+0
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare3-15/+11
2010-03-05hwmon: (tmp421) Fix temperature conversionsJean Delvare1-2/+4
2010-03-05hwmon: (tmp421) Restore missing inputsJean Delvare1-7/+7
2010-03-05hwmon: Driver for Andigilog aSC7621 family monitoring chipsGeorge Joseph3-0/+1269
2010-03-05hwmon: (adt7411) Improve lockingWolfram Sang1-7/+14
2010-03-05hwmon: Add driver for ADT7411 voltage and temperature sensorWolfram Sang3-0/+370
2010-03-05hwmon: (w83793) Add watchdog functionalitySven Anders2-4/+481