linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes
@ 2017-03-23 10:59 John Keeping
  2017-03-23 10:59 ` [PATCH v4 1/4] pinctrl: rockchip: remove unnecessary locking John Keeping
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: John Keeping @ 2017-03-23 10:59 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Heiko Stuebner, Julia Cartwright, linux-gpio, linux-arm-kernel,
	linux-rockchip, linux-kernel, John Keeping

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.

v4 is v3 rebased onto pinctrl/devel as of b9c6dcab265e ("pinctrl: rockchip:
rename RK1108 to RV1108").

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 | 149 +++++++++++++++++++++----------------
 1 file changed, 85 insertions(+), 64 deletions(-)

-- 
2.12.0.377.gf910686b23.dirty


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23 10:59 [PATCH v4 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes John Keeping
2017-03-23 10:59 ` [PATCH v4 1/4] pinctrl: rockchip: remove unnecessary locking John Keeping
2017-03-23 16:10   ` Julia Cartwright
2017-03-23 17:51     ` John Keeping
2017-03-23 17:55       ` Heiko Stübner
2017-03-23 18:29         ` Julia Cartwright
2017-03-23 20:01           ` Heiko Stübner
2017-03-23 20:43             ` Julia Cartwright
2017-03-28  9:16   ` Linus Walleij
2017-03-23 10:59 ` [PATCH v4 2/4] pinctrl: rockchip: convert to raw spinlock John Keeping
2017-03-28  9:17   ` Linus Walleij
2017-03-23 10:59 ` [PATCH v4 3/4] pinctrl: rockchip: split out verification of mux settings John Keeping
2017-03-28  9:18   ` Linus Walleij
2017-03-23 10:59 ` [PATCH v4 4/4] pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip John Keeping
2017-03-28  9:19   ` Linus Walleij

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).