Changes since first version: - Cherry-picked "fbdev/ssd1307fb: add support to enable VBAT" again beacuse of weird mixup in the first version - Also tested the code on top of v4.10-rc3 with am335x-icev2 evm We needed these changes for couple of our evm. Some of these patches have been on mainline list before, but after that forgotten. Now we are forward porting these on for out internal release, so this is a good time to get them to mainline too. Everything else is quite straight forward, but removing the reset-active-low dts property is a questionable at least in theory. However, in practice if anyone was using the property in their device-tree blobs, they have never been able to get desired effect with mainline kernel. Jyri Sarha (3): fbdev: ssd1307fb: Start to use gpiod API for reset gpio fbdev: ssd1307fb: Remove reset-active-low from the DT binding document fbdev: ssd1307fb: Make reset gpio devicetree property optional Tomi Valkeinen (2): fbdev/ssd1307fb: add support to enable VBAT fbdev/ssd1307fb: clear screen in probe .../devicetree/bindings/display/ssd1307fb.txt | 5 +- drivers/video/fbdev/ssd1307fb.c | 55 ++++++++++++++-------- 2 files changed, 38 insertions(+), 22 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html