From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v5 00/14] ARM: da850-lcdk: add SATA support Date: Fri, 20 Jan 2017 19:26:41 +0530 Message-ID: <86bcbb3c-87e4-3508-f4a6-26529f39d374@ti.com> References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> <20170120132843.GA31487@mtj.duckdns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170120132843.GA31487@mtj.duckdns.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Tejun Heo , Bartosz Golaszewski Cc: Mark Rutland , devicetree@vger.kernel.org, David Lechner , Kevin Hilman , Michael Turquette , Russell King , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Rob Herring , Patrick Titiano , linux-arm-kernel@lists.infradead.org List-Id: linux-ide@vger.kernel.org Hi Tejun, On Friday 20 January 2017 06:58 PM, Tejun Heo wrote: > On Fri, Jan 20, 2017 at 12:21:51PM +0100, Bartosz Golaszewski wrote: >> This series contains all the changes necessary to make SATA work on >> the da850-lcdk board. >> >> The first patch adds DT bindings for the ahci-da850 driver. >> >> The second enables relevant modules in davinci_all_defconfig. >> >> Patches 03/14-06/14 modify the way the clocks are handled regarding >> SATA on the da850 platform. We modify the ahci driver to retrieve >> the clock via con_id and model the external SATA oscillator as >> a real clock. >> >> Patches 07/14-11/14 extend the ahci-da850 driver. Add DT support, >> implement workarounds necessary to make SATA work on the da850-lcdk >> board and un-hardcode the external clock multiplier. > > Please feel free to add > > Acked-by: Tejun Heo > > to the all libata patches. Please let me know how the patches should > be routed once other parts are settled. I believe you can queue the libata patches independently (patches 1, 4, 7, 8, 9, 10, 11). It looks like they have been written such that driver continues to work with existing platform code (Bartosz, please disagree if I am wrong). 1/14 still needs the ack from DT maintainers. I would like to queue the platform parts (rest of the patches) through ARM-SoC since they will likely clash with code I have queued. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752483AbdATOMh (ORCPT ); Fri, 20 Jan 2017 09:12:37 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:34161 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752399AbdATOMe (ORCPT ); Fri, 20 Jan 2017 09:12:34 -0500 Subject: Re: [PATCH v5 00/14] ARM: da850-lcdk: add SATA support To: Tejun Heo , Bartosz Golaszewski References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> <20170120132843.GA31487@mtj.duckdns.org> CC: Kevin Hilman , Patrick Titiano , Michael Turquette , Rob Herring , Mark Rutland , Russell King , David Lechner , , , , From: Sekhar Nori Message-ID: <86bcbb3c-87e4-3508-f4a6-26529f39d374@ti.com> Date: Fri, 20 Jan 2017 19:26:41 +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: <20170120132843.GA31487@mtj.duckdns.org> 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 Hi Tejun, On Friday 20 January 2017 06:58 PM, Tejun Heo wrote: > On Fri, Jan 20, 2017 at 12:21:51PM +0100, Bartosz Golaszewski wrote: >> This series contains all the changes necessary to make SATA work on >> the da850-lcdk board. >> >> The first patch adds DT bindings for the ahci-da850 driver. >> >> The second enables relevant modules in davinci_all_defconfig. >> >> Patches 03/14-06/14 modify the way the clocks are handled regarding >> SATA on the da850 platform. We modify the ahci driver to retrieve >> the clock via con_id and model the external SATA oscillator as >> a real clock. >> >> Patches 07/14-11/14 extend the ahci-da850 driver. Add DT support, >> implement workarounds necessary to make SATA work on the da850-lcdk >> board and un-hardcode the external clock multiplier. > > Please feel free to add > > Acked-by: Tejun Heo > > to the all libata patches. Please let me know how the patches should > be routed once other parts are settled. I believe you can queue the libata patches independently (patches 1, 4, 7, 8, 9, 10, 11). It looks like they have been written such that driver continues to work with existing platform code (Bartosz, please disagree if I am wrong). 1/14 still needs the ack from DT maintainers. I would like to queue the platform parts (rest of the patches) through ARM-SoC since they will likely clash with code I have queued. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Fri, 20 Jan 2017 19:26:41 +0530 Subject: [PATCH v5 00/14] ARM: da850-lcdk: add SATA support In-Reply-To: <20170120132843.GA31487@mtj.duckdns.org> References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> <20170120132843.GA31487@mtj.duckdns.org> Message-ID: <86bcbb3c-87e4-3508-f4a6-26529f39d374@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Tejun, On Friday 20 January 2017 06:58 PM, Tejun Heo wrote: > On Fri, Jan 20, 2017 at 12:21:51PM +0100, Bartosz Golaszewski wrote: >> This series contains all the changes necessary to make SATA work on >> the da850-lcdk board. >> >> The first patch adds DT bindings for the ahci-da850 driver. >> >> The second enables relevant modules in davinci_all_defconfig. >> >> Patches 03/14-06/14 modify the way the clocks are handled regarding >> SATA on the da850 platform. We modify the ahci driver to retrieve >> the clock via con_id and model the external SATA oscillator as >> a real clock. >> >> Patches 07/14-11/14 extend the ahci-da850 driver. Add DT support, >> implement workarounds necessary to make SATA work on the da850-lcdk >> board and un-hardcode the external clock multiplier. > > Please feel free to add > > Acked-by: Tejun Heo > > to the all libata patches. Please let me know how the patches should > be routed once other parts are settled. I believe you can queue the libata patches independently (patches 1, 4, 7, 8, 9, 10, 11). It looks like they have been written such that driver continues to work with existing platform code (Bartosz, please disagree if I am wrong). 1/14 still needs the ack from DT maintainers. I would like to queue the platform parts (rest of the patches) through ARM-SoC since they will likely clash with code I have queued. Thanks, Sekhar