]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-v3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Feb 2015 19:26:54 +0000 (11:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Feb 2015 19:26:54 +0000 (11:26 -0800)
commitd8f4c55ae4e74bc3e06a64f4d0796d2c3f70c30b
tree222c4f4555ca7d53cea4ca681c0b32f5e53cd850
parent5e07c7fb1cdd9dd9268981d526192274960f4a91
parent7dd2efe5d597aa188e3bcbf9300f86faa1e04ef3
Merge tag 'gpio-v3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull gpio fixes from Linus Walleij:
 "Yet more GPIO fixes for the v3.19 series.

  There is a high bug-spot activity in GPIO this merge window, much due
  to Johan Hovolds spearheading into actually exercising the removal
  path for GPIO chips, something that was never really exercised before.

  The other two fixes are augmenting erroneous behaviours in two
  specific drivers for minor systems.

  Summary from signed tag:

   - Two fixes stabilizing that which was never stable before: removal
     of GPIO chips, now let's stop leaking memory.
   - Make sure OMAP IRQs are usable when the irqchip API is used
     orthogonally to the gpiochip API.
   - Provide a default GPIO base for the mcp23s08 driver"

* tag 'gpio-v3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low
  gpio: sysfs: fix memory leak in gpiod_export_link
  gpio: mcp23s08: handle default gpio base
  gpio: omap: Fix bad device access with setup_irq()