Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757593AbdCXPkx (ORCPT ); Fri, 24 Mar 2017 11:40:53 -0400 Received: from mail-yw0-f175.google.com ([209.85.161.175]:36115 "EHLO mail-yw0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757316AbdCXPkp (ORCPT ); Fri, 24 Mar 2017 11:40:45 -0400 Date: Fri, 24 Mar 2017 11:40:42 -0400 From: Tejun Heo To: Bartosz Golaszewski Cc: Rob Herring , Mark Rutland , Neil Armstrong , Michael Turquette , Kevin Hilman , Patrick Titiano , Tony Lindgren , Sergei Shtylyov , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] ata: ahci: add support for DaVinci DM816 SATA controller Message-ID: <20170324154042.GD21525@htj.duckdns.org> References: <1489489491-14195-1-git-send-email-bgolaszewski@baylibre.com> <1489489491-14195-3-git-send-email-bgolaszewski@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489489491-14195-3-git-send-email-bgolaszewski@baylibre.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 518 Lines: 17 On Tue, Mar 14, 2017 at 12:04:51PM +0100, Bartosz Golaszewski wrote: > This SATA controller is quite similar to the one present on the DA850 > SoC, but the PHY configuration is different and it supports two HBA > ports. > > The IP suffers from the same PMP issue the DA850 does - if we enable > PMP but don't use it - softreset fails. Appropriate workaround was > implemented in this driver as well. > > Signed-off-by: Bartosz Golaszewski Applied to libata/for-4.12. Thanks. -- tejun