mbox

[GIT,PULL,v2,3/3] ARM: davinci: board updates for v3.10 (part 2)

Message ID 1366220758-23373-3-git-send-email-nsekhar@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.10/board-2-v2

Message

Sekhar Nori April 17, 2013, 5:45 p.m. UTC
Hi Arnd, Olof,

Please pull the following board updates for v3.10. This
depends on SoC updates in previous request.

Thanks,
Sekhar

The following changes since commit 215a084dc5cb8d814aeb7a2b5192af20aec8209f:

  ARM: davinci: ensure global variables are declared (2013-04-17 19:26:41 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.10/board-2-v2

for you to fetch changes up to 58b6c5a133297e0154a085cc73e832222c57729c:

  ARM: davinci: da850 evm: fix const qualifier placement (2013-04-17 22:00:09 +0530)

----------------------------------------------------------------
v3.10 board updates for DaVinci

This set of patches enables remoteproc support
on DA850 EVM and fixes some sparse warnings for
the same board.

----------------------------------------------------------------
Robert Tivy (1):
      ARM: davinci: da850 board: add remoteproc support

Sekhar Nori (1):
      ARM: davinci: da850 evm: fix const qualifier placement

 arch/arm/mach-davinci/board-da850-evm.c     |   10 ++++++++--
 arch/arm/mach-davinci/board-omapl138-hawk.c |    6 ++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

Comments

Olof Johansson April 18, 2013, 6:56 a.m. UTC | #1
On Wed, Apr 17, 2013 at 11:15:58PM +0530, Sekhar Nori wrote:
> Hi Arnd, Olof,
> 
> Please pull the following board updates for v3.10. This
> depends on SoC updates in previous request.
> 
> Thanks,
> Sekhar
> 
> The following changes since commit 215a084dc5cb8d814aeb7a2b5192af20aec8209f:
> 
>   ARM: davinci: ensure global variables are declared (2013-04-17 19:26:41 +0530)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.10/board-2-v2


Pulled, thanks.


-Olof