Skip to content

Commit

Permalink
block: Add driver for Micron RealSSD pcie flash cards
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 6 changed files with 4,043 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ config PARIDE

source "drivers/block/paride/Kconfig"

source "drivers/block/mtip32xx/Kconfig"

config BLK_CPQ_DA
tristate "Compaq SMART2 support"
depends on PCI && VIRT_TO_BUS
Expand Down
1 change: 1 addition & 0 deletions drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
obj-$(CONFIG_XEN_BLKDEV_BACKEND) += xen-blkback/
obj-$(CONFIG_BLK_DEV_DRBD) += drbd/
obj-$(CONFIG_BLK_DEV_RBD) += rbd.o
obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx/

swim_mod-y := swim.o swim_asm.o
9 changes: 9 additions & 0 deletions drivers/block/mtip32xx/Kconfig
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.
5 changes: 5 additions & 0 deletions drivers/block/mtip32xx/Makefile
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
Loading

0 comments on commit 88523a6

Please sign in to comment.