summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core
Commit message (Expand)AuthorAgeFilesLines
* memstick: Fix Kconfig indentationKrzysztof Kozlowski2019-11-211-9/+9
* ms_block: fix spelling mistake "randomally" -> "randomly"Colin Ian King2019-09-111-1/+1
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-111-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-194-20/+4
|/
* memstick: mspro_block: Fix an error code in mspro_block_issue_req()Dan Carpenter2019-05-281-7/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-281-0/+3
|\
| * memstick: Prevent memstick host from getting runtime suspended during card de...Kai-Heng Feng2018-12-171-0/+3
* | ms_block: remove unused pointer 'set'Colin Ian King2018-11-081-1/+0
* | mspro_block: convert to blk-mqJens Axboe2018-11-071-55/+66
* | ms_block: convert to blk-mqJens Axboe2018-11-072-49/+62
|/
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-282-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-112-10/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* block: introduce new block status code typeChristoph Hellwig2017-06-092-6/+9
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-172-24/+0
|\
| * mspro_block: remove pointless prep_fnChristoph Hellwig2017-01-311-13/+0
| * ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0
* | drivers/memstick/core/memstick.c: avoid -Wnonnull warningArnd Bergmann2017-01-241-1/+1
|/
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-282-2/+2
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-202-4/+2
* block: convert to device_add_disk()Dan Williams2016-06-272-4/+2
* drivers/memstick/core/mspro_block: use kmemdupMuhammad Falak R Wani2016-05-231-2/+1
* memstick: trivial fix of spelling mistake on managementColin Ian King2016-04-282-9/+9
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-201-1/+1
* memstick: mspro_block: add missing curly bracesDan Carpenter2015-04-171-1/+2
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-152-3/+3
* drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng2013-11-131-1/+1
* drivers/memstick/core/mspro_block.c: fix attributes array allocationMichal Nazarewicz2013-11-131-2/+2
* memstick: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-9/+9
* memstick: add support for legacy memorysticksMaxim Levitsky2013-09-114-1/+2688
* block_device_operations->release() should return voidAl Viro2013-05-071-5/+3
* memstick: convert to idr_alloc()Tejun Heo2013-02-272-25/+13
* drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2011-10-312-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memstick: change to new flag variablematt mooney2011-03-171-4/+0
* workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
* memstick: factor out transfer initiating functionality in mspro_block.cAlex Dubov2011-01-131-62/+74
* memstick: remove mspro_block_mutexAlex Dubov2011-01-131-8/+1
* memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov2011-01-132-9/+15
* memstick: core: fix device_register() error handlingVasiliy Kulikov2011-01-131-0/+1
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
* memstick: fix hangs on unexpected device removal in mspro_blkMaxim Levitsky2010-08-121-2/+3
* memstick: init sysfs attributesMaxim Levitsky2010-08-121-0/+1
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+8