commit | cbe1932a20693d750e791a1e504003d8c34bb0b5 | [log] [tgz] |
---|---|---|
author | Ruibin Chang <Ruibin.Chang@ite.com.tw> | Thu Mar 20 10:25:35 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Mar 21 09:53:22 2025 +0100 |
tree | 501a61357ec70837e67a208995d82cf77cfbd946 | |
parent | 7752def63d7e0cd567a896e71f99d5396b4b63b5 [diff] |
drivers/sensor/ite/tach_ite_it8xxx2: don't clear both tach status at once When two tach use simultaneously, I find that the both tach status will be cleared at once, which causes one of tach not to get rpm speed. So I change it to clear status only one tach at a time. This issue is reported by Huaqin: https://partnerissuetracker.corp.google.com/issues/404067663?pli=1 Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>