Re: [RFC PATCH 2/4] pinctrl: rockchip: convert to raw spinlock

2017-03-15 Thread Heiko Stuebner
Am Mittwoch, 15. März 2017, 16:59:00 CET schrieb John Keeping: > On Wed, 15 Mar 2017 17:41:21 +0100, Heiko Stuebner wrote: > > Am Mittwoch, 15. März 2017, 17:28:56 CET schrieb Heiko Stuebner: > > > Am Montag, 13. März 2017, 18:38:11 CET schrieb John Keeping: > > > > This lock is used from rockchip_

Re: [RFC PATCH 2/4] pinctrl: rockchip: convert to raw spinlock

2017-03-15 Thread John Keeping
On Wed, 15 Mar 2017 17:41:21 +0100, Heiko Stuebner wrote: > Am Mittwoch, 15. März 2017, 17:28:56 CET schrieb Heiko Stuebner: > > Am Montag, 13. März 2017, 18:38:11 CET schrieb John Keeping: > > > This lock is used from rockchip_irq_set_type() which is part of the > > > irq_chip implementation an

Re: [RFC PATCH 2/4] pinctrl: rockchip: convert to raw spinlock

2017-03-15 Thread Heiko Stuebner
Am Mittwoch, 15. März 2017, 17:41:21 CET schrieb Heiko Stuebner: > Am Mittwoch, 15. März 2017, 17:28:56 CET schrieb Heiko Stuebner: > > Am Montag, 13. März 2017, 18:38:11 CET schrieb John Keeping: > > > This lock is used from rockchip_irq_set_type() which is part of the > > > irq_chip implementatio

Re: [RFC PATCH 2/4] pinctrl: rockchip: convert to raw spinlock

2017-03-15 Thread Heiko Stuebner
Am Mittwoch, 15. März 2017, 17:28:56 CET schrieb Heiko Stuebner: > Am Montag, 13. März 2017, 18:38:11 CET schrieb John Keeping: > > This lock is used from rockchip_irq_set_type() which is part of the > > irq_chip implementation and thus must use raw_spinlock_t as documented > > in Documentation/gpi

Re: [RFC PATCH 2/4] pinctrl: rockchip: convert to raw spinlock

2017-03-15 Thread Heiko Stuebner
Am Montag, 13. März 2017, 18:38:11 CET schrieb John Keeping: > This lock is used from rockchip_irq_set_type() which is part of the > irq_chip implementation and thus must use raw_spinlock_t as documented > in Documentation/gpio/driver.txt. > > Signed-off-by: John Keeping Looks good Reviewed-by: