openwrtv3/target/linux/ar7/files/drivers/vlynq
Florian Fainelli 3b92b4de00 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 <a.seppala at gmail.com>

SVN-Revision: 16049
2009-05-25 13:13:10 +00:00
..
Kconfig cleanup vlynq. drop vlynq-pci 2007-10-05 17:54:36 +00:00
Makefile cleanup vlynq. drop vlynq-pci 2007-10-05 17:54:36 +00:00
vlynq.c 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. 2009-05-25 13:13:10 +00:00