mbox series

[GIT,PULL] gpio: updates for v5.1 - part 2

Message ID 20190219171311.32151-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: updates for v5.1 - part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.1-updates-for-linus-part-2

Message

Bartosz Golaszewski Feb. 19, 2019, 5:13 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

Marc acked the irq_sim patch so I guess we can get this in for v5.1.
Details are in the signed tag. The gpio-mockup patches have been on
the list for some time without significant changes.

The following changes since commit 68b7587baabfa42ca5625b709691358fee51b9d8:

  gpio: altera-a10sr: Trivial coding style fix (2019-02-14 15:14:38 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.1-updates-for-linus-part-2

for you to fetch changes up to 2a9e27408e12de455b9fcf66b5d0166f2129579e:

  gpio: mockup: rework debugfs interface (2019-02-19 17:42:29 +0100)

----------------------------------------------------------------
gpio: updates for v5.1 - part 2

- gpio-mockup updates improving the user-space testing interface and
  adding line state tracking for correct edge interrupts
- interrupt simulator patch exposing the irq type configuration to
  users

----------------------------------------------------------------
Bartosz Golaszewski (7):
      irq/irq_sim: add irq_set_type() callback
      gpio: mockup: add locking
      gpio: mockup: implement get_multiple()
      gpio: mockup: don't create the debugfs link named after the label
      gpio: mockup: change the type of 'offset' to unsigned int
      gpio: mockup: change the signature of unlocked get/set helpers
      gpio: mockup: rework debugfs interface

 drivers/gpio/gpio-mockup.c | 189 ++++++++++++++++++++++++++++++++++++++-------
 kernel/irq/irq_sim.c       |  12 +++
 2 files changed, 174 insertions(+), 27 deletions(-)

Comments

Linus Walleij Feb. 20, 2019, 8:44 a.m. UTC | #1
On Tue, Feb 19, 2019 at 6:13 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> Marc acked the irq_sim patch so I guess we can get this in for v5.1.
> Details are in the signed tag. The gpio-mockup patches have been on
> the list for some time without significant changes.
>
> The following changes since commit 68b7587baabfa42ca5625b709691358fee51b9d8:
>
>   gpio: altera-a10sr: Trivial coding style fix (2019-02-14 15:14:38 +0100)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.1-updates-for-linus-part-2
>
> for you to fetch changes up to 2a9e27408e12de455b9fcf66b5d0166f2129579e:
>
>   gpio: mockup: rework debugfs interface (2019-02-19 17:42:29 +0100)

Pulled into my "devel" branch, thanks!

Yours,
Linus Walleij