openwrt/target/linux/brcm63xx
Jonas Gorski 52b7f55cb3 brcm63xx: prevent usb clock state inconsistency on BCM6318
Return the same clock for usbh and usbd on BCM6318 to prevent the clock
getting disabled despite being supposed to be enabled, e.g. by the
following sequence:

	clk_enable(usbh); <- usbh->usage = 1, enabled
	clk_enable(usbd); <- usbd->usage = 1, enabled (no effect)
	clk_disable(usbd); <- usbd->usage = 0,  -> disabled!

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 39321
2014-01-19 13:45:42 +00:00
..
base-files bcm63xx: update ralink wlan firmware hotplug script for new eeprom size 2013-07-15 11:07:59 +00:00
generic bcm63xx: enable all SoCs for both subtargets 2013-06-30 13:10:03 +00:00
image bcm63xx: enable all SoCs for both subtargets 2013-06-30 13:10:03 +00:00
patches-3.10 brcm63xx: prevent usb clock state inconsistency on BCM6318 2014-01-19 13:45:42 +00:00
smp brcm63xx: update bmips patches with upstream submission 2014-01-13 12:13:05 +00:00
base-files.mk bcm63xx: Add defconfigs. 2010-11-28 22:04:19 +00:00
config-3.10 brcm63xx: enable 6318 support 2014-01-14 05:23:58 +00:00
Makefile brcm63xx: target supports USB gadget devices 2014-01-14 05:23:08 +00:00
modules.mk brcm63xx: package the USB gadget module (bcm63xx_udc) 2014-01-14 05:23:20 +00:00