From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH v6 2/4] Documentation: dt: add bindings for ti-cpufreq Date: Thu, 9 Feb 2017 23:03:21 +0100 Message-ID: References: <20170203172929.23940-3-d-gerlach@ti.com> <20170209153549.8354-1-d-gerlach@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170209153549.8354-1-d-gerlach@ti.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: Dave Gerlach , Viresh Kumar Cc: Nishanth Menon , "devicetree@vger.kernel.org" , Linux PM , Tony Lindgren , "Rafael J . Wysocki" , Lukasz Majewski , Rob Herring , Linux OMAP Mailing List , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Thu, Feb 9, 2017 at 4:35 PM, Dave Gerlach wrote: > Add the device tree bindings document for the TI CPUFreq/OPP driver > on AM33xx, AM43xx, DRA7xx, and AM57xx SoCs. The operating-points-v2 > binding allows us to provide an opp-supported-hw property for each OPP > to define when it is available. This driver is responsible for reading > and parsing registers to determine which OPPs can be selectively enabled > based on the specific SoC in use by matching against the opp-supported-hw > data. > > Acked-by: Viresh Kumar > Signed-off-by: Dave Gerlach > --- I applied this (with the Rob's ACK) along with the rest of the series and I fixed up things that didn't apply and didn't build and I was not amused by that at all. In particular, Viresh, if you ACK something, please make sure that it doesn't conflict with your own patches. Thanks, Rafael From mboxrd@z Thu Jan 1 00:00:00 1970 From: rafael@kernel.org (Rafael J. Wysocki) Date: Thu, 9 Feb 2017 23:03:21 +0100 Subject: [PATCH v6 2/4] Documentation: dt: add bindings for ti-cpufreq In-Reply-To: <20170209153549.8354-1-d-gerlach@ti.com> References: <20170203172929.23940-3-d-gerlach@ti.com> <20170209153549.8354-1-d-gerlach@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Feb 9, 2017 at 4:35 PM, Dave Gerlach wrote: > Add the device tree bindings document for the TI CPUFreq/OPP driver > on AM33xx, AM43xx, DRA7xx, and AM57xx SoCs. The operating-points-v2 > binding allows us to provide an opp-supported-hw property for each OPP > to define when it is available. This driver is responsible for reading > and parsing registers to determine which OPPs can be selectively enabled > based on the specific SoC in use by matching against the opp-supported-hw > data. > > Acked-by: Viresh Kumar > Signed-off-by: Dave Gerlach > --- I applied this (with the Rob's ACK) along with the rest of the series and I fixed up things that didn't apply and didn't build and I was not amused by that at all. In particular, Viresh, if you ACK something, please make sure that it doesn't conflict with your own patches. Thanks, Rafael