[GIT PULL] GPMC changes for omaps for v5.16

Tony Lindgren tony at atomide.com
Thu Oct 14 23:45:14 PDT 2021


From: "Tony Lindgren" <tony at 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



More information about the linux-arm-kernel mailing list