From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751449AbcI0EvE (ORCPT ); Tue, 27 Sep 2016 00:51:04 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:33587 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750882AbcI0Euz (ORCPT ); Tue, 27 Sep 2016 00:50:55 -0400 Date: Tue, 27 Sep 2016 12:50:43 +0800 From: Peter Chen To: Fabien Lahoudere Cc: Peter.Chen@nxp.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 0/2] Add USB configuration for imx53 Message-ID: <20160927045043.GA27697@b29397-desktop> References: <1474888460-30736-1-git-send-email-fabien.lahoudere@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474888460-30736-1-git-send-email-fabien.lahoudere@collabora.co.uk> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2016 at 01:14:18PM +0200, Fabien Lahoudere wrote: > Changes in V2: > - Patches sent to early with bad contents > Changes in V3: > - Change subject > - Split "configure imx for ULPI phy" for disable-oc code > Changes in V4: > - Fix "Change switch order" commit message > - Indent switch/case (set case on the same column as switch) > - Remove useless test in "Change switch order" > Changes in V5: > - Squash "Change switch order" and "configure imx for ULPI phy" > - Add device tree binding documentation > Changes in v6: > - Remove dt binding because we can disable the feature by using an > existing binding > > Fabien Lahoudere (2): > usb: chipidea: imx: configure imx for ULPI phy > usb: chipidea: imx: Disable internal 60Mhz clock with ULPI PHY > > drivers/usb/chipidea/ci_hdrc_imx.c | 4 ++ > drivers/usb/chipidea/ci_hdrc_imx.h | 1 + > drivers/usb/chipidea/usbmisc_imx.c | 86 +++++++++++++++++++++++++++++++------- > 3 files changed, 77 insertions(+), 14 deletions(-) > > -- > 2.1.4 > I will queue them, thanks. -- Best Regards, Peter Chen