Skip to content
  1. Nov 22, 2021
  2. Nov 20, 2021
    • Linus Walleij's avatar
      Merge tag 'intel-pinctrl-v5.17-2' of... · cc4dac3f
      Linus Walleij authored
      Merge tag 'intel-pinctrl-v5.17-2' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into devel
      
      intel-pinctrl for v5.17-2
      
      * Introduce new generic kasprintf_strarray() API
      * Clean up and convert existing drivers to use the above
      
      The API will be needed in the future for new comers, including Intel ones.
      
      The following is an automated git shortlog grouped by driver:
      
      armada-37xx:
       -  Switch to use devm_kasprintf_strarray()
       -  Convert to use dev_err_probe()
       -  Make use of the devm_platform_ioremap_resource()
       -  Use temporary variable for struct device
       -  Fix function name in the kernel doc
      
      gpio:
       -  mockup: Switch to use kasprintf_strarray()
      
      lib/string_helpers:
       -  Introduce managed variant of kasprintf_strarray()
       -  Introduce kasprintf_strarray()
      
      pinctrl/rockchip:
       -  Switch to use devm_kasprintf_strarray()
       -  Convert to use dev_err_probe()
       -  Make use of the devm_platform_get_and_ioremap_resource()
       -  Use temporary variable for struct device
       -  Drop wrong kernel doc annotation
      
      st:
       -  Switch to use devm_kasprintf_strarray()
       -  Convert to use dev_err_probe()
       -  Make use of the devm_platform_ioremap_resource_byname()
       -  Use temporary variable for struct device
       -  Drop wrong kernel doc annotations
      
      zynqmp:
       -  Unify pin naming
      cc4dac3f
  3. Nov 19, 2021
  4. Nov 15, 2021