aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/wbsd.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-01mmc: Move host and card drivers to subdirsPierre Ossman1-2062/+0
2007-05-01mmc: Move OCR bit definesPierre Ossman1-1/+0
2007-05-01wbsd: remove block crc testPierre Ossman1-31/+1
2007-05-01mmc: cull sg list to match mmc request sizeAlex Dubov1-105/+26
2007-02-11mmc: wbsd: Remove stray kunmap_atomic()Pierre Ossman1-1/+0
2007-02-09mmc: wbsd: Remove driver versionPierre Ossman1-4/+1
2007-02-04mmc: wbsd: replace kmap with page_addressPierre Ossman1-30/+10
2007-02-04mmc: Handle wbsd's stupid command listPierre Ossman1-1/+40
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman1-5/+10
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman1-0/+6
2006-12-02Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeu...Linus Torvalds1-1/+1
2006-12-01Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman1-3/+3
2006-12-01mmc: constify mmc_host_ops vectorsDavid Brownell1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-01[PATCH] mmc (mainly): add "or later" clause to licence statement.Pierre Ossman1-2/+3
2006-09-24[MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hostsRussell King1-1/+1
2006-09-16[MMC] Add multi block-write capabilityRussell King1-1/+1
2006-08-07[MMC] Another stray 'io' referencePierre Ossman1-1/+2
2006-08-06[MMC] Fix base address configuration in wbsdPierre Ossman1-3/+3
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-19[ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new comma...Pavel Pisa1-4/+4
2006-05-04[MMC] Move set_ios debugging into mmc.cRussell King1-4/+0
2006-03-29[MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selectedRussell King1-7/+2
2006-02-02[MMC] Add MMC command type flagsRussell King1-4/+4
2006-01-08[MMC] Lindent wbsd driverPierre Ossman1-252/+185
2006-01-08[MMC] wbsd pnp suspendPierre Ossman1-16/+90
2006-01-03[MMC] wbsd: convert to the new platfrom device interfaceDmitry Torokhov1-4/+14
2006-01-03[MMC] wbsd: make use of ARRAY_SIZE() macroDmitry Torokhov1-6/+3
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-13/+14
2005-11-09[MMC] wbsd version 1.5Pierre Ossman1-1/+1
2005-11-09[MMC] Add MODULE_AUTHOR to wbsdPierre Ossman1-0/+1
2005-11-09[MMC] Use __devexit_p in wbsdPierre Ossman1-2/+2
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-13/+14
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-2/+1
2005-11-05[MMC] Use controller id instead of driver name for printksPierre Ossman1-5/+6
2005-11-05[MMC] Fix chip config in wbsdPierre Ossman1-2/+2
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[MMC] wbsd suspend supportPierre Ossman1-28/+91
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-2/+2
2005-09-12[MMC] Clean up wbsd detection handlingPierre Ossman1-17/+12
2005-09-12[MMC] Remove trailing whitespace in wbsdPierre Ossman1-208/+208
2005-09-10[MMC] Add mmc_detect_change() delay support for wbsd driverRussell King1-22/+5
2005-09-08[MMC] Allow detection/removal to be delayedRichard Purdie1-2/+2
2005-09-07[PATCH] mmc: wbsd Secure Digital supportPierre Ossman1-6/+54
2005-09-03[MMC] support for mmc chip select in wbsdPierre Ossman1-14/+50
2005-08-19[MMC] Add mmc_hostname() macroRussell King1-1/+1
2005-08-10[PATCH] wbsd version bumpPierre Ossman1-1/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-07-01[PATCH] MMC: wbsd cleanupsAdrian Bunk1-22/+7
2005-07-01[PATCH] MMC: wbsd delayed insertionPierre Ossman1-10/+41
2005-05-08[PATCH] MMC: wbsd updatePierre Ossman1-185/+531
2005-04-16[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsiPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1651