From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 8430F33B6F8; Wed, 17 Dec 2025 14:24:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765981445; cv=none; b=lWG7rmOjZRclnyqvH1Ym4HEfxrs3JfEViS5yW2HhbVOb4EkptCp5ZsX9YqBxM4FCpSvVBpBsgGxk7bhYWAP7h1SYstCh2Mq2lSeWbCLFyw9aAJJP5OWFic529oOJPWOER6Ji48rI//Gq4YrzlTcBegWYFUQFAAd/BISwtMRv//c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765981445; c=relaxed/simple; bh=NHPbq1dYtFEjvHJOmjrG0z7tkyLA/1ZwEpWOGdSDZyA=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=F4HJxhd+hjuJCT6BNax7L6eCIXo9QZmLFTlwStyaAzGR8o9PO6M0x3s8YRFHoFlw7T+JrwMbnobOXRrcgPCEE982BE/AICmYeYWw+Sp08gYFXmTix/gqYTIzk+I2au8ypAohZCieAVE4Qp7nNKp9xjSars7vuZJM86PPrYUAh84= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=EPdsImrU; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="EPdsImrU" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id E93611A2281; Wed, 17 Dec 2025 14:23:58 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id B2EA06072F; Wed, 17 Dec 2025 14:23:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 36CBA102F0AD5; Wed, 17 Dec 2025 15:23:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1765981437; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=NHPbq1dYtFEjvHJOmjrG0z7tkyLA/1ZwEpWOGdSDZyA=; b=EPdsImrU8FJFeSorGa/VDZlybvDbTuwaaEaRJh2BmZvRPWzx157bsPVfQv/rNfZ8ce4c75 70F3N1udiyVKmYYtUourJJqbIB14hPNtA7qgeoS40NX0sASfppp48oYcBhIEl5cOTBx316 1q4TBW1zeMdiilnOII9nl1Z9BfcK/pzImS5iXTyl/pOmuJkUXL2Zz7GxLnIppEgDj0ssna qL3V1fMWwwUzGA/oeNGpQa62pV/me2JgK3iwymfjJM8NvG322mCuoFAkb3D5AvybRmFHOW 5dvv352MinuP0PswjdVTgRjgcefuthIR87l7lc5RqWWo7vOmbzE1UbclZKxTzw== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 17 Dec 2025 15:23:51 +0100 Message-Id: Subject: Re: [PATCH v2 06/20] drm/tilcdc: Remove tilcdc panel driver Cc: "Markus Schneider-Pargmann" , "Bajjuri Praneeth" , "Louis Chauvet" , "Thomas Petazzoni" , "Miguel Gazquez" , , , , , To: "Kory Maincent (TI.com)" , "Jyri Sarha" , "Tomi Valkeinen" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Russell King" , "Bartosz Golaszewski" , "Tony Lindgren" , "Andrzej Hajda" , "Neil Armstrong" , "Robert Foss" , "Laurent Pinchart" , "Jonas Karlman" , "Jernej Skrabec" From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20251211-feature_tilcdc-v2-0-f48bac3cd33e@bootlin.com> <20251211-feature_tilcdc-v2-6-f48bac3cd33e@bootlin.com> In-Reply-To: <20251211-feature_tilcdc-v2-6-f48bac3cd33e@bootlin.com> X-Last-TLS-Session-Version: TLSv1.3 On Thu Dec 11, 2025 at 5:38 PM CET, Kory Maincent (TI.com) wrote: > The tilcdc panel subdriver is a legacy, non-standard driver that has been > replaced by the standard panel-dpi driver and panel-simple infrastructure= . > > With the device tree bindings removed and all in-tree users migrated to > use panel-dpi, this driver no longer has any associated device tree > bindings or users. The panel-dpi driver combined with DRM bus flags > provides equivalent functionality in a standard way that is compatible > with the broader DRM panel ecosystem. > > This removal eliminates 400+ lines of redundant code and completes the > migration to standard panel handling. > > Signed-off-by: Kory Maincent (TI.com) Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com