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 3FFE3379EC8 for ; Tue, 25 Aug 2026 16:33:13 +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=1787675597; cv=none; b=tt+lYIiDy8hEhZ2njg6T3mUuFOoXzB/fdLHF0eyYFjSqEuCFDmqgkzAvqsZUAoXsbOVld1RDMo+qJZjYV4dMTKnvtEoHRf+nztuoLgiZQ1OIArdjDOjMKU8nqb7mSRUk6aDxYDSyIIEDH7Ga2qg0kqWY38BydNl/96PaXKHZvbQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787675597; c=relaxed/simple; bh=xx5O1KxBaZ7/74bIcM8o/FOaog4ETe2+UK5KNLE9Auw=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject: References:In-Reply-To; b=qGVAJB7Ar6kA0ZweNuWa+MAFwszuiJAlWzs4iKV62VKqXGW651saTYOtwr9e8Fo5kWm5LW66tcD7YWyPpEyoWE1d8rQ5CNJJWXJcJ/yWhJmMo8xkTLsPS8c7cujyNgeU4PA7gHwYQlAaYzrclQ2APa8e/gbBMzQvs1Ne55RLpvk= 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=ofptO+yL; 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="ofptO+yL" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 294074E413AC; Tue, 25 Aug 2026 16:33:12 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id F2633604C4; Tue, 25 Aug 2026 16:33:11 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id C31F811C7A6C4; Tue, 25 Aug 2026 18:33:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1787675587; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=xx5O1KxBaZ7/74bIcM8o/FOaog4ETe2+UK5KNLE9Auw=; b=ofptO+yLgLGhxJ5X2g0+twP9ifu5S2qOjWu9gkHDvKJ21xekzSejSXxq37JRTxv9aZertK XEhf13CNfKjjvflsT893Uyz0Z3Gm9ekfVj377JBbnA2o7KeHIgklf/QciafrqNEUi6Noti q1GBaOUJ3nDjkrvaD+Rcghi1kOiYbCK7HitKPFkdtiz74gbLTSUIUNcnb7FK1G+tbSkTMJ uirJF1IeS5Spt0djbxbb+3zJz3CSs4JGAGQhk0IHBzoJixBxH5n8TJyzMdIyuB94/DO5Hr ygm9bEo6AksqSoxQUnBzAO5s3N3qopi2gWjycAxQ54WbjP9IAjYvzkPz74XQ1w== 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:32:58 +0200 Message-Id: To: "Luca Ceresoli" , "Osama Abdelkader" , "Neil Armstrong" , "Jessica Zhang" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Jerry Han" , , From: "Luca Ceresoli" Subject: Re: [PATCH v3 1/6] drm/panel: Use devm_mipi_dsi_attach in BOE panels X-Mailer: aerc 0.22.0 References: <20260812130429.16850-1-osama.abdelkader@gmail.com> In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 On Tue Aug 25, 2026 at 5:59 PM CEST, Luca Ceresoli wrote: > On Wed Aug 12, 2026 at 3:04 PM CEST, Osama Abdelkader wrote: >> Use the managed MIPI DSI attach helper in BOE panel drivers and drop the >> corresponding manual detach calls from remove paths. >> >> Signed-off-by: Osama Abdelkader > > Please, next time use proper tools to send your series ina single thread > with a cover letter. This v3 is made of 6 e-mails in 6 separate threads, > which is very annoying to handle. Ah, this comment was about v4. v3 is correctly threaded. Sorry about the mess. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com