summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov36-8/+38
2009-09-23hwmon: lm70: convert to device table matchingAnton Vorontsov1-36/+19
2009-09-23hwmon: adxx: convert to device table matchingAnton Vorontsov1-85/+16
2009-09-23of: remove "stm,m25p40" aliasAnton Vorontsov1-1/+0
2009-09-23spi: add support for device table matchingAnton Vorontsov4-2/+54
2009-09-23spi: add SPI driver for most known i.MX SoCsSascha Hauer4-0/+721
2009-09-23spi: add default selection of PL022 for ARM reference platformslinus.walleij@stericsson.com1-0/+3
2009-09-23spi.h: add missing kernel-doc for struct spi_masterRandy Dunlap1-0/+2
2009-09-23spi: add spi_ppc4xx driverSteven A. Falco3-0/+620
2009-09-23spi: omap2_mcspi use BIT(n)Jouni Hogander1-25/+25
2009-09-23spi: remove i.MX SPI driverSascha Hauer3-1778/+0
2009-09-23ncpfs: fix wrong check in __ncp_ioctl()Bartlomiej Zolnierkiewicz1-1/+1
2009-09-23ncpfs: remove dead URL from documentationBartlomiej Zolnierkiewicz1-3/+3
2009-09-23ncpfs: read buffer overflowRoel Kluin1-1/+1
2009-09-23ramfs: move RAMFS_MAGIC to include/linux/magic.hmaximilian attems2-3/+2
2009-09-23/proc/kcore: update stat.st_size after memory hotplugKAMEZAWA Hiroyuki1-0/+5
2009-09-23/proc/kcore: fix stat.st_sizeKAMEZAWA Hiroyuki1-1/+5
2009-09-23kcore: more fixes for initKAMEZAWA Hiroyuki1-1/+4
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki4-5/+28
2009-09-23kcore: register vmemmap rangeKAMEZAWA Hiroyuki2-2/+51
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki8-85/+168
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki7-23/+28
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki5-6/+28
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki8-23/+10
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki9-22/+36
2009-09-23kcore: use usual list for kclistKAMEZAWA Hiroyuki2-7/+7
2009-09-23procfs: provide stack information for threadsStefani Seibold7-4/+114
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li1-6/+5
2009-09-23fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity checkVincent Li1-8/+6
2009-09-23kcore: fix /proc/kcore's stat.st_sizeAmerigo Wang1-3/+0
2009-09-23proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov1-7/+3
2009-09-23proc: fix reported unit for RLIMIT_CPUKees Cook1-1/+1
2009-09-23sdhci: increase timeout for internal clock stabilization.Chris Ball1-2/+2
2009-09-23sdhci: support for ADMA only hostsRichard Röjfors3-23/+21
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre2-3/+3
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre5-54/+69
2009-09-23mmc: core SDIO suspend/resume supportNicolas Pitre1-89/+196
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees2-10/+10
2009-09-23omap4: mmc driver support on OMAP4kishore kadiyala5-9/+60
2009-09-23sdhci: add no-card-no-reset quirk for Ricoh R5C822/Sony Z11Chris Ball1-1/+2
2009-09-23AT91: atmel-mci: Platform configuration to the the atmel-mci driverRob Emanuele5-0/+386
2009-09-23atmel-mci: unified Atmel MCI drivers (AVR32 & AT91)Rob Emanuele2-7/+42
2009-09-23sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen2-1/+8
2009-09-23sdhci-of: cleanup eSDHC's set_clock() a little bitAnton Vorontsov1-11/+8
2009-09-23sdhci-of: don't hard-code inverted write-protect quirkAnton Vorontsov1-1/+13
2009-09-23powerpc: introduce and document sdhci,wp-inverted property for eSDHCAnton Vorontsov8-0/+9
2009-09-23sdhci-of: fix high-speed cards recognitionAnton Vorontsov3-10/+10
2009-09-23sdhci-of: avoid writing reserved bits into host control registerAnton Vorontsov1-0/+6
2009-09-23sdhci-of: fix SD clock calculationAnton Vorontsov1-0/+1
2009-09-23sdio: fix read buffer overflowRoel Kluin1-1/+1