All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL] GPMC changes for omaps for v5.16
Date: Fri, 15 Oct 2021 09:45:14 +0300	[thread overview]
Message-ID: <pull-1634280279-284035@atomide.com> (raw)

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

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 51b9e22ffd3c4c56cbb7caae9750f70e55ffa603:

  ARM: dts: omap: fix gpmc,mux-add-data type (2021-10-11 12:31:54 +0300)

----------------------------------------------------------------
Changes for omap gpmc bindings and devicetree files for v5.16

A series of changes to update the gpmc related bindings to yaml
format, and a few non-urgent dts fixes.

----------------------------------------------------------------
Roger Quadros (8):
      dt-bindings: mtd: Remove gpmc-nor.txt
      dt-bindings: net: Remove gpmc-eth.txt
      dt-bindings: memory-controllers: Introduce ti,gpmc-child
      dt-bindings: mtd: ti,gpmc-nand: Convert to yaml
      dt-bindings: mtd: ti,gpmc-onenand: Convert to yaml
      dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
      ARM: dts: omap: Fix boolean properties gpmc,cycle2cycle-{same|diff}csen
      ARM: dts: omap: fix gpmc,mux-add-data type

 .../bindings/memory-controllers/omap-gpmc.txt      | 157 -------------
 .../bindings/memory-controllers/ti,gpmc-child.yaml | 245 +++++++++++++++++++++
 .../bindings/memory-controllers/ti,gpmc.yaml       | 172 +++++++++++++++
 .../devicetree/bindings/mtd/gpmc-nand.txt          | 147 -------------
 Documentation/devicetree/bindings/mtd/gpmc-nor.txt |  98 ---------
 .../devicetree/bindings/mtd/gpmc-onenand.txt       |  48 ----
 .../devicetree/bindings/mtd/ti,gpmc-nand.yaml      | 121 ++++++++++
 .../devicetree/bindings/mtd/ti,gpmc-onenand.yaml   |  81 +++++++
 Documentation/devicetree/bindings/net/gpmc-eth.txt |  97 --------
 arch/arm/boot/dts/omap-gpmc-smsc911x.dtsi          |   4 +-
 arch/arm/boot/dts/omap-gpmc-smsc9221.dtsi          |   2 +-
 arch/arm/boot/dts/omap-zoom-common.dtsi            |   4 +-
 arch/arm/boot/dts/omap2430-sdp.dts                 |   4 +-
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi     |   4 +-
 arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi  |   2 +-
 arch/arm/boot/dts/omap3-sb-t35.dtsi                |   4 +-
 16 files changed, 631 insertions(+), 559 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti,gpmc-child.yaml
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml
 delete mode 100644 Documentation/devicetree/bindings/mtd/gpmc-nand.txt
 delete mode 100644 Documentation/devicetree/bindings/mtd/gpmc-nor.txt
 delete mode 100644 Documentation/devicetree/bindings/mtd/gpmc-onenand.txt
 create mode 100644 Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml
 create mode 100644 Documentation/devicetree/bindings/mtd/ti,gpmc-onenand.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/gpmc-eth.txt

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL] GPMC changes for omaps for v5.16
Date: Fri, 15 Oct 2021 09:45:14 +0300	[thread overview]
Message-ID: <pull-1634280279-284035@atomide.com> (raw)
Message-ID: <20211015064514.Q9yk7EjuhxaJHydYzMPoGSFUoCrOiIrkPlvo4j0sCPw@z> (raw)

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

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 51b9e22ffd3c4c56cbb7caae9750f70e55ffa603:

  ARM: dts: omap: fix gpmc,mux-add-data type (2021-10-11 12:31:54 +0300)

----------------------------------------------------------------
Changes for omap gpmc bindings and devicetree files for v5.16

A series of changes to update the gpmc related bindings to yaml
format, and a few non-urgent dts fixes.

----------------------------------------------------------------
Roger Quadros (8):
      dt-bindings: mtd: Remove gpmc-nor.txt
      dt-bindings: net: Remove gpmc-eth.txt
      dt-bindings: memory-controllers: Introduce ti,gpmc-child
      dt-bindings: mtd: ti,gpmc-nand: Convert to yaml
      dt-bindings: mtd: ti,gpmc-onenand: Convert to yaml
      dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
      ARM: dts: omap: Fix boolean properties gpmc,cycle2cycle-{same|diff}csen
      ARM: dts: omap: fix gpmc,mux-add-data type

 .../bindings/memory-controllers/omap-gpmc.txt      | 157 -------------
 .../bindings/memory-controllers/ti,gpmc-child.yaml | 245 +++++++++++++++++++++
 .../bindings/memory-controllers/ti,gpmc.yaml       | 172 +++++++++++++++
 .../devicetree/bindings/mtd/gpmc-nand.txt          | 147 -------------
 Documentation/devicetree/bindings/mtd/gpmc-nor.txt |  98 ---------
 .../devicetree/bindings/mtd/gpmc-onenand.txt       |  48 ----
 .../devicetree/bindings/mtd/ti,gpmc-nand.yaml      | 121 ++++++++++
 .../devicetree/bindings/mtd/ti,gpmc-onenand.yaml   |  81 +++++++
 Documentation/devicetree/bindings/net/gpmc-eth.txt |  97 --------
 arch/arm/boot/dts/omap-gpmc-smsc911x.dtsi          |   4 +-
 arch/arm/boot/dts/omap-gpmc-smsc9221.dtsi          |   2 +-
 arch/arm/boot/dts/omap-zoom-common.dtsi            |   4 +-
 arch/arm/boot/dts/omap2430-sdp.dts                 |   4 +-
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi     |   4 +-
 arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi  |   2 +-
 arch/arm/boot/dts/omap3-sb-t35.dtsi                |   4 +-
 16 files changed, 631 insertions(+), 559 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti,gpmc-child.yaml
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti,gpmc.yaml
 delete mode 100644 Documentation/devicetree/bindings/mtd/gpmc-nand.txt
 delete mode 100644 Documentation/devicetree/bindings/mtd/gpmc-nor.txt
 delete mode 100644 Documentation/devicetree/bindings/mtd/gpmc-onenand.txt
 create mode 100644 Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml
 create mode 100644 Documentation/devicetree/bindings/mtd/ti,gpmc-onenand.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/gpmc-eth.txt

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

             reply	other threads:[~2021-10-15  6:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-15  6:45 Tony Lindgren [this message]
2021-10-15  6:45 ` [GIT PULL] GPMC changes for omaps for v5.16 Tony Lindgren
2021-10-20 21:19 ` Arnd Bergmann
2021-10-20 21:19   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pull-1634280279-284035@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.