From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v5 00/14] ARM: da850-lcdk: add SATA support Date: Fri, 20 Jan 2017 08:28:43 -0500 Message-ID: <20170120132843.GA31487@mtj.duckdns.org> References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1484911325-23425-1-git-send-email-bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bartosz Golaszewski Cc: Kevin Hilman , Sekhar Nori , Patrick Titiano , Michael Turquette , Rob Herring , Mark Rutland , Russell King , David Lechner , linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-ide@vger.kernel.org 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. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: tj@kernel.org (Tejun Heo) Date: Fri, 20 Jan 2017 08:28:43 -0500 Subject: [PATCH v5 00/14] ARM: da850-lcdk: add SATA support In-Reply-To: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> Message-ID: <20170120132843.GA31487@mtj.duckdns.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Thanks. -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752109AbdATNgX (ORCPT ); Fri, 20 Jan 2017 08:36:23 -0500 Received: from mail-yb0-f195.google.com ([209.85.213.195]:35325 "EHLO mail-yb0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751985AbdATNgT (ORCPT ); Fri, 20 Jan 2017 08:36:19 -0500 Date: Fri, 20 Jan 2017 08:28:43 -0500 From: Tejun Heo To: Bartosz Golaszewski Cc: Kevin Hilman , Sekhar Nori , Patrick Titiano , Michael Turquette , Rob Herring , Mark Rutland , Russell King , David Lechner , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 00/14] ARM: da850-lcdk: add SATA support Message-ID: <20170120132843.GA31487@mtj.duckdns.org> References: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484911325-23425-1-git-send-email-bgolaszewski@baylibre.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks. -- tejun