From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 D79E733A71A for ; Tue, 25 Aug 2026 16:09:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787674163; cv=none; b=uwdURSo5w7R20OF91dLg36NLYgd+zjZ177Zs8mpd1448KHr7ZLs2OgRPr4RQO3miwiR3Jev8UIgNb2x8nCvN2aoiSeGML4Hfk7RC5qfmhPjbe0G2uaCjYBb1ikRly0o2hF0uXCfuAyqcLeZBWq16sMyxqkzmiOoNOGXYDq/GiL0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787674163; c=relaxed/simple; bh=W77A+K/6FJx4qNGB/jQpfdXEPXT+m61Z/FpSeqbC+/M=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:To:From: References:In-Reply-To; b=H4dmcPcBT3bP0zveNnIDLr0jG91GJjHAgeng8N1/u+34dLykZEO0715KcNWlY7bTUiNWW3kL0XohS4eluHaLG8og0f2VxcdrfWMq4aKduCh3gZidpSV2A4QHn8a+QGHw6j+A0w/PZ+F8++WrrrTgI66vet5hSm10jo7MxNmOVG0= 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=V9aj1li8; arc=none smtp.client-ip=185.246.85.4 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="V9aj1li8" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 1430E4E413AC; Tue, 25 Aug 2026 16:09:19 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id DB426604C4; Tue, 25 Aug 2026 16:09:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 531CF11C7A655; Tue, 25 Aug 2026 18:09:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787674154; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=W77A+K/6FJx4qNGB/jQpfdXEPXT+m61Z/FpSeqbC+/M=; b=V9aj1li8jabD3JCnu1ZpkXwDu38ujwpEdx5aTWJHFyv6KwATWmzOGUBc7hlWFjLT3TZ2yH yqvwrRPjau5oKazbu1P3NCGnr5ZJvoJ6sA5OKfm4b9Jd1yozH21oN41Mc6HgCnNCMVu8ub vfG7b3MagFJRPssVicUKVtiATS4nGqcn0hNBBmFsYqqMz/IfCMNwkrpbM/t424T4kIkElV bOdgnJtB3P5fAVBZnV0u5EZamX/TqaTvwefiT9f9SOWvjmWQXGH+6Rj8/MSKzpgRpId4Rw FakxLzV+ssMfZ+ys51NR+5rqQqnFiH6SExC9Twfg/Si/ZOPtD6/oXuJgbHIhLg== 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: Tue, 25 Aug 2026 18:09:02 +0200 Message-Id: Subject: Re: [PATCH v4 4/6] drm/panel: Use managed helpers in Himax and Ilitek panels To: "Osama Abdelkader" , , "Neil Armstrong" , "Jessica Zhang" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Ondrej Jirman" , "Javier Martinez Canillas" , "Michael Trimarchi" , "Michael Walle" , "Dario Binacchi" , , From: "Luca Ceresoli" X-Mailer: aerc 0.22.0 References: <20260812151000.74799-1-osama.abdelkader@gmail.com> In-Reply-To: <20260812151000.74799-1-osama.abdelkader@gmail.com> X-Last-TLS-Session-Version: TLSv1.3 On Wed Aug 12, 2026 at 5:09 PM CEST, Osama Abdelkader wrote: > Use the managed MIPI DSI attach and panel add helpers in Himax and Ilitek > panel drivers and drop the corresponding manual detach and panel remove > calls from remove paths. > > Suggested-by: Luca Ceresoli > Signed-off-by: Osama Abdelkader Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com