commit | 45279915636ca2f126ffa886db032d66fb76259b | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Wed Apr 03 14:07:43 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Apr 04 17:46:46 2024 +0200 |
tree | 73e6cffe867fb2f7963e1d4d4cd2d4bf48aa37e9 | |
parent | 491a9815775487412b7cf628f7113f3f542d0b49 [diff] |
gpio: msm_gpio: add .set_flags op The .direction_input and .direction_output ops are deprecated, and don't seem to behave properly for us. Implement our own .set_flags op to handle this correctly. Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>