linux-stable/drivers/bus/mhi/host
Manivannan Sadhasivam bd23e83642 bus: mhi: host: pci_generic: Use pcim_iomap_region() to request and map MHI BAR
Use of both pcim_iomap_regions() and pcim_iomap_table() APIs are
deprecated. Hence, switch to pcim_iomap_region() API which handles both the
request and map of the MHI BAR region.

Cc: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Mayank Rana <quic_mrana@quicinc.com>
Link: https://lore.kernel.org/r/20241004023351.6946-1-manivannan.sadhasivam@linaro.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2024-11-08 11:52:06 +00:00
..
boot.c bus: mhi: host: Fix typos in the comments 2024-10-03 10:47:13 +05:30
debugfs.c bus: mhi: Make mhi_state_str[] array static inline and move to common.h 2022-03-18 14:02:55 +01:00
init.c bus: mhi: host: make mhi_bus_type const 2024-08-26 13:58:27 +05:30
internal.h bus: mhi: host: Fix typos in the comments 2024-10-03 10:47:13 +05:30
Kconfig bus: mhi: Move host MHI code to "host" directory 2022-03-18 14:02:54 +01:00
main.c bus: mhi: host: Add a new API for getting channel doorbell offset 2024-04-25 20:16:43 +05:30
Makefile bus: mhi: Move host MHI code to "host" directory 2022-03-18 14:02:54 +01:00
pci_generic.c bus: mhi: host: pci_generic: Use pcim_iomap_region() to request and map MHI BAR 2024-11-08 11:52:06 +00:00
pm.c bus: mhi: host: Add mhi_power_down_keep_dev() API to support system suspend/hibernation 2024-04-01 16:09:09 +05:30
trace.h bus: mhi: host: Switch trace_mhi_gen_tre fields to native endian 2024-11-08 11:52:06 +00:00