aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/tifm_7xx1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-01-06pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven1-2/+1
2009-01-06tifm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-03-10tifm: clear interrupt mask bits before setting them on adapter initAlex Dubov1-0/+2
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov1-0/+17
2008-01-24tifm: Convert from class_device to device for TI flash mediaTony Jones1-2/+2
2007-06-01misc/tifm_7xx1: replace deprecated irq flagJeff Garzik1-1/+1
2007-05-08disable socket power in adapter driver instead of media oneAlex Dubov1-3/+24
2007-05-01tifm: add missing include for DMA_32BIT_MASKAndrew Morton1-0/+1
2007-05-01tifm: layout fixes, small changes to comments and printfsAlex Dubov1-7/+3
2007-05-01tifm_7xx1: fix adapter resume functionAlex Dubov1-27/+31
2007-05-01tifm: move common device management tasks from tifm_7xx1 to tifm_coreAlex Dubov1-59/+35
2007-05-01tifm: move common adapter management tasks from tifm_7xx1 to tifm_coreAlex Dubov1-18/+10
2007-05-01tifm_7xx1: improve card detection routineAlex Dubov1-25/+21
2007-05-01tifm: replace per-adapter kthread with freezeable workqueueAlex Dubov1-55/+34
2007-05-01tifm: simplify bus match and uevent handlersAlex Dubov1-7/+7
2007-05-01tifm: hide details of interrupt processing from socket driversAlex Dubov1-8/+14
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-04tifm_7xx1: prettifyAlex Dubov1-16/+18
2007-02-04tifm_7xx1: recognize device 0xac8f as supportedAlex Dubov1-5/+8
2007-02-04tifm_7xx1: switch from workqueue to kthreadAlex Dubov1-62/+89
2007-02-04tifm_7xx1: Merge media insert and media remove functionsAlex Dubov1-128/+126
2007-02-04tifm_7xx1: simplify eject functionAlex Dubov1-8/+2
2007-02-04Add dummy_signal_irq function to save check in ISRAlex Dubov1-6/+5
2007-02-04Remove unused return value from signal_irq callbackAlex Dubov1-2/+2
2007-02-04tifm_sd: restructure initialization, removal and command handlingAlex Dubov1-1/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-8/+10
2006-10-09[PATCH] tifm __iomem annotations, NULL noise removalAl Viro1-6/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04[PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov1-0/+437