summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/ssdfb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow ssdfb(4) to be mmap(2)-able so that we can use its framebufferpatrick2019-02-221-6/+81
* No need to free the Command/Data GPIO in the I2C detach path since it ispatrick2019-01-171-2/+1
* Add support for the SSD1306 as seen on the NanoPi NEO2 withpatrick2019-01-171-2/+19
* The official name for the ssdfb(4) reset GPIO attribute uses plural form.patrick2018-08-171-3/+3
* Support reading and using serveral device tree attributes for ssdfb(4),patrick2018-08-171-28/+54
* Hook up the rasops text emulation functions so we only write outpatrick2018-08-091-28/+125
* Add I2C attachment code to ssdfb(4). The difference between the I2Cpatrick2018-08-021-54/+181
* Implement a partial update mechanism. Since the SPI-connected displaypatrick2018-08-011-17/+77
* Stop reversing bytes read from the framebuffer. That was added sincepatrick2018-07-311-2/+2
* Add ssdfb(4), a driver for the SSD1309 controller that drives anpatrick2018-07-301-0/+441