From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D4B29328B7B for ; Fri, 9 Jan 2026 10:48:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767955722; cv=none; b=Pmj6S565iqzQyGha527AaTurIE1FZXBrbBed1sA/m5OzbwqYitqMH2yuduzE2TLU2xLfCQqbsmv8zpkd/VnD8ju0ZrW6GJtOWkjShlqdUDNqQYCqamff2tF8eWGUePvA3eAbzD6IGCSsUm8I2iJJQwhs3Gs+W6Od1m6TRuylTT0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767955722; c=relaxed/simple; bh=yYjf/p2/zI53t53ALlHnyeOSFUqaxL4R5zNjvsDtd8Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AhwIKpy/11JOYKRIG3qU/OtoASxDAs993Tx2SvnlHpyB51TEFgUayQ2X4aXJlWRvHMAD98PESDSnCn+MI1IfkL+oZFkwvJHzKrgT6XOiPh5wYqAAM3tWXazovx+JAey0YVWP/BLdX944cCUFrSvgMl2wy4vOy1EGkcCCXKAuxDA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AVpG6TgS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AVpG6TgS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 466A3C4CEF1; Fri, 9 Jan 2026 10:48:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767955722; bh=yYjf/p2/zI53t53ALlHnyeOSFUqaxL4R5zNjvsDtd8Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AVpG6TgSFc49e4Q1l4uBlwYTM+I27zXRyFJzOH7ufxERXItz54RPOIJ9KKIQwZpDI JdHWYQ9tzczcV6RmhElUDbJQku5xIc35uzYSjV9BtU7Ay8fohhTgTkDfoAT0CkcwuF QE11tzN3jQ8wnTsQUWgksc1C8TybMjCvo77q7U/j6J+JAnI1ostZmSIO0eEiPpPPL6 mUtflayhMamzKeV0Dj+Y6lMj1GRWLTOjzoYUWbR3qlHmLFCaMOLKxSnvNWh6/Ba010 cmNoYiqDPO41vRc4kdY+ep56XWlU5OYn5zxjpif5+fEnnNeHzG4seZubgsjMBVBtDf TWpLQpD1zqtVg== Date: Fri, 9 Jan 2026 10:48:38 +0000 From: Lee Jones To: =?iso-8859-1?Q?Andr=E9?= Draszik Cc: linux-kernel@vger.kernel.org, Peter Griffin , Tudor Ambarus , Will McVicker , Juan Yescas Subject: Re: (subset) [PATCH] mfd: max77759: drop use of irqd_get_trigger_type Message-ID: <20260109104838.GG1118061@google.com> References: <20251217-max77759-mfd-irq-trigger-v1-1-e7d29f84d34f@linaro.org> <176795562101.1634294.6177215545332490437.b4-ty@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <176795562101.1634294.6177215545332490437.b4-ty@kernel.org> On Fri, 09 Jan 2026, Lee Jones wrote: > On Wed, 17 Dec 2025 12:03:58 +0000, André Draszik wrote: > > irqd_get_trigger_type() is meant for cases where the driver needs to > > know the configured IRQ trigger type and e.g. wants to change its > > behaviour accordingly. Furthermore, platform support code, e.g. DT > > handling, will configure the hardware based on that, and drivers don't > > need to pass the trigger type into request_irq() and friends. > > > > Drop the use from this driver, as it doesn't need to know the trigger > > type. > > > > [...] > > Applied, thanks! > > [1/1] mfd: max77759: drop use of irqd_get_trigger_type > commit: 9a04d9a9d936ec902e5d8a3d1a5079724dca5452 I applied this for you. However, if you are going to keep submitting to MFD, please start using the expected subject line format. mfd: subdev: Succinct summary starting with an upper-case char It would save me a bunch of fixing up if you did. Thanks. -- Lee Jones [李琼斯]