From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 In-Reply-To: <20180408094330.GA51669@hak8or> List-ID: 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 :( From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [1/2] clk: at91: Added more information logging. From: Greg Kroah-Hartman Message-Id: <20180408095449.GA31179@kroah.com> Date: Sun, 8 Apr 2018 11:54:49 +0200 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 List-ID: T24gU3VuLCBBcHIgMDgsIDIwMTggYXQgMDU6NDM6MzBBTSAtMDQwMCwgTWFyY2luIHdyb3RlOgo+ IEkgbm90aWNlZCB0aGF0IHdoZW4gZGVidWdnaW5nIHNvbWUgVVNCIGNsb2NraW5nIGlzc3VlIHRo YXQgdGhlcmUgd2VyZW4ndAo+IG1hbnkgd2F5cyB0byB0ZWxsIHdoYXQgdGhlIHN0YXRlIG9mIHRo ZSBVU0IgY2xvY2tpbmcgc3lzdGVtIHdhcy4gVGhpcwo+IGFkZHMgYSBmZXcgbG9nZ2luZyBzdGF0 ZW1lbnRzIHRvIHNlZSB3aGF0IHRoZSByZWxldmFudCBjb2RlIGlzIHRyeWluZyB0bwo+IGRvLgo+ IAo+IFNpZ25lZC1vZmYtYnk6IE1hcmNpbiBaaWVtaWFub3dpY3ogPG1hcmNpbkB6aWVtaWFub3dp Y3ouY29tPgoKWW91ciAiRnJvbToiIGxpbmUgZG9lc24ndCBtYXRjaCB0aGlzIG5hbWUgOigKLS0t ClRvIHVuc3Vic2NyaWJlIGZyb20gdGhpcyBsaXN0OiBzZW5kIHRoZSBsaW5lICJ1bnN1YnNjcmli ZSBsaW51eC11c2IiIGluCnRoZSBib2R5IG9mIGEgbWVzc2FnZSB0byBtYWpvcmRvbW9Admdlci5r ZXJuZWwub3JnCk1vcmUgbWFqb3Jkb21vIGluZm8gYXQgIGh0dHA6Ly92Z2VyLmtlcm5lbC5vcmcv bWFqb3Jkb21vLWluZm8uaHRtbAo= From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Sun, 8 Apr 2018 11:54:49 +0200 Subject: [PATCH 1/2] clk: at91: Added more information logging. In-Reply-To: <20180408094330.GA51669@hak8or> References: <20180408094330.GA51669@hak8or> Message-ID: <20180408095449.GA31179@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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 :(