From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 0/4] ata: add remaining new-style AHCI platform drivers Date: Mon, 17 Mar 2014 14:57:55 -0400 Message-ID: <20140317185755.GA17373@mtj.dyndns.org> References: <1395081118-15248-1-git-send-email-b.zolnierkie@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-qc0-f176.google.com ([209.85.216.176]:64088 "EHLO mail-qc0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbaCQS6A (ORCPT ); Mon, 17 Mar 2014 14:58:00 -0400 Content-Disposition: inline In-Reply-To: <1395081118-15248-1-git-send-email-b.zolnierkie@samsung.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Sekhar Nori , Kevin Hilman , Viresh Kumar , Shiraz Hashim , linux-ide@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, davinci-linux-open-source@linux.davincidsp.com, spear-devel@list.st.com On Mon, Mar 17, 2014 at 07:31:54PM +0100, Bartlomiej Zolnierkiewicz wrote: > Hi, > > This patch series adds new-style AHCI platform drivers for DaVinci DA850 > AHCI controller and ST SPEAr1340 AHCI controller. As a preparation for > adding these drivers it also fixes ahci_platform_data->suspend() handling > (patch #1) and moves library AHCI platform code to its own file (patch #2). > The new AHCI platform drivers are only compile tested (they are marked as > experimental because of this) and I would ask somebody with the hardware > to verify them (thanks!). Nice cleanups. I'll apply the patches once the drivers are verified to work. Thanks! -- tejun