From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 71AE4E00992; Thu, 30 Apr 2015 06:10:01 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_FROM_12LTRDOM autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 T_FROM_12LTRDOM From a 12-letter domain Received: from sip2-98.nexcess.net (iwavesystems.com [207.32.180.10]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 16C05E007CC for ; Thu, 30 Apr 2015 06:09:59 -0700 (PDT) Received: (qmail 18416 invoked by uid 108); 30 Apr 2015 09:09:57 -0400 Received: from unknown (HELO ?192.168.2.104?) (124.124.219.229) by sip2-98.nexcess.net with SMTP; 30 Apr 2015 09:09:57 -0400 Message-ID: <554229A1.8020905@iwavesystems.com> Date: Thu, 30 Apr 2015 18:39:53 +0530 From: ansaris User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: i.MX6 - SATA hotplug support in Linux3.14.28 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2015 13:10:01 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, We are using imx6Q custom platform (which is based on sabresd platform) for our development with Linux 3.14.28_1.0.0-GA BSP. We have referred imx sata controller driver(~/linux-imx/drivers/ata/ahci_imx.c). With below code, we believe that the imx6 SATA controller supports hot-plug. static int ahci_imx_hotplug; module_param_named(hotplug, ahci_imx_hotplug, int, 0644); MODULE_PARM_DESC(hotplug, "AHCI IMX hot-plug support (0=Don't support, 1=support)"); Please let us know, the SATA hot-plug supported in this release? So that we can use in our custom platform. Regards, Ansari