From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from luna.linkmauve.fr (luna.linkmauve.fr [82.65.109.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8B0FB482D6; Mon, 22 Jan 2024 22:09:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.65.109.163 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705961386; cv=none; b=Kj57YqFZz8wDjmNUlBDAWTflDzHTmyD125GKKXAjPOGrHPKHOj6ojGjBoFTIbeCvgWDkQnV+spHDTcv8VRghoy8jAoJJu6VMCQsksD9XT+KuHg/bOhg3irqpm7Z6tmCypusB5gd5bdoBTGdrG4gzNnMv+x90xN8oSaMYAVQwG48= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705961386; c=relaxed/simple; bh=5faoDdeLz1HN6ttexbDso49fYiSVmTNRkffSq1+/WG8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Jh0z74oznogJoMbs+EXEL3r6m+vZES60H9VwTmYnb/9hYs7MSQWb+SbVseFxhoTjZKaX2L1U5VqCu+J9Tlsz8u/sY+wXtQKQxQ/0vWhVavPl9Y1nWEGqbGzVhERIBsVZFe3dPh1EnA2i8OjdP3+LNHTbu4htgw/ZEzyynTY7QEo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr; spf=pass smtp.mailfrom=linkmauve.fr; arc=none smtp.client-ip=82.65.109.163 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linkmauve.fr Received: by luna.linkmauve.fr (Postfix, from userid 1000) id C026DDDAEC3; Mon, 22 Jan 2024 23:09:41 +0100 (CET) Date: Mon, 22 Jan 2024 23:09:41 +0100 From: Emmanuel Gil Peyrot To: Daniel Lezcano Cc: Emmanuel Gil Peyrot , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Sebastian Reichel , Cristian Ciocaltea , =?utf-8?B?VGFtw6FzIFN6xbFjcw==?= , Christopher Obbard , Shreeya Patel , John Clark , Dragan Simic , Chris Morgan , Andy Yan , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Nicolas Frattaroli , Alexey Charkov Subject: Re: [PATCH 1/2] arm64: dts: rockchip: Add the rk3588 thermal zones Message-ID: References: <20240122203502.3311520-1-linkmauve@linkmauve.fr> <20240122203502.3311520-2-linkmauve@linkmauve.fr> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Jabber-ID: linkmauve@linkmauve.fr On Mon, Jan 22, 2024 at 09:52:10PM +0100, Daniel Lezcano wrote: > > Hi Emmanuel, Hi Daniel, > > please sync up with Alexey Charkov (added in Cc) who is doing a similar > configuration [1] which was reviewed. Oh, I wasn’t aware of this work, it seems there is nothing this series add over Alexey’s so I will drop it. Is there a document tracking your upstreaming work? I was planning on sending a series enabling the VEPU121 hardware encoders next, but if you’re also working on it I can drop it too (although I don’t see any series from a quick search). I’ve now subscribed to the linux-rockchip mailing list so I shouldn’t miss any new series. > > Thanks > -- Daniel > > [1] https://lore.kernel.org/all/CABjd4YyL1ZwNOJrWPwZtc7=e4h18a9tQOnuKP6soy=iTHv-WEA@mail.gmail.com/ > > On 22/01/2024 21:34, Emmanuel Gil Peyrot wrote: […] > > -- > Linaro.org │ Open source software for ARM SoCs > > Follow Linaro: Facebook | > Twitter | > Blog > Thanks, -- Link Mauve