From nobody Tue Jun 16 17:01:53 2026 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (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 1A33C36C0CA for ; Thu, 30 Apr 2026 08:53:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777539241; cv=none; b=r6c4qHtGhp8Ey+cR9NjnXjNs1UQ2j20c15/5Ynl5V5iWoXvpzcON3IvQwYuiYwQ8i5iI3pYOUXQZbo9B4PpFHpwyOo6gPlqSTYx08WntECOsnfmo4sMBDzxaAwJRxIc5/Js2oMoVafT43OTjaPRnXGmj/xOuVG9XtPdZtPol/fU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777539241; c=relaxed/simple; bh=cyWG6DcGe4RxOJ16KW5aSYTLKViGkuZuquMplBmCnus=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=eoB/ckdyH0jusdvQ1amzjPHzVni6QwnSVC3ULTHCjnfvS1X5qINhBpghB/dFckd2kBVxrFUL+k8SBnKbxL2o+aPch4o3tTb8WpBXxOWG2H3PJtKozQ0+S3Ecu2DUeQWF18IVlrsH1nfTn2vImNiWBz2V3XpJ+7A9ZQd2GqnDrP4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=Qr0oDWFb; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="Qr0oDWFb" Received: from francesco-nb.. (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 802561F9C9; Thu, 30 Apr 2026 10:53:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1777539237; bh=mSpKrJuNs0Eacdj1sbb1Hdc61jJMh4Y5swZU+YKDLDI=; h=From:To:Subject; b=Qr0oDWFb/frwXYDKKmOCtZcMVmKUQzTcnP32P4zSSLMmzltZ9VEv7i5k1sCC7g0ep kNfLq2oQkawi1fPiuINzsyompyN/3m2QDYJKVo3w4x++ZNrDcyBPf740+zRItyMm0E zG23YBfFL07ukgLunxdiNymxfsEViTK7wQnxWi+BgGF3esnwXy1fyGAybYWa29GT4q 0M4NWuPtCUBaDUOnhtKzWt9QT3DGnXbmkoNNapUsLcPE+e4vLLkqw2tjavQH9iTtOw qUCEoNIDi0DTpWgyml41KddwPMsm+CYAQPGscTzC3B3R/hlww88kOVcftbFrUBA7tO YA8wfY/8TC/Ow== From: Francesco Dolcini To: Andrzej Hajda , Neil Armstrong , Robert Foss , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Luca Ceresoli Cc: Francesco Dolcini , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Adrien Grassein Subject: [PATCH] MAINTAINERS: Update maintainer for LT8912B DRM HDMI bridge Date: Thu, 30 Apr 2026 10:53:42 +0200 Message-ID: <20260430085344.34271-1-francesco@dolcini.it> X-Mailer: git-send-email 2.47.3 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" From: Francesco Dolcini Update the maintainer from Adrien to Francesco. Adrien is not interested in maintaining this driver anymore, Francesco has access to various hardware devices using this component and the vendor documentation. Cc: Adrien Grassein Signed-off-by: Francesco Dolcini Acked-by: Adrien Grassein adrien.grassein@gmail.com Acked-by: Neil Armstrong Reviewed-by: Luca Ceresoli --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2fb1c75afd16..bcfb13b612bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15019,7 +15019,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/gi= t/hid/hid.git F: drivers/hid/hid-lg-g15.c =20 LONTIUM LT8912B MIPI TO HDMI BRIDGE -M: Adrien Grassein +M: Francesco Dolcini S: Maintained F: Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml F: drivers/gpu/drm/bridge/lontium-lt8912b.c --=20 2.47.3