linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] DaVinci Soc updates for v5.3
@ 2019-06-20 11:07 Sekhar Nori
  2019-06-20 11:07 ` [GIT PULL 2/2] DaVinci DT update " Sekhar Nori
  2019-06-25 12:46 ` [GIT PULL 1/2] DaVinci Soc updates " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Sekhar Nori @ 2019-06-20 11:07 UTC (permalink / raw)
  To: ARM-SoC Maintainers
  Cc: Bartosz Golaszewski, Sekhar Nori, Linux ARM Mailing List

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.3/soc

for you to fetch changes up to 1f8e44b622dc9d47af1815ac59169b1adaa1195d:

  ARM: davinci: Use GPIO lookup table for DA850 LEDs (2019-06-20 14:36:15 +0530)

----------------------------------------------------------------
This pull request has a patch to switch DA850 EVM GPIO LED support to use
GPIO lookup table

----------------------------------------------------------------
Linus Walleij (1):
      ARM: davinci: Use GPIO lookup table for DA850 LEDs

 arch/arm/mach-davinci/board-da850-evm.c | 43 +++++++++++++++++----------------
 1 file changed, 22 insertions(+), 21 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/2] DaVinci DT update for v5.3
  2019-06-20 11:07 [GIT PULL 1/2] DaVinci Soc updates for v5.3 Sekhar Nori
@ 2019-06-20 11:07 ` Sekhar Nori
  2019-06-25 11:38   ` Olof Johansson
  2019-06-25 12:46 ` [GIT PULL 1/2] DaVinci Soc updates " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2019-06-20 11:07 UTC (permalink / raw)
  To: ARM-SoC Maintainers
  Cc: Bartosz Golaszewski, Sekhar Nori, Linux ARM Mailing List

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.3/dt

for you to fetch changes up to 3a4b44d5c032f03cee71a8f2ad5c10ce18b3519b:

  ARM: davinci_all_defconfig: Enable CPUFREQ_DT (2019-06-14 18:22:37 +0530)

----------------------------------------------------------------
This pull request adds CPUFreq support for DA850 boards in device-tree
boot using the generic CPUFREQ_DT driver.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: dts: da850-evm: enable cpufreq

David Lechner (4):
      ARM: dts: da850: add cpu node and operating points to DT
      ARM: dts: da850-lego-ev3: enable cpufreq
      ARM: dts: da850-lcdk: enable cpufreq
      ARM: davinci_all_defconfig: Enable CPUFREQ_DT

 arch/arm/boot/dts/da850-evm.dts        | 13 +++++++++
 arch/arm/boot/dts/da850-lcdk.dts       | 36 ++++++++++++++++++++++++
 arch/arm/boot/dts/da850-lego-ev3.dts   | 30 ++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi           | 50 ++++++++++++++++++++++++++++++++++
 arch/arm/configs/davinci_all_defconfig |  1 +
 5 files changed, 130 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/2] DaVinci DT update for v5.3
  2019-06-20 11:07 ` [GIT PULL 2/2] DaVinci DT update " Sekhar Nori
@ 2019-06-25 11:38   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-25 11:38 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: Bartosz Golaszewski, ARM-SoC Maintainers, Linux ARM Mailing List

On Thu, Jun 20, 2019 at 04:37:03PM +0530, Sekhar Nori wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.3/dt
> 
> for you to fetch changes up to 3a4b44d5c032f03cee71a8f2ad5c10ce18b3519b:
> 
>   ARM: davinci_all_defconfig: Enable CPUFREQ_DT (2019-06-14 18:22:37 +0530)
> 
> ----------------------------------------------------------------
> This pull request adds CPUFreq support for DA850 boards in device-tree
> boot using the generic CPUFREQ_DT driver.
> 
> ----------------------------------------------------------------
> Bartosz Golaszewski (1):
>       ARM: dts: da850-evm: enable cpufreq
> 
> David Lechner (4):
>       ARM: dts: da850: add cpu node and operating points to DT
>       ARM: dts: da850-lego-ev3: enable cpufreq
>       ARM: dts: da850-lcdk: enable cpufreq
>       ARM: davinci_all_defconfig: Enable CPUFREQ_DT

We try not to mix defconfig updates with others since they get conflict ridden.
I merged it now, hopefully we'll be spared.


Thanks,


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 1/2] DaVinci Soc updates for v5.3
  2019-06-20 11:07 [GIT PULL 1/2] DaVinci Soc updates for v5.3 Sekhar Nori
  2019-06-20 11:07 ` [GIT PULL 2/2] DaVinci DT update " Sekhar Nori
@ 2019-06-25 12:46 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-25 12:46 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: Bartosz Golaszewski, ARM-SoC Maintainers, Linux ARM Mailing List

On Thu, Jun 20, 2019 at 04:37:02PM +0530, Sekhar Nori wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.3/soc
> 
> for you to fetch changes up to 1f8e44b622dc9d47af1815ac59169b1adaa1195d:
> 
>   ARM: davinci: Use GPIO lookup table for DA850 LEDs (2019-06-20 14:36:15 +0530)
> 
> ----------------------------------------------------------------
> This pull request has a patch to switch DA850 EVM GPIO LED support to use
> GPIO lookup table
> 
> ----------------------------------------------------------------
> Linus Walleij (1):
>       ARM: davinci: Use GPIO lookup table for DA850 LEDs

Merged, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-06-25 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 11:07 [GIT PULL 1/2] DaVinci Soc updates for v5.3 Sekhar Nori
2019-06-20 11:07 ` [GIT PULL 2/2] DaVinci DT update " Sekhar Nori
2019-06-25 11:38   ` Olof Johansson
2019-06-25 12:46 ` [GIT PULL 1/2] DaVinci Soc updates " Olof Johansson

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).