Re: [RESEND PATCH v2 2/3] video: ssd1307fb: Do not hard code active-low reset sequence

2018-10-08 Thread Bartlomiej Zolnierkiewicz
On 09/27/2018 11:24 AM, Michal Vokáč wrote: > The SSD130x OLED display reset signal is active low. Now the reset > sequence is implemented in such a way that users are forced to > define reset-gpios as GPIO_ACTIVE_HIGH in DT to make the reset work. > > Do not hard code the active-low sequence in

[RESEND PATCH v2 2/3] video: ssd1307fb: Do not hard code active-low reset sequence

2018-09-27 Thread Michal Vokáč
The SSD130x OLED display reset signal is active low. Now the reset sequence is implemented in such a way that users are forced to define reset-gpios as GPIO_ACTIVE_HIGH in DT to make the reset work. Do not hard code the active-low sequence into the driver but instead allow the user to specify the

[PATCH v2 2/3] video: ssd1307fb: Do not hard code active-low reset sequence

2018-09-19 Thread Michal Vokáč
The SSD130x OLED display reset signal is active low. Now the reset sequence is implemented in such a way that users are forced to define reset-gpios as GPIO_ACTIVE_HIGH in DT to make the reset work. Do not hard code the active-low sequence into the driver but instead allow the user to specify the