All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: SoC Team <soc@kernel.org>
Cc: linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	arm-soc <arm@kernel.org>
Subject: [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11
Date: Wed, 9 Dec 2020 15:51:34 +0100	[thread overview]
Message-ID: <752fc10f-c2eb-736e-8a11-13e770f50c90@monstr.eu> (raw)

Hi,

please pull the following changes to your tree. The tree is based on
zynqmp-soc-fixes-for-v5.10-rc6 tag or acfdd18591ea ("firmware: xilinx:
Use hash-table for api feature check") which went to v5.10-rc6.

Thanks,
Michal


The following changes since commit acfdd18591eaac25446e976a0c0d190f8b3dbfb1:

  firmware: xilinx: Use hash-table for api feature check (2020-11-24
15:13:54 +0100)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.11

for you to fetch changes up to b8d6b5c241b3dedaa03f845e25412935fef81c6b:

  firmware: xilinx: Properly align function parameter (2020-12-09
15:09:11 +0100)

----------------------------------------------------------------
arm64: soc: ZynqMP SoC changes for v5.11

- Small alignments in Xilinx Firmware driver
- Exposing syscon interface for VCU driver

----------------------------------------------------------------
Michael Tretter (4):
      soc: xilinx: vcu: drop useless success message
      dt-bindings: soc: xlnx: extract xlnx, vcu-settings to separate binding
      soc: xilinx: vcu: use vcu-settings syscon registers
      soc: xilinx: vcu: add missing register NUM_CORE

Michal Simek (4):
      firmware: xilinx: Fix kernel-doc warnings
      firmware: xilinx: Remove additional newline
      firmware: xilinx: Add a blank line after function declaration
      firmware: xilinx: Properly align function parameter

Wendy Liang (1):
      firmware: xlnx-zynqmp: fix compilation warning

Zou Wei (1):
      firmware: xilinx: Mark pm_api_features_map with static keyword

 Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml |
34 ++++++++++++++++++++++++++++++++++
 Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu.txt           |
9 ++-------
 drivers/firmware/xilinx/zynqmp.c                                    |
48 ++++++++++++++++++++++++------------------------
 drivers/soc/xilinx/Kconfig                                          |  1 +
 drivers/soc/xilinx/xlnx_vcu.c                                       |
96
+++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
 include/linux/firmware/xlnx-zynqmp.h                                |
45 ++++++++++++++++++++++++++++++++++++++++-----
 include/linux/mfd/syscon/xlnx-vcu.h                                 |
39 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 187 insertions(+), 85 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml
 create mode 100644 include/linux/mfd/syscon/xlnx-vcu.h
[linux](zynqmp/soc)$

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <monstr@monstr.eu>
To: SoC Team <soc@kernel.org>
Cc: arm-soc <arm@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11
Date: Wed, 9 Dec 2020 15:51:34 +0100	[thread overview]
Message-ID: <752fc10f-c2eb-736e-8a11-13e770f50c90@monstr.eu> (raw)
Message-ID: <20201209145134.NbmmzUst-f-AsHksIoLsntEu8NIyktixl2Tc4uWbydM@z> (raw)

Hi,

please pull the following changes to your tree. The tree is based on
zynqmp-soc-fixes-for-v5.10-rc6 tag or acfdd18591ea ("firmware: xilinx:
Use hash-table for api feature check") which went to v5.10-rc6.

Thanks,
Michal


The following changes since commit acfdd18591eaac25446e976a0c0d190f8b3dbfb1:

  firmware: xilinx: Use hash-table for api feature check (2020-11-24
15:13:54 +0100)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.11

for you to fetch changes up to b8d6b5c241b3dedaa03f845e25412935fef81c6b:

  firmware: xilinx: Properly align function parameter (2020-12-09
15:09:11 +0100)

----------------------------------------------------------------
arm64: soc: ZynqMP SoC changes for v5.11

- Small alignments in Xilinx Firmware driver
- Exposing syscon interface for VCU driver

----------------------------------------------------------------
Michael Tretter (4):
      soc: xilinx: vcu: drop useless success message
      dt-bindings: soc: xlnx: extract xlnx, vcu-settings to separate binding
      soc: xilinx: vcu: use vcu-settings syscon registers
      soc: xilinx: vcu: add missing register NUM_CORE

Michal Simek (4):
      firmware: xilinx: Fix kernel-doc warnings
      firmware: xilinx: Remove additional newline
      firmware: xilinx: Add a blank line after function declaration
      firmware: xilinx: Properly align function parameter

Wendy Liang (1):
      firmware: xlnx-zynqmp: fix compilation warning

Zou Wei (1):
      firmware: xilinx: Mark pm_api_features_map with static keyword

 Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml |
34 ++++++++++++++++++++++++++++++++++
 Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu.txt           |
9 ++-------
 drivers/firmware/xilinx/zynqmp.c                                    |
48 ++++++++++++++++++++++++------------------------
 drivers/soc/xilinx/Kconfig                                          |  1 +
 drivers/soc/xilinx/xlnx_vcu.c                                       |
96
+++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
 include/linux/firmware/xlnx-zynqmp.h                                |
45 ++++++++++++++++++++++++++++++++++++++++-----
 include/linux/mfd/syscon/xlnx-vcu.h                                 |
39 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 187 insertions(+), 85 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml
 create mode 100644 include/linux/mfd/syscon/xlnx-vcu.h
[linux](zynqmp/soc)$

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


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

             reply	other threads:[~2020-12-09 14:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 14:51 Michal Simek [this message]
2020-12-09 14:51 ` [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11 Michal Simek
2020-12-09 14:59 ` [GIT PULL] arm64: soc: ZynqMP changes for v5.11 (was Re: [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11) Michal Simek
2020-12-09 14:59   ` Michal Simek
2020-12-09 17:01 ` [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11 Arnd Bergmann
2020-12-09 17:01   ` Arnd Bergmann
2020-12-09 18:06   ` Michal Simek
2020-12-09 18:06     ` Michal Simek
2020-12-09 19:36     ` Arnd Bergmann
2020-12-09 19:36       ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2020-12-09 14:41 Michal Simek
2020-12-09 14:41 ` Michal Simek

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=752fc10f-c2eb-736e-8a11-13e770f50c90@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.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.