From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rW4jP5F2pzDqrs for ; Fri, 17 Jun 2016 12:59:37 +1000 (AEST) Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5H2xHXp025852 for ; Thu, 16 Jun 2016 22:59:35 -0400 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by mx0a-001b2d01.pphosted.com with ESMTP id 23kq6yxk8f-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Jun 2016 22:59:35 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 16 Jun 2016 20:59:34 -0600 Reply-To: manoj@linux.vnet.ibm.com Subject: Re: [PATCH 2/3] cxlflash: Add device dependent flags References: <1466034460-17797-1-git-send-email-ukrishn@linux.vnet.ibm.com> <1466034578-17914-1-git-send-email-ukrishn@linux.vnet.ibm.com> To: Uma Krishnan , linux-scsi@vger.kernel.org, James Bottomley , "Martin K. Petersen" , "Matthew R. Ochs" Cc: Brian King , linuxppc-dev@lists.ozlabs.org, Ian Munsie , Andrew Donnellan , Frederic Barrat , Christophe Lombard From: Manoj Kumar Date: Thu, 16 Jun 2016 22:00:12 -0500 MIME-Version: 1.0 In-Reply-To: <1466034578-17914-1-git-send-email-ukrishn@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Message-Id: <576367BC.6060701@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 6/15/2016 6:49 PM, Uma Krishnan wrote: > Device dependent flags are needed to support functions that are > specific to a particular device. > Acked-by: Manoj N. Kumar