From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932503AbcGLBPJ (ORCPT ); Mon, 11 Jul 2016 21:15:09 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35340 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932117AbcGLBPH (ORCPT ); Mon, 11 Jul 2016 21:15:07 -0400 Date: Tue, 12 Jul 2016 09:07:25 +0800 From: Peter Chen To: Stephen Boyd Cc: linux-usb@vger.kernel.org, linux-arm-kernel , Linux Kernel Mailing List , linux-arm-msm@vger.kernel.org, Andy Gross , Bjorn Andersson , Neil Armstrong , Arnd Bergmann , Felipe Balbi , Peter Chen , Greg Kroah-Hartman Subject: Re: [PATCH v2 15/22] usb: chipidea: msm: Mux over secondary phy at the right time Message-ID: <20160712010725.GK31647@shlinux2> References: <20160707222114.1673-1-stephen.boyd@linaro.org> <20160707222114.1673-16-stephen.boyd@linaro.org> <20160711044327.GG30448@shlinux2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 11, 2016 at 03:03:37PM -0700, Stephen Boyd wrote: > On 10 July 2016 at 21:43, Peter Chen wrote: > > On Thu, Jul 07, 2016 at 03:21:06PM -0700, Stephen Boyd wrote: > >> diff --git a/drivers/usb/chipidea/ci_hdrc_msm.c b/drivers/usb/chipidea/ci_hdrc_msm.c > >> index 7e870a253f55..7708bee3ff3e 100644 > >> --- a/drivers/usb/chipidea/ci_hdrc_msm.c > >> +++ b/drivers/usb/chipidea/ci_hdrc_msm.c > >> @@ -8,29 +8,44 @@ > >> #include > >> #include > >> #include > >> -#include > >> #include > >> #include > >> #include > >> +#include > >> +#include > >> +#include > >> > >> #include "ci.h" > >> > >> #define HS_PHY_AHB_MODE 0x0098 > >> > >> +/* Vendor base starts at 0x200 beyond CI base */ > >> +#define HS_PHY_SEC_CTRL 0x0078 > >> +#define HS_PHY_DIG_CLAMP_ BIT(16) > >> + > > > > Keep alignment > > It's aligned in my editor, tabs vs. spaces problem? > You can always align with tab, I just see it does not align for each line at both my mutt and web gmail. -- Best Regards, Peter Chen