]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Clean up sdr_find_window_centre() part 2
authorMarek Vasut <marex@denx.de>
Sun, 19 Jul 2015 02:04:33 +0000 (04:04 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:29 +0000 (08:17 +0200)
commit7e31524cd2769543a64e5b40fb9d049b9bd19b46
treebdd84aee2acdcdad27068e3a3d6aad93a7a8eeec
parent3f28a1a98312ebc0ab0aa9e9214e88333bb6569e
ddr: altera: Clean up sdr_find_window_centre() part 2

This function is a treasure trove of ad-hoc iterative
implementations of mathematical functions. Replace all
of those with their non-iterative counterpart.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/ddr/altera/sequencer.c