summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-23sdhci: be more strict with get_min_clock() usageAnton Vorontsov1-1/+2
2009-09-23sdio: add CD disable supportOhad Ben-Cohen2-1/+32
2009-09-23MAINTAINERS: update for TI OMAP hsmmc driverMadhusudhan Chikkature1-1/+7
2009-09-23ARM: OMAP: RX51: set MMC capabilities and power-saving flagAdrian Hunter1-0/+4
2009-09-23omap_hsmmc: set a large data timeout for commands with busy signalAdrian Hunter1-4/+11
2009-09-23omap_hsmmc: ensure all clock enables and disables are pairedAdrian Hunter1-27/+33
2009-09-23omap_hsmmc: protect the card when the cover is openAdrian Hunter1-2/+61
2009-09-23omap_hsmmc: code refactoringDenis Karpov1-159/+161
2009-09-23omap_hsmmc: prevent races with irq handlerAdrian Hunter1-0/+25