Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753136Ab3G2TDD (ORCPT ); Mon, 29 Jul 2013 15:03:03 -0400 Received: from ns.mm-sol.com ([212.124.72.66]:58420 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751708Ab3G2TDA (ORCPT ); Mon, 29 Jul 2013 15:03:00 -0400 Subject: Re: [PATCH v2 1/6] usb: phy: msm: Move mach depndend code to platform data From: "Ivan T. Ivanov" To: balbi@ti.com Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, David Brown , Daniel Walker , Bryan Huntsman , linux-arm-kernel@lists.infradead.org In-Reply-To: <20130729122344.GH24801@radagast> References: <1375081464-14206-1-git-send-email-iivanov@mm-sol.com> <1375081464-14206-2-git-send-email-iivanov@mm-sol.com> <20130729122344.GH24801@radagast> Content-Type: text/plain; charset="UTF-8" Date: Mon, 29 Jul 2013 22:02:58 +0300 Message-ID: <1375124578.5444.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1706 Lines: 55 Hi, > > Cc: Bryan Huntsman > > Cc: Felipe Balbi > > Cc: Greg Kroah-Hartman > > Cc: linux-arm-kernel@lists.infradead.org > > Cc: linux-kernel@vger.kernel.org > > Cc: linux-usb@vger.kernel.org > > > > Signed-off-by: Ivan T. Ivanov > > --- > > arch/arm/mach-msm/board-msm7x30.c | 35 +++++++++++++++++++++++ > > arch/arm/mach-msm/board-qsd8x50.c | 35 +++++++++++++++++++++++ > > I need acks for these. > > > drivers/usb/phy/phy-msm-usb.c | 55 ++++++++++--------------------------- > > include/linux/usb/msm_hsusb.h | 3 ++ > > 4 files changed, 87 insertions(+), 41 deletions(-) > > > > diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c > > index db3d8c0..6b35953 100644 > > --- a/arch/arm/mach-msm/board-msm7x30.c > > +++ b/arch/arm/mach-msm/board-msm7x30.c > > @@ -31,6 +31,7 @@ > > #include > > > > #include > > +#include > > #include > > #include > > > > @@ -61,10 +62,44 @@ static int hsusb_phy_init_seq[] = { > > -1 > > }; > > > > +static int hsusb_link_clk_reset(struct clk *link_clk, bool assert) > > looks like you should be using the reset controller framework ? > (drivers/reset) Probably, but there still nothing in place in the msm, which provide this functionality. I am looking it to right now. Regards, Ivan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/