commit | a6cf6038e3b3a6b44bfec1573fb9b62878208ad7 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Mon Sep 12 08:53:55 2016 +0200 |
committer | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Wed Sep 14 10:51:09 2016 +0000 |
tree | 7d02f6cfb30154fd5733739b37934398ae5548e2 | |
parent | 7e6dacd65fd432f0e3594d4e3680425a2b25aaee [diff] |
gpio: Remove obsolete API 1.0 callback mechanism In 1.0 you could set only one callback on the whole gpio controller. It was impossible for another sub-system to add another callback, without overwritting an existing one. Such API has been obsolete for a long time and no one is using it anymore. Thus removing it entirely. Change-Id: I6a17fd99373dc6cef1fa2ebb421e992412d5015e Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>