summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2017-07-03 11:12:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-11 08:49:30 -0700
commitb680e22fca767103ea4f86e21a8cca927f9d1ca7 (patch)
tree9a0085c9ebc1a389e16fa4bdcc38c115b7a67925 /fs
parentbe5c6efc996e439205c298331c755f007f66484b (diff)
gpiolib: skip unwanted events, don't convert them to opposite edge
commit df1e76f28ffe87d1b065eecab2d0fbb89e6bdee5 upstream. The previous fix for filtering out of unwatched events was not entirely correct. Instead of skipping the events we don't want, they are now interpreted as events with opposing edge. In order to fix it: always read the GPIO line value on interrupt and only emit the event if it corresponds with the event type we requested. Fixes: ad537b822577 ("gpiolib: fix filtering out unwanted events") Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions