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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A4006EB64DD for ; Mon, 14 Aug 2023 10:42:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+hUy49kmCJjigUxqt5RBGaJSpzd/xJDvRnR07vTFuHk=; b=pO9ntFF3Mtl8tw xnhYemB7LBlQTXDaelpLGN1uWhOUPpa9+LXCt9GRhKWs+ksZTEINMsJqlxLpqcjsFaQ5rIukrvYSr mjcIAe2t+4EaPxOADC/JZjhCiBGlkWtQoiPRkeTAU59DArbWkgxaITKAl6wSoGAIOyltmwXLXEX4S o5WOsGCT3rRSC7zbJr3bzSvo0My7wsCV/vPBZqW8IQd9LBu9w9v4DYe2+gOvTui96Kkhjkqoa16zx ku5QZIVh76aDl4/1m/E69eHh/Y6V/AALjDKX85yGta0ym1Ag9D5+t41OryoXDJ4Enp/NDFd6UZncf KCkyitP5EcaAlKnwANZw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qVV1e-00Grzh-2d; Mon, 14 Aug 2023 10:42:18 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qVV1a-00Grxu-1B for linux-arm-kernel@lists.infradead.org; Mon, 14 Aug 2023 10:42:16 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37EAfurr085836; Mon, 14 Aug 2023 05:41:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1692009716; bh=Lz356dlYT0Q7fdpMmgsrqqZokIAx9+np94XnpNO5Wt4=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=Kk9N6XcN5y6wkTH+BugUixyqNL4LzPx5i3PfOKafcOnesY3N5nAun95wz73+8ZA8O a3mjIRJ3DHq9POKbLqHsSX1cJjxv1G0z+X9dsD3u7veUejTinXUUb/QgIXOfV1WpIV uf/wtOY80VCE2S/hciOzf3BzfkF1dGI9ir1gB3i0= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37EAfuk6012941 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Aug 2023 05:41:56 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 14 Aug 2023 05:41:56 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Mon, 14 Aug 2023 05:41:56 -0500 Received: from [172.24.227.132] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37EAfnDv018660; Mon, 14 Aug 2023 05:41:49 -0500 Message-ID: <8fd9c745-cb42-8d4d-8307-e428a491bfe1@ti.com> Date: Mon, 14 Aug 2023 16:11:48 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH v5 0/6] arm64: ti: k3-am62: Add display support To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Catalin Marinas , Conor Dooley , Will Deacon , Francesco Dolcini CC: Devicetree List , Linux Kernel List , Linux ARM Kernel List , Tomi Valkeinen , Rahul T R , Devarsh Thakkar , Jai Luthra , Jayesh Choudhary References: <20230809084559.17322-1-a-bhatia1@ti.com> <169179274928.1340235.2380026214492639228.b4-ty@ti.com> Content-Language: en-US From: Aradhya Bhatia In-Reply-To: <169179274928.1340235.2380026214492639228.b4-ty@ti.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230814_034214_510756_6FBD0B7E X-CRM114-Status: GOOD ( 32.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 12-Aug-23 04:02, Nishanth Menon wrote: > Hi Aradhya Bhatia, > > On Wed, 09 Aug 2023 14:15:53 +0530, Aradhya Bhatia wrote: >> The patch series adds DT nodes for Display SubSystem (DSS) and other >> peripherals required to enable the HDMI audio and video on the AM625 SK, >> AM62-LP SK, as well as the AM625 based Beagle-Play platforms. An HDMI >> monitor can be connected to the boards for the audio/video outputs. >> >> The series adding the compatible and basic driver support[0] is in the >> drm-misc-next and linux-next queues and is expected to be in the >> mainline by v6.6-rc1. Patch 5/6 also requires Nishanth Menon's patch[1] >> that introduces debounce select mux macros. This patch too is not in >> v6.5-rc1 but has been picked up in ti-next[2] and hence, is present in >> linux-next. >> >> [...] > > NOTE: This series creates checkpatch warnings against v6.5-rc1 and > complains that it cannot find ti,am625-dss which has been merged in > drm tree for next. This is clean in linux-next for a few weeks now. > Given the number of people who would really like to see it in v6.6-rc1 > to keep the display support working in the tree without carried > patches and work on next set of features on display and graphics, and > given the real low risk of this NOT making to linus-master, we are > making an specific exception here for this time around. So, please > keep a watch on drm-next and if for any reason the support is dropped > going to linus's tre in the merge window or before, let this chain > know with appropriate maintainers so that we can take corrective > actions. PS: Thanks Arnd for taking time to give me some private > guidance. Fingers crossed that this will go through smooth. Nishanth, Vignesh, Arnd, Thank you for making an exception here, and allowing these patches in! =) I will keep an eye on drm-next and will make sure to let you all know if the AM62 base DSS support patches get dropped for any reason. Regards Aradhya > > Thank you! > > I have applied the following to branch ti-k3-dts-next on [1]: > > [1/6] arm64: dts: ti: k3-am62x-sk-common: Update main-i2c1 frequency > commit: 73387da70f9c26b6fba4f62371d013cce14663d9 > [2/6] arm64: dts: ti: k3-am62-main: Add node for DSS > commit: 8ccc1073c7bb2ae9654529a75f85ef23b7215c9b > [3/6] arm64: dts: ti: k3-am62x-sk-common: Add HDMI support > commit: db6e8237cf5435e972ea47632e5d8ac3e356f210 > [4/6] arm64: dts: ti: am62x-sk: Add overlay for HDMI audio > commit: b50ccab9e07ca19d49a0d629dfbe184e6975be22 > [5/6] arm64: dts: ti: k3-am625-beagleplay: Add HDMI support > commit: 1f7226a5e52cb8b90771cefc29077f9ce13a3c90 > > I have applied the following to branch ti-k3-config-next on [1]: > > [6/6] arm64: defconfig: Enable ITE_IT66121 HDMI transmitter > commit: d5c988b43746de250bed33c17116e879f032ff12 > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent up the chain during > the next merge window (or sooner if it is a relevant bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel