From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751876AbdAMOe1 (ORCPT ); Fri, 13 Jan 2017 09:34:27 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:39337 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796AbdAMOe0 (ORCPT ); Fri, 13 Jan 2017 09:34:26 -0500 Subject: Re: [PATCH 00/10] ARM: da850-lcdk: add SATA support To: Bartosz Golaszewski , Kevin Hilman , Patrick Titiano , Michael Turquette , Tejun Heo , Rob Herring , Mark Rutland , Russell King , David Lechner References: <1484311084-31547-1-git-send-email-bgolaszewski@baylibre.com> CC: , , , From: Sekhar Nori Message-ID: Date: Fri, 13 Jan 2017 20:02:52 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1484311084-31547-1-git-send-email-bgolaszewski@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 13 January 2017 06:07 PM, Bartosz Golaszewski wrote: > This series contains all the changes necessary to make SATA work on > the da850-lcdk board. > > The first patch adds a clock lookup entry required for the ahci core > to retrieve a functional clock. > > The second enables relevant config options for all davinci boards. > > The third adds device tree bindings for the ahci_da850 driver. > > The fourth adds a workaround for a SATA controller instability we > detected after increasing the PLL0 frequency for proper LCD > controller support. > > Patches 5 through 7 extend the ahci_da850 driver - add DT support, > un-hardcode the clock multiplier value and add a workaround for > a quirk present on the da850 SATA controller. > > Patches 8-10 add the device tree changes required to probe the driver. > > I'm posting the series as a whole to give all reviewers the full > picture and visibility of the changes required, if needed I can resend > the patches separately. I just tested this series on my LCDK board using a Western Digital SATA HDD and it works great with some basic read / write tests. Thanks! For the non-platform patches which I wont be queuing: Tested-by: Sekhar Nori I will take a look at the series closely next week. Thanks, Sekhar