aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-08skd: reorder construct/destruct codeBartlomiej Zolnierkiewicz1-164/+141
2013-11-08skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz1-26/+13
2013-11-08skd: remove redundant skdev->pdev assignment from skd_pci_probe()Bartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: use <asm/unaligned.h>Bartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: remove SCSI subsystem specific includesBartlomiej Zolnierkiewicz1-3/+0
2013-11-08skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz1-21/+12
2013-11-08skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz1-12/+9
2013-11-08skd: fix error paths in skd_init()Bartlomiej Zolnierkiewicz1-3/+13
2013-11-08skd: fix unregister_blkdev() placementBartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: more removal of bio-based codeMike Snitzer1-71/+20
2013-11-08skd: cleanup the skd_*() function block wrappingJens Axboe1-37/+15
2013-11-08skd: rip out bio pathJens Axboe1-467/+62
2013-11-08skd: fix error return code in skd_pci_probe()Wei Yongjun1-1/+3
2013-11-08skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi1-284/+407
2013-11-08skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali1-22/+31
2013-11-08Add support for sTec's pci-e flash card KronosAkhil Bhansali1-0/+5817