summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2006-07-17Update .gitignoreTobias Klauser1-0/+5
2006-07-07Update .gitignoreTobias Klauser1-1/+2
2006-03-13Initial importTobias Klauser1-0/+1
alue='6'>6space:mode:
authorTimur Tabi <timur@freescale.com>2011-06-23 06:16:48 +0000
committerKumar Gala <galak@kernel.crashing.org>2011-06-27 08:36:17 -0500
commitc8bfa77b56fecbc2734f67d5265dbd216413501d (patch)
treead403f0c594f854c2cf714e8f6424d98b24563e6 /arch/powerpc/platforms/86xx/mpc8610_hpcd.c
parent3846e332a9981b019849566bdbf78ba859856c67 (diff)
powerpc/86xx: improve calculation of DIU pixel clock on the MPC8610 HPCD
mpc8610hpcd_set_pixel_clock() calculates the correct value of the PXCLK bits in the CLKDVDR register for a given pixel clock rate. The code which performs this calculation is overly complicated and includes an error estimation routine that doesn't work most of the time anyway. Replace the code with the simpler routine that's currently used on the P1022DS. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/mpc8610_hpcd.c')