summaryrefslogtreecommitdiff
path: root/drivers/memstick/core/memstick.c
AgeCommit message (Expand)Author
2019-07-31memstick: Fix error cleanup path of memstick_initWang Hai
2019-02-12memstick: 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