summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/memstick.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-03-30memstick: Remove useless else branchJoey Pabalan1-11/+10
2020-11-24memstick: fix a double-free bug in memstick_checkQinglang Miao1-1/+0
2020-09-28memstick: Skip allocating card when removing hostKai-Heng Feng1-0/+4
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-4/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-10memstick: Fix error cleanup path of memstick_initWang Hai1-4/+9
2018-12-17memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng1-0/+3
2017-01-24drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-16memstick: convert bus code to use dev_groupsGreg Kroah-Hartman1-9/+9
2013-02-27memstick: convert to idr_alloc()Tejun Heo1-11/+10
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker1-0/+1
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2011-01-13memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov1-7/+11
2011-01-13memstick: core: fix device_register() error handlingVasiliy Kulikov1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-24memstick: move dev_dbgJiri Slaby1-1/+1
2009-01-06memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+2
2008-09-13memstick: fix MSProHG 8-bit interface mode supportAlex Dubov1-5/+5
2008-07-26memstick: use fully asynchronous request processingAlex Dubov1-2/+5
2008-07-26memstick: add "start" and "stop" methods to memstick deviceAlex Dubov1-3/+8
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov1-5/+13
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman1-17/+16
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov1-6/+3
2008-03-10memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov1-2/+0
2008-03-10memstick: make sure number of command retries is exactly as specifiedAlex Dubov1-1/+1
2008-03-10memstick: add memstick_suspend/resume_host methodsAlex Dubov1-0/+25
2008-03-10memstick: introduce correct definitions in the headerAlex Dubov1-2/+2
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov1-0/+614