commit | 127520caebd9ae1b77c7026bf538a81b8fcd19a8 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Jul 06 13:27:00 2015 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Jul 11 17:28:20 2015 -0700 |
tree | ee71e9cd79790fdd7ce7d3515b533211f2ed7721 | |
parent | cb4a5f068096c0cea954f363e70020aabb3555f4 [diff] |
Input: pixcir_i2c_ts - allow using with GPIO expanders We are using threaded interrupt handler and thus are allowed to sleep. Let's switch over to gpiod_get_value_cansleep() so that we do not get ugly warnings in case GPIO controller might sleep when accessing GPIO. Acked-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>