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 441E12561AE for ; Wed, 7 Jan 2026 09:09:45 +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=1767776987; cv=none; b=bhg3sNaBTu2shM1LUqXvkPgGdR1SIKOty9lSmrCpJk973ZfU2rN+gbjdmbiSMEwZeZ7pNWqNKrUEUQ5R+Q1tZty4px4ZU0vUiNkAup3zu/NVFhAEQhHIr09O4a70+9FlAcfa0AT8WCc22UeFUZRB/hVTxNxTXhFpjRNA+0Pd1/M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767776987; c=relaxed/simple; bh=P1CKSMWAbSSOC/ne2tNQS1qPfmyiHDbzXLsDeMdW+pU=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=rbmyahdiy0u4vHwouSffcDxXIwxwsq1kAAWZigha0EUVuwbZyDBJX8WI/tCFHRMVgFqzYNWqGzRG1CMV0EXygCeBPcKL9Nq1nHSjGEUDyOBzT5WCMzwyXOl3nLo0KCNJyc2zO7OZQgoPX2+c+LpUCYRicahfxwtt56fl73W9p+g= 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=1VIrkJlG; 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="1VIrkJlG" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id BACBD4E41FCE; Wed, 7 Jan 2026 09:09:43 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 90BF8606F8; Wed, 7 Jan 2026 09:09:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 137A5103C86DE; Wed, 7 Jan 2026 10:09:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1767776982; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=P1CKSMWAbSSOC/ne2tNQS1qPfmyiHDbzXLsDeMdW+pU=; b=1VIrkJlGrCCGNvTXSthbq1O53cc+xlQKxMQ29A1Qpqq96gUttEEwy6UU41Hd4ceKs5jw40 jhC53clqe4aPp8j0R+Eu/HY2A6ibXzhWyRU6rDNv4Fi2CsFj0CEf6+msELJmU9fKdo1V5A HuXzhXInc8dsM8yzO0KB9ioGOD5kxq/E+T5uwqcdiVgQ1CKtwkrPzE62NqZdFzjWB5jUzH mUwcrK4utSOB+KHbMkjJGwW0Bwtwk9Pd5xZzp7XIXiILDbJej5RLaQUtS5KKRaMK3RVChn /ZHF7oQZW0NnE2cuCIGR24pT2Y7SeT8Y5/pmI+LpofK4FI/+VgZRkayuvxZ7MQ== 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, 07 Jan 2026 10:09:39 +0100 Message-Id: Subject: Re: [PATCH v2 0/1] drm/bridge: lontium-lt9611uxc: use irq as optional Cc: , , , , , , , , , , , , , To: "Vladimir Yakovlev" From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20260107032342.332758-1-vovchkir@gmail.com> In-Reply-To: <20260107032342.332758-1-vovchkir@gmail.com> X-Last-TLS-Session-Version: TLSv1.3 On Wed Jan 7, 2026 at 4:23 AM CET, Vladimir Yakovlev wrote: > Hello! > > This patch add support IRQ as optional for lt9611uxc > > Changes in v2: > - As Luca Ceresoli recommended earlier, I added a patch to replace > - request_threaded_irq with devm_request_threaded_irq before making > - these changes. > - > - Since the updates only affected this patch, and the previous patch > - was new, I made v2 just for this one. I apologize if this is incorrect. This series depends on "[PATCH] drm/bridge: lontium-lt9611uxc: change to use devm_request_threaded_irq" which you have sent separately, so it cannot be applied as-is. The best thing to do would have been sending a v2 series with 2 patches: first the devm conversion, then this one. However no need to send again just for this, it can be handled while applying. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com