* Add "imx_get_i2cclk" for MX51
@ 2011-09-07 6:56 Alexander Shiyan
2011-09-07 13:05 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2011-09-07 6:56 UTC (permalink / raw)
To: barebox
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
--- barebox-v2011.09.0.orig/arch/arm/mach-imx/speed-imx51.c 2011-08-26 18:23:46.000000000 +0400
+++ barebox-v2011.09.0/arch/arm/mach-imx/speed-imx51.c 2011-09-02 15:06:17.000000000 +0400
@@ -156,6 +156,11 @@
return imx_get_ipgclk();
}
+unsigned long imx_get_i2cclk(void)
+{
+ return imx_get_ipgclk();
+}
+
unsigned long imx_get_mmcclk(void)
{
u32 reg, prediv, podf, rate;
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Add "imx_get_i2cclk" for MX51
2011-09-07 6:56 Add "imx_get_i2cclk" for MX51 Alexander Shiyan
@ 2011-09-07 13:05 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-09-07 13:05 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
Hi,
please use git format otherwise
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-07 13:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-07 6:56 Add "imx_get_i2cclk" for MX51 Alexander Shiyan
2011-09-07 13:05 ` Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox