From a6a799f8a83cf018d8d352b0b5bfc9b8bbcdda3c Mon Sep 17 00:00:00 2001 From: Darren Etheridge Date: Mon, 5 Aug 2013 17:02:26 -0500 Subject: [PATCH] video: da8xx-fb: pix clk and clk div handling cleanup Based on original patch by: Afzal Mohammed Use the new modedb field to store pix clk. Reorganize existing clock divider functions with names now corresponding to what they do, add common function prefix. Fix existing panel modedb pixclock to be in ps instead of Hz. This needed a change in the way clock divider is calculated. As modedb pixclock information is now in ps, override on "var" pixclock over modedb to var conversion is removed. v2: Changed pixel clock configuration to use KHZ2PICOS macro Signed-off-by: Darren Etheridge Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed