Alex Elder 21e8aaca40 net: ipa: fix some register validity checks
A recent commit defined HW_PARAM_4 as a GSI register ID but did not
add it to gsi_reg_id_valid() to indicate it's valid (for IPA v5.0+).
Add version checks for the HW_PARAM_2 and INTER_EE IRQ GSI registers
there as well.

IPA v5.0 supports up to 8 source and destination resource groups.
Update the validity check (and the comments where the register IDs
are defined) to reflect that.  Similarly update comments and
validity checks for the hash/cache-related registers.

Note that this patch fixes an omission and constrains things
further, but these don't technically represent bugs.

Fixes: f651334e1ef5 ("net: ipa: add HW_PARAM_4 GSI register")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-03-16 21:33:18 -07:00
..
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2023-02-20 08:14:20 +01:00
2023-02-20 08:14:20 +01:00
2022-10-25 11:15:19 +02:00
2022-12-12 15:55:06 -08:00
2023-02-27 10:04:49 -08:00
2023-02-24 13:40:13 -08:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2023-02-10 08:06:32 +00:00
2023-02-14 20:39:39 -08:00
2023-03-16 21:33:18 -07:00