linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/7] gpio: mockup: improve the user-space testing interface
@ 2019-02-18 16:41 Bartosz Golaszewski
  2019-02-18 16:41 ` [PATCH v5 1/7] irq/irq_sim: add irq_set_type() callback Bartosz Golaszewski
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Bartosz Golaszewski @ 2019-02-18 16:41 UTC (permalink / raw)
  To: Linus Walleij, Thomas Gleixner, Marc Zyngier, Uwe Kleine-König
  Cc: linux-gpio, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Marc,

please take a look at another, much simpler approach. The only change
in irq_sim is calling the irqd_set_trigger_type() in irq_set_type(). We
don't care about the actual type - we simply store it and any interested
user (for example gpio-mockup in this series) can retrieve it using
irq_get_trigger_type() and interpret it on its own.

v1 -> v2:
- instead of providing the irq_sim_get_type() helper, move the irq type
  logic into the simulator and provide a helper that allows users to specify
  the type of the fired interrupt

v2 -> v3:
- switch back to having irq_sim_type() and put the line state logic into the
  GPIO testing module

v3 -> v4:
- drop irq_sim_get_type() and use a notifier chain instead so that any change
  in type configuration can be pushed out to interested users
- change the locking mechanism in gpio-mockup to a spinlock as we can't take
  a mutex when a hardirq-safe spinlock in irq_desc is being held when the
  irq_set_type() callback is called
- refuse to set any other type than falling or rising edge in irq_set_config

v4 -> v5:
- drop the notifier, use irqd_set_trigger_type() instead

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       |   8 ++
 2 files changed, 170 insertions(+), 27 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-02-19 15:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-18 16:41 [PATCH v5 0/7] gpio: mockup: improve the user-space testing interface Bartosz Golaszewski
2019-02-18 16:41 ` [PATCH v5 1/7] irq/irq_sim: add irq_set_type() callback Bartosz Golaszewski
2019-02-19 12:25   ` Marc Zyngier
2019-02-19 13:20     ` Bartosz Golaszewski
2019-02-19 13:40       ` Marc Zyngier
2019-02-19 15:33         ` Bartosz Golaszewski
2019-02-18 16:41 ` [PATCH v5 2/7] gpio: mockup: add locking Bartosz Golaszewski
2019-02-18 16:41 ` [PATCH v5 3/7] gpio: mockup: implement get_multiple() Bartosz Golaszewski
2019-02-18 16:41 ` [PATCH v5 4/7] gpio: mockup: don't create the debugfs link named after the label Bartosz Golaszewski
2019-02-18 16:41 ` [PATCH v5 5/7] gpio: mockup: change the type of 'offset' to unsigned int Bartosz Golaszewski
2019-02-18 16:41 ` [PATCH v5 6/7] gpio: mockup: change the signature of unlocked get/set helpers Bartosz Golaszewski
2019-02-18 16:41 ` [PATCH v5 7/7] gpio: mockup: rework debugfs interface Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).