summaryrefslogtreecommitdiff
path: root/drivers/memstick/core/memstick.c
AgeCommit message (Expand)Author
2024-02-13memstick: core: make memstick_bus_type constRicardo B. Marliere
2023-04-05memstick: fix memory leak if card device is never registeredGreg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-03-30memstick: Remove useless else branchJoey Pabalan
2020-11-24memstick: fix a double-free bug in memstick_checkQinglang Miao
2020-09-28memstick: Skip allocating card when removing hostKai-Heng Feng
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-10memstick: Fix error cleanup path of memstick_initWang Hai
2018-12-17memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng
2017-01-24drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-10-16memstick: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-02-27memstick: convert to idr_alloc()Tejun Heo
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2011-01-13memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov
2011-01-13memstick: core: fix device_register() error handlingVasiliy Kulikov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-24memstick: move dev_dbgJiri Slaby
2009-01-06memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-09-13memstick: fix MSProHG 8-bit interface mode supportAlex Dubov
2008-07-26memstick: use fully asynchronous request processingAlex Dubov
2008-07-26memstick: add "start" and "stop" methods to memstick deviceAlex Dubov
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov
2008-03-10memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov
2008-03-10memstick: make sure number of command retries is exactly as specifiedAlex Dubov
2008-03-10memstick: add memstick_suspend/resume_host methodsAlex Dubov
2008-03-10memstick: introduce correct definitions in the headerAlex Dubov
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov