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 EAC1D18A956 for ; Fri, 9 Jan 2026 10:47:02 +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=1767955623; cv=none; b=ZC7HQQaKmclMK7B4jfWy71lYD96KcFYmld3hXs/DMBFQsxPpyjY4PclZsdgrhxjzYK2AqQQdSoxuCE+vEyQjY5I1jmi4PURcPSo5SOYhWqzWCdKwwM0JhHiT2cMQby7jlRJBuZMIm8YkWsYbHo9AHuGKLkTcJm2vf6a8MZlvbSw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767955623; c=relaxed/simple; bh=lVy4gjZY/davaIgfNAaV5uTzNQPVAgSejAfl2Vn9oc0=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=jbTu6KnVzPbvIfnRoGAvaWwTVKVWns77Y1kkXXTIqv9+5Lk4sA1syic+16gW6H8zBsj8NgsVVEYFqr6+0uCFG2oOzWfFFsISY3IlB4chEhu+5zBGZ6C1wEPYTifONss2NW5Vp/Vlz1k4QlDPCbwTJepJJ1aIl1C3oz4JdZHwZMA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bf9voGE+; 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="bf9voGE+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42393C19422; Fri, 9 Jan 2026 10:47:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767955622; bh=lVy4gjZY/davaIgfNAaV5uTzNQPVAgSejAfl2Vn9oc0=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=bf9voGE+aFU4KgGImrwbB+UqxMA/XLBdofGktCztCPKYGzT0jJFY0Ls4fV45VXjGJ hY17gad9m1460tM9mpjCPpBXMADGVoHDqf9P3QLizKfIEWWS0i7g0s6q5PZehjjocq 8nY7oua34ybpu/sMSPRTHeZxDhYfwsa0gXR47aEHOUJXkLYZfyKz6QASAq0ANJHptZ IS1bm1LX9W5gAk137d5rKsUA2RAhNhQkf4rXF6yxc2ompDASlT1wjJgDAcK0OUSYrl LG/MCOzdtUq9i+kvo9FC+pp2zQlL3mQWqFRF/MLgChDweYXSjyClNzjpNNx8CQfQ4T DEtvG3QvNrQnw== From: Lee Jones To: Lee Jones , =?utf-8?q?Andr=C3=A9_Draszik?= Cc: linux-kernel@vger.kernel.org, Peter Griffin , Tudor Ambarus , Will McVicker , Juan Yescas In-Reply-To: <20251217-max77759-mfd-irq-trigger-v1-1-e7d29f84d34f@linaro.org> References: <20251217-max77759-mfd-irq-trigger-v1-1-e7d29f84d34f@linaro.org> Subject: Re: (subset) [PATCH] mfd: max77759: drop use of irqd_get_trigger_type Message-Id: <176795562101.1634294.6177215545332490437.b4-ty@kernel.org> Date: Fri, 09 Jan 2026 10:47:01 +0000 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-Transfer-Encoding: 8bit X-Mailer: b4 0.15-dev-52d38 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 -- Lee Jones [李琼斯]