Re: [PATCH v3 3/6] gpio: add irq domain activate/deactivate functions

2019-01-11 Thread Stephen Boyd
Quoting Brian Masney (2019-01-09 17:12:55) > This adds the two new functions gpiochip_irq_domain_activate and > gpiochip_irq_domain_deactivate that can be used as the activate and > deactivate functions in the struct irq_domain_ops. This is for > situations where only gpiochip_{lock,unlock}_as_irq

[PATCH v3 3/6] gpio: add irq domain activate/deactivate functions

2019-01-09 Thread Brian Masney
This adds the two new functions gpiochip_irq_domain_activate and gpiochip_irq_domain_deactivate that can be used as the activate and deactivate functions in the struct irq_domain_ops. This is for situations where only gpiochip_{lock,unlock}_as_irq needs to be called. SPMI and SSBI GPIO are two user