mbox series

[net-next,0/2] dt-bindings: net: qcom,ipa: relax some restrictions

Message ID 20221110195619.1276302-1-elder@linaro.org
Headers show
Series dt-bindings: net: qcom,ipa: relax some restrictions | expand

Message

Alex Elder Nov. 10, 2022, 7:56 p.m. UTC
The first patch in this series simply removes an unnecessary
requirement in the IPA binding.  Previously, if the modem was doing
GSI firmware loading, the firmware name property was required to
*not* be present.  There is no harm in having the firmware name be
specified, so this restriction isn't needed.

The second patch restates a requirement on the "memory-region"
property more accurately.

These binding changes have no impact on existing code or DTS files.
These aren't really bug fixes, so no need to back-port.

David et al, to be clear, I intend for this to be taken through the
netdev tree.  Thanks.

					-Alex

Alex Elder (2):
  dt-bindings: net: qcom,ipa: remove an unnecessary restriction
  dt-bindings: net: qcom,ipa: restate a requirement

 .../devicetree/bindings/net/qcom,ipa.yaml     | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 12, 2022, 6 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 10 Nov 2022 13:56:16 -0600 you wrote:
> The first patch in this series simply removes an unnecessary
> requirement in the IPA binding.  Previously, if the modem was doing
> GSI firmware loading, the firmware name property was required to
> *not* be present.  There is no harm in having the firmware name be
> specified, so this restriction isn't needed.
> 
> The second patch restates a requirement on the "memory-region"
> property more accurately.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] dt-bindings: net: qcom,ipa: remove an unnecessary restriction
    https://git.kernel.org/netdev/net-next/c/9d26628a4ce2
  - [net-next,2/2] dt-bindings: net: qcom,ipa: restate a requirement
    https://git.kernel.org/netdev/net-next/c/7a6ca44c1e61

You are awesome, thank you!