Re: [LEDE-DEV] [PATCH] cns3xxx: fix GPIO controller interrupt enable

2017-09-11 Thread Koen Vandeputte
On 2017-09-08 20:56, Tim Harvey wrote: The cns3xxx interrupt controller uses a single register and as such the 'mask' reg/functions must be used as opposed to the 'enable'/'disable' reg/functions. This fixes an issue that occurs if more than one GPIO on a specific controller (there is GPIOA and

[LEDE-DEV] [PATCH] cns3xxx: fix GPIO controller interrupt enable

2017-09-08 Thread Tim Harvey
The cns3xxx interrupt controller uses a single register and as such the 'mask' reg/functions must be used as opposed to the 'enable'/'disable' reg/functions. This fixes an issue that occurs if more than one GPIO on a specific controller (there is GPIOA and GPIOB each having 32 GPIO's) uses interru