All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci fixes for v4.6
@ 2016-04-29  9:25 Sekhar Nori
  2016-04-29 19:02 ` Kevin Hilman
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2016-04-29  9:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Sorry for sending this late, but I was waiting to see if
Greg would rather send this (because the issue came
through patches he merged). I have not received a response
and there is danger of missing v4.6 altogether if we wait
any further.

So here it is. Its based on latest in Linus's tree.

Regards,
Sekhar

The following changes since commit 92c19ea9535707701861b7533253a516c7d115c9:

  Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2016-04-28 20:24:27 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.6

for you to fetch changes up to 29b933b6d84219af8456dee172ddc6d676ebbcd3:

  ARM: davinci: only use NVMEM when available (2016-04-29 14:21:14 +0530)

----------------------------------------------------------------
This patch fixes build breakage when
nvmem framework is built as module.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: davinci: only use NVMEM when available

 arch/arm/mach-davinci/board-mityomapl138.c | 5 +++++
 arch/arm/mach-davinci/common.c             | 5 +++++
 2 files changed, 10 insertions(+)

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

* [GIT PULL] DaVinci fixes for v4.6
  2016-04-29  9:25 [GIT PULL] DaVinci fixes for v4.6 Sekhar Nori
@ 2016-04-29 19:02 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2016-04-29 19:02 UTC (permalink / raw)
  To: linux-arm-kernel

Sekhar Nori <nsekhar@ti.com> writes:

> Sorry for sending this late, but I was waiting to see if
> Greg would rather send this (because the issue came
> through patches he merged). I have not received a response
> and there is danger of missing v4.6 altogether if we wait
> any further.
>
> So here it is. Its based on latest in Linus's tree.
>
> Regards,
> Sekhar
>
> The following changes since commit 92c19ea9535707701861b7533253a516c7d115c9:
>
>   Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2016-04-28 20:24:27 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.6
>
> for you to fetch changes up to 29b933b6d84219af8456dee172ddc6d676ebbcd3:
>
>   ARM: davinci: only use NVMEM when available (2016-04-29 14:21:14 +0530)
>
> ----------------------------------------------------------------
> This patch fixes build breakage when
> nvmem framework is built as module.
>
> ----------------------------------------------------------------

Our fixes branch was based on -rc5 and yours was on -rc6, so rather than
pulling in all of -rc6, I just cherry-picked this one patch.

Anyways, pushed to arm-soc/fixes.

Thanks,

Kevin

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

* [GIT PULL] DaVinci fixes for v4.6
  2016-02-23  9:53 Sekhar Nori
@ 2016-02-26 16:48 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-02-26 16:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 23 February 2016 15:23:33 Sekhar Nori wrote:
> Warning fixes for DaVinci collected while testing
> randconfig builds.
> 
> 

Pulled into next/fixes-non-critical, thanks!

	Arnd

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

* [GIT PULL] DaVinci fixes for v4.6
@ 2016-02-23  9:53 Sekhar Nori
  2016-02-26 16:48 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2016-02-23  9:53 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.6/fixes

for you to fetch changes up to 8e58041114319ad290e85a7a82077dc9e2f93613:

  ARM: davinci: make I2C support optional (2016-02-17 19:20:05 +0530)

----------------------------------------------------------------
Warning fixes for DaVinci collected while testing
randconfig builds.

----------------------------------------------------------------
Arnd Bergmann (4):
      ARM: davinci: limit DT support to DA850
      ARM: davinci: avoid unused mityomapl138_pn_info variable
      ARM: davinci: DA8xx+DMx combined kernels need PATCH_PHYS_VIRT
      ARM: davinci: make I2C support optional

 arch/arm/Kconfig                           |  1 +
 arch/arm/mach-davinci/Kconfig              | 22 ++++------------------
 arch/arm/mach-davinci/board-dm644x-evm.c   |  8 ++++++--
 arch/arm/mach-davinci/board-dm646x-evm.c   |  7 +++++++
 arch/arm/mach-davinci/board-mityomapl138.c |  2 +-
 5 files changed, 19 insertions(+), 21 deletions(-)

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

end of thread, other threads:[~2016-04-29 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-29  9:25 [GIT PULL] DaVinci fixes for v4.6 Sekhar Nori
2016-04-29 19:02 ` Kevin Hilman
  -- strict thread matches above, loose matches on Subject: below --
2016-02-23  9:53 Sekhar Nori
2016-02-26 16:48 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.