drivers/video: add support for the Solomon SSD1307 OLED Controller
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 7 Dec 2012 20:30:38 +0000 (12:30 -0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 10 Dec 2012 09:33:53 +0000 (11:33 +0200)
commita2ed00da5047806233e288b991d9be997a5eb214
tree5d6052c4318c2ff0435ac6b3d606085b0bea227c
parent8f22e8eaba8aea1596a86d5eba19ef346f8de0d5
drivers/video: add support for the Solomon SSD1307 OLED Controller

Add support for the Solomon SSD1307 OLED controller found on the
Crystalfontz CFA10036 board.

This controller can drive a display with a resolution up to 128x39 and can
operate over I2C or SPI.

The current driver has only been tested on the CFA-10036, that is using
this controller over I2C to driver a 96x16 OLED screen.

[akpm@linux-foundation.org: checkpatch fixes]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Brian Lilly <brian@crystalfontz.com>
Cc: Greg KH <gregkh@linux-foundation.org>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Thomas Petazzoni <thomas@free-electrons.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Documentation/devicetree/bindings/video/ssd1307fb.txt [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/ssd1307fb.c [new file with mode: 0644]
This page took 0.025564 seconds and 5 git commands to generate.