Re: [PATCHv4 07/10] fbdev: ssd1307fb: Add a module parameter to set the refresh rate

2015-03-20 Thread Thomas Niederprüm
Am Thu, 19 Mar 2015 14:18:24 +0100 schrieb Maxime Ripard : > On Mon, Mar 16, 2015 at 06:11:55PM +0100, Thomas Niederprüm wrote: > > 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

Re: [PATCHv4 07/10] fbdev: ssd1307fb: Add a module parameter to set the refresh rate

2015-03-19 Thread Maxime Ripard
On Mon, Mar 16, 2015 at 06:11:55PM +0100, Thomas Niederprüm wrote: > 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

[PATCHv4 07/10] fbdev: ssd1307fb: Add a module parameter to set the refresh rate

2015-03-16 Thread Thomas Niederprüm
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 ch