From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762170AbcINQkv (ORCPT ); Wed, 14 Sep 2016 12:40:51 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:35973 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752446AbcINQks (ORCPT ); Wed, 14 Sep 2016 12:40:48 -0400 MIME-Version: 1.0 In-Reply-To: <20160608195241.GA6805@rob-hp-laptop> References: <1465270054-31512-1-git-send-email-hongtao.jia@nxp.com> <20160608195241.GA6805@rob-hp-laptop> From: Leo Li Date: Wed, 14 Sep 2016 11:40:46 -0500 Message-ID: Subject: Re: [PATCH V2 1/7] dt-bindings: Update QorIQ TMU thermal bindings To: Rob Herring , rui.zhang@intel.com Cc: Jia Hongtao , devicetree@vger.kernel.org, "linux-pm@vger.kernel.org" , linuxppc-dev , lkml , Scott Wood , Eduardo Valentin , Kumar Gala , Shawn Guo , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 8, 2016 at 2:52 PM, Rob Herring wrote: > On Tue, Jun 07, 2016 at 11:27:34AM +0800, Jia Hongtao wrote: >> For different types of SoC the sensor id and endianness may vary. >> "#thermal-sensor-cells" is used to provide sensor id information. >> "little-endian" property is to tell the endianness of TMU. >> >> Signed-off-by: Jia Hongtao >> --- >> Changes for V2: >> * Remove formatting chnages. >> >> Documentation/devicetree/bindings/thermal/qoriq-thermal.txt | 7 +++++++ >> 1 file changed, 7 insertions(+) > > Acked-by: Rob Herring Hi Zhang Rui, Since you have applied the driver patch, can you also apply the binding patch? The binding is supposed to go with the driver. Regards, Leo