1. 18 4月, 2022 38 次提交
  2. 17 4月, 2022 2 次提交
    • L
      Merge tag 'devicetree-fixes-for-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux · a2c29ccd
      Linus Torvalds 提交于
      Pull devicetree fixes from Rob Herring:
      
       - Fix scalar property schemas with array constraints
      
       - Fix 'enum' lists with duplicate entries
      
       - Fix incomplete if/then/else schemas
      
       - Add Renesas RZ/V2L SoC support to Mali Bifrost binding
      
       - Maintainers update for Marvell irqchip
      
      * tag 'devicetree-fixes-for-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
        dt-bindings: display: panel-timing: Define a single type for properties
        dt-bindings: Fix array constraints on scalar properties
        dt-bindings: gpu: mali-bifrost: Document RZ/V2L SoC
        dt-bindings: net: snps: remove duplicate name
        dt-bindings: Fix 'enum' lists with duplicate entries
        dt-bindings: irqchip: mrvl,intc: refresh maintainers
        dt-bindings: Fix incomplete if/then/else schemas
        dt-bindings: power: renesas,apmu: Fix cpus property limits
        dt-bindings: extcon: maxim,max77843: fix ports type
      a2c29ccd
    • L
      Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux · de6e9336
      Linus Torvalds 提交于
      Pull gpio fixes from Bartosz Golaszewski:
       "A single fix for gpio-sim and two patches for GPIO ACPI pulled from
        Andy:
      
         - fix the set/get_multiple() callbacks in gpio-sim
      
         - use correct format characters in gpiolib-acpi
      
         - use an unsigned type for pins in gpiolib-acpi"
      
      * tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
        gpio: sim: fix setting and getting multiple lines
        gpiolib: acpi: Convert type for pin to be unsigned
        gpiolib: acpi: use correct format characters
      de6e9336