Received: by 10.213.65.68 with SMTP id h4csp1473928imn; Sun, 8 Apr 2018 04:30:47 -0700 (PDT) X-Google-Smtp-Source: AIpwx48qHKk/uBcTf6Z3idlJgkDlAYfneJtCOUIG9zRNY0xx9UL4pAjHFVc4wAhhWVyAYH+6fiUG X-Received: by 10.101.99.213 with SMTP id n21mr22359758pgv.202.1523187047518; Sun, 08 Apr 2018 04:30:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523187047; cv=none; d=google.com; s=arc-20160816; b=tlBjJLBYJ4KGvsjj2FcNI+gEB8IdlO+SO1TTlc3Ma+iV8pOnfldmoHKJMQX24R8sn+ tlotgto+6rIaP11kV5UHw5LTnlJJIH3kcLlhRaNixgA9hmclicWhLZ5Zrvre4TT2PTUX 7MRIzKR83f4m81NItK8xTyPzvBoUPCde61ToSHjj7xFrY+1mMN4s02DE7psCdSWETGfH RiCCO6gbyejHXZS3df0bqajslgSghkgp5kTMbnzItbbEcHDVcJr2hB3bqaI0ILTyxe9h oYJuPlsp2Rbt9y6Fid131xkjfsNIUVgJHuRVGLGH55RBRei6ZCibHt7eE/oA+RsWaAGJ 9KDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=oFox0Fk5U2Sr3BQ6Mhe05SsfNRWM5kDZRsTNxmA2CaU=; b=u8NvFddZBeDomjcq2DlHTi0Iuw2AczVJP22fCt9v5DMYYLG/QXuueyFVyNxV9wmFyr Gs9DFsyal1/GediZIUsI8PmQA4huJeVgVlYlJlG/ZBsNGaJzb/qlgfIg47DMWgk82xCC LaaOkcZWaIDVQDYEVWmdy4+9qF+pwd8Z4yl+e41AIXcS/uL16iUJzSX0PrkvwejLaG+h 3ZCEXv+oTVW8pAnLPq8hVRuWCf63/LhA0tAhXT5niEuy7dYe89o52IbTXhQb1xs7vB7+ 203kQxPml+3mm1Y9AjtECGZo8V+4Pw5QoHHBIVtUYawW00sB43WXWgdo1WsvtIyMhlvn s7ew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x7si11091873pfk.311.2018.04.08.04.30.11; Sun, 08 Apr 2018 04:30:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752660AbeDHJy4 (ORCPT + 99 others); Sun, 8 Apr 2018 05:54:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45190 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515AbeDHJyz (ORCPT ); Sun, 8 Apr 2018 05:54:55 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 3269EDD1; Sun, 8 Apr 2018 09:54:54 +0000 (UTC) Date: Sun, 8 Apr 2018 11:54:49 +0200 From: Greg Kroah-Hartman To: Marcin Cc: Boris Brezillon , Nicolas Ferre , Alexandre Belloni , Michael Turquette , Stephen Boyd , Alan Stern , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 1/2] clk: at91: Added more information logging. Message-ID: <20180408095449.GA31179@kroah.com> References: <20180408094330.GA51669@hak8or> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180408094330.GA51669@hak8or> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 08, 2018 at 05:43:30AM -0400, Marcin wrote: > I noticed that when debugging some USB clocking issue that there weren't > many ways to tell what the state of the USB clocking system was. This > adds a few logging statements to see what the relevant code is trying to > do. > > Signed-off-by: Marcin Ziemianowicz Your "From:" line doesn't match this name :(