From: Maxime Ripard Date: Mon, 22 Apr 2013 10:02:23 +0000 (+0200) Subject: video: ssd1307fb: Rework the communication functions X-Git-Tag: v3.11-rc1~66^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7714d4638382d5f84fefd322983925935da742;p=pandora-kernel.git video: ssd1307fb: Rework the communication functions To efficiently send a whole page to the display, we need to be able to manipulate more easily the data arrays that has to be sent to the OLED controller. As such, this patch introduces a ssd1307fb_array structure that handles both the small header to be sent over i2c, which contains the type of information sent, and the raw bytes after that. Signed-off-by: Maxime Ripard Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed