From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 092D1C48BE4 for ; Thu, 20 Jun 2019 12:10:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D30AB2083B for ; Thu, 20 Jun 2019 12:10:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561032656; bh=bN1t/MIN2QxgnjSE9+T9MkpCfzlHAoELYlESAFINjvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=EJ3i8EByKPeFtKY9SWm5+0mPgmLGKu/RkfAM8yY15hokRZAajJlQjOsVXkTOgWUPD jkn6Lmd8kPYSSijTGWrnkA1NJZ3x+oANjE7GbmuOfdYAPDvtdWQ++rFdlhqWrqhvY4 4ELRtGhNdSYU8uQVRVQhYK8LBQrldw5qsZ1cZVbc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731836AbfFTMK4 (ORCPT ); Thu, 20 Jun 2019 08:10:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:39986 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726874AbfFTMKz (ORCPT ); Thu, 20 Jun 2019 08:10:55 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AB1B42080C; Thu, 20 Jun 2019 12:10:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561032655; bh=bN1t/MIN2QxgnjSE9+T9MkpCfzlHAoELYlESAFINjvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kjOC/odujwSEu8SdjnElFEpU+rvz3yyWf3VNfducsiViNX0XGo6bLzyIXFhSKJ4tB HRxBW6BWtZ/xqzjjW4BbB2EsmSBYdX9tSI+T12fz8ALWO67O+dfp419TmvbvlB5T8F gvnGmQvQXo0EJ6oXdTZkygTCA5AFjCDK9yCylO9E= Date: Thu, 20 Jun 2019 14:10:52 +0200 From: Greg Kroah-Hartman To: Yinbo Zhu Cc: Alan Stern , xiaobo.xie@nxp.com, jiafei.pan@nxp.com, Ramneek Mehresh , Nikhil Badola , Ran Wang , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 1/5] usb: fsl: Set USB_EN bit to select ULPI phy Message-ID: <20190620121052.GC19295@kroah.com> References: <20190614085433.22344-1-yinbo.zhu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190614085433.22344-1-yinbo.zhu@nxp.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 14, 2019 at 04:54:29PM +0800, Yinbo Zhu wrote: > From: Nikhil Badola > > Set USB_EN bit to select ULPI phy for USB controller version 2.5 > > Signed-off-by: Nikhil Badola > Signed-off-by: Yinbo Zhu > --- > drivers/usb/host/ehci-fsl.c | 6 ++++++ > 1 file changed, 6 insertions(+) What changed from v1-v7? That should always go below the --- line. Please fix up when you resend v8. thanks, greg k-h