summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-16md: raid10: chunk size check in runraz ben yehuda1-2/+3
2009-06-16md: raid0: chunk size check in raid0_runraz ben yehuda1-2/+13
2009-06-16md: have raid0 report its formationraz ben yehuda1-0/+33
2009-06-16md: have raid0 compile with MD_DEBUG onraz ben yehuda1-7/+13
2009-06-16md: Binary search in linear raidSandeep K Sinha1-5/+17
2009-06-16md: Removing num_sector and replacing start_sector with end_sectorSandeep K Sinha2-21/+19
2009-06-16md: Removal of hash table in linear raidSandeep K Sinha2-95/+3
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown12-103/+79
2009-06-16md: raid0: remove setting of segment boundary.NeilBrown1-5/+0
2009-06-16md: raid0: remove ->dev pointer from strip_zone structureNeilBrown2-11/+11
2009-06-16md: raid0: remove ->sectors from the strip_zone structure.NeilBrown2-15/+19
2009-06-16md: raid0: Fix a memory leak when stopping a raid0 array.Andre Noll1-3/+2
2009-06-16md: raid0: Allocate all buffers for the raid0 configuration in one function.Andre Noll1-30/+17
2009-06-16md: raid0: Make raid0_run() return a proper error code.Andre Noll1-8/+9
2009-06-16md: raid0: Remove hash spacing and sector shift.Andre Noll2-65/+1
2009-06-16md: raid0: Remove hash table.Andre Noll2-13/+0
2009-06-16md/raid0: two cleanups in create_stripe_zones.NeilBrown1-12/+10
2009-06-16md: raid0: Replace hash table lookup by looping over all strip_zones.Andre Noll2-21/+21
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds24-136/+181
2009-06-15fusion: fix recent kernel-doc problemsRandy Dunlap2-4/+3
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds26-203/+2129
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds64-95/+96
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds16-51/+805
2009-06-15Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds43-178/+4145
2009-06-15Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier22-133/+150
2009-06-15mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King9-6/+1570
2009-06-14IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-14atmel-mci: add MCI2 register definitionsNicolas Ferre1-0/+22
2009-06-14atmel-mci: Integrate AT91 specific definition in header fileNicolas Ferre1-0/+11
2009-06-14tmio_mmc: allow compilation for ASIC3Philipp Zabel2-3/+3
2009-06-14mmc_block: do not DMA to stackBen Dooks1-4/+12
2009-06-14sdhci: Print ADMA status and pointer on debugBen Dooks1-0/+5
2009-06-14tmio_mmc: fix clock setupIan Molton1-10/+5
2009-06-14tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel1-10/+10
2009-06-14tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel1-7/+5
2009-06-14tmio_mmc: don't use set_irq_typePhilipp Zabel1-4/+2
2009-06-14tmio_mmc: add bus_shift supportPhilipp Zabel2-81/+125
2009-06-14MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel4-13/+26
2009-06-14mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-14cb710: more cleanup for the DEBUG case.Michał Mirosław2-0/+7
2009-06-14sdhci: platform driver for SDHCIRichard Röjfors3-0/+180
2009-06-14mxcmmc: remove frequency workaroundPierre Ossman1-2/+0
2009-06-14cb710: handle DEBUG define in MakefilePierre Ossman1-0/+4
2009-06-14cb710: add missing parenthesisPierre Ossman1-1/+1
2009-06-14cb710: fix printk format stringPierre Ossman1-1/+1
2009-06-14mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław11-0/+1575
2009-06-14pxamci: add regulator support.Daniel Ribeiro1-5/+41
2009-06-14MMC core: limit minimum initialization frequency to 400kHzSascha Hauer1-1/+7
2009-06-14sdhci: avoid changing voltage needlesslyPierre Ossman2-26/+29