dwc: disable usage of pp->msi_domain

Upstream dropped dw_pcie_rp->msi_domain in [1] and this driver needs to
be refactored away from the legacy MSI domain setup. However, this needs
to be addressed by the module owners. For now, disable this code until a
proper patch is proposed.

Bug: 442591113
Link: https://git.kernel.org/torvalds/c/8e717112caf3 [1]
Change-Id: If702b48b47a2c5470e5a83462aa72320e600a09f
Signed-off-by: Carlos Llamas <[email protected]>
1 file changed
tree: 1250ef5725e8238a83550c01a25f810bca2917be
  1. arch/
  2. Documentation/
  3. drivers/
  4. include/
  5. insmod_cfg/
  6. .checkpatch.conf
  7. .clang-format
  8. .gitignore
  9. BUILD.bazel
  10. build.config.slider
  11. build.config.slider.blktest
  12. build.config.slider.debug_api
  13. build.config.slider.debug_kmemleak
  14. build.config.slider.debug_locking
  15. build.config.slider.debug_memory
  16. build.config.slider.debug_memory_accounting
  17. build.config.slider.kasan
  18. build.config.slider.khwasan
  19. build_slider.sh
  20. device.bazelrc
  21. Kbuild
  22. Kconfig.ext
  23. Kconfig.ext_modules
  24. Makefile
  25. Makefile.include
  26. merge-from-mainline.sh
  27. merge-from-pixel-5.10.sh
  28. PREUPLOAD.cfg
  29. README.md
  30. slider.bzl
  31. system_dlkm.props
  32. test_slider.sh
  33. vendor_boot_modules.gs101
  34. vendor_dev_nodes.slider
  35. vendor_dlkm.blocklist.gs201
  36. vendor_dlkm.blocklist.slider
  37. vendor_dlkm.props
  38. vendor_dlkm_file_contexts
  39. vendor_kernel_boot_modules.gs201
README.md

Building with Bazel

# Files are copied to out/slider/dist
$ tools/bazel run --config=fast //private/google-modules/soc/gs:slider_dist

See build/kernel/kleaf/README.md for details.

ABI monitoring with Bazel (recommended)

Note: ABI monitoring is not supported on android-mainline branch.

# Update symbol list common/android/abi_gki_aarch64_pixel
$ tools/bazel run --config=fast //private/google-modules/soc/gs:slider_abi_update_symbol_list

# Update ABI common/android/abi_gki_aarch64.xml
$ tools/bazel run //common:kernel_aarch64_abi_update