From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756605AbcAIWdQ (ORCPT ); Sat, 9 Jan 2016 17:33:16 -0500 Received: from mail.kernel.org ([198.145.29.136]:51640 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756514AbcAIWdM (ORCPT ); Sat, 9 Jan 2016 17:33:12 -0500 Date: Sat, 9 Jan 2016 16:33:07 -0600 From: Rob Herring To: Yoshihiro Shimoda Cc: kishon@ti.com, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: [PATCH] phy: rcar-gen3-usb2: remove HSUSB registers handling Message-ID: <20160109223307.GA14530@rob-hp-laptop> References: <1452158204-5236-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452158204-5236-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 07, 2016 at 06:16:44PM +0900, Yoshihiro Shimoda wrote: > Since the related driver (CPG/MSSR driver) only manages the first module > clock, this driver should not handle the HSUSB registers. So, this patch > removes the HSUSB registers handling. > > Signed-off-by: Yoshihiro Shimoda > --- > This patch is based on the linux-phy / next branch. > (commit id = 9955a7835bf376e12482583958b2661f501b868b) > > .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 15 ++-- Acked-by: Rob Herring > drivers/phy/phy-rcar-gen3-usb2.c | 83 +++------------------- > 2 files changed, 15 insertions(+), 83 deletions(-)