]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: typec: tipd: Move initial irq mask to tipd_data
authorSven Peter <sven@kernel.org>
Sun, 14 Sep 2025 12:56:07 +0000 (12:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Sep 2025 14:08:20 +0000 (16:08 +0200)
commitb3dddff502c5e049e43e3d0c43586de342b9e1d7
treec0de19841890f3f77b0add5af3a083bf22c9736d
parentbe5ae730ffa6fd774a00a4705c1e11e078b08ca1
usb: typec: tipd: Move initial irq mask to tipd_data

Since the irq mask was originally added more tipd variants have been
introduced and there's now struct tipd_data. Move the initial mask in
there.

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Sven Peter <sven@kernel.org>
Link: https://lore.kernel.org/r/20250914-apple-usb3-tipd-v1-2-4e99c8649024@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tipd/core.c