Skip to content
Permalink
Yongqiang-Niu/…
Switch branches/tags

Commits on Apr 12, 2021

  1. drm/mediatek: gamma set with cmdq

    gamma lut set in vsync active will caused display flash issue
    set gamma lut with cmdq
    
    Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
    Yongqiang Niu authored and intel-lab-lkp committed Apr 12, 2021
  2. arm64: dts: mt8183: refine aal compatible name

    mt8183 aal is different with mt8173
    remove mt8173 compatible name for mt8183 aal
    
    Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
    Yongqiang Niu authored and intel-lab-lkp committed Apr 12, 2021
  3. drm/mediatek: Separate aal module

    mt8183 aal has no gamma function
    
    Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
    Yongqiang Niu authored and intel-lab-lkp committed Apr 12, 2021

Commits on Apr 7, 2021

  1. docs: dt: update writing-schema.rst references

    Changeset b83db5b ("docs: dt: Group DT docs into relevant sub-sections")
    renamed: Documentation/devicetree/writing-schema.rst
    to: Documentation/devicetree/bindings/writing-schema.rst.
    
    Update the cross-references accordingly.
    
    Fixes: b83db5b ("docs: dt: Group DT docs into relevant sub-sections")
    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/7cfddf303f1508d26f90d87546d3812faebfc5ba.1617279356.git.mchehab+huawei@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    mchehab authored and robherring committed Apr 7, 2021

Commits on Apr 1, 2021

  1. dt-bindings: media: venus: Add sm8250 dt schema

    Add a schema description for the venus video encoder/decoder on the sm8250.
    
    Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210215160254.1572615-3-bryan.odonoghue@linaro.org
    bryanodonoghue authored and robherring committed Apr 1, 2021

Commits on Mar 29, 2021

  1. of: base: Fix spelling issue with function param 'prop'

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/base.c:1781: warning: Function parameter or member 'prop' not described in '__of_add_property'
     drivers/of/base.c:1781: warning: Excess function parameter 'prob' description in '__of_add_property'
     drivers/of/base.c:1804: warning: Function parameter or member 'prop' not described in 'of_add_property'
     drivers/of/base.c:1804: warning: Excess function parameter 'prob' description in 'of_add_property'
     drivers/of/base.c:1855: warning: Function parameter or member 'prop' not described in 'of_remove_property'
     drivers/of/base.c:1855: warning: Excess function parameter 'prob' description in 'of_remove_property'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Link: https://lore.kernel.org/r/20210329152435.900225-1-lee.jones@linaro.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    lag-linaro authored and robherring committed Mar 29, 2021

Commits on Mar 27, 2021

  1. docs: dt: Add DT API documentation

    The kernel-doc for the DT APIs are not included in the documentation
    build. Add them.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210325164713.1296407-9-robh@kernel.org
    robherring committed Mar 27, 2021
  2. of: Add missing 'Return' section in kerneldoc comments

    Many of the DT kerneldoc comments are lacking a 'Return' section. Let's
    add the section in cases we have a description of return values. There's
    still some cases where the return values are not documented.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210325164713.1296407-8-robh@kernel.org
    robherring committed Mar 27, 2021
  3. of: Fix kerneldoc output formatting

    The indentation of the kerneldoc comments affects the output formatting.
    Leading tabs in particular don't work, sections need to be indented
    under the section header, and several code blocks are reformatted.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210326192606.3702739-1-robh@kernel.org
    robherring committed Mar 27, 2021
  4. docs: dt: Group DT docs into relevant sub-sections

    The DT docs are currently all just lumped together in the doc build.
    Let's organize the documents by kernel specifics, overlays and bindings.
    
    As writing-schema.rst is about bindings, let's move it to the bindings
    directory.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210325164713.1296407-6-robh@kernel.org
    robherring committed Mar 27, 2021
  5. docs: dt: Make 'Devicetree' wording more consistent

    There's a variety of ways 'Devicetree' has been written. This is most
    evident in the documentation build contents where we have 'Device Tree',
    'DeviceTree', etc. The DT spec has somewhat standardized on
    'Devicetree', so let's use that.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210325164713.1296407-5-robh@kernel.org
    robherring committed Mar 27, 2021
  6. docs: dt: writing-schema: Include the example schema in the doc build

    The example-schema.yaml file serves as documentation, so let's include it
    from writing-schema.rst.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210325164713.1296407-4-robh@kernel.org
    robherring committed Mar 27, 2021
  7. docs: dt: writing-schema: Remove spurious indentation

    'allOf' and 'properties' have a leading space which causes them to be
    indented in the doc output.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210325164713.1296407-3-robh@kernel.org
    robherring committed Mar 27, 2021
  8. dt-bindings: Fix reference in submitting-patches.rst to the DT ABI doc

    submitting-patches.rst has a stale reference to ABI.txt. Fix this with a
    proper rSt link.
    
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    Link: https://lore.kernel.org/r/20210325164713.1296407-2-robh@kernel.org
    robherring committed Mar 27, 2021
  9. dt-bindings: ddr: Add optional manufacturer and revision ID to LPDDR3

    On some platforms, DDR parts are multi-sourced and the exact part number
    used is not know to either kernel or firmware at build time. Firmware
    can read identifying information from DDR mode registers at boot time
    but needs a way to communicate this information to kernel and/or
    userspace. This patch adds optional properties for this information to
    the existing "jedec,lpddr3" device tree binding to be used for that
    purpose.
    
    Signed-off-by: Julius Werner <jwerner@chromium.org>
    Link: https://lore.kernel.org/r/20210324010405.1917577-1-jwerner@chromium.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    jwerner-chromium authored and robherring committed Mar 27, 2021

Commits on Mar 26, 2021

  1. dt-bindings: media: video-interfaces: Drop the example

    The example in video-interfaces.yaml uses a bunch of undocumented
    bindings which will cause warnings when undocumented compatible checks
    are enabled. The example could be fixed to use documented bindings, but
    doing so would just duplicate other examples. So let's just remove the
    example.
    
    Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
    Cc: Sakari Ailus <sakari.ailus@linux.intel.com>
    Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Cc: linux-media@vger.kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
    Link: https://lore.kernel.org/r/20210324202253.3576798-1-robh@kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    robherring committed Mar 26, 2021
  2. devicetree: bindings: clock: Minor typo fix in the file armada3700-tb…

    …g-clock.txt
    
    s/provde/provide/
    
    Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
    Acked-by: Randy Dunlap <rdunlap@infradead.org>
    Link: https://lore.kernel.org/r/20210317100840.2449462-1-unixbhaskar@gmail.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    unixbhaskar authored and robherring committed Mar 26, 2021

Commits on Mar 24, 2021

  1. of: overlay: fix for_each_child.cocci warnings

    Function "for_each_child_of_node" should have of_node_put() before goto.
    
    Generated by: scripts/coccinelle/iterators/for_each_child.cocci
    
    Fixes: 82c2d81 ("coccinelle: iterators: Add for_each_child.cocci script")
    CC: Sumera Priyadarsini <sylphrenadin@gmail.com>
    Reported-by: kernel test robot <lkp@intel.com>
    Signed-off-by: kernel test robot <lkp@intel.com>
    Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
    Reviewed-by: Frank Rowand <frank.rowand@sony.com>
    Tested-by: Frank Rowand <frank.rowand@sony.com>
    Link: https://lore.kernel.org/r/alpine.DEB.2.22.394.2103221918450.2918@hadrien
    Signed-off-by: Rob Herring <robh@kernel.org>
    intel-lab-lkp authored and robherring committed Mar 24, 2021
  2. dt-bindings: msm: Couple of spelling fixes

    s/Subsytem/Subsystem/
    s/contoller/controller/
    
    Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
    Link: https://lore.kernel.org/r/20210320192553.29922-1-unixbhaskar@gmail.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    unixbhaskar authored and robherring committed Mar 24, 2021
  3. dt-bindings: add vendor prefix for AESOP

    Add vendor prefix for AESOP Embedded Forum (http://www.aesop.or.kr).
    
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    Link: https://lore.kernel.org/r/20210315124423.115039-3-krzysztof.kozlowski@canonical.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    krzk authored and robherring committed Mar 24, 2021
  4. dt-bindings: add vendor prefix for YIC System Co., Ltd

    Add vendor prefix for YIC System Co., Ltd (http://www.yicsystem.com).
    
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    Link: https://lore.kernel.org/r/20210315124423.115039-2-krzysztof.kozlowski@canonical.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    krzk authored and robherring committed Mar 24, 2021
  5. dt-bindings: add vendor prefix for Siliconfile Technologies lnc.

    Add vendor prefix for Siliconfile Technologies lnc.
    
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    Link: https://lore.kernel.org/r/20210315124423.115039-1-krzysztof.kozlowski@canonical.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    krzk authored and robherring committed Mar 24, 2021
  6. dt-bindings: Convert the BCM4329 bindings to YAML and extend

    This converts the BCM4329 family bindings to YAML schema, and
    extends and fixes the bindings like this:
    
    - Name the bindings after the first chip (BCM4329) since
      wildcards like 43xx are nowadays frowned upon by the DT
      binding reviewers. We call this the "BCM4329 family"
    - Add compatible strings for all the variants that seem to
      exist in the wild. (Derived from firmware listings.)
    - Support specific-to-generic compatible strings (as already
      in use in DTS files).
    - Add required reg property (SDIO function number)
    - Add reset-gpios property (some systems wire this to a GPIO
      line).
    - I have only listed Arend as maintainer for now, volunteers
      can be added.
    
    Cc: Arend van Spriel <aspriel@gmail.com>
    Cc: Franky Lin <franky.lin@broadcom.com>
    Cc: Hante Meuleman <hante.meuleman@broadcom.com>
    Cc: Chi-hsien Lin <chi-hsien.lin@infineon.com>
    Cc: Wright Feng <wright.feng@infineon.com>
    Cc: Chung-hsien Hsu <chung-hsien.hsu@infineon.com>
    Cc: Julian Calaby <julian.calaby@gmail.com>
    Cc: brcm80211-dev-list.pdl@broadcom.com
    Cc: SHA-cyfmac-dev-list@infineon.com
    Cc: linux-mmc@vger.kernel.org
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
    Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
    Link: https://lore.kernel.org/r/20210315105911.138553-1-linus.walleij@linaro.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    linusw authored and robherring committed Mar 24, 2021

Commits on Mar 23, 2021

  1. of: of_reserved_mem: Demote kernel-doc abuses

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/of_reserved_mem.c:53: warning: Function parameter or member 'node' not described in 'fdt_reserved_mem_save_node'
     drivers/of/of_reserved_mem.c:53: warning: Function parameter or member 'uname' not described in 'fdt_reserved_mem_save_node'
     drivers/of/of_reserved_mem.c:53: warning: Function parameter or member 'base' not described in 'fdt_reserved_mem_save_node'
     drivers/of/of_reserved_mem.c:53: warning: Function parameter or member 'size' not described in 'fdt_reserved_mem_save_node'
     drivers/of/of_reserved_mem.c:76: warning: Function parameter or member 'node' not described in '__reserved_mem_alloc_size'
     drivers/of/of_reserved_mem.c:76: warning: Function parameter or member 'uname' not described in '__reserved_mem_alloc_size'
     drivers/of/of_reserved_mem.c:76: warning: Function parameter or member 'res_base' not described in '__reserved_mem_alloc_size'
     drivers/of/of_reserved_mem.c:76: warning: Function parameter or member 'res_size' not described in '__reserved_mem_alloc_size'
     drivers/of/of_reserved_mem.c:171: warning: Function parameter or member 'rmem' not described in '__reserved_mem_init_node'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Marek Szyprowski <m.szyprowski@samsung.com>
    Cc: Josh Cartwright <joshc@codeaurora.org>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-11-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  2. of: overlay: Fix function name disparity

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/overlay.c:147: warning: expecting prototype for of_overlay_notifier_register(). Prototype was for of_overlay_notifier_unregister() instead
    
    Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-10-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  3. of: of_net: Provide function name and param description

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/of_net.c:104: warning: Function parameter or member 'np' not described in 'of_get_mac_address'
     drivers/of/of_net.c:104: warning: expecting prototype for mac(). Prototype was for of_get_mac_address() instead
    
    Cc: Andrew Lunn <andrew@lunn.ch>
    Cc: Heiner Kallweit <hkallweit1@gmail.com>
    Cc: Russell King <linux@armlinux.org.uk>
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: netdev@vger.kernel.org
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Reviewed-by: Andrew Lunn <andrew@lunn.ch>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-9-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  4. of: fdt: Demote kernel-doc abuses and fix function naming

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/fdt.c:478: warning: Function parameter or member 'node' not described in '__reserved_mem_reserve_reg'
     drivers/of/fdt.c:478: warning: Function parameter or member 'uname' not described in '__reserved_mem_reserve_reg'
     drivers/of/fdt.c:525: warning: Function parameter or member 'node' not described in '__reserved_mem_check_root'
     drivers/of/fdt.c:547: warning: Function parameter or member 'node' not described in '__fdt_scan_reserved_mem'
     drivers/of/fdt.c:547: warning: Function parameter or member 'uname' not described in '__fdt_scan_reserved_mem'
     drivers/of/fdt.c:547: warning: Function parameter or member 'depth' not described in '__fdt_scan_reserved_mem'
     drivers/of/fdt.c:547: warning: Function parameter or member 'data' not described in '__fdt_scan_reserved_mem'
     drivers/of/fdt.c:547: warning: expecting prototype for fdt_scan_reserved_mem(). Prototype was for __fdt_scan_reserved_mem() instead
     drivers/of/fdt.c:663: warning: Function parameter or member 'parent' not described in 'of_scan_flat_dt_subnodes'
     drivers/of/fdt.c:708: warning: Function parameter or member 'node' not described in 'of_get_flat_dt_prop'
     drivers/of/fdt.c:708: warning: Function parameter or member 'name' not described in 'of_get_flat_dt_prop'
     drivers/of/fdt.c:708: warning: Function parameter or member 'size' not described in 'of_get_flat_dt_prop'
     drivers/of/fdt.c:758: warning: Function parameter or member 'node' not described in 'of_flat_dt_match'
     drivers/of/fdt.c:758: warning: Function parameter or member 'compat' not described in 'of_flat_dt_match'
     drivers/of/fdt.c:778: warning: Function parameter or member 'node' not described in 'of_get_flat_dt_phandle'
     drivers/of/fdt.c:778: warning: expecting prototype for of_get_flat_dt_prop(). Prototype was for of_get_flat_dt_phandle() instead
     drivers/of/fdt.c:955: warning: Function parameter or member 'node' not described in 'early_init_dt_scan_root'
     drivers/of/fdt.c:955: warning: Function parameter or member 'uname' not described in 'early_init_dt_scan_root'
     drivers/of/fdt.c:955: warning: Function parameter or member 'depth' not described in 'early_init_dt_scan_root'
     drivers/of/fdt.c:955: warning: Function parameter or member 'data' not described in 'early_init_dt_scan_root'
     drivers/of/fdt.c:991: warning: Function parameter or member 'node' not described in 'early_init_dt_scan_memory'
     drivers/of/fdt.c:991: warning: Function parameter or member 'uname' not described in 'early_init_dt_scan_memory'
     drivers/of/fdt.c:991: warning: Function parameter or member 'depth' not described in 'early_init_dt_scan_memory'
     drivers/of/fdt.c:991: warning: Function parameter or member 'data' not described in 'early_init_dt_scan_memory'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: benh@kernel.crashing.org
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-8-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  5. of: address: Provide descriptions for 'of_address_to_resource's params

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/address.c:868: warning: Function parameter or member 'dev' not described in 'of_address_to_resource'
     drivers/of/address.c:868: warning: Function parameter or member 'index' not described in 'of_address_to_resource'
     drivers/of/address.c:868: warning: Function parameter or member 'r' not described in 'of_address_to_resource'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-7-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  6. of: property: Provide missing member description and remove excess param

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/property.c:1239: warning: Function parameter or member 'optional' not described in 'supplier_bindings'
     drivers/of/property.c:1366: warning: Excess function parameter 'dev' description in 'of_link_property'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-6-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  7. of: base: Fix some formatting issues and provide missing descriptions

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/base.c:315: warning: Function parameter or member 'cpun' not described in '__of_find_n_match_cpu_property'
     drivers/of/base.c:315: warning: Function parameter or member 'prop_name' not described in '__of_find_n_match_cpu_property'
     drivers/of/base.c:315: warning: Function parameter or member 'cpu' not described in '__of_find_n_match_cpu_property'
     drivers/of/base.c:315: warning: Function parameter or member 'thread' not described in '__of_find_n_match_cpu_property'
     drivers/of/base.c:315: warning: expecting prototype for property holds the physical id of the(). Prototype was for __of_find_n_match_cpu_property() instead
     drivers/of/base.c:1139: warning: Function parameter or member 'match' not described in 'of_find_matching_node_and_match'
     drivers/of/base.c:1779: warning: Function parameter or member 'np' not described in '__of_add_property'
     drivers/of/base.c:1779: warning: Function parameter or member 'prop' not described in '__of_add_property'
     drivers/of/base.c:1800: warning: Function parameter or member 'np' not described in 'of_add_property'
     drivers/of/base.c:1800: warning: Function parameter or member 'prop' not described in 'of_add_property'
     drivers/of/base.c:1849: warning: Function parameter or member 'np' not described in 'of_remove_property'
     drivers/of/base.c:1849: warning: Function parameter or member 'prop' not described in 'of_remove_property'
     drivers/of/base.c:2137: warning: Function parameter or member 'dn' not described in 'of_console_check'
     drivers/of/base.c:2137: warning: Function parameter or member 'name' not described in 'of_console_check'
     drivers/of/base.c:2137: warning: Function parameter or member 'index' not described in 'of_console_check'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-5-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  8. of: platform: Demote kernel-doc abuse

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/platform.c:298: warning: Function parameter or member 'lookup' not described in 'of_dev_lookup'
     drivers/of/platform.c:298: warning: Function parameter or member 'np' not described in 'of_dev_lookup'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: Kees Cook <keescook@chromium.org>
    Cc: Anton Vorontsov <anton@enomsg.org>
    Cc: Colin Cross <ccross@android.com>
    Cc: Tony Luck <tony.luck@intel.com>
    Cc: benh@kernel.crashing.org
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-4-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  9. of: dynamic: Fix incorrect parameter name and provide missing descrip…

    …tions
    
    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/dynamic.c:234: warning: Function parameter or member 'np' not described in 'of_attach_node'
     drivers/of/dynamic.c:286: warning: Function parameter or member 'np' not described in 'of_detach_node'
     drivers/of/dynamic.c:326: warning: Function parameter or member 'kobj' not described in 'of_node_release'
     drivers/of/dynamic.c:326: warning: Excess function parameter 'kref' description in 'of_node_release'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-3-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  10. of: device: Fix function name in header and provide missing descriptions

    Fixes the following W=1 kernel build warning(s):
    
     drivers/of/device.c:72: warning: expecting prototype for of_dma_configure(). Prototype was for of_dma_configure_id() instead
     drivers/of/device.c:263: warning: Function parameter or member 'dev' not described in 'of_device_modalias'
     drivers/of/device.c:263: warning: Function parameter or member 'str' not described in 'of_device_modalias'
     drivers/of/device.c:263: warning: Function parameter or member 'len' not described in 'of_device_modalias'
     drivers/of/device.c:280: warning: Function parameter or member 'dev' not described in 'of_device_uevent'
     drivers/of/device.c:280: warning: Function parameter or member 'env' not described in 'of_device_uevent'
    
    Cc: Rob Herring <robh+dt@kernel.org>
    Cc: Frank Rowand <frowand.list@gmail.com>
    Cc: devicetree@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Link: https://lore.kernel.org/r/20210318104036.3175910-2-lee.jones@linaro.org
    lag-linaro authored and robherring committed Mar 23, 2021
  11. dt-bindings: i2c: xiic: Fix a typo

    Trivial fix. Correct a typo.
    
    Fixes: f86ca41 ("dt-bindings: i2c: xiic: Migrate i2c-xiic documentation to YAML")
    Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
    Link: https://lore.kernel.org/r/1615215963-1042-1-git-send-email-shubhrajyoti.datta@xilinx.com
    Signed-off-by: Rob Herring <robh@kernel.org>
    Shubhrajyoti Datta authored and robherring committed Mar 23, 2021
  12. dt-bindings: Drop type references on common properties

    Users of common properties shouldn't have a type definition as the
    common schemas already have one. Drop all the unnecessary type
    references in the tree.
    
    A meta-schema update to catch these is pending.
    
    Cc: Maxime Ripard <mripard@kernel.org>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
    Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
    Cc: Krzysztof Kozlowski <krzk@kernel.org>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: Ohad Ben-Cohen <ohad@wizery.com>
    Cc: Cheng-Yi Chiang <cychiang@chromium.org>
    Cc: Benson Leung <bleung@chromium.org>
    Cc: Zhang Rui <rui.zhang@intel.com>
    Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
    Cc: Stefan Wahren <wahrenst@gmx.net>
    Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
    Cc: Odelu Kukatla <okukatla@codeaurora.org>
    Cc: linux-gpio@vger.kernel.org
    Cc: linux-pm@vger.kernel.org
    Cc: linux-can@vger.kernel.org
    Cc: netdev@vger.kernel.org
    Cc: linux-remoteproc@vger.kernel.org
    Cc: alsa-devel@alsa-project.org
    Cc: linux-usb@vger.kernel.org
    Signed-off-by: Rob Herring <robh@kernel.org>
    Acked-by: Dmity Baryshkov <dmitry.baryshkov@linaro.org>
    Acked-by: Mark Brown <broonie@kernel.org>
    Acked-by: Suman Anna <s-anna@ti.com>
    Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
    Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    Acked-by: Maxime Ripard <maxime@cerno.tech>
    Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
    Link: https://lore.kernel.org/r/20210316194858.3527845-1-robh@kernel.org
    robherring committed Mar 23, 2021
Older