From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 8 Apr 2018 06:12:54 -0400 From: Marcin Ziemianowicz To: Greg Kroah-Hartman 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: <20180408101254.GA51869@hak8or> References: <20180408094330.GA51669@hak8or> <20180408095449.GA31179@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180408095449.GA31179@kroah.com> List-ID: On Sun, Apr 08, 2018 at 11:54:49AM +0200, Greg Kroah-Hartman wrote: > 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 :( Ah drat, I knew I did something wrong. You suggested in IRC that I wait a day for others to reply, so after that I will attempt to version my patchset. 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: Marcin Message-Id: <20180408101254.GA51869@hak8or> Date: Sun, 8 Apr 2018 06:12:54 -0400 To: Greg Kroah-Hartman 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: T24gU3VuLCBBcHIgMDgsIDIwMTggYXQgMTE6NTQ6NDlBTSArMDIwMCwgR3JlZyBLcm9haC1IYXJ0 bWFuIHdyb3RlOgo+IE9uIFN1biwgQXByIDA4LCAyMDE4IGF0IDA1OjQzOjMwQU0gLTA0MDAsIE1h cmNpbiB3cm90ZToKPiA+IEkgbm90aWNlZCB0aGF0IHdoZW4gZGVidWdnaW5nIHNvbWUgVVNCIGNs b2NraW5nIGlzc3VlIHRoYXQgdGhlcmUgd2VyZW4ndAo+ID4gbWFueSB3YXlzIHRvIHRlbGwgd2hh dCB0aGUgc3RhdGUgb2YgdGhlIFVTQiBjbG9ja2luZyBzeXN0ZW0gd2FzLiBUaGlzCj4gPiBhZGRz IGEgZmV3IGxvZ2dpbmcgc3RhdGVtZW50cyB0byBzZWUgd2hhdCB0aGUgcmVsZXZhbnQgY29kZSBp cyB0cnlpbmcgdG8KPiA+IGRvLgo+ID4gCj4gPiBTaWduZWQtb2ZmLWJ5OiBNYXJjaW4gWmllbWlh bm93aWN6IDxtYXJjaW5AemllbWlhbm93aWN6LmNvbT4KPiAKPiBZb3VyICJGcm9tOiIgbGluZSBk b2Vzbid0IG1hdGNoIHRoaXMgbmFtZSA6KAoKQWggZHJhdCwgSSBrbmV3IEkgZGlkIHNvbWV0aGlu ZyB3cm9uZy4gWW91IHN1Z2dlc3RlZCBpbiBJUkMgdGhhdCBJIHdhaXQgYSBkYXkKZm9yIG90aGVy cyB0byByZXBseSwgc28gYWZ0ZXIgdGhhdCBJIHdpbGwgYXR0ZW1wdCB0byB2ZXJzaW9uIG15IHBh dGNoc2V0LgotLS0KVG8gdW5zdWJzY3JpYmUgZnJvbSB0aGlzIGxpc3Q6IHNlbmQgdGhlIGxpbmUg InVuc3Vic2NyaWJlIGxpbnV4LXVzYiIgaW4KdGhlIGJvZHkgb2YgYSBtZXNzYWdlIHRvIG1ham9y ZG9tb0B2Z2VyLmtlcm5lbC5vcmcKTW9yZSBtYWpvcmRvbW8gaW5mbyBhdCAgaHR0cDovL3ZnZXIu a2VybmVsLm9yZy9tYWpvcmRvbW8taW5mby5odG1sCg== From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcin@ziemianowicz.com (Marcin Ziemianowicz) Date: Sun, 8 Apr 2018 06:12:54 -0400 Subject: [PATCH 1/2] clk: at91: Added more information logging. In-Reply-To: <20180408095449.GA31179@kroah.com> References: <20180408094330.GA51669@hak8or> <20180408095449.GA31179@kroah.com> Message-ID: <20180408101254.GA51869@hak8or> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Apr 08, 2018 at 11:54:49AM +0200, Greg Kroah-Hartman wrote: > 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 :( Ah drat, I knew I did something wrong. You suggested in IRC that I wait a day for others to reply, so after that I will attempt to version my patchset.