From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Valentin Subject: Re: [PATCH 00/12] thermal: exynos: sanitize DeviceTree support Date: Wed, 14 Mar 2018 16:42:31 -0700 Message-ID: <20180314234230.GA9784@localhost.localdomain> References: <1520347435-22970-1-git-send-email-b.zolnierkie@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1520347435-22970-1-git-send-email-b.zolnierkie@samsung.com> Sender: linux-kernel-owner@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Zhang Rui , Krzysztof Kozlowski , Kukjin Kim , Rob Herring , Mark Rutland , Russell King , linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org Hello, On Tue, Mar 06, 2018 at 03:43:43PM +0100, Bartlomiej Zolnierkiewicz wrote: > Hi, > > Values passed through DT properties specific to Exynos thermal > driver ("samsung,*") are SoC (not platform) specific so just > define them in struct exynos_tmu_data instance (or just use > constants where values are identical for all SoCs) and remove > "samsung," DT properties altogether. > > The patchset should not cause any functionality changes. This > means that unless there are some bugs in the patches itself there > should be no behavior changes for the driver (this also includes > lack of changes in the way hardware is accessed by the driver). > > Tested on Exynos5422 based Odroid-XU3 Lite board. applied this series. except for patch 10, which should go through your arch tree. Thanks. > 1.9.1