From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753566AbaHKNmh (ORCPT ); Mon, 11 Aug 2014 09:42:37 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:57463 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753438AbaHKNme (ORCPT ); Mon, 11 Aug 2014 09:42:34 -0400 Date: Mon, 11 Aug 2014 15:42:29 +0200 From: Thierry Reding To: Mikko Perttunen Cc: tj@kernel.org, swarren@wwwdotorg.org, linux-ide@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ata: ahci_tegra: Read calibration fuse Message-ID: <20140811134227.GB26128@ulmo.nvidia.com> References: <1407755953-11785-1-git-send-email-mperttunen@nvidia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gatW/ieO32f1wygP" Content-Disposition: inline In-Reply-To: <1407755953-11785-1-git-send-email-mperttunen@nvidia.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 11, 2014 at 02:19:13PM +0300, Mikko Perttunen wrote: > The original version of the driver did not read the SATA calibration > fuse to remove the dependency to the fuse driver. The fuse driver > is now merged, so add this functionality. >=20 > The calibration fuse contains a 2-bit value used to pick a set > of calibration values for the SATA pad. >=20 > Signed-off-by: Mikko Perttunen > --- > drivers/ata/ahci_tegra.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) >=20 > diff --git a/drivers/ata/ahci_tegra.c b/drivers/ata/ahci_tegra.c > index f1fef74..ad99e0f5 100644 > --- a/drivers/ata/ahci_tegra.c > +++ b/drivers/ata/ahci_tegra.c > @@ -26,6 +26,7 @@ > #include > #include > #include > +#include The above should be sorted alphabetically. Also I personally prefer to visually separate linux/ and soc/ (just like asm/) headers by separating the lists with empty lines. Thierry --gatW/ieO32f1wygP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJT6MhDAAoJEN0jrNd/PrOhxZkP/AifezyrRCn2KumU98TC+fFQ ZixiUsC/r7FSS/gqsyufVNXz691TR8GyuM/zF8iOarKwy4VTtqIWjNGO4XlbgTDz uC5wkCEzTkSYIgjGj0jxxDI1Az6JkBkqtnWH+TYJ+Kwf2HEV54yDzQNQbK310Mhr pEsMr1XgjfTSR/9r2FN48jKK6yaD+mImbr3Qsmje73mMxZqDz5DRC/RRZ/8YB00O 89OxHfHcU2CRtN2MRQqbdFZubb/LHyCdIEGzn3SHDw2RHCL6son+GNQYM7wqs4lo W+1KClSg4wodRcBOjdkJ74+TKdgea4hGTFrg1IubBnv/M6RY1GmPicgwFj7lhzS+ 1SvjEpo6mi4Mr7hDs/3vI4nwO4WrfXI5EJFAtj/4RB2SV3PKeZXOq4LnW3nZw3N6 Q+Au+Vo2Ff3vAeh6Hd0tw9DRKuZ7PcwjtOHF9Je+pBCiloPHkZLUcUa2l1bt3OR4 LIS7tgcsNIZViKYXYWGcmHttyfyGG+7ceuG8ZtEc/gLRaEX1deHCQNDNMfXYU3xn xYZUCIwT71VNPqdtJ91NI6LZrySMaqKH2/FZ0hC2WaS9aFTpvvajJXrd5I/NDNcG 7PtIU3u+NX1dh5bWBmYevqDENwxJ3ELBn+NFdZYYUxoAA0twIH6lp1HZRyVp1eb6 xH4vJCZ99KQjqwdgpOyA =yi1J -----END PGP SIGNATURE----- --gatW/ieO32f1wygP--