From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 29 Dec 2014 14:01:33 +0000 Subject: [U-Boot] [PATCH 2/2] sunxi: clock_sun6i: Remove "magic" m and k params from clock_set_pll5 In-Reply-To: <1419782912-18941-2-git-send-email-hdegoede@redhat.com> References: <1419782912-18941-1-git-send-email-hdegoede@redhat.com> <1419782912-18941-2-git-send-email-hdegoede@redhat.com> Message-ID: <1419861693.13595.97.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2014-12-28 at 17:08 +0100, Hans de Goede wrote: > Let clock_set_pll5 pick the optimal m and k values itself based on the > requested rate, rather then passing them in as magic constants. > > Suggested-by: Siarhei Siamashka > Signed-off-by: Hans de Goede Acked-by: Ian Campbell If it's not too disruptive given the original patch adding those params is still in #next you could fold it in, but if that causes rebasing hell I'#m fine with leaving it as an incremental fix. Ian.