tn3399_openwrt/target/linux
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
..
adm5120 kernel: remove obsolete yaffs options from target configs 2013-12-16 07:51:21 +00:00
adm8668 targets: prepare for supporting normal and initramfs images 2013-06-27 19:58:31 +00:00
amazon target: don't build jffs2 nor images by default 2013-06-05 20:58:59 +00:00
ar7 kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
ar71xx generate images for the On Networks N150 (rebranded Netgear WNR612v2) 2014-01-18 19:44:40 +00:00
at91 at91: fix typo in network file 2013-11-17 17:14:32 +00:00
atheros kernel: update 3.10 to 3.10.17 2013-10-23 12:51:05 +00:00
au1000 au1000: make sysupgrade compatible with all file system types 2013-11-07 12:46:16 +00:00
avr32 kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
bcm53xx kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
brcm47xx brcm47xx: add brcmsmac + bgmac profile 2014-01-12 19:04:54 +00:00
brcm63xx brcm63xx: prevent usb clock state inconsistency on BCM6318 2014-01-19 13:45:42 +00:00
brcm2708 kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
cns3xxx add uImage image build 2013-11-10 09:57:07 +00:00
cns21xx kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
cobalt cobalt: do not build userland with support for mips1 2013-10-13 22:10:57 +00:00
ep93xx ep93xx: fix kmod-input-keyboard-ep93xx dependencies 2013-10-01 22:39:28 +00:00
gemini build: unify arm target cflags 2013-09-26 17:53:20 +00:00
generic kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
imx6 kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
iop32x targets: prepare for supporting normal and initramfs images 2013-06-27 19:58:31 +00:00
ixp4xx kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
kirkwood kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
lantiq lantiq: Add support for Astoria ARV7510PW22 2014-01-15 19:16:51 +00:00
malta kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
mcs814x build: unify arm target cflags 2013-09-26 17:53:20 +00:00
mpc52xx build: unify powerpc target cflags 2013-09-26 17:53:28 +00:00
mpc83xx kernel: remove obsolete yaffs options from target configs 2013-12-16 07:51:21 +00:00
mpc85xx mpc85xx: preallocate SPI transfer buffer 2014-01-12 14:16:18 +00:00
mvebu mvebu: fix build failures when initramfs is not selected 2014-01-15 18:38:51 +00:00
mxs upgrade 3.12 targets to 3.12.5 2013-12-14 17:37:14 +00:00
octeon kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
omap don't fail if there are no dtbs 2013-12-20 05:50:24 +00:00
omap24xx build: unify arm target cflags 2013-09-26 17:53:20 +00:00
orion build: unify arm target cflags 2013-09-26 17:53:20 +00:00
ppc40x kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
ppc44x kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
pxa targets: prepare for supporting normal and initramfs images 2013-06-27 19:58:31 +00:00
ramips ramips: Add profile for the Edimax BR-6475nD 2014-01-15 18:29:51 +00:00
rb532 kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
realview kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
sibyte build: unify mips target cflags 2013-09-26 17:53:14 +00:00
sparc kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
sunxi sunxi: fix image generation 2014-01-13 16:18:02 +00:00
uml uml: work around mangled parameter handling for ubd 2013-09-24 13:36:42 +00:00
x86 x86: remove unused code for kernel 3.7 2014-01-12 19:17:49 +00:00
x86_64 kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
xburst kernel: update 3.10 to 3.10.26 2014-01-11 16:06:37 +00:00
Makefile