From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: Re: [PATCH v2 1/3] libahci: save port map for forced port map Date: Thu, 31 Mar 2016 13:24:37 -0500 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 Return-path: Received: from mail-oi0-f42.google.com ([209.85.218.42]:34090 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757899AbcCaSYi (ORCPT ); Thu, 31 Mar 2016 14:24:38 -0400 Received: by mail-oi0-f42.google.com with SMTP id o62so71975184oig.1 for ; Thu, 31 Mar 2016 11:24:38 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1459445500-9071-2-git-send-email-srinivas.kandagatla@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.gross@linaro.org (Andy Gross) Date: Thu, 31 Mar 2016 13:24:37 -0500 Subject: [PATCH v2 1/3] libahci: save port map for forced port map In-Reply-To: <1459445500-9071-2-git-send-email-srinivas.kandagatla@linaro.org> References: <1459445500-9071-1-git-send-email-srinivas.kandagatla@linaro.org> <1459445500-9071-2-git-send-email-srinivas.kandagatla@linaro.org> Message-ID: <20160331182437.GC8252@hector.attlocal.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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