Re: [PATCH 0/6] video: ssd1307fb: Support more displays

2019-07-23 Thread Bartlomiej Zolnierkiewicz
On 6/18/19 9:41 AM, Marko Kohtala wrote: > The kernel driver for ssd1307fb did not allow for all proper > initialization for a Densitron 128x36 display. The trend in the driver > has been to add devicetree properties for the controller initialization > and these patches continue on that trend. >

[PATCH 0/6] video: ssd1307fb: Support more displays

2019-06-19 Thread Marko Kohtala
The kernel driver for ssd1307fb did not allow for all proper initialization for a Densitron 128x36 display. The trend in the driver has been to add devicetree properties for the controller initialization and these patches continue on that trend. There also were some sparse and Coccinelle errors.