mbox

[GIT,PULL] omap fixes against v3.11-rc1

Message ID 20130719104538.GE7656@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/fixes-against-rc1

Message

Tony Lindgren July 19, 2013, 10:45 a.m. UTC
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/fixes-against-rc1

for you to fetch changes up to 7956c487e407bdbf7f8c8a570fd5d4d089973692:

  Merge branch 'omap-for-v3.11/dt-fixes' into omap-for-v3.11/fixes (2013-07-19 03:28:35 -0700)

----------------------------------------------------------------

Omap fixes mostly to deal with the dropping of platform
data for omap4, and to make v7_defconfig bootable on omap4
SDP with nfsroot.

----------------------------------------------------------------
Roger Quadros (1):
      ARM: OMAP2+: Provide alias to USB PHY clock

Tony Lindgren (3):
      ARM: multi_v7: Enabled omap4430 sdp nfsroot
      ARM: dts: Add missing vmmc2 regulator for twl
      Merge branch 'omap-for-v3.11/dt-fixes' into omap-for-v3.11/fixes

 arch/arm/boot/dts/twl4030.dtsi      |  6 ++++++
 arch/arm/configs/multi_v7_defconfig |  3 +++
 arch/arm/mach-omap2/board-generic.c | 23 ++++++++++++++++++++++-
 3 files changed, 31 insertions(+), 1 deletion(-)

Comments

Olof Johansson July 23, 2013, 2:54 a.m. UTC | #1
On Fri, Jul 19, 2013 at 03:45:38AM -0700, Tony Lindgren wrote:
> 
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
> 
>   Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/fixes-against-rc1
> 
> for you to fetch changes up to 7956c487e407bdbf7f8c8a570fd5d4d089973692:
> 
>   Merge branch 'omap-for-v3.11/dt-fixes' into omap-for-v3.11/fixes (2013-07-19 03:28:35 -0700)

Pulled, thanks. I've dropped the multi_v7 defconfig update I had applied
manually since it came in through here too.


-Olof