aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/tifm_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04tifm: constify the struct tifm_bus_type usageGravatar Kunwu Chan 1-1/+1
2024-03-07tifm: make tifm_adapter_class constantGravatar Ricardo B. Marliere 1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2021-09-21tifm: Remove usage of the deprecated "pci-dma-compat.h" APIGravatar Christophe JAILLET 1-2/+3
2021-09-14tifm: Prefer struct_size over open coded arithmeticGravatar Len Baker 1-2/+1
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2013-10-16tifm: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-4/+6
2013-02-27misc/tifm_core: convert to idr_alloc()Gravatar Tejun Heo 1-5/+6
2011-10-31drivers/misc: Add module.h to files who are really modular.Gravatar Paul Gortmaker 1-0/+1
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Gravatar Tejun Heo 1-1/+1
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