]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fbdev: ssd1307fb: Add a module parameter to set the refresh rate
authorThomas Niederprüm <niederp@physik.uni-kl.de>
Tue, 31 Mar 2015 18:27:13 +0000 (20:27 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 27 May 2015 09:54:32 +0000 (12:54 +0300)
commit3277e0bb8fc737174bd5e2fae5598b1595cfcdbe
tree1d57a45947434882c641da076d62476fab0a3ea6
parent5f2d36b3cf629ae1d70ee8476599ff53f0d1d1f1
fbdev: ssd1307fb: Add a module parameter to set the refresh rate

This patch adds the module parameter "refreshrate" to set delay for the
deferred io. The refresh rate is given in units of Hertz. The default
refresh rate is 1 Hz. The refresh rate set through the newly introduced
parameter applies to all instances of the driver and for now it is not
possible to change it individually.

Signed-off-by: Thomas Niederprüm <niederp@physik.uni-kl.de>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/ssd1307fb.c