linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] SoC changes for omaps for v5.15
@ 2021-08-05  8:46 Tony Lindgren
  2021-08-05  8:46 ` [GIT PULL 2/3] Driver changes for ti-sysc " Tony Lindgren
  2021-08-05  8:46 ` [GIT PULL 3/3] Devicetree changes for omaps " Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Tony Lindgren @ 2021-08-05  8:46 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

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

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8d5a937f10ed091e14fc57a4158f59983e2934cf:

  MAINTAINERS: Adopt SanCloud dts files as supported (2021-07-27 11:54:52 +0300)

----------------------------------------------------------------
SoC changes for omaps for v5.15

Update MAINTAINERS for SanCloud devices and drop unused old Kconfig

----------------------------------------------------------------
Paul Barker (1):
      MAINTAINERS: Adopt SanCloud dts files as supported

Peter Robinson (1):
      arm: omap2: Drop MACH_OMAP3517EVM entry

 MAINTAINERS                 | 6 ++++++
 arch/arm/mach-omap2/Kconfig | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

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

* [GIT PULL 2/3] Driver changes for ti-sysc for v5.15
  2021-08-05  8:46 [GIT PULL 1/3] SoC changes for omaps for v5.15 Tony Lindgren
@ 2021-08-05  8:46 ` Tony Lindgren
  2021-08-05  8:46 ` [GIT PULL 3/3] Devicetree changes for omaps " Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2021-08-05  8:46 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

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

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/ti-sysc-signed

for you to fetch changes up to fdc07ca0724dd8ad00c22909a1464dc73ed6783e:

  Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300)

----------------------------------------------------------------
Driver changes for ti-sysc for v5.15

Few ti-sysc changes to handle quirk for McASP SIDLE mode, correct
documentation for sysc_ioremap(), and start using
pm_runtime_resume_and_get().

----------------------------------------------------------------
Lee Jones (1):
      bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'

Peter Ujfalusi (1):
      bus: ti-sysc: Add quirk for OMAP4 McASP to disable SIDLE mode

Tony Lindgren (1):
      Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc

Zhang Qilong (1):
      bus: ti-sysc: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

 drivers/bus/ti-sysc.c | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

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

* [GIT PULL 3/3] Devicetree changes for omaps for v5.15
  2021-08-05  8:46 [GIT PULL 1/3] SoC changes for omaps for v5.15 Tony Lindgren
  2021-08-05  8:46 ` [GIT PULL 2/3] Driver changes for ti-sysc " Tony Lindgren
@ 2021-08-05  8:46 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2021-08-05  8:46 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

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

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8c054cd2818ea08555efe24a2ffde330833c2f3f:

  ARM: dts: am57xx: Add PRUSS MDIO controller nodes (2021-08-03 15:25:14 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.15

Devicetree changes for omaps to configure more devices, and
add support for new SoC variants and devices:

- Add add gpio-line-names for am335x-boneblue

- Add support for dra762 abz package

- Two patches for McASP support on omap4

- Three patches to add support for am335x-sancloud-bbe-lite

- A series of changes to configure PRUSS for am3/4/5

----------------------------------------------------------------
Andrew F. Davis (1):
      ARM: dts: am4372: Add PRUSS MDIO controller node

David Lechner (1):
      ARM: dts: am335x-boneblue: add gpio-line-names

Lokesh Vutla (1):
      ARM: dts: Add support for dra762 abz package

Paul Barker (3):
      ARM: dts: am335x-boneblack: Extract HDMI config
      ARM: dts: am335x-sancloud-bbe: Extract common code
      ARM: dts: am335x-sancloud-bbe-lite: New devicetree

Peter Ujfalusi (2):
      ARM: dts: omap4-l4-abe: Correct sidle modes for McASP
      ARM: dts: omap4-l4-abe: Add McASP configuration

Suman Anna (10):
      ARM: dts: am33xx-l4: Add PRUSS node
      ARM: dts: am33xx-l4: Add PRUSS MDIO controller node
      ARM: dts: am335x-bone-common: Enable PRU-ICSS node
      ARM: dts: am335x-evm: Enable PRU-ICSS module
      ARM: dts: am335x-evmsk: Enable PRU-ICSS module
      ARM: dts: am335x-icev2: Enable PRU-ICSS module
      ARM: dts: am4372: Add the PRU-ICSS1 DT node
      ARM: dts: am4372: Add the PRU-ICSS0 DT node
      ARM: dts: am57xx: Add PRU-ICSS nodes
      ARM: dts: am57xx: Add PRUSS MDIO controller nodes

 arch/arm/boot/dts/Makefile                        |   1 +
 arch/arm/boot/dts/am335x-bone-common.dtsi         |   4 +
 arch/arm/boot/dts/am335x-boneblack-common.dtsi    | 135 ----------------
 arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi      | 141 +++++++++++++++++
 arch/arm/boot/dts/am335x-boneblack-wireless.dts   |   1 +
 arch/arm/boot/dts/am335x-boneblack.dts            |   1 +
 arch/arm/boot/dts/am335x-boneblue.dts             | 143 ++++++++++++++++-
 arch/arm/boot/dts/am335x-evm.dts                  |   4 +
 arch/arm/boot/dts/am335x-evmsk.dts                |   4 +
 arch/arm/boot/dts/am335x-icev2.dts                |   4 +
 arch/arm/boot/dts/am335x-sancloud-bbe-common.dtsi |  96 ++++++++++++
 arch/arm/boot/dts/am335x-sancloud-bbe-lite.dts    |  50 ++++++
 arch/arm/boot/dts/am335x-sancloud-bbe.dts         |  92 +----------
 arch/arm/boot/dts/am33xx-l4.dtsi                  |  82 ++++++++++
 arch/arm/boot/dts/am4372.dtsi                     | 165 ++++++++++++++++++++
 arch/arm/boot/dts/am437x-cm-t43.dts               |   4 +
 arch/arm/boot/dts/am437x-gp-evm.dts               |   4 +
 arch/arm/boot/dts/am437x-idk-evm.dts              |   4 +
 arch/arm/boot/dts/am437x-sk-evm.dts               |   4 +
 arch/arm/boot/dts/am43x-epos-evm.dts              |   4 +
 arch/arm/boot/dts/am57-pruss.dtsi                 | 178 +++++++++++++++++++++-
 arch/arm/boot/dts/am571x-idk.dts                  |   8 +
 arch/arm/boot/dts/am572x-idk.dts                  |   8 +
 arch/arm/boot/dts/am5748.dtsi                     |   6 +-
 arch/arm/boot/dts/am574x-idk.dts                  |  10 +-
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi   |   8 +
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts         |   8 +
 arch/arm/boot/dts/dra74x-p.dtsi                   |  27 ++++
 arch/arm/boot/dts/dra76x.dtsi                     |  12 --
 arch/arm/boot/dts/omap4-l4-abe.dtsi               |  38 ++---
 30 files changed, 981 insertions(+), 265 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi
 create mode 100644 arch/arm/boot/dts/am335x-sancloud-bbe-common.dtsi
 create mode 100644 arch/arm/boot/dts/am335x-sancloud-bbe-lite.dts
 create mode 100644 arch/arm/boot/dts/dra74x-p.dtsi

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

end of thread, other threads:[~2021-08-05  8:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  8:46 [GIT PULL 1/3] SoC changes for omaps for v5.15 Tony Lindgren
2021-08-05  8:46 ` [GIT PULL 2/3] Driver changes for ti-sysc " Tony Lindgren
2021-08-05  8:46 ` [GIT PULL 3/3] Devicetree changes for omaps " Tony Lindgren

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