aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/tifm_7xx1.c
AgeCommit message (Expand)Author
2012-09-05tifm: use module_pci_driverDevendra Naga
2011-10-31drivers/misc: Add module.h to files who are really modular.Paul Gortmaker
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-01-06pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven
2009-01-06tifm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-03-10tifm: clear interrupt mask bits before setting them on adapter initAlex Dubov
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov
2008-01-24tifm: Convert from class_device to device for TI flash mediaTony Jones
2007-06-01misc/tifm_7xx1: replace deprecated irq flagJeff Garzik
2007-05-08disable socket power in adapter driver instead of media oneAlex Dubov
2007-05-01tifm: add missing include for DMA_32BIT_MASKAndrew Morton
2007-05-01tifm: layout fixes, small changes to comments and printfsAlex Dubov
2007-05-01tifm_7xx1: fix adapter resume functionAlex Dubov
2007-05-01tifm: move common device management tasks from tifm_7xx1 to tifm_coreAlex Dubov
2007-05-01tifm: move common adapter management tasks from tifm_7xx1 to tifm_coreAlex Dubov
2007-05-01tifm_7xx1: improve card detection routineAlex Dubov
2007-05-01tifm: replace per-adapter kthread with freezeable workqueueAlex Dubov
2007-05-01tifm: simplify bus match and uevent handlersAlex Dubov
2007-05-01tifm: hide details of interrupt processing from socket driversAlex Dubov
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner
2007-02-04tifm_7xx1: prettifyAlex Dubov
2007-02-04tifm_7xx1: recognize device 0xac8f as supportedAlex Dubov
2007-02-04tifm_7xx1: switch from workqueue to kthreadAlex Dubov
2007-02-04tifm_7xx1: Merge media insert and media remove functionsAlex Dubov
2007-02-04tifm_7xx1: simplify eject functionAlex Dubov
2007-02-04Add dummy_signal_irq function to save check in ISRAlex Dubov
2007-02-04Remove unused return value from signal_irq callbackAlex Dubov
2007-02-04tifm_sd: restructure initialization, removal and command handlingAlex Dubov
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-09[PATCH] tifm __iomem annotations, NULL noise removalAl Viro
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-04[PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov