commit | 226b2242d43d6d2d4a72e394c19fdd2f1b06f29e | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Thu Apr 20 23:23:20 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon May 22 10:57:47 2017 +0200 |
tree | 0fc1ca2890b52f8b7a8122e686725faf2057ff85 | |
parent | 7b0db5533608eb3864383cc211e56027d39a6cde [diff] |
gpio: export add/remove lookup table functions For hot-pluggable devices adding GPIOs dynamically we need to assemble and add the gpio lookup tables at probe time in modules, so that requesting these GPIOs in attached drivers can work. Export lookup table functions for modules. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>