From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757266AbbKFSrr (ORCPT ); Fri, 6 Nov 2015 13:47:47 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:32977 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750876AbbKFSro (ORCPT ); Fri, 6 Nov 2015 13:47:44 -0500 Date: Fri, 6 Nov 2015 10:47:40 -0800 From: Eduardo Valentin To: Caesar Wang Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Jiri Kosina , Lorenzo Pieralisi , linux-pm@vger.kernel.org, Olof Johansson , Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Dmitry Torokhov , linux-arm-kernel@lists.infradead.org, Pawel Moll , Zhang Rui , Mark Rutland , Will Deacon , Catalin Marinas Subject: Re: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs Message-ID: <20151106184739.GA8202@localhost.localdomain> References: <1446700685-18017-1-git-send-email-wxt@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446700685-18017-1-git-send-email-wxt@rock-chips.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Caesar, On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > This series patchs are working for RK3368 on Rockchip platform. > Good to see the perseverance! :-) > @Heiko, > The PATCH [5/6] is working based on big/littel cluster cpufreq > added. Anyway, the PATCH [5/6] also work for next kernel. > > @Eduardo, > This patchset are based on linus master branch. > Note: Need add the following thermal patchs for thermal driver before apply > this series patchs. > > 1) thermal: rockchip: fix handling of invalid readings > (https://patchwork.kernel.org/patch/6973101/) > > 2) thermal: rockhip: fix setting thermal shutdown polarity > (https://patchwork.kernel.org/patch/6973131/) > > 3) dt-bindings: rockchip-thermal: Add the pinctrl states in this document > (https://patchwork.kernel.org/patch/7472021/) > > 4) thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r > (https://patchwork.kernel.org/patch/7472051/) > > I'm glad these patchs have merged in thermal-soc git tree which can be found at > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git Yeah, apologize the delay on giving you a feedback on your code. As I mentioned before, I had a couple of other things in past weeks that consumed my time. Anyways, this specific patch series looks way better now that you have split it further. I will have a better look on it again and let you know when it will land. BR, Eduardo Valentin From mboxrd@z Thu Jan 1 00:00:00 1970 From: edubezval@gmail.com (Eduardo Valentin) Date: Fri, 6 Nov 2015 10:47:40 -0800 Subject: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs In-Reply-To: <1446700685-18017-1-git-send-email-wxt@rock-chips.com> References: <1446700685-18017-1-git-send-email-wxt@rock-chips.com> Message-ID: <20151106184739.GA8202@localhost.localdomain> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Caesar, On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > This series patchs are working for RK3368 on Rockchip platform. > Good to see the perseverance! :-) > @Heiko, > The PATCH [5/6] is working based on big/littel cluster cpufreq > added. Anyway, the PATCH [5/6] also work for next kernel. > > @Eduardo, > This patchset are based on linus master branch. > Note: Need add the following thermal patchs for thermal driver before apply > this series patchs. > > 1) thermal: rockchip: fix handling of invalid readings > (https://patchwork.kernel.org/patch/6973101/) > > 2) thermal: rockhip: fix setting thermal shutdown polarity > (https://patchwork.kernel.org/patch/6973131/) > > 3) dt-bindings: rockchip-thermal: Add the pinctrl states in this document > (https://patchwork.kernel.org/patch/7472021/) > > 4) thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r > (https://patchwork.kernel.org/patch/7472051/) > > I'm glad these patchs have merged in thermal-soc git tree which can be found at > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git Yeah, apologize the delay on giving you a feedback on your code. As I mentioned before, I had a couple of other things in past weeks that consumed my time. Anyways, this specific patch series looks way better now that you have split it further. I will have a better look on it again and let you know when it will land. BR, Eduardo Valentin