From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751298AbdFBNuH (ORCPT ); Fri, 2 Jun 2017 09:50:07 -0400 Received: from mail-yw0-f194.google.com ([209.85.161.194]:36638 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbdFBNuF (ORCPT ); Fri, 2 Jun 2017 09:50:05 -0400 Date: Fri, 2 Jun 2017 09:50:03 -0400 From: Tejun Heo To: Yuantian Tang Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ahci: qoriq: add ls1088a platforms support Message-ID: <20170602135003.GA18930@htj.duckdns.org> References: <1496388183-11534-1-git-send-email-andy.tang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496388183-11534-1-git-send-email-andy.tang@nxp.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 02, 2017 at 03:23:03PM +0800, Yuantian Tang wrote: > Ls1088a is new introduced arm-based soc with sata support with > following features: > > * Complies with the serial ATA 3.0 specification > and the AHCI 1.3.1 specification > * Contains a high-speed descriptor-based DMA controller > * Supports the following: > * Speeds of 1.5 Gb/s (first-generation SATA), > 3 Gb/s (second-generation SATA), and 6 Gb/s (third-generation SATA) > * FIS-based switching > * Native command queuing (NCQ) commands > * Port multiplier operation > * Asynchronous notification > * SATA Vendor BIST mode > > Signed-off-by: Tang Yuantian Applied to libata/for-4.13. Thanks. -- tejun