Hi Greg,

here's a small set of fixes for v3.6-rc1. They're all on MUSB drivers
and are quite simple. Let me know if you want me to change anythying.

cheers

The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
tags/fixes-for-v3.6-rc1

for you to fetch changes up to 0e38c4ed83027e7e7d16568e43fb34a32c14f800:

  usb: musb: reorder runtime pm call (2012-08-03 09:30:44 +0300)

----------------------------------------------------------------
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).

----------------------------------------------------------------
Ajay Kumar Gupta (3):
      usb: musb: Fix wrong config for am33xx and ti81xx
      usb: musb: am335x: fix pdev resource bug
      usb: musb: reorder runtime pm call

 drivers/usb/musb/Kconfig     |  4 ++--
 drivers/usb/musb/musb_dsps.c | 19 ++++++++++---------
 2 files changed, 12 insertions(+), 11 deletions(-)

-- 
balbi

Attachment: signature.asc
Description: Digital signature

Reply via email to