> -----Original Message----- > From: Rob Herring <robh@xxxxxxxxxx> > Sent: Tuesday, June 13, 2023 6:19 PM > To: Paller, Kim Seer <KimSeer.Paller@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx; Krzysztof Kozlowski > <krzysztof.kozlowski@xxxxxxxxxx>; lgirdwood@xxxxxxxxx; broonie@xxxxxxxxxx; > andy.shevchenko@xxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > conor+dt@xxxxxxxxxx; Hennerich, Michael <Michael.Hennerich@xxxxxxxxxx>; > robh+dt@xxxxxxxxxx; krzysztof.kozlowski+dt@xxxxxxxxxx; lars@xxxxxxxxxx; > jic23@xxxxxxxxxx; linux-iio@xxxxxxxxxxxxxxx > Subject: Re: [PATCH v5 1/2] dt-bindings: iio: adc: add max14001 > > [External] > > > On Tue, 13 Jun 2023 17:33:45 +0800, Kim Seer Paller wrote: > > The MAX14001 is a configurable, isolated 10-bit ADC for multi-range > > binary inputs. > > > > Signed-off-by: Kim Seer Paller <kimseer.paller@xxxxxxxxxx> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > Reported-by: Rob Herring <robh@xxxxxxxxxx> > > Closes: > > https://urldefense.com/v3/__https://lore.kernel.org/all/168663709022.6 > > > 52608.11756645774505315189.robh@xxxxxxxxxx/__;!!A3Ni8CS0y2Y!5MOlRh > mYJL > > > qPmhR7QmgutQNBKIuJTk_FlMbFGnFd4R9dVxnXWk8rY0woqzhv5YcF58DvBLTrc > xVK5KdS > > $ > > --- > > V3 -> V5: Added spaces between prefixes in subject. Fixed MAINTAINERS > reference. > > > > .../bindings/iio/adc/adi,max14001.yaml | 54 +++++++++++++++++++ > > MAINTAINERS | 7 +++ > > 2 files changed, 61 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/iio/adc/adi,max14001.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/pinctrl/qcom,pmic-mpp.yaml: > $defs:qcom-pmic-mpp-state:properties:qcom,paired: [{'description': 'Indicates > that the pin should be operating in paired mode.'}] is not of type 'object', > 'boolean' > from schema $id: > https://urldefense.com/v3/__http://devicetree.org/meta- > schemas/core.yaml*__;Iw!!A3Ni8CS0y2Y!5MOlRhmYJLqPmhR7QmgutQNBKIuJ > Tk_FlMbFGnFd4R9dVxnXWk8rY0woqzhv5YcF58DvBLTrc0FLIB-v$ > > doc reference errors (make refcheckdocs): Could the doc reference error also be ignored? I cannot reproduce the same error on my side. Best regards, Kim