Re: [PATCH 3/5] fbdev: sa1100fb: make use of device clock
From: Tomi Valkeinen <hidden>
Date: 2014-10-28 10:52:53
Also in:
linux-arm-kernel
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Tomi Valkeinen <hidden>
Date: 2014-10-28 10:52:53
Also in:
linux-arm-kernel
On 24/10/14 13:37, Dmitry Eremin-Solenikov wrote:
Use per-device clock (instead of calling cpufreq_get(0), which can return 0 if no cpu frequency driver is selected) to program timings. Signed-off-by: Dmitry Eremin-Solenikov <redacted> --- drivers/video/fbdev/sa1100fb.c | 24 +++++++++++++++++------- drivers/video/fbdev/sa1100fb.h | 1 + 2 files changed, 18 insertions(+), 7 deletions(-)
I presume this has to be merged with the rest of the patches, so: Acked-by: Tomi Valkeinen <redacted> Tomi