diff options
author | Ninad Naik <[email protected]> | 2023-08-09 15:36:34 +0530 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2023-08-10 10:48:15 +0200 |
commit | 9757300d2750ef76f139aa6f5f7eadd61a0de0d3 (patch) | |
tree | 2d749b31308013606bcce7d5ac9314b3aae91cba /scripts/gdb/linux/vmalloc.py | |
parent | f00295e890bbc8780cd2076ee17bc7a08a53091c (diff) |
pinctrl: qcom: Add intr_target_width field to support increased number of interrupt targets
SA8775 and newer target have added support for an increased number of
interrupt targets. To implement this change, the intr_target field, which
is used to configure the interrupt target in the interrupt configuration
register is increased from 3 bits to 4 bits.
In accordance to these updates, a new intr_target_width member is
introduced in msm_pingroup structure. This member stores the value of
width of intr_target field in the interrupt configuration register. This
value is used to dynamically calculate and generate mask for setting the
intr_target field. By default, this mask is set to 3 bit wide, to ensure
backward compatibility with the older targets.
Fixes: 4b6b18559927 ("pinctrl: qcom: add the tlmm driver sa8775p platforms")
Tested-by: Andrew Halaney <[email protected]> # sa8775p-ride
Signed-off-by: Ninad Naik <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions