From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6B44F21B185 for ; Mon, 13 Apr 2026 10:46:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776077176; cv=none; b=Eu/eI8x1XsfzNx4aMF50iiqRgthPfdLezC7mrsoW2P4VFTgX4H/nxRjY/43yMmLr9La9mM9ElyYYfbzJP4J0xwZd7EdIJ0zA9FnXKH0RaH9QPYc/ojxzA+jn/RfD0yQdU8GHdCw/zCiBwh1EAU57CIDlQAdaiWlXzvWTOtDf1S4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776077176; c=relaxed/simple; bh=/9jf9OvoLi8GIV9s/avZs5Lx1pyFmO74OPDNOQedqjM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OmUvGFwkKBpi/kpDbu6f+EnkzFLCrFDznp6pp1PH6weXTUB6kgmdO6rn1LA4IPEtFAS28G6cFNCYiB7wjMjSJLVK5U3j0SgupZait2Qe7kCf817dBkomvwrBvyc3S/UAklI8czEMJbwrWepk7Op0FcV1pU5cbU44kIuvKXXKcy0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Fq+vkzhd; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Fq+vkzhd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9CC5C116C6; Mon, 13 Apr 2026 10:46:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776077176; bh=/9jf9OvoLi8GIV9s/avZs5Lx1pyFmO74OPDNOQedqjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fq+vkzhdbjwqHCrguuX7dy20B4KAToAsGyfh2C3imRsa+zRrN5UlgfFwdNJtcW+uQ /0/EiHV3eOfuvfSIew3CXNEYDQrKp5c+/r7SV+fzd+3UK9GsL/7tLc9oLgDv/Jjouw gt41gUp78WJZiQdw1bKcMXF+Li9FbeUaVEEGzL/M= Date: Mon, 13 Apr 2026 12:46:13 +0200 From: Greg Kroah-Hartman To: Kuninori Morimoto Cc: stable@vger.kernel.org, Peri-Dev , Geert Uytterhoeven , Laurent Pinchart , Tong Duc Duy , Thuan Nguyen , Duy Nguyen , Chu Quoc Khanh , Tomi Valkeinen Subject: Re: [Renesas Linux Kernel Test Report] DU/Device Tree: Missing pin control for DSI-eDP IRQ Message-ID: <2026041351-skyward-constrain-e6e2@gregkh> References: <87wlyfeks1.wl-kuninori.morimoto.gx@renesas.com> <20260410085604.GD2712636@killaraus.ideasonboard.com> <87lder39bh.wl-kuninori.morimoto.gx@renesas.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lder39bh.wl-kuninori.morimoto.gx@renesas.com> On Mon, Apr 13, 2026 at 02:04:02AM +0000, Kuninori Morimoto wrote: > > Hi Greg > Cc Geert, Laurent > > Linux LTS v6.6 / v6.12 backported this commit > > 9133bc3f0564890218cbba6cc7e81ebc0841a6f1 > ("drm/bridge: ti-sn65dsi86: Add support for DisplayPort mode with HPD") > > Because of that, Renesas needs this commit. > > 8219a455efd4ba11c1d30c1bbc9ce853466c19bf > ("arm64: dts: renesas: white-hawk-cpu-common: > Add pin control for DSI-eDP IRQ") > > Could you please backport it too ? It does not apply properly to 6.6.y or 6.1.y, so can you provide working backports there? I've added it to 6.12.y now. thanks, greg k-h