openwrtv3/target/linux/ar7
Felix Fietkau 5dc134c542 Fix VLYNQ device enable for DG834Gv1
This patch allows VLYNQ devices on the DG834Gv1 to be successfully
enabled.

Currently the "__vlynq_enable_device" function attempts to set the VLYNQ
device clock divisor to values from 1 through 8 until a link is
successfully established. On the DG834Gv1 (but not the DG834Gv2),
setting the VLYNQ device clock divisor to 1 (full rate) results in all
further VLYNQ operations failing (including software reset), so the
device is never enabled. This patches changes the function to only
attempt divisors 2 through 8, and hence the device is successfully
enabled.

Signed-off-by: Nick Forbes <nick.forbes@huntsworth.com>

---------

SVN-Revision: 9656
2007-12-04 12:49:54 +00:00
..
base-files/etc we are using leds-gpio now 2007-10-11 01:39:24 +00:00
files Fix VLYNQ device enable for DG834Gv1 2007-12-04 12:49:54 +00:00
image make the image filenames a bit shorter 2007-11-10 23:08:11 +00:00
patches-2.6.23 switch ar7 to 2.6.23 2007-10-10 06:23:39 +00:00
profiles use acx-mac80211 in profile 2007-10-11 02:38:23 +00:00
src strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 2007-09-06 16:27:37 +00:00
base-files.mk strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 2007-09-06 16:27:37 +00:00
config-2.6.23 enable NETDEVICES_MULTIQUEUE 2007-10-13 02:27:46 +00:00
Makefile We are now at .23.1 2007-10-23 08:13:12 +00:00