From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752050AbdHHHWH (ORCPT ); Tue, 8 Aug 2017 03:22:07 -0400 Received: from mga07.intel.com ([134.134.136.100]:36031 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751880AbdHHHWF (ORCPT ); Tue, 8 Aug 2017 03:22:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,342,1498546800"; d="scan'208";a="297232040" Message-ID: <1502176915.4296.1.camel@intel.com> Subject: Re: [PATCH v2 3/5] thermal: imx: Add support for reading OCOTP through nvmem From: Zhang Rui To: Shawn Guo , Leonard Crestez Cc: Srinivas Kandagatla , Rob Herring , Eduardo Valentin , Mark Rutland , Lothar =?ISO-8859-1?Q?Wa=DFmann?= , Dong Aisheng , Bai Ping , Anson Huang , Octavian Purdila , Fabio Estevam , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 08 Aug 2017 15:21:55 +0800 In-Reply-To: <20170725080835.GD20064@dragon> References: <20170725080835.GD20064@dragon> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-07-25 at 16:08 +0800, Shawn Guo wrote: > On Fri, Jul 14, 2017 at 05:11:08PM +0300, Leonard Crestez wrote: > > > > On newer imx SOCs accessing OCOTP directly is wrong because the > > ocotp clock > > needs to be enabled first. Add support for reading those same > > values through > > the nvmem API instead. > > > > The older path is preserved for compatibility with older dts and > > because it > > works correctly on imx6qdl chips. > > > > Signed-off-by: Leonard Crestez > Acked-by: Shawn Guo I'm okay with the thermal change. We still need ACK for the nvmem changes in this patch series. thanks, rui