From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrzej Pietrasiewicz Subject: Re: [PATCH v4 02/11] thermal: Store thermal mode in a dedicated enum Date: Fri, 29 May 2020 17:08:18 +0200 Message-ID: References: <20200529150549.GA154196@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200529150549.GA154196@roeck-us.net> Content-Language: en-US Sender: linux-acpi-owner@vger.kernel.org To: Guenter Roeck Cc: linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, Emmanuel Grumbach , Heiko Stuebner , "Rafael J . Wysocki" , Vishal Kulkarni , Luca Coelho , Miquel Raynal , kernel@collabora.com, Fabio Estevam , Amit Kucheria , Chunyan Zhang , Daniel Lezcano , Allison Randal , NXP Linux Team List-Id: platform-driver-x86.vger.kernel.org W dniu 29.05.2020 o 17:05, Guenter Roeck pisze: > On Thu, May 28, 2020 at 09:20:42PM +0200, Andrzej Pietrasiewicz wrote: >> Prepare for storing mode in struct thermal_zone_device. >> >> Signed-off-by: Andrzej Pietrasiewicz > > What is the baseline for this series ? I can't get this patch to apply > on top of current mainline, nor on v5.6, nor on top of linux-next. > > Thanks, > Guenter > git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git, branch "testing". base-commit: 351f4911a477ae01239c42f771f621d85b06ea10 Andrzej