linux-next/drivers/hid/amd-sfh-hid
Philipp Stanner 1cd105fd1a HID: amd_sfh: Use always-managed version of pcim_intx()
pci_intx() is a hybrid function which can sometimes be managed through
devres. To remove this hybrid nature from pci_intx(), it is necessary to
port users to either an always-managed or a never-managed version.

All users of amd_mp2_pci_remove(), where pci_intx() is used, call
pcim_enable_device(), which is why the driver needs the always-managed
version.

Replace pci_intx() with pcim_intx().

Link: https://lore.kernel.org/r/20241209130632.132074-12-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
2024-12-14 18:00:35 -06:00
..
hid_descriptor HID: amd_sfh: Add light chromaticity support 2023-09-24 13:31:33 +01:00
sfh1_1 HID: amd_sfh: Use always-managed version of pcim_intx() 2024-12-14 18:00:35 -06:00
amd_sfh_client.c HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() 2024-10-09 17:18:57 +02:00
amd_sfh_common.h HID: amd_sfh: Extend MP2 register access to SFH 2024-02-27 15:13:55 +01:00
amd_sfh_hid.c HID: amd_sfh: free driver_data after destroying hid device 2024-08-02 12:58:03 +02:00
amd_sfh_hid.h HID: amd_sfh: Remove unused declarations 2024-08-19 20:08:11 +02:00
amd_sfh_pcie.c HID: amd_sfh: Use always-managed version of pcim_intx() 2024-12-14 18:00:35 -06:00
amd_sfh_pcie.h HID: amd_sfh: Update HPD sensor structure elements 2024-02-27 15:13:55 +01:00
Kconfig HID: amd_sfh: Set the AMD SFH driver to depend on x86 2024-02-28 13:10:55 +01:00
Makefile kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00