lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 11 May 2023 12:50:06 +0200
From:   Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        Rob Herring <robh@...nel.org>,
        Conor Dooley <conor+dt@...nel.org>,
        linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [GIT PULL] Devicetree fixes for v6.4, part 2

Hi Linus,

It's my first pull for you, so let me introduce myself.  With Rob Herring
and recently also Conor Dooley, I co-maintain the Devicetree
bindings [1].  I also maintain few other subsystems, but all my other
pull requests are going to SoC folks (Arnd and Olof).

The git tag for pull is signed with my usual key which you can get
from kernel.org pgp keys repo: keys/1B93437D3B41629B.asc

Rob is currently away from keyboard and he also mentioned in last pull
to you that something might be coming from me [2].  So here it goes - few
fixes for current cycle.

[1] https://www.kernel.org/doc/html/latest/process/maintainers.html#open-firmware-and-flattened-device-tree-bindings
[2] https://lore.kernel.org/all/20230505192951.GA3409270-robh@kernel.org/

Best regards,
Krzysztof


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-fixes-6.4

for you to fetch changes up to 8bbec86ce6d66fb33530c679f7bb3a123fc9e7da:

  dt-bindings: PCI: fsl,imx6q: fix assigned-clocks warning (2023-05-09 08:01:49 +0200)

----------------------------------------------------------------
Devicetree binding fixes for v6.4

Few fixes for Devicetree bindings and related docs, all for issues
introduced in v6.4-rc1 commits:

1. media/ov2685: fix number of possible data lanes, as old binding
   explicitly mentioned one data lane. This fixes dt_binding_check
   warnings like:
   Documentation/devicetree/bindings/media/rockchip-isp1.example.dtb: camera@3c: port:endpoint:data-lanes: [[1]] is too short
   From schema: Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml

2. Maintainers: correct path of Apple PWM binding. This fixes
   refcheckdocs warning.

3. PCI/fsl,imx6q: correct parsing of assigned-clocks and related
   properties and make the clocks more specific per PCI device (host or
   endpoint).  This fixes dtschema limitation and dt_binding_check
   warnings like:

   Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.example.dtb: pcie-ep@...00000: Unevaluated properties are not allowed
   From schema: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      dt-bindings: PCI: fsl,imx6q: fix assigned-clocks warning

Luca Weiss (1):
      media: dt-bindings: ov2685: Correct data-lanes attribute

Lukas Bulwahn (1):
      MAINTAINERS: adjust file entry for ARM/APPLE MACHINE SUPPORT

 .../devicetree/bindings/media/i2c/ovti,ov2685.yaml |  1 +
 .../bindings/pci/fsl,imx6q-pcie-common.yaml        | 13 +---
 .../devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml | 38 +++++++++++
 .../devicetree/bindings/pci/fsl,imx6q-pcie.yaml    | 77 ++++++++++++++++++++++
 MAINTAINERS                                        |  2 +-
 5 files changed, 119 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ