diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-06-27 17:59:16 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-06-27 17:59:16 +0300 |
commit | da6070fc558e3b5d7fe0cabcbec6487a1999c76d (patch) | |
tree | cfacef849379760646ee6a3f506badf958188236 /tools | |
parent | 8df9d7f70f87960b6ad2b4a90db755551d7ab7bd (diff) | |
parent | f360dcd4ef7fbaec774a64c54b402b4c8a4cffb2 (diff) | |
download | linux-da6070fc558e3b5d7fe0cabcbec6487a1999c76d.tar.xz |
Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel
gpio: updates for v5.3
- add include/linux/gpio.h to .gitignore in /tools
- improve and simplify code in the em driver
- simplify code in max732x by using devm helpers (including the new
devm_i2c_new_dummy_device())
- fix SPDX header for madera
- remove checking of return values of debugfs routines in gpio-mockup
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpio/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpio/.gitignore b/tools/gpio/.gitignore index 9e9dd4b681b2..a94c0e83b209 100644 --- a/tools/gpio/.gitignore +++ b/tools/gpio/.gitignore @@ -1,4 +1,4 @@ gpio-event-mon gpio-hammer lsgpio - +include/linux/gpio.h |