Searched hist:ce54993d01b996cdf09e15882e77bea8c10903ca (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ipa/ |
H A D | gsi.h | diff ce54993d01b996cdf09e15882e77bea8c10903ca Mon Nov 02 18:53:59 CET 2020 Alex Elder <elder@linaro.org> net: ipa: use version in gsi_channel_program()
Use the IPA version in gsi_channel_program() to determine whether we should enable the GSI doorbell engine when requested. This way, callers only say whether or not it should be enabled if needed, regardless of hardware version.
Rename the "legacy" argument to gsi_channel_reset(), and have it indicate whether the doorbell engine should be enabled when reprogramming following the reset.
Change all callers of gsi_channel_reset() to indicate whether to enable the doorbell engine after reset, independent of hardware version.
Rework a little logic in ipa_endpoint_reset() to get rid of the "legacy" variable previously passed to gsi_channel_reset().
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | gsi.c | diff ce54993d01b996cdf09e15882e77bea8c10903ca Mon Nov 02 18:53:59 CET 2020 Alex Elder <elder@linaro.org> net: ipa: use version in gsi_channel_program()
Use the IPA version in gsi_channel_program() to determine whether we should enable the GSI doorbell engine when requested. This way, callers only say whether or not it should be enabled if needed, regardless of hardware version.
Rename the "legacy" argument to gsi_channel_reset(), and have it indicate whether the doorbell engine should be enabled when reprogramming following the reset.
Change all callers of gsi_channel_reset() to indicate whether to enable the doorbell engine after reset, independent of hardware version.
Rework a little logic in ipa_endpoint_reset() to get rid of the "legacy" variable previously passed to gsi_channel_reset().
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ipa_endpoint.c | diff ce54993d01b996cdf09e15882e77bea8c10903ca Mon Nov 02 18:53:59 CET 2020 Alex Elder <elder@linaro.org> net: ipa: use version in gsi_channel_program()
Use the IPA version in gsi_channel_program() to determine whether we should enable the GSI doorbell engine when requested. This way, callers only say whether or not it should be enabled if needed, regardless of hardware version.
Rename the "legacy" argument to gsi_channel_reset(), and have it indicate whether the doorbell engine should be enabled when reprogramming following the reset.
Change all callers of gsi_channel_reset() to indicate whether to enable the doorbell engine after reset, independent of hardware version.
Rework a little logic in ipa_endpoint_reset() to get rid of the "legacy" variable previously passed to gsi_channel_reset().
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|