diff options
| author | Aswin Murugan <[email protected]> | 2025-05-08 17:06:46 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-24 07:53:33 -0600 |
| commit | ddc527ac4331b3cc73f29d30127944f477d6a6f0 (patch) | |
| tree | 43b47cce22669aeba6924fce6d58bf353cbf17ca /doc/develop | |
| parent | 35811a7b0d68ce1a32446953e3ccf7a2186f08f8 (diff) | |
gpio: msm_gpio: return correct value for gpio read
In the current implementation, the GPIO read operation considers
both the input and outbut bits (bits 0 and 1). It should only consider
the state of input bit, i.e bit 0. To address this, mask input bit
alone and read it.
Signed-off-by: Aswin Murugan <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Reviewed-by: Casey Connolly <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions
