Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965881AbdCXPX5 (ORCPT ); Fri, 24 Mar 2017 11:23:57 -0400 Received: from mail-vk0-f43.google.com ([209.85.213.43]:35405 "EHLO mail-vk0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936197AbdCXPXH (ORCPT ); Fri, 24 Mar 2017 11:23:07 -0400 MIME-Version: 1.0 In-Reply-To: <1489489491-14195-3-git-send-email-bgolaszewski@baylibre.com> References: <1489489491-14195-1-git-send-email-bgolaszewski@baylibre.com> <1489489491-14195-3-git-send-email-bgolaszewski@baylibre.com> From: Bartosz Golaszewski Date: Fri, 24 Mar 2017 16:22:50 +0100 Message-ID: Subject: Re: [PATCH v2 2/2] ata: ahci: add support for DaVinci DM816 SATA controller To: Tejun Heo Cc: linux-ide@vger.kernel.org, Michael Turquette , Sergei Shtylyov , Kevin Hilman , Neil Armstrong , Tony Lindgren , Rob Herring , Mark Rutland , Patrick Titiano , linux-devicetree , LKML , Bartosz Golaszewski Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 935 Lines: 26 2017-03-14 12:04 GMT+01:00 Bartosz Golaszewski : > 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 > --- > drivers/ata/Kconfig | 9 +++ > drivers/ata/Makefile | 1 + > drivers/ata/ahci_dm816.c | 200 +++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 210 insertions(+) > create mode 100644 drivers/ata/ahci_dm816.c > Hi Tejun, the DT bindings have been acked by Rob Herring and Tony Lindgren has picked up the arch/arm patches. If there are no objections, could you merge this driver and DT bindings for 4.12? Thanks, Bartosz