summaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx/mtip32xx.c
Commit message (Expand)AuthorAgeFilesLines
* mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()Wei Yongjun2012-11-231-1/+2
* mtip32xx: fix shift larger than type warningJens Axboe2012-11-231-1/+2
* mtip32xx: Fix to make lba address correct in big-endian systemsSelvan Mani2012-11-231-2/+6
* mtip32xx: fix potential crash on SEC_ERASE_UNITSelvan Mani2012-11-231-2/+2
* mtip32xx:Added appropriate timeout value for secure eraseSelvan Mani2012-10-301-4/+15
* mtip32xx: fix user_buffer check in exec_drive_commandDavid Milburn2012-09-121-1/+1
* mtip32xx: Remove dead codeAsai Thambi S P2012-09-121-6/+0Star
* mtip32xx: Change printk to pr_xxxxAsai Thambi S P2012-09-121-3/+3
* mtip32xx: Proper reporting of write protect status on big-endianAsai Thambi S P2012-09-121-2/+2
* mtip32xx: Increase timeout for standby commandAsai Thambi S P2012-09-121-1/+1
* mtip32xx: Handle NCQ commands during the security locked stateAsai Thambi S P2012-09-121-1/+9
* mtip32xx: Add support for new devicesAsai Thambi S P2012-09-121-1/+7
* mtip32xx: Create debugfs entries for troubleshootingAsai Thambi S P2012-06-051-1/+161
* mtip32xx: Remove 'registers' and 'flags' from sysfsAsai Thambi S P2012-06-051-91/+1Star
* mtip32xx: Changes to sysfs entriesAsai Thambi S P2012-05-311-19/+57
* mtip32xx: minor performance tweakAsai Thambi S P2012-05-311-0/+2
* mtip32xx: Fix to support more than one sector in exec_drive_command()Asai Thambi S P2012-05-311-16/+44
* mtip32xx: Use plain spinlock for 'cmd_issue_lock'Asai Thambi S P2012-05-311-4/+2Star
* mtip32xx: Set block queue boundary variablesAsai Thambi S P2012-05-311-0/+3
* mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commandsAsai Thambi S P2012-05-311-30/+30
* mtip32xx: Change HDIO_GET_IDENTITY to return stored dataAsai Thambi S P2012-05-311-6/+5Star
* mtip32xx: Set custom timeouts for PIO commandsAsai Thambi S P2012-05-311-27/+28
* mtip32xx: fix clearing an incorrect register in mtip_init_portAsai Thambi S P2012-05-311-2/+1Star
* mtip32xx: release the semaphore on an error pathAsai Thambi S P2012-05-111-1/+3
* mtip32xx: dump tagmap on failureAsai Thambi S P2012-04-091-29/+33
* mtip32xx: fix handling of commands in various scenariosAsai Thambi S P2012-04-091-37/+107
* mtip32xx: Shorten macro namesAsai Thambi S P2012-04-091-63/+61Star
* mtip32xx: misc changesAsai Thambi S P2012-04-091-22/+44
* mtip32xx: Add new sysfs entry 'status'Asai Thambi S P2012-04-091-29/+294
* mtip32xx: make setting comp_time as commonAsai Thambi S P2012-04-091-11/+5Star
* mtip32xx: Add new bitwise flag 'dd_flag'Asai Thambi S P2012-04-091-50/+161
* mtip32xx: fix error handling in mtip_init()Ryosuke Saito2012-04-051-4/+11
* mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and...Asai Thambi S P2012-03-231-11/+8Star
* mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unus...Asai Thambi S P2012-02-071-6/+5Star
* mtip32xx: do rebuild monitoring asynchronouslyAsai Thambi S P2012-01-041-40/+64
* mtip32xx: uninitialized variable in mtip_quiesce_io()Dan Carpenter2011-11-241-1/+2
* mtip32xx: updates based on feedbackAsai Thambi S P2011-11-231-140/+202
* mtip32xx: update to new ->make_request() APIJens Axboe2011-11-051-10/+5Star
* mtip32xx: add module.h include to avoid conflict with moduleh treeJens Axboe2011-11-051-0/+1
* mtip32xx: mark a few more items staticJens Axboe2011-11-051-2/+2
* mtip32xx: ensure that all local functions are staticJens Axboe2011-11-051-319/+313Star
* mtip32xx: cleanup compat ioctl handlingJens Axboe2011-11-051-87/+64Star
* mtip32xx: fix warnings/errors on 32-bit compilesJens Axboe2011-11-051-7/+23
* block: Add driver for Micron RealSSD pcie flash cardsSam Bradshaw2011-11-051-0/+3581