mbox series

[0/3] gpio: mockup: misc updates

Message ID 20181108165255.9940-1-brgl@bgdev.pl
Headers show
Series gpio: mockup: misc updates | expand

Message

Bartosz Golaszewski Nov. 8, 2018, 4:52 p.m. UTC
The first patch is a fix that should go in for 4.20.

Next two patches introduce features for 4.21 - lock protection of the
dummy chip structures and implementation of the get_multiple() callback.

Bartosz Golaszewski (3):
  gpio: mockup: fix indicated direction
  gpio: mockup: add locking
  gpio: mockup: implement get_multiple()

 drivers/gpio/gpio-mockup.c | 71 +++++++++++++++++++++++++++++++++-----
 1 file changed, 62 insertions(+), 9 deletions(-)