All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes
@ 2017-03-15 17:46 ` John Keeping
  0 siblings, 0 replies; 34+ messages in thread
From: John Keeping @ 2017-03-15 17:46 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-gpio, Linus Walleij, Julia Cartwright, linux-kernel,
	linux-rockchip, John Keeping, linux-arm-kernel

This is an updated version of [1] rebased on top of pinctrl/for-next.
The only change is in patch 1 to remove locking in the new
rockchip_set_schmitt() function.

The aim of the series is to make the Rockchip pinctrl irq_chip
implementation safe for use with RT_FULL which requires that raw
spinlocks are used to avoid sleeping in hardirq context.

[1] https://www.spinics.net/lists/arm-kernel/msg568279.html

John Keeping (4):
  pinctrl: rockchip: remove unnecessary locking
  pinctrl: rockchip: convert to raw spinlock
  pinctrl: rockchip: split out verification of mux settings
  pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip

 drivers/pinctrl/pinctrl-rockchip.c | 148 ++++++++++++++++++++++---------------
 1 file changed, 87 insertions(+), 61 deletions(-)

-- 
2.12.0.377.gf910686b23.dirty

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

end of thread, other threads:[~2017-03-23  9:03 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15 17:46 [PATCH v2 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes John Keeping
2017-03-15 17:46 ` John Keeping
2017-03-15 17:46 ` John Keeping
2017-03-15 17:46 ` [PATCH v2 1/4] pinctrl: rockchip: remove unnecessary locking John Keeping
2017-03-15 17:46   ` John Keeping
2017-03-15 17:46   ` John Keeping
2017-03-15 18:51   ` [PATCH v2.1 " John Keeping
2017-03-15 18:51     ` John Keeping
2017-03-23  9:03   ` [PATCH v2 " Linus Walleij
2017-03-23  9:03     ` Linus Walleij
2017-03-23  9:03     ` Linus Walleij
2017-03-15 17:46 ` [PATCH v2 2/4] pinctrl: rockchip: convert to raw spinlock John Keeping
2017-03-15 17:46   ` John Keeping
2017-03-15 17:46   ` John Keeping
2017-03-15 18:01   ` Julia Cartwright
2017-03-15 18:01     ` Julia Cartwright
2017-03-15 18:01     ` Julia Cartwright
2017-03-15 18:08     ` John Keeping
2017-03-15 18:08       ` John Keeping
2017-03-15 18:08       ` John Keeping
2017-03-15 18:16       ` Heiko Stuebner
2017-03-15 18:16         ` Heiko Stuebner
2017-03-15 18:23         ` Julia Cartwright
2017-03-15 18:23           ` Julia Cartwright
2017-03-15 18:23           ` Julia Cartwright
2017-03-15 18:46           ` John Keeping
2017-03-15 18:46             ` John Keeping
2017-03-15 18:46             ` John Keeping
2017-03-15 17:46 ` [PATCH v2 3/4] pinctrl: rockchip: split out verification of mux settings John Keeping
2017-03-15 17:46   ` John Keeping
2017-03-15 17:46   ` John Keeping
2017-03-15 17:46 ` [PATCH v2 4/4] pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip John Keeping
2017-03-15 17:46   ` John Keeping
2017-03-15 17:46   ` John Keeping

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.