* [PATCH 1/3] New driver mtipx2xx submission
@ 2011-05-03 20:14 Asai Thambi Samymuthu Pattrayasamy (asamymuthupa) [CONTRACTOR]
2011-05-04 10:26 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Asai Thambi Samymuthu Pattrayasamy (asamymuthupa) [CONTRACTOR] @ 2011-05-03 20:14 UTC (permalink / raw)
To: linux-ide
Part 1
diff -uNr a/drivers/block/Kconfig b/drivers/block/Kconfig
--- a/drivers/block/Kconfig 2011-04-15 13:53:48.000000000 -0600
+++ b/drivers/block/Kconfig 2011-05-03 13:00:40.000000000 -0600
@@ -116,6 +116,8 @@
source "drivers/block/paride/Kconfig"
+source "drivers/block/mtipx2xx/Kconfig"
+
config BLK_CPQ_DA
tristate "Compaq SMART2 support"
depends on PCI && VIRT_TO_BUS
diff -uNr a/drivers/block/mtipx2xx/Kconfig
b/drivers/block/mtipx2xx/Kconfig
--- a/drivers/block/mtipx2xx/Kconfig 1969-12-31 17:00:00.000000000
-0700
+++ b/drivers/block/mtipx2xx/Kconfig 2011-05-03 12:57:34.000000000
-0600
@@ -0,0 +1,13 @@
+#
+# mtipx2xx device driver configuration
+#
+
+config BLK_DEV_PCIE_SSD
+ tristate "Block Device Driver for Micron PCIe SSDs"
+ depends on HOTPLUG_PCI_PCIE
+ default n
+ help
+
+ This option enables block device driver for Micron PCIe SSDs.
This
+ driver depends on pciehp module to support surprise insertion
+ surprise removal (SRSI) of the device.
diff -uNr a/drivers/block/mtipx2xx/Makefile
b/drivers/block/mtipx2xx/Makefile
--- a/drivers/block/mtipx2xx/Makefile 1969-12-31 17:00:00.000000000
-0700
+++ b/drivers/block/mtipx2xx/Makefile 2011-05-03 12:57:34.000000000
-0600
@@ -0,0 +1,7 @@
+#
+# Makefile for Block device driver for Micron PCIe SSD
+#
+
+obj-$(CONFIG_BLK_DEV_PCIE_SSD) += mtipx2xx.o
+
+mtipx2xx-y := module.o pci.o block.o ahci.o
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/3] New driver mtipx2xx submission
2011-05-03 20:14 [PATCH 1/3] New driver mtipx2xx submission Asai Thambi Samymuthu Pattrayasamy (asamymuthupa) [CONTRACTOR]
@ 2011-05-04 10:26 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2011-05-04 10:26 UTC (permalink / raw)
To: Asai Thambi Samymuthu Pattrayasamy (asamymuthupa) [CONTRACTOR]; +Cc: linux-ide
Hello.
On 04-05-2011 0:14, Asai Thambi Samymuthu Pattrayasamy (asamymuthupa)
[CONTRACTOR] wrote:
> Part 1
Need a better description than that.
> diff -uNr a/drivers/block/mtipx2xx/Kconfig
> b/drivers/block/mtipx2xx/Kconfig
> --- a/drivers/block/mtipx2xx/Kconfig 1969-12-31 17:00:00.000000000
> -0700
> +++ b/drivers/block/mtipx2xx/Kconfig 2011-05-03 12:57:34.000000000
> -0600
> @@ -0,0 +1,13 @@
> +#
> +# mtipx2xx device driver configuration
> +#
> +
> +config BLK_DEV_PCIE_SSD
> + tristate "Block Device Driver for Micron PCIe SSDs"
> + depends on HOTPLUG_PCI_PCIE
> + default n
> + help
> +
> + This option enables block device driver for Micron PCIe SSDs.
> This
The patch is line-wrapped.
> + driver depends on pciehp module to support surprise insertion
> + surprise removal (SRSI) of the device.
> diff -uNr a/drivers/block/mtipx2xx/Makefile
> b/drivers/block/mtipx2xx/Makefile
> --- a/drivers/block/mtipx2xx/Makefile 1969-12-31 17:00:00.000000000
> -0700
> +++ b/drivers/block/mtipx2xx/Makefile 2011-05-03 12:57:34.000000000
> -0600
> @@ -0,0 +1,7 @@
> +#
> +# Makefile for Block device driver for Micron PCIe SSD
> +#
> +
> +obj-$(CONFIG_BLK_DEV_PCIE_SSD) += mtipx2xx.o
> +
> +mtipx2xx-y := module.o pci.o block.o ahci.o
This patch should clearly be the last in the series, as at this point
there's no source files yet in this directory.
WBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-04 10:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 20:14 [PATCH 1/3] New driver mtipx2xx submission Asai Thambi Samymuthu Pattrayasamy (asamymuthupa) [CONTRACTOR]
2011-05-04 10:26 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).