aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/tifm_core.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-01-06tifm: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-4/+3
2008-02-09memstick: initial commit for Sony MemoryStick supportGravatar Alex Dubov 1-0/+7
2008-01-24tifm: Convert from class_device to device for TI flash mediaGravatar Tony Jones 1-12/+12
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-7/+2
2007-05-01tifm: layout fixes, small changes to comments and printfsGravatar Alex Dubov 1-12/+12
2007-05-01tifm: add sysfs attribute for tifm devicesGravatar Alex Dubov 1-7/+20
2007-05-01tifm: move common device management tasks from tifm_7xx1 to tifm_coreGravatar Alex Dubov 1-12/+27
2007-05-01tifm: move common adapter management tasks from tifm_7xx1 to tifm_coreGravatar Alex Dubov 1-21/+31
2007-05-01tifm: replace per-adapter kthread with freezeable workqueueGravatar Alex Dubov 1-17/+34
2007-05-01tifm: simplify bus match and uevent handlersGravatar Alex Dubov 1-23/+34
2007-05-01tifm: use bus methods to handle probe/remove instead of driver ones.Gravatar Alex Dubov 1-55/+47
2007-05-01tifm: hide details of interrupt processing from socket driversGravatar Alex Dubov 1-5/+6
2007-02-04tifm_core: add suspend/resume infrastructure for tifm devicesGravatar Alex Dubov 1-1/+34
2007-02-04tifm_7xx1: switch from workqueue to kthreadGravatar Alex Dubov 1-6/+5
2007-02-04Add dummy_signal_irq function to save check in ISRGravatar Alex Dubov 1-0/+8
2007-02-04tifm_sd: restructure initialization, removal and command handlingGravatar Alex Dubov 1-9/+2
2006-12-07[PATCH] tifm: fix NULL ptr and styleGravatar Randy Dunlap 1-2/+3
2006-10-09[PATCH] tifm __iomem annotations, NULL noise removalGravatar Al Viro 1-1/+1
2006-10-04[PATCH] mmc: driver for TI FlashMedia card reader - sourceGravatar Alex Dubov 1-0/+272