From: florian Date: Mon, 25 May 2009 13:13:10 +0000 (+0000) Subject: I recently came across an ar7 device which has the vlynq hardwired X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=2ed8e5602fadd4d03e0ed0f3af3041d874b56e66;hp=2ed8e5602fadd4d03e0ed0f3af3041d874b56e66;p=openwrt-10.03%2F.git I recently came across an ar7 device which has the vlynq hardwired so that the clocks are always generated by the remote device instead of the local one. Upon initialization the current version of vlynq driver disables remote clock generation and causes the entire bus to hang on my device. This patch adds support for detecting which device (local or remote) is responsible of clock generation and implements clock initialization based on detection result. Signed-off-by: Antti Seppala git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16049 3c298f89-4303-0410-b956-a3cf2f4a3e73 ---