-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: Add driver for Micron RealSSD pcie flash cards
This adds mtip32xx, a driver supporting Microns line of pci-express flash storage cards. Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com> Signed-off-by: Sam Bradshaw <sbradshaw@micron.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
- Loading branch information
Sam Bradshaw
authored and
Jens Axboe
committed
Nov 5, 2011
1 parent
5c8a0fb
commit 88523a6
Showing
6 changed files
with
4,043 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# | ||
# mtip32xx device driver configuration | ||
# | ||
|
||
config BLK_DEV_PCIESSD_MTIP32XX | ||
tristate "Block Device Driver for Micron PCIe SSDs" | ||
depends on HOTPLUG_PCI_PCIE | ||
help | ||
This enables the block driver for Micron PCIe SSDs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile for Block device driver for Micron PCIe SSD | ||
# | ||
|
||
obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx.o |
Oops, something went wrong.