]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'fixes-for-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2012 00:07:35 +0000 (17:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2012 00:07:35 +0000 (17:07 -0700)
commit010ccce0fa6cc4b235e80bbc1ff1cb37c67984e7
treedec9f733605bc85bf4b5486f0cc79b073939168f
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
parent0e38c4ed83027e7e7d16568e43fb34a32c14f800
Merge tag 'fixes-for-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus

usb: fixes for v3.6-rc1

Here are three fixes for v3.6-rc1. All on the MUSB driver and
quite obvious. First there's a Kconfig change which was missed
earlier, then there is a fix for the usage of the resource name
and lastly a fix for pm_runtime usage and device initialization.

The last fix is rather critical as it can end up in situations
where we try to access device's register with clocks disabled,
which will cause a Data Abort exception (on ARM).