mbox series

[GIT,PULL,3/7] i.MX DT bindings update for 5.3

Message ID 20190625075305.29082-3-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers change for 5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.3

Message

Shawn Guo June 25, 2019, 7:53 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.3

for you to fetch changes up to a10ecf624b7b7c1ec6c263d4562bd6631d380d2f:

  dt-bindings: arm: fsl: Add missing schemas for i.MX1/31/35 (2019-06-18 21:39:22 +0800)

----------------------------------------------------------------
i.MX DT bindings for 5.3:
 - Add vendor prefix for Purism SPC.
 - Add bindings for i.MX8MQ EVK Board, Purism Librem5 devkit and i.MX7
   Meerkat96 Board.
 - Add LS1028A specific compatible into qDMA bindings doc.
 - Move Emtrion i.MX6 board bindings to schema.
 - Add missing schemas for i.MX7ULP and i.MX1/31/35 bindings.

----------------------------------------------------------------
Angus Ainslie (Purism) (2):
      dt-bindings: Add an entry for Purism SPC
      dt-bindings: arm: fsl: Add the imx8mq boards

Manivannan Sadhasivam (1):
      dt-bindings: arm: Document 96Boards Meerkat96 devicetree binding

Peng Ma (1):
      dt-bindings: fsl-qdma: Add LS1028A qDMA bindings

Rob Herring (3):
      dt-bindings: arm: Move Emtrion i.MX6 board bindings to schema
      dt-bindings: arm: fsl: Add back missing i.MX7ULP binding
      dt-bindings: arm: fsl: Add missing schemas for i.MX1/31/35

 Documentation/devicetree/bindings/arm/emtrion.txt  | 12 ------
 Documentation/devicetree/bindings/arm/fsl.yaml     | 44 ++++++++++++++++++++++
 Documentation/devicetree/bindings/dma/fsl-qdma.txt |  1 +
 .../devicetree/bindings/vendor-prefixes.yaml       |  2 +
 4 files changed, 47 insertions(+), 12 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/emtrion.txt

Comments

Olof Johansson June 25, 2019, 11:51 a.m. UTC | #1
On Tue, Jun 25, 2019 at 03:53:01PM +0800, Shawn Guo wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.3
> 
> for you to fetch changes up to a10ecf624b7b7c1ec6c263d4562bd6631d380d2f:
> 
>   dt-bindings: arm: fsl: Add missing schemas for i.MX1/31/35 (2019-06-18 21:39:22 +0800)
> 
> ----------------------------------------------------------------
> i.MX DT bindings for 5.3:
>  - Add vendor prefix for Purism SPC.
>  - Add bindings for i.MX8MQ EVK Board, Purism Librem5 devkit and i.MX7
>    Meerkat96 Board.
>  - Add LS1028A specific compatible into qDMA bindings doc.
>  - Move Emtrion i.MX6 board bindings to schema.
>  - Add missing schemas for i.MX7ULP and i.MX1/31/35 bindings.

Merged, thanks!


-Olof