Re: [PATCH 1/2] media: max9271: Fix GPIO enable/disable

2020-11-23 Thread Sergei Shtylyov
On 11/20/20 7:15 PM, Jacopo Mondi wrote: > Fix GPIO enable/disable operations which wrongly read the 0x0f register > to obtain the current mask of the enabled lines instead of using > the correct 0x0e register. > > Also fix access to bit 0 of the register which is marked as reserved. > > Fixes:

Re: [PATCH 1/2] media: max9271: Fix GPIO enable/disable

2020-11-23 Thread Kieran Bingham
Hi Jacopo, On 20/11/2020 16:15, Jacopo Mondi wrote: > Fix GPIO enable/disable operations which wrongly read the 0x0f register > to obtain the current mask of the enabled lines instead of using > the correct 0x0e register. > > Also fix access to bit 0 of the register which is marked as reserved.

Re: [PATCH 1/2] media: max9271: Fix GPIO enable/disable

2020-11-20 Thread Geert Uytterhoeven
On Fri, Nov 20, 2020 at 5:15 PM Jacopo Mondi wrote: > Fix GPIO enable/disable operations which wrongly read the 0x0f register > to obtain the current mask of the enabled lines instead of using > the correct 0x0e register. > > Also fix access to bit 0 of the register which is marked as reserved. >

[PATCH 1/2] media: max9271: Fix GPIO enable/disable

2020-11-20 Thread Jacopo Mondi
Fix GPIO enable/disable operations which wrongly read the 0x0f register to obtain the current mask of the enabled lines instead of using the correct 0x0e register. Also fix access to bit 0 of the register which is marked as reserved. Fixes: 34009bffc1c6 ("media: i2c: Add RDACM20 driver")