summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/memstick.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-121-4/+9
|\
| * memstick: Fix error cleanup path of memstick_initWang Hai2019-06-101-4/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
|/
* memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng2018-12-171-0/+3
* drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann2017-01-251-1/+1
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* memstick: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-171-9/+9
* memstick: convert to idr_alloc()Tejun Heo2013-02-281-11/+10Star
* drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2011-11-011-0/+1
* workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
* memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov2011-01-131-7/+11
* memstick: core: fix device_register() error handlingVasiliy Kulikov2011-01-131-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* memstick: move dev_dbgJiri Slaby2009-09-241-1/+1
* memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+2Star
* memstick: fix MSProHG 8-bit interface mode supportAlex Dubov2008-09-131-5/+5
* memstick: use fully asynchronous request processingAlex Dubov2008-07-261-2/+5
* memstick: add "start" and "stop" methods to memstick deviceAlex Dubov2008-07-261-3/+8
* memstick: allow "set_param" method to return an error codeAlex Dubov2008-07-261-5/+13
* memstick: convert struct class_device to struct deviceGreg Kroah-Hartman2008-04-201-17/+16Star
* memstick: automatically retrieve "INT" value from command responseAlex Dubov2008-03-201-6/+3Star
* memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov2008-03-111-2/+0Star
* memstick: make sure number of command retries is exactly as specifiedAlex Dubov2008-03-111-1/+1
* memstick: add memstick_suspend/resume_host methodsAlex Dubov2008-03-111-0/+25
* memstick: introduce correct definitions in the headerAlex Dubov2008-03-111-2/+2
* memstick: initial commit for Sony MemoryStick supportAlex Dubov2008-02-091-0/+614