summaryrefslogtreecommitdiffstats
path: root/drivers/video/ssd1307fb.c
Commit message (Expand)AuthorAgeFilesLines
* video: ssd1307fb: fix VBAT supply idMarco Felsch2020-09-291-1/+1
* video: ssd1307fb: Honour reset GPIO polaritySascha Hauer2020-08-181-7/+11
* video: ssd1307fb: fix null pointer dereference on errorAhmad Fatoum2020-05-041-1/+1
* video/ssd1307fb: make reset GPIO optionalAhmad Fatoum2020-03-091-20/+23
* video/ssd1307fb: drop unneeded regulator NULL checksAhmad Fatoum2020-03-091-10/+6
* video/ssd1307fb: fix NULL pointer dereference in probeAhmad Fatoum2020-03-091-1/+3
* video/ssd1307fb: fix potential memory leak on errorOleksij Rempel2018-11-191-2/+5
* i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-9/+1
* video/ssd1307fb: add support for VBATBastian Stender2017-07-301-0/+24
* video: add support for Solomon SSD1307 OLED controller familyBastian Stender2017-03-061-0/+567