summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/ms_block.c
Commit message (Expand)AuthorAgeFilesLines
* ms_block: fix spelling mistake "randomally" -> "randomly"Colin Ian King2019-09-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ms_block: remove unused pointer 'set'Colin Ian King2018-11-081-1/+0
* ms_block: convert to blk-mqJens Axboe2018-11-071-49/+61
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* memstick: remove unused variablesChristoph Hellwig2018-05-141-1/+0
* memstick: don't call blk_queue_bounce_limitChristoph Hellwig2018-05-111-5/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* block: introduce new block status code typeChristoph Hellwig2017-06-091-3/+4
* ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2016-07-201-2/+1
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* memstick: trivial fix of spelling mistake on managementColin Ian King2016-04-281-8/+8
* memstick: use sector_div instead of do_divArnd Bergmann2016-01-201-1/+1
* drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2013-11-151-2/+2
* drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng2013-11-131-1/+1
* memstick: add support for legacy memorysticksMaxim Levitsky2013-09-111-0/+2385