From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752669AbdARSgA (ORCPT ); Wed, 18 Jan 2017 13:36:00 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:35627 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751820AbdARSfl (ORCPT ); Wed, 18 Jan 2017 13:35:41 -0500 Date: Wed, 18 Jan 2017 10:28:26 -0800 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 v3 09/13] sata: ahci: export ahci_do_hardreset() locally Message-ID: <20170118182826.GA1451@mtj.duckdns.org> References: <1484745601-4769-1-git-send-email-bgolaszewski@baylibre.com> <1484745601-4769-10-git-send-email-bgolaszewski@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484745601-4769-10-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 Hello, Bartosz. On Wed, Jan 18, 2017 at 02:19:57PM +0100, Bartosz Golaszewski wrote: > We need a way to retrieve the information about the online state of > the link in the ahci-da850 driver. > > Create a new function: ahci_do_hardreset() which is called from > ahci_hardreset() for backwards compatibility, but has an additional > argument: 'online' - which can be used to check if the link is online > after this function returns. Please just add @online to ahci_hardreset() and update the callers. Other than that, the sata changes look good to me. Thanks. -- tejun