linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] soc changes for ti81xx for v5.1
@ 2019-01-31 16:23 Tony Lindgren
  2019-01-31 16:23 ` [GIT PULL 2/3] dts " Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tony Lindgren @ 2019-01-31 16:23 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/soc-ti-81xx-signed

for you to fetch changes up to d27cda291b2341d39692421b4e64940879ff9dd8:

  ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals (2019-01-24 08:43:38 -0800)

----------------------------------------------------------------
SoC updates for ti81xx for v5.1 merge window

Two changes to add legacy hwmod data for gpio and spi peripherals on
ti81xx. We have not yet updated ti81xx to probe devices with ti-sysc
interconnect target module driver, so these changes are still needed
to make devices usable for the related device tree changes.

----------------------------------------------------------------
Graeme Smecher (2):
      ARM: ti81xx: Move I2C entries in omap_hwmod_81xx to maintain grouping
      ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals

 arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 131 +++++++++++++++++++++++++++--
 1 file changed, 124 insertions(+), 7 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] 6+ messages in thread

* [GIT PULL 2/3] dts changes for ti81xx for v5.1
  2019-01-31 16:23 [GIT PULL 1/3] soc changes for ti81xx for v5.1 Tony Lindgren
@ 2019-01-31 16:23 ` Tony Lindgren
  2019-02-15 13:00   ` Arnd Bergmann
  2019-01-31 16:23 ` [GIT PULL 3/3] dts changes for omaps " Tony Lindgren
  2019-02-15 12:59 ` [GIT PULL 1/3] soc changes for ti81xx " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2019-01-31 16:23 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit d27cda291b2341d39692421b4e64940879ff9dd8:

  ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals (2019-01-24 08:43:38 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-ti-81xx-signed

for you to fetch changes up to d031773169df2de868c1b6ff75679ddac5d4a7ec:

  ARM: dts: Adds device tree file for McGill's IceBoard, based on TI AM3874 (2019-01-24 10:22:43 -0800)

----------------------------------------------------------------
dts updates for ti81xx for v5.1 merge window

Two changes to add support for McGill University's IceBoard telescope
ARM + FPGA instrumentation board. This board is used for several
telescopes around the world, see the related device tree commit for
some interesting links for more information.

Note that these changes are based on the related ti81xx soc changes.

----------------------------------------------------------------
Graeme Smecher (2):
      ARM: dts: ti81xx: Add dts boilerplate for all GPIO and SPI peripherals
      ARM: dts: Adds device tree file for McGill's IceBoard, based on TI AM3874

 arch/arm/boot/dts/Makefile            |   1 +
 arch/arm/boot/dts/am3874-iceboard.dts | 496 ++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/dm814x.dtsi         |  64 ++++-
 3 files changed, 560 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/am3874-iceboard.dts

_______________________________________________
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] 6+ messages in thread

* [GIT PULL 3/3] dts changes for omaps for v5.1
  2019-01-31 16:23 [GIT PULL 1/3] soc changes for ti81xx for v5.1 Tony Lindgren
  2019-01-31 16:23 ` [GIT PULL 2/3] dts " Tony Lindgren
@ 2019-01-31 16:23 ` Tony Lindgren
  2019-02-15 13:01   ` Arnd Bergmann
  2019-02-15 12:59 ` [GIT PULL 1/3] soc changes for ti81xx " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2019-01-31 16:23 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/dt-signed

for you to fetch changes up to b4c30df0eb354d8e081132b7b7449f6d17619614:

  ARM: dts: omap4-sdp: Make ethernet working even if booted with latest u-boot (2019-01-24 08:23:43 -0800)

----------------------------------------------------------------
dts updates for omap variants for v5.1 merge window

This series contains board specific dts updates and few minor
clean-up changes:

- add stdout-path for am335x-chiliboard

- add wlcore wakeirq for omap3-evm, pandaboard and omap4-droid4

- remove unnecessary address-cells and io-cells for am33xx

- replace deprecated linux,wakeup with wakeup-source property

- use spdx license for am335x-shc

- configure ethernet pins for omap4-sdp

----------------------------------------------------------------
Felix Brack (1):
      ARM: dts: am33xx: Remove unnecessary properties

Heiko Schocher (1):
      ARM: dts: am335x-shc.dts: Switch to SPDX identifier

Marcin Niestroj (1):
      ARM: dts: am335x-chiliboard: Add stdout-path property

Peter Ujfalusi (1):
      ARM: dts: omap4-sdp: Make ethernet working even if booted with latest u-boot

Sudeep Holla (1):
      ARM: dts: am437x: replace linux,wakeup with wakeup-source property

Tony Lindgren (4):
      ARM: dts: Add wlcore wakeirq for omap3-evm
      ARM: dts: Configure wlcore wakeirq for pandaboard
      ARM: dts: omap4-droid4: Configure wlcore wakeirq
      Merge branch 'omap-for-v4.21/dt' into omap-for-v5.1/dt

 arch/arm/boot/dts/am335x-chiliboard.dts           |  4 +++
 arch/arm/boot/dts/am335x-shc.dts                  |  4 +--
 arch/arm/boot/dts/am33xx-l4.dtsi                  |  2 --
 arch/arm/boot/dts/am437x-gp-evm.dts               |  2 +-
 arch/arm/boot/dts/omap3-evm-common.dtsi           |  7 ++++--
 arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 10 +++++++-
 arch/arm/boot/dts/omap4-droid4-xt894.dts          | 10 +++++---
 arch/arm/boot/dts/omap4-panda-common.dtsi         |  6 +++--
 arch/arm/boot/dts/omap4-sdp.dts                   | 30 +++++++++++++++++++++++
 9 files changed, 61 insertions(+), 14 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] 6+ messages in thread

* Re: [GIT PULL 1/3] soc changes for ti81xx for v5.1
  2019-01-31 16:23 [GIT PULL 1/3] soc changes for ti81xx for v5.1 Tony Lindgren
  2019-01-31 16:23 ` [GIT PULL 2/3] dts " Tony Lindgren
  2019-01-31 16:23 ` [GIT PULL 3/3] dts changes for omaps " Tony Lindgren
@ 2019-02-15 12:59 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2019-02-15 12:59 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Thu, Jan 31, 2019 at 5:24 PM Tony Lindgren <tony@atomide.com> wrote:
>
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/soc-ti-81xx-signed
>
> for you to fetch changes up to d27cda291b2341d39692421b4e64940879ff9dd8:
>
>   ARM: ti81xx: Add hwmod boilerplate for all GPIO and SPI peripherals (2019-01-24 08:43:38 -0800)
>
> ----------------------------------------------------------------
> SoC updates for ti81xx for v5.1 merge window
>
> Two changes to add legacy hwmod data for gpio and spi peripherals on
> ti81xx. We have not yet updated ti81xx to probe devices with ti-sysc
> interconnect target module driver, so these changes are still needed
> to make devices usable for the related device tree changes.

Pulled into arm/dt, thanks!

      Arnd

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL 2/3] dts changes for ti81xx for v5.1
  2019-01-31 16:23 ` [GIT PULL 2/3] dts " Tony Lindgren
@ 2019-02-15 13:00   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2019-02-15 13:00 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Thu, Jan 31, 2019 at 5:24 PM Tony Lindgren <tony@atomide.com> wrote:
> dts updates for ti81xx for v5.1 merge window
>
> Two changes to add support for McGill University's IceBoard telescope
> ARM + FPGA instrumentation board. This board is used for several
> telescopes around the world, see the related device tree commit for
> some interesting links for more information.
>
> Note that these changes are based on the related ti81xx soc changes.

Pulled into arm/dt, thanks

      Arnd

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL 3/3] dts changes for omaps for v5.1
  2019-01-31 16:23 ` [GIT PULL 3/3] dts changes for omaps " Tony Lindgren
@ 2019-02-15 13:01   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2019-02-15 13:01 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm-soc, Linux ARM

On Thu, Jan 31, 2019 at 5:24 PM Tony Lindgren <tony@atomide.com> wrote:
> dts updates for omap variants for v5.1 merge window
>
> This series contains board specific dts updates and few minor
> clean-up changes:
>
> - add stdout-path for am335x-chiliboard
>
> - add wlcore wakeirq for omap3-evm, pandaboard and omap4-droid4
>
> - remove unnecessary address-cells and io-cells for am33xx
>
> - replace deprecated linux,wakeup with wakeup-source property
>
> - use spdx license for am335x-shc
>
> - configure ethernet pins for omap4-sdp

Pulled into arm/dt, thanks!

      Arnd

_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2019-02-15 13:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-31 16:23 [GIT PULL 1/3] soc changes for ti81xx for v5.1 Tony Lindgren
2019-01-31 16:23 ` [GIT PULL 2/3] dts " Tony Lindgren
2019-02-15 13:00   ` Arnd Bergmann
2019-01-31 16:23 ` [GIT PULL 3/3] dts changes for omaps " Tony Lindgren
2019-02-15 13:01   ` Arnd Bergmann
2019-02-15 12:59 ` [GIT PULL 1/3] soc changes for ti81xx " 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).