From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Subject: Re: [PATCH v3 00/23] Add multi-channel support to Armada thermal driver Date: Wed, 18 Jul 2018 17:28:49 +0200 Message-ID: <20180718172849.30b7cec0@xps13> References: <20180716144206.30985-1-miquel.raynal@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: In-Reply-To: <20180716144206.30985-1-miquel.raynal@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Eduardo Valentin Cc: Mark Rutland , Andrew Lunn , Jason Cooper , devicetree@vger.kernel.org, Antoine Tenart , Catalin Marinas , Gregory Clement , linux-pm@vger.kernel.org, Will Deacon , Maxime Chevallier , Nadav Haklai , David Sniatkiwicz , Rob Herring , Thomas Petazzoni , Zhang Rui , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org SGkgRWR1YXJkbywKCk1pcXVlbCBSYXluYWwgPG1pcXVlbC5yYXluYWxAYm9vdGxpbi5jb20+IHdy b3RlIG9uIE1vbiwgMTYgSnVsIDIwMTgKMTY6NDE6NDMgKzAyMDA6Cgo+IFRoZSBvbmx5IGNhcGFi aWxpdHkgb2YgdGhlIEFybWFkYSB0aGVybWFsIGRyaXZlciBpcyBjdXJyZW50bHkganVzdCB0bwo+ IHJlYWQgb25lIHNlbnNvciAodGhlIGRlZmF1bHQgb25lKSBwZXIgQVAgYW5kIG9uZSBwZXIgQ1Au IEFjdHVhbGx5LAo+IHRoZXJlIGlzIG9uZSBzZW5zb3IgcGVyIGNvcmUgaW4gdGhlIEFQODA2IHBs dXMgb25lIHNlbnNvciBpbiB0aGUKPiB0aGVybWFsIElQIGl0c2VsZi4gVGhlIENQMTEwIGp1c3Qg ZmVhdHVyZXMgb25lIHRoZXJtYWwgc2Vuc29yIGluIGl0cwo+IG93biB0aGVybWFsIElQLgo+IAo+ IFRoaXMgc2VyaWVzIGZpcnN0IGltcHJvdmVzIHRoZSByZWFkYWJpbGl0eSBvZiB0aGlzIGRyaXZl ciwgdGhlbiBhZGRzCj4gc3VwcG9ydCBmb3IgbXVsdGktY2hhbm5lbCB0aGVybWFsIElQcy4gVGhl IGJpbmRpbmdzIGFuZCB0aGUKPiBkZXZpY2UtdHJlZXMgYXJlIHVwZGF0ZWQgYWNjb3JkaW5nbHku Cj4gCj4gVGhhbmsgeW91LAo+IE1pcXXDqGwKCkkga25vdyBJIHNlbnQgdGhpcyBzZXJpZXMgb24g bW9uZGF5IGJ1dCB0aGVyZSB3YXMgYWxtb3N0IG5vIGNoYW5nZSBvbgppdCAoc2VlIGJlbG93KSwg ZG8geW91IHRoaW5rIHlvdSB3aWxsIGhhdmUgdGhlIHRpbWUgdG8gbG9vayBhdCBpdApiZWZvcmUg aXQncyB0b28gbGF0ZSBmb3IgdGhlIG1lcmdlIHdpbmRvdz8KClRoYW5rIHlvdSwKTWlxdcOobAoK X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJt LWtlcm5lbCBtYWlsaW5nIGxpc3QKbGludXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3Jn Cmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQub3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtl cm5lbAo= From mboxrd@z Thu Jan 1 00:00:00 1970 From: miquel.raynal@bootlin.com (Miquel Raynal) Date: Wed, 18 Jul 2018 17:28:49 +0200 Subject: [PATCH v3 00/23] Add multi-channel support to Armada thermal driver In-Reply-To: <20180716144206.30985-1-miquel.raynal@bootlin.com> References: <20180716144206.30985-1-miquel.raynal@bootlin.com> Message-ID: <20180718172849.30b7cec0@xps13> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Eduardo, Miquel Raynal wrote on Mon, 16 Jul 2018 16:41:43 +0200: > The only capability of the Armada thermal driver is currently just to > read one sensor (the default one) per AP and one per CP. Actually, > there is one sensor per core in the AP806 plus one sensor in the > thermal IP itself. The CP110 just features one thermal sensor in its > own thermal IP. > > This series first improves the readability of this driver, then adds > support for multi-channel thermal IPs. The bindings and the > device-trees are updated accordingly. > > Thank you, > Miqu?l I know I sent this series on monday but there was almost no change on it (see below), do you think you will have the time to look at it before it's too late for the merge window? Thank you, Miqu?l