[PATCH v2 3/9] powerpc: mpc52xx_gpt: make use of raw_spinlock variants

2017-03-21 Thread Julia Cartwright
k w/ RT kernels, it is not suitable to be used with irq_chips. A quick audit of the operations under the lock reveal that they do only minimal, bounded work, and are therefore safe to do under a raw spinlock. Signed-off-by: Julia Cartwright --- v1 -> v2: - No change. arch/powerpc/platforms/

[PATCH 04/19] powerpc: mpc52xx_gpt: make use of raw_spinlock variants

2017-03-09 Thread Julia Cartwright
k w/ RT kernels, it is not suitable to be used with irq_chips. A quick audit of the operations under the lock reveal that they do only minimal, bounded work, and are therefore safe to do under a raw spinlock. Signed-off-by: Julia Cartwright --- arch/powerpc/platforms/52xx/mpc