mbox

[GIT,PULL,1/2] DaVinci SoC updates for v4.13 (part 2)

Message ID 20170616122029.27623-1-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-v4.13/soc-2

Message

Sekhar Nori June 16, 2017, 12:20 p.m. UTC
The following changes since commit 14ff86bc76be9b5c96f06ce141c8bdd612dafd64:

  ARM: davinci: da8xx: Add DSP internal RAM memories as IOMEM resources (2017-05-22 14:47:44 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/soc-2

for you to fetch changes up to 231ce279e6e37960f8c61d99f86e4937733ed96b:

  ARM: davinci: fix const warnings (2017-06-15 19:18:24 +0530)

----------------------------------------------------------------
A patch to fix warnings resulting from DT conversion
of VPIF driver.

----------------------------------------------------------------
Kevin Hilman (1):
      ARM: davinci: fix const warnings

 arch/arm/mach-davinci/board-dm646x-evm.c | 4 ++--
 arch/arm/mach-davinci/pdata-quirks.c     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Olof Johansson June 19, 2017, 4:02 a.m. UTC | #1
On Fri, Jun 16, 2017 at 05:50:28PM +0530, Sekhar Nori wrote:
> The following changes since commit 14ff86bc76be9b5c96f06ce141c8bdd612dafd64:
> 
>   ARM: davinci: da8xx: Add DSP internal RAM memories as IOMEM resources (2017-05-22 14:47:44 +0530)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.13/soc-2
> 
> for you to fetch changes up to 231ce279e6e37960f8c61d99f86e4937733ed96b:
> 
>   ARM: davinci: fix const warnings (2017-06-15 19:18:24 +0530)
> 
> ----------------------------------------------------------------
> A patch to fix warnings resulting from DT conversion
> of VPIF driver.
> 
> ----------------------------------------------------------------
> Kevin Hilman (1):
>       ARM: davinci: fix const warnings
> 

Merged, thanks.


-Olof