]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
iwlwifi: yoyo: add PCI config space region type
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 1 Nov 2019 13:31:02 +0000 (15:31 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 27 Mar 2020 06:12:47 +0000 (08:12 +0200)
commitf696a7ee254f7e4e96bd1a21addd1315169b8a8a
tree403c7393cee7e0ba30b59ce2ccacad715e344b49
parentcceb45078a62cda3ebdb97bd96916c3f8d811e7c
iwlwifi: yoyo: add PCI config space region type

Add a new region type that allows us to dump the PCI config space.
This is mostly the same as dumping a memory region, but reading from
the device's config space instead.

In order to make this generic and independent of the trans type, we
make a function called iwl_dump_ini_config_iter() that calls a new op
in the transport to read its config space.

Change-Id: I15151bddf589f13b0e0a45c28b96bbcd73bcfdeb
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/dbg.c
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c
drivers/net/wireless/intel/iwlwifi/iwl-trans.h