mbox series

[GIT,PULL,3/3] DaVinci defconfig updates for v4.17

Message ID 20180227075745.23970-3-nsekhar@ti.com
State New
Headers show
Series [GIT,PULL,1/3] DaVinci SoC support updates for v4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.17/defconfig

Message

Sekhar Nori Feb. 27, 2018, 7:57 a.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -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.17/defconfig

for you to fetch changes up to 35ba26772c827dbfc03be8adc3af8ff0d294b38f:

  ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y (2018-02-26 11:41:53 +0530)

----------------------------------------------------------------
DaVinci defconfig updates for v4.17

Enable SYSCON_REBOOT_MODE needed for Lego EV3 and build the DaVinci
watchdog driver in so reboot works even when modules are not loaded.

----------------------------------------------------------------
David Lechner (2):
      ARM: davinci_all_defconfig: enable SYSCON_REBOOT_MODE
      ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y

 arch/arm/configs/davinci_all_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann March 7, 2018, 3:03 p.m. UTC | #1
On Tue, Feb 27, 2018 at 8:57 AM, Sekhar Nori <nsekhar@ti.com> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -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.17/defconfig
>
> for you to fetch changes up to 35ba26772c827dbfc03be8adc3af8ff0d294b38f:
>
>   ARM: davinci_all_defconfig: set CONFIG_DAVINCI_WATCHDOG=y (2018-02-26 11:41:53 +0530)
>
> ----------------------------------------------------------------
> DaVinci defconfig updates for v4.17
>
> Enable SYSCON_REBOOT_MODE needed for Lego EV3 and build the DaVinci
> watchdog driver in so reboot works even when modules are not loaded.
>

Pulled into next/soc, thanks!

         Arnd