devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Rob Herring <robh@kernel.org>, Shenghao Ding <13916275206@139.com>
Cc: Ryan_Chu@wistron.com, navada@ti.com, gentuser@gmail.com,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, shenghao-ding@ti.com, Sam_Wu@wistron.com,
	lgirdwood@gmail.com, krzysztof.kozlowski+dt@linaro.org,
	x1077012@ti.com, broonie@kernel.org, kevin-lu@ti.com,
	perex@perex.cz, devicetree@vger.kernel.org,
	pierre-louis.bossart@linux.intel.com, peeyush@ti.com
Subject: Re: [PATCH v2 2/5] ASoC: dt-bindings: Add tas2781 amplifier
Date: Mon, 8 May 2023 11:32:21 +0200	[thread overview]
Message-ID: <228ebc9d-f70f-3f12-381f-1ef6f24f2f28@linaro.org> (raw)
In-Reply-To: <168352721271.213340.3578983696891383785.robh@kernel.org>

On 08/05/2023 08:26, Rob Herring wrote:
> 
> On Mon, 08 May 2023 13:45:12 +0800, Shenghao Ding wrote:
>> Create tas2781.yaml for tas2781 driver.
>>
>> Signed-off-by: Shenghao Ding <13916275206@139.com>
>>
>> ---
>> Changes in v7:
>>  - Submit together with tas2781 codec driver code
>>  - Add more detail description for ti,audio-slots
>>  - Keep consistent for "I2C"
>>  - remove reset-gpios description
>>  - For reg, express as constraints instead
>>  - remove unnecessary '|'
>>  Changes to be committed:
>> 	new file:   Documentation/devicetree/bindings/sound/ti,tas2781.yaml
>> ---
>>  .../devicetree/bindings/sound/ti,tas2781.yaml | 90 +++++++++++++++++++
>>  1 file changed, 90 insertions(+)
>>  create mode 100644 Documentation/devicetree/bindings/sound/ti,tas2781.yaml
>>
> 
> My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
> on your patch (DT_CHECKER_FLAGS is new in v5.13):
> 
> yamllint warnings/errors:
> 
> dtschema/dtc warnings/errors:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/rockchip-isp1.example.dtb: camera@3c: port:endpoint:data-lanes: [[1]] is too short
> 	From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov2685.example.dtb: camera-sensor@3c: port:endpoint:data-lanes: [[1]] is too short
> 	From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.example.dtb: pcie-ep@33800000: Unevaluated properties are not allowed ('assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks' were unexpected)
> 	From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml
> 
> doc reference errors (make refcheckdocs):
> Documentation/usb/gadget_uvc.rst: Documentation/userspace-api/media/v4l/pixfmt-packed.yuv.rst
> MAINTAINERS: Documentation/devicetree/bindings/pwm/pwm-apple.yaml
> 

Ignore failures.

Best regards,
Krzysztof


  reply	other threads:[~2023-05-08  9:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-08  5:45 [PATCH v2 2/5] ASoC: dt-bindings: Add tas2781 amplifier Shenghao Ding
2023-05-08  6:26 ` Rob Herring
2023-05-08  9:32   ` Krzysztof Kozlowski [this message]
2023-05-10  7:04 ` Krzysztof Kozlowski
2023-05-10 14:03   ` [EXTERNAL] " Ding, Shenghao
2023-05-11  9:01     ` Krzysztof Kozlowski
2023-05-11  5:49   ` Mark Brown
2023-05-11  9:37     ` Krzysztof Kozlowski
2023-05-11 13:19       ` [EXTERNAL] " Ding, Shenghao
2023-05-11 14:48         ` Krzysztof Kozlowski
2023-05-17 12:24           ` Ding, Shenghao
2023-05-17 15:05             ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=228ebc9d-f70f-3f12-381f-1ef6f24f2f28@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=13916275206@139.com \
    --cc=Ryan_Chu@wistron.com \
    --cc=Sam_Wu@wistron.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gentuser@gmail.com \
    --cc=kevin-lu@ti.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=navada@ti.com \
    --cc=peeyush@ti.com \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=shenghao-ding@ti.com \
    --cc=x1077012@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).