All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio: updates for v5.7 part1
@ 2020-02-13  9:47 Bartosz Golaszewski
  2020-02-13 12:07 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-02-13  9:47 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

as discussed this is the pull-request containing the line watch ioctl()
as well as a couple patches picked up during the merge window. Details
are in the signed tag. Please pull.

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-updates-for-v5.7-part1

for you to fetch changes up to 33f0c47b8fb4724792b16351a32b24902a5d3b07:

  tools: gpio: implement gpio-watch (2020-02-12 12:05:47 +0100)

----------------------------------------------------------------
gpio updates for v5.7 part 1

- make irqs optional in gpio-pxa
- improve the logic behind the get() and set() callbacks in gpio-wcd934x
- add new kfifo helpers (acked by kfifo maintainer)
- rework the locking mechanism for lineevent kfifo
- implement a new ioctl() for watching changes on GPIO lines

----------------------------------------------------------------
Axel Lin (2):
      gpio: wcd934x: Don't change gpio direction in wcd_gpio_set
      gpio: wcd934x: Fix logic of wcd_gpio_get

Bartosz Golaszewski (7):
      kfifo: provide noirqsave variants of spinlocked in and out helpers
      kfifo: provide kfifo_is_empty_spinlocked()
      gpiolib: rework the locking mechanism for lineevent kfifo
      gpiolib: emit a debug message when adding events to a full kfifo
      gpiolib: provide a dedicated function for setting lineinfo
      gpiolib: add new ioctl() for monitoring changes in line info
      tools: gpio: implement gpio-watch

Lubomir Rintel (1):
      gpio: pxa: Avoid a warning when gpio0 and gpio1 IRQS are not there

 drivers/gpio/gpio-pxa.c     |   4 +-
 drivers/gpio/gpio-wcd934x.c |   9 +-
 drivers/gpio/gpiolib.c      | 350 ++++++++++++++++++++++++++++++++++----------
 drivers/gpio/gpiolib.h      |   1 +
 include/linux/kfifo.h       |  73 +++++++++
 include/uapi/linux/gpio.h   |  30 ++++
 tools/gpio/.gitignore       |   1 +
 tools/gpio/Build            |   1 +
 tools/gpio/Makefile         |  11 +-
 tools/gpio/gpio-watch.c     |  99 +++++++++++++
 10 files changed, 493 insertions(+), 86 deletions(-)
 create mode 100644 tools/gpio/gpio-watch.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] gpio: updates for v5.7 part1
  2020-02-13  9:47 [GIT PULL] gpio: updates for v5.7 part1 Bartosz Golaszewski
@ 2020-02-13 12:07 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2020-02-13 12:07 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: open list:GPIO SUBSYSTEM, Bartosz Golaszewski

On Thu, Feb 13, 2020 at 10:48 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> as discussed this is the pull-request containing the line watch ioctl()
> as well as a couple patches picked up during the merge window. Details
> are in the signed tag. Please pull.

Promptly pulled!

Will push for next once my build servers agree that we are in good
shape.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-13 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13  9:47 [GIT PULL] gpio: updates for v5.7 part1 Bartosz Golaszewski
2020-02-13 12:07 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.