mbox

[GIT,PULL] musb regression on omap4 for v3.9

Message ID 20130423214544.GN10155@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9-rc6/fixes-signed

Message

Tony Lindgren April 23, 2013, 9:45 p.m. UTC
The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6:

  Linux 3.9-rc6 (2013-04-07 20:49:54 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9-rc6/fixes-signed

for you to fetch changes up to f4d7a536faa43f30d87f701268db76b8433a2a8b:

  ARM: OMAP4: hwmod data: make 'ocp2scp_usb_phy_phy_48m" as the main clock (2013-04-10 13:26:07 -0700)

----------------------------------------------------------------
One MUSB regression fix that I forgot to send earlier. Without
this MUSB no longer works on omap4 based devices.

----------------------------------------------------------------
Kishon Vijay Abraham I (1):
      ARM: OMAP4: hwmod data: make 'ocp2scp_usb_phy_phy_48m" as the main clock

 arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Comments

Olof Johansson April 27, 2013, 12:35 a.m. UTC | #1
On Tue, Apr 23, 2013 at 02:45:45PM -0700, Tony Lindgren wrote:
> 
> The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6:
> 
>   Linux 3.9-rc6 (2013-04-07 20:49:54 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9-rc6/fixes-signed
> 
> for you to fetch changes up to f4d7a536faa43f30d87f701268db76b8433a2a8b:
> 
>   ARM: OMAP4: hwmod data: make 'ocp2scp_usb_phy_phy_48m" as the main clock (2013-04-10 13:26:07 -0700)
> 
> ----------------------------------------------------------------
> One MUSB regression fix that I forgot to send earlier. Without
> this MUSB no longer works on omap4 based devices.

Pulled into fixes. I'll send a pull request to Linus tonight, hopefully he
won't cut 3.9-final until later this weekend.


-Olof