aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/tifm_7xx1.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-30tifm: fix error return code in tifm_7xx1_probe()Gravatar Wei Yongjun 1-1/+3
2013-09-26misc: tifm: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-3/+0
2012-09-05tifm: use module_pci_driverGravatar Devendra Naga 1-13/+1
2011-10-31drivers/misc: Add module.h to files who are really modular.Gravatar Paul Gortmaker 1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1
2009-01-06pci: use pci_ioremap_bar() in drivers/miscGravatar Arjan van de Ven 1-2/+1
2009-01-06tifm: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-03-10tifm: clear interrupt mask bits before setting them on adapter initGravatar Alex Dubov 1-0/+2
2008-02-09memstick: initial commit for Sony MemoryStick supportGravatar Alex Dubov 1-0/+17
2008-01-24tifm: Convert from class_device to device for TI flash mediaGravatar Tony Jones 1-2/+2
2007-06-01misc/tifm_7xx1: replace deprecated irq flagGravatar Jeff Garzik 1-1/+1
2007-05-08disable socket power in adapter driver instead of media oneGravatar Alex Dubov 1-3/+24
2007-05-01tifm: add missing include for DMA_32BIT_MASKGravatar Andrew Morton 1-0/+1
2007-05-01tifm: layout fixes, small changes to comments and printfsGravatar Alex Dubov 1-7/+3
2007-05-01tifm_7xx1: fix adapter resume functionGravatar Alex Dubov 1-27/+31
2007-05-01tifm: move common device management tasks from tifm_7xx1 to tifm_coreGravatar Alex Dubov 1-59/+35
2007-05-01tifm: move common adapter management tasks from tifm_7xx1 to tifm_coreGravatar Alex Dubov 1-18/+10
2007-05-01tifm_7xx1: improve card detection routineGravatar Alex Dubov 1-25/+21
2007-05-01tifm: replace per-adapter kthread with freezeable workqueueGravatar Alex Dubov 1-55/+34
2007-05-01tifm: simplify bus match and uevent handlersGravatar Alex Dubov 1-7/+7
2007-05-01tifm: hide details of interrupt processing from socket driversGravatar Alex Dubov 1-8/+14
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsGravatar Thomas Gleixner 1-1/+1
2007-02-04tifm_7xx1: prettifyGravatar Alex Dubov 1-16/+18
2007-02-04tifm_7xx1: recognize device 0xac8f as supportedGravatar Alex Dubov 1-5/+8
2007-02-04tifm_7xx1: switch from workqueue to kthreadGravatar Alex Dubov 1-62/+89
2007-02-04tifm_7xx1: Merge media insert and media remove functionsGravatar Alex Dubov 1-128/+126
2007-02-04tifm_7xx1: simplify eject functionGravatar Alex Dubov 1-8/+2
2007-02-04Add dummy_signal_irq function to save check in ISRGravatar Alex Dubov 1-6/+5
2007-02-04Remove unused return value from signal_irq callbackGravatar Alex Dubov 1-2/+2
2007-02-04tifm_sd: restructure initialization, removal and command handlingGravatar Alex Dubov 1-1/+2
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-8/+10
2006-10-09[PATCH] tifm __iomem annotations, NULL noise removalGravatar Al Viro 1-6/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-10-04[PATCH] mmc: driver for TI FlashMedia card reader - sourceGravatar Alex Dubov 1-0/+437