aboutsummaryrefslogtreecommitdiff
path: root/drivers/memstick/core/memstick.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-3/+3
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2021-03-30memstick: Remove useless else branchGravatar Joey Pabalan 1-11/+10
2020-11-24memstick: fix a double-free bug in memstick_checkGravatar Qinglang Miao 1-1/+0
2020-09-28memstick: Skip allocating card when removing hostGravatar Kai-Heng Feng 1-0/+4
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-4/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-06-10memstick: Fix error cleanup path of memstick_initGravatar Wang Hai 1-4/+9
2018-12-17memstick: Prevent memstick host from getting runtime suspended during card de...Gravatar Kai-Heng Feng 1-0/+3
2017-01-24drivers/memstick/core/memstick.c: avoid -Wnonnull warningGravatar Arnd Bergmann 1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-1/+1
2013-10-16memstick: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-9/+9
2013-02-27memstick: convert to idr_alloc()Gravatar Tejun Heo 1-11/+10
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersGravatar Paul Gortmaker 1-0/+1
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Gravatar Tejun Heo 1-1/+1
2011-01-13memstick: avert possible race condition between idr_pre_get and idr_get_newGravatar Alex Dubov 1-7/+11
2011-01-13memstick: core: fix device_register() error handlingGravatar Vasiliy Kulikov 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-24memstick: move dev_dbgGravatar Jiri Slaby 1-1/+1
2009-01-06memstick: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-3/+2
2008-09-13memstick: fix MSProHG 8-bit interface mode supportGravatar Alex Dubov 1-5/+5
2008-07-26memstick: use fully asynchronous request processingGravatar Alex Dubov 1-2/+5
2008-07-26memstick: add "start" and "stop" methods to memstick deviceGravatar Alex Dubov 1-3/+8
2008-07-26memstick: allow "set_param" method to return an error codeGravatar Alex Dubov 1-5/+13
2008-04-19memstick: convert struct class_device to struct deviceGravatar Greg Kroah-Hartman 1-17/+16
2008-03-19memstick: automatically retrieve "INT" value from command responseGravatar Alex Dubov 1-6/+3
2008-03-10memstick: drop DRIVER_VERSION numbers as meaninglessGravatar Alex Dubov 1-2/+0
2008-03-10memstick: make sure number of command retries is exactly as specifiedGravatar Alex Dubov 1-1/+1
2008-03-10memstick: add memstick_suspend/resume_host methodsGravatar Alex Dubov 1-0/+25
2008-03-10memstick: introduce correct definitions in the headerGravatar Alex Dubov 1-2/+2
2008-02-09memstick: initial commit for Sony MemoryStick supportGravatar Alex Dubov 1-0/+614