linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci DT additions for v3.18 (merge window)
@ 2014-09-01  9:40 Sekhar Nori
  2014-09-04 19:56 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2014-09-01  9:40 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git v3.18/dt

for you to fetch changes up to 3f526696e7840239844fc7ff9b5cf014d7192c42:

  ARM: DTS: da850-evm: Enable audio via simple-card (2014-08-26 15:34:44 +0530)

----------------------------------------------------------------
DT additions for DA850. Adds EDMA and audio support.

----------------------------------------------------------------
Peter Ujfalusi (6):
      ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for mcasp0
      ARM: DTS: da850: Add node for edma0
      ARM: DTS: da850: Add node for McASP
      ARM: DTS: da850-evm: Enable McASP via DT boot
      ARM: DTS: da850-evm: Add node for tlv320aic3106 codec
      ARM: DTS: da850-evm: Enable audio via simple-card

 arch/arm/boot/dts/da850-evm.dts  |   72 ++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi     |   19 ++++++++++
 arch/arm/mach-davinci/da8xx-dt.c |    1 +
 3 files changed, 92 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] DaVinci DT additions for v3.18 (merge window)
  2014-09-01  9:40 [GIT PULL] DaVinci DT additions for v3.18 (merge window) Sekhar Nori
@ 2014-09-04 19:56 ` Arnd Bergmann
  2014-09-05 15:51   ` Sekhar Nori
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2014-09-04 19:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 01 September 2014, Sekhar Nori wrote:
> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git v3.18/dt
> 

This is a branch, not a tag. Forgot to push out the signed tag?

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] DaVinci DT additions for v3.18 (merge window)
  2014-09-04 19:56 ` Arnd Bergmann
@ 2014-09-05 15:51   ` Sekhar Nori
  2014-09-05 21:13     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2014-09-05 15:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 05 September 2014 01:26 AM, Arnd Bergmann wrote:
> On Monday 01 September 2014, Sekhar Nori wrote:
>> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
>>
>>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git v3.18/dt
>>
> 
> This is a branch, not a tag. Forgot to push out the signed tag?

Yes, I did! Here is an updated pull request.

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.18/dt

for you to fetch changes up to 3f526696e7840239844fc7ff9b5cf014d7192c42:

  ARM: DTS: da850-evm: Enable audio via simple-card (2014-08-26 15:34:44 +0530)

----------------------------------------------------------------
DT additions for DA850. Adds EDMA and audio support.

----------------------------------------------------------------
Peter Ujfalusi (6):
      ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for mcasp0
      ARM: DTS: da850: Add node for edma0
      ARM: DTS: da850: Add node for McASP
      ARM: DTS: da850-evm: Enable McASP via DT boot
      ARM: DTS: da850-evm: Add node for tlv320aic3106 codec
      ARM: DTS: da850-evm: Enable audio via simple-card

 arch/arm/boot/dts/da850-evm.dts  |   72 ++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi     |   19 ++++++++++
 arch/arm/mach-davinci/da8xx-dt.c |    1 +
 3 files changed, 92 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] DaVinci DT additions for v3.18 (merge window)
  2014-09-05 15:51   ` Sekhar Nori
@ 2014-09-05 21:13     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-09-05 21:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 05 September 2014, Sekhar Nori wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.18/dt
> 
> for you to fetch changes up to 3f526696e7840239844fc7ff9b5cf014d7192c42:
> 
>   ARM: DTS: da850-evm: Enable audio via simple-card (2014-08-26 15:34:44 +0530)
> 
> ----------------------------------------------------------------
> DT additions for DA850. Adds EDMA and audio support.

Ok, pulled into next/dt now, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-05 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-01  9:40 [GIT PULL] DaVinci DT additions for v3.18 (merge window) Sekhar Nori
2014-09-04 19:56 ` Arnd Bergmann
2014-09-05 15:51   ` Sekhar Nori
2014-09-05 21:13     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).