forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitf5b3f43
i2c: owl: Clear NACK and BUS error bits
When the NACK and BUS error bits are set by the hardware, the driver isresponsible for clearing them by writing "1" into the correspondingstatus registers.Hence perform the necessary operations in owl_i2c_interrupt().Fixes:d211e62 ("i2c: Add Actions Semiconductor Owl family S900 I2C driver")Reported-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>Signed-off-by: Wolfram Sang <wsa@kernel.org>1 parent5a02e7c commitf5b3f43
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
| |||
0 commit comments
Comments
(0)