From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CB785C46CD2 for ; Tue, 30 Jan 2024 19:36:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E8ADA10F270; Tue, 30 Jan 2024 19:36:29 +0000 (UTC) Received: from mecka.net (mecka.net [159.69.159.214]) by gabe.freedesktop.org (Postfix) with ESMTP id CD08910F270 for ; Tue, 30 Jan 2024 19:36:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mecka.net; s=2016.11; t=1706643384; bh=BEEx4gwRs1iKnUvPL+DNQPwugqIAQBhuDJjeH0AXavw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XkCZL0T1Ic9+FBUE62JW+/ktECjWhYSnNULt00KRgvzUoIrXAcpADfmW2G9+W4Srk 4D3l9Xu95fkdHbhQNl/DxRUEvwEMwedKXEY4vQkGlPXcdHsaJYxjLi6wH0BRmNqWuL 7/nJmkipBcqeQyB6Zv2F+xyk3h1i9LrS3ndskK580O5zoqJx8D+OMzvtJqVkbBDiRr M/4Km9TP6Rqy4rjBQqTonDiFps3H1vfIE1qzpLTBjQrQ540UtL0qNpSkwwUjJmdSYf gU1qrmdmuT7YeK8Cr8mjU1b/KSnNOV4hRlSAzG3eZ1kGPymFmLwcYLjPPljMTkKoJu +bi7WjpjCrcrw== Received: from mecka.net (unknown [185.147.11.134]) by mecka.net (Postfix) with ESMTPSA id 8F8BC3C95A9; Tue, 30 Jan 2024 20:36:23 +0100 (CET) Date: Tue, 30 Jan 2024 20:36:22 +0100 From: Manuel Traut To: Dang Huynh Subject: Re: [PATCH v4 0/4] arm64: rockchip: Pine64 PineTab2 support Message-ID: References: <20240127-pinetab2-v4-0-37aab1c39194@mecka.net> <6035442.lOV4Wx5bFT@melttower> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6035442.lOV4Wx5bFT@melttower> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Diederik de Haas , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , David Airlie , Sam Ravnborg , linux-rockchip@lists.infradead.org, Jessica Zhang , devicetree@vger.kernel.org, Conor Dooley , Thomas Zimmermann , Maxime Ripard , Rob Herring , Mark Yao , linux-arm-kernel@lists.infradead.org, Neil Armstrong , Segfault , Sandy Huang , Krzysztof Kozlowski , Ondrej Jirman , Daniel Vetter , Arnaud Ferraris Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dang, On Sat, Jan 27, 2024 at 06:35:50PM +0700, Dang Huynh wrote: > Hi Manuel, > > Since the BOE patches have been accepted to next, you do not need to include > it in this patch series. sorry, I thought patches to LKML shall be against Linux master since the patches are still only in drm-next I considered to keep them in the queue. Regards Manuel > On Saturday, January 27, 2024 4:48:41 PM +07 Manuel Traut wrote: > > - BOE TH101MB31IG002 LCD Panel: > > * Picked patches from https://anongit.freedesktop.org/git/drm/drm-misc.git > > (drm-misc-next) > >