Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757945AbcCaSYl (ORCPT ); Thu, 31 Mar 2016 14:24:41 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:34090 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757902AbcCaSYi (ORCPT ); Thu, 31 Mar 2016 14:24:38 -0400 Date: Thu, 31 Mar 2016 13:24:37 -0500 From: Andy Gross To: Srinivas Kandagatla Cc: Tejun Heo , linux-ide@vger.kernel.org, Rob Herring , Hans de Goede , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jmaggard10@gmail.com Subject: Re: [PATCH v2 1/3] libahci: save port map for forced port map Message-ID: <20160331182437.GC8252@hector.attlocal.net> References: <1459445500-9071-1-git-send-email-srinivas.kandagatla@linaro.org> <1459445500-9071-2-git-send-email-srinivas.kandagatla@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459445500-9071-2-git-send-email-srinivas.kandagatla@linaro.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 494 Lines: 10 On Thu, Mar 31, 2016 at 06:31:38PM +0100, Srinivas Kandagatla wrote: > In usecases where force_port_map is used saved_port_map is never set, > resulting in not programming the PORTS_IMPL register as part of initial > config. This patch fixes this by setting it to port_map even in case > where force_port_map is used, making it more inline with other parts of > the code. > > Signed-off-by: Srinivas Kandagatla Reviewed-by: Andy Gross