commit | 636edeaad5577b6023f0de2b98a010d1cea73607 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Thu Jun 11 14:48:32 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 11 18:39:08 2020 -0700 |
tree | 4c4dfda43367a3fdeb3caf97a33da1fe108cae93 | |
parent | 9b8ad8dab994f4cba682ca6110bda37f3dcd4b83 [diff] |
net: ipa: program upper nibbles of sequencer type The upper two nibbles of the sequencer type were not used for SDM845, and were assumed to be 0. But for SC7180 they are used, and so they must be programmed by ipa_endpoint_init_seq(). Fix this bug. IPA_SEQ_PKT_PROCESS_NO_DEC_NO_UCP_DMAP doesn't have a descriptive comment, so add one. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>