All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] GPMC changes for omaps for v5.16
@ 2021-10-15  6:45 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2021-10-15  6:45 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 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

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

* [GIT PULL] GPMC changes for omaps for v5.16
@ 2021-10-15  6:45 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2021-10-15  6:45 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 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

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

* Re: [GIT PULL] GPMC changes for omaps for v5.16
@ 2021-10-20 21:19   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-10-20 21:19 UTC (permalink / raw)
  To: Tony Lindgren, soc; +Cc: Arnd Bergmann, linux-arm-kernel, arm, linux-omap

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 15 Oct 2021 09:45:14 +0300, Tony Lindgren wrote:
> 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
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 9f2feb32c2b6a39fdf8c872486341ffa84b2eff5

       Arnd

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

* Re: [GIT PULL] GPMC changes for omaps for v5.16
@ 2021-10-20 21:19   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-10-20 21:19 UTC (permalink / raw)
  To: Tony Lindgren, soc; +Cc: Arnd Bergmann, linux-arm-kernel, arm, linux-omap

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 15 Oct 2021 09:45:14 +0300, Tony Lindgren wrote:
> 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
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 9f2feb32c2b6a39fdf8c872486341ffa84b2eff5

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

end of thread, other threads:[~2021-10-20 21:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  6:45 [GIT PULL] GPMC changes for omaps for v5.16 Tony Lindgren
2021-10-15  6:45 ` Tony Lindgren
2021-10-20 21:19 ` Arnd Bergmann
2021-10-20 21:19   ` Arnd Bergmann

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.