]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-updates-for-v5.7-part4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Mar 2020 11:11:00 +0000 (12:11 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Mar 2020 11:11:00 +0000 (12:11 +0100)
commit53950a28bbaa4b01e29e1afd1c662e17e32f5cc6
treebba01ef3fdafde82f92c9be88de469f19c2d2273
parent8152d76123d3d9c5a8a116ca0a32ad0ef9b4343e
parent8b947e47791f50687b65601e90ff1d53c1c7f03c
Merge tag 'gpio-updates-for-v5.7-part4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel

gpio updates for v5.7 part 4

- improve comments in the uapi header
- fix documentation issues
- add a warning to gpio-pl061 when the IRQ line is not configured
- allow building gpio-mxc and gpio-mxs with COMPILE_TEST enabled
- don't print an error message when an optional IRQ is missing in gpio-mvebu
- fix a potential segfault in gpio-hammer
- fix a couple typos and coding style issues in gpio tools
- provide a new flag in gpio-mmio and use it in mt7621 to fix an issue with
  the controller ignoring value setting when a GPIO is in input mode
- slightly refactor gpio_name_to_desc()