Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
85a0f7b2
Commit
85a0f7b2
authored
Jan 15, 2012
by
Jens Axboe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-3.3/mtip32xx' into for-3.3/drivers
parents
f748040b
62ee8c13
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4091 additions
and
0 deletions
+4091
-0
drivers/block/Kconfig
drivers/block/Kconfig
+2
-0
drivers/block/Makefile
drivers/block/Makefile
+1
-0
drivers/block/mtip32xx/Kconfig
drivers/block/mtip32xx/Kconfig
+9
-0
drivers/block/mtip32xx/Makefile
drivers/block/mtip32xx/Makefile
+5
-0
drivers/block/mtip32xx/mtip32xx.c
drivers/block/mtip32xx/mtip32xx.c
+3651
-0
drivers/block/mtip32xx/mtip32xx.h
drivers/block/mtip32xx/mtip32xx.h
+423
-0
No files found.
drivers/block/Kconfig
View file @
85a0f7b2
...
...
@@ -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
...
...
drivers/block/Makefile
View file @
85a0f7b2
...
...
@@ -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
drivers/block/mtip32xx/Kconfig
0 → 100644
View file @
85a0f7b2
#
# 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.
drivers/block/mtip32xx/Makefile
0 → 100644
View file @
85a0f7b2
#
# Makefile for Block device driver for Micron PCIe SSD
#
obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX)
+=
mtip32xx.o
drivers/block/mtip32xx/mtip32xx.c
0 → 100644
View file @
85a0f7b2
This diff is collapsed.
Click to expand it.
drivers/block/mtip32xx/mtip32xx.h
0 → 100644
View file @
85a0f7b2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment