summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-pcf8563.c: remove unused structGraham Gower2010-08-111-8/+0
* rtc/nuc900: fix checking of args during time-settingWan ZongShun2010-08-111-4/+10
* nuc900/rtc: change the waiting for device ready implementWan ZongShun2010-08-111-8/+7
* i2o: check return code from put_user()Kulikov Vasiliy2010-08-111-7/+9
* i2o: fix overflow of copy_to_user()Kulikov Vasiliy2010-08-111-1/+1
* drivers/message/i2o/exec-osm.c: add missing mutex_unlockJulia Lawall2010-08-111-2/+6
* mmc: add ricoh e822 pci idPablo Castillo2010-08-111-0/+8
* sdhci: add auto CMD12 support for eSDHC driverJerry Huang2010-08-113-2/+18
* sdhci: add regulator supportMarek Szyprowski2010-08-112-1/+27
* sdhci-s3c: add support for new card detection methodsMarek Szyprowski2010-08-112-0/+86
* sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirkMarek Szyprowski2010-08-111-0/+1
* sdhci-s3c: add support for the non standard minimal clock valueMarek Szyprowski2010-08-112-2/+28
* sdhci-s3c: add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirkHyuk Lee2010-08-111-7/+3
* omap hsmmc: fix processing of all dma interrupts as block completionVenkatraman S2010-08-111-2/+5
* drivers/mmc/host/msm-sdcc: remove dead config optionsChristian Dietrich2010-08-112-29/+0
* omap_hsmmc: add init_card pass-through callbackGrazvydas Ignotas2010-08-111-0/+10
* sdio: allow non-standard SDIO cardsGrazvydas Ignotas2010-08-111-6/+30
* sdhci-pltfm: add support for CNS3xxx SoC devicesAnton Vorontsov2010-08-115-0/+114
* sdhci-pltfm: reorganize Makefile entries to support SoC devicesAnton Vorontsov2010-08-111-1/+3
* sdhci-pltfm: switch to module device table matchingAnton Vorontsov2010-08-112-1/+27
* mmc: omap: fix for bus width which improves SD card's peformance.Kishore Kadiyala2010-08-111-2/+15
* mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad2010-08-111-1/+3
* sdhci: don't assign mmc->caps at SDHCI directlyKyungmin Park2010-08-111-1/+1
* sdhci: 8-bit data transfer width supportKyungmin Park2010-08-112-0/+6
* sdhci: remove useless set_clock() checkKyungmin Park2010-08-111-1/+1
* mmc: make sdhci work with ricoh mmc controllerMaxim Levitsky2010-08-113-1/+47
* mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky2010-08-112-26/+61
* mmc: implement SD-combo (IO+mem) supportMichal Miroslaw2010-08-113-23/+133
* mmc: split mmc_sd_init_card()Michal Miroslaw2010-08-113-119/+186
* mmc: recognize CSD structureKyungmin Park2010-08-111-7/+19
* drivers: scsi: use newly introduced hex_to_bin() methodAndy Shevchenko2010-08-113-21/+19
* drivers/scsi: use memdup_userJulia Lawall2010-08-111-8/+3
* scsi: remove private BIT macrosAndrew Morton2010-08-112-4/+2
* scsi: fix bnx2i build errorsRandy Dunlap2010-08-111-1/+2
* scsi: fix pmcraid build errorsRandy Dunlap2010-08-111-1/+1
* bfa: wrong fcport H2I message tested in bfa_fcport_isr()Roel Kluin2010-08-111-1/+1
* drivers/scsi/ch.c: don't use vprintk as macroJoe Perches2010-08-111-43/+44
* scsi: bfa: correct onstack wait_queue_head declarationYong Zhang2010-08-111-2/+2
* drivers/scsi/qla2xxx/qla_os.c: fix continuation line formatsJoe Perches2010-08-111-2/+2
* scsi/sd.c: quiet all sparse noiseH Hartley Sweeten2010-08-111-6/+6
* scsi: remove superfluous NULL pointer check from scsi_kill_request()Bartlomiej Zolnierkiewicz2010-08-111-6/+0
* drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocJulia Lawall2010-08-112-3/+3
* dc395x: decrease iteration for tag_number of max_command in start_scsi()Roel Kluin2010-08-111-1/+1
* g_NCR5380: fix broken MMIO compilationOndrej Zary2010-08-112-23/+26
* g_NCR5380: remove misleading pnp error messageOndrej Zary2010-08-111-3/+1
* mpt fusion: convert to seq_fileAlexey Dobriyan2010-08-112-142/+119
* drivers/message: move dereference after NULL testJulia Lawall2010-08-112-3/+3
* drivers/scsi: remove unnecessary NULL testJulia Lawall2010-08-111-1/+0
* NCR5380: bit MR_DMA_MODE set twice in NCR5380_transfer_dma()Roel Kluin2010-08-111-1/+3
* gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin2010-08-111-1/+1