From patchwork Tue May 3 20:14:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Asai Thambi Samymuthu Pattrayasamy (asamymuthupa) [CONTRACTOR]" X-Patchwork-Id: 93890 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 1DAA0B6F62 for ; Wed, 4 May 2011 06:15:00 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754870Ab1ECUOs (ORCPT ); Tue, 3 May 2011 16:14:48 -0400 Received: from masquerade.micron.com ([137.201.242.130]:30741 "EHLO masquerade.micron.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754324Ab1ECUOp convert rfc822-to-8bit (ORCPT ); Tue, 3 May 2011 16:14:45 -0400 Received: from ntxboimbx31.micron.com (ntxboimbx31.micron.com [137.201.91.17]) by masquerade.micron.com (8.13.6/8.13.6) with SMTP id p43KEhG1001275 for ; Tue, 3 May 2011 14:14:44 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: [PATCH 1/3] New driver mtipx2xx submission Date: Tue, 3 May 2011 14:14:42 -0600 Message-ID: <22A973199D2C2F46933448F6E7990A300204FB87@ntxboimbx31.micron.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 1/3] New driver mtipx2xx submission thread-index: AcwJzrzwVucct1BvSq+kSLdeWF8v7Q== From: "Asai Thambi Samymuthu Pattrayasamy (asamymuthupa) [CONTRACTOR]" To: X-Scanned-By: MIMEDefang 2.62 on mail-srv3 on 137.201.131.43 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Part 1 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 --- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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