projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76126a5
)
clk: qcom: reset: Increase max reset delay
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Tue, 6 Feb 2024 18:43:34 +0000
(19:43 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 6 Feb 2024 20:53:26 +0000
(14:53 -0600)
u8 limits us to 255 microseconds of delay. Promote the delay variable to
u16 to hold bigger values.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20240105-topic-venus_reset-v2-1-c37eba13b5ce@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/reset.h
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/reset.h
b/drivers/clk/qcom/reset.h
index 9a47c838d9b1ba0433e38033733ee116e11a1a10..fe0561bf53d492da1dac71dd7067e84e46776bab 100644
(file)
--- a/
drivers/clk/qcom/reset.h
+++ b/
drivers/clk/qcom/reset.h
@@
-11,7
+11,7
@@
struct qcom_reset_map {
unsigned int reg;
u8 bit;
- u
8
udelay;
+ u
16
udelay;
u32 bitmask;
};