From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4ABD5E555; Fri, 24 Apr 2026 08:30:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777019438; cv=none; b=JgjVBFacHsmryUQhJkenuMhzkD6O544rYAMv1v71UpdLO6o/xlUvSfo/Zfe70A3T5MrL6SDZOlpaSQTBQF5aFcIdRgatwtmuUfE4OYXHdD+0tnVTedEFokTL2QLAmhSnSyQdgwJQpE8cBQcErNW3haVdWPmsx2GWqavVJ3IQGmM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777019438; c=relaxed/simple; bh=tPnhUsYoS7/RKLDJqyEPEoKzn9OTaYLzTkXCTVyG2PM=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=IKPfWrI3aJ682dH6R0MsLfGkxOENsl+l26/yGGXcIHxI2PVOudGnuzKEy5uf+RfTI8EtvrzAiTg20dqGGvo2gdzDf4wNew6ZNa5IvjObnhW2CSk5yj5dSM6zoUTqYScrrvFyO/Oc+6gyrpg4hYVQ0umBuhoO7d6+oQY9oSlT8vU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AtDCK8hm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="AtDCK8hm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5E44C19425; Fri, 24 Apr 2026 08:30:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777019438; bh=tPnhUsYoS7/RKLDJqyEPEoKzn9OTaYLzTkXCTVyG2PM=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=AtDCK8hmjx5ohyGBBcRANZY75sqO1XV3yoRLy6Ij/zFuvbRri2k/CiMd/mx0qzZGb Cs9O5Es+zm7t82HYrJIC1V6eWcWokHEruYt21duVflTNlHxMV+CHhjHs7OIdR0yXNs 3WaM7m5+4XVS3kRBk7s89YiVq+YolPAvlLcr8dmW9Fn6VzVlPvrMeOKBFMptAFG5kp VSonbjF7/8N+45DRYLdAY49ghDKq601tpdmofkNfMBNL4VDCpklXCJstut+MeiBpE+ 7jqDqU1XRjX2JRYxpCIkwkETYMmKV7rZXtgRATasCkrsJs7ho7PXp1s42IpmcnSIfD VboyILAFjOOJQ== Date: Fri, 24 Apr 2026 03:30:34 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Dmitry Torokhov , devicetree@vger.kernel.org, Conor Dooley , Krzysztof Kozlowski , Linus Walleij To: Svyatoslav Ryhel In-Reply-To: <20260424071305.89503-2-clamor95@gmail.com> References: <20260424071305.89503-1-clamor95@gmail.com> <20260424071305.89503-2-clamor95@gmail.com> Message-Id: <177701943440.2848156.923810545023102522.robh@kernel.org> Subject: Re: [PATCH v1 1/2] dt-bindings: input: Document Imagis ISA1200 haptic motor driver On Fri, 24 Apr 2026 10:13:04 +0300, Svyatoslav Ryhel wrote: > Document the Imagis ISA1200 haptic motor driver, used primarily in mobile > handheld devices and capable of supporting up to two motors. > > The exact datasheet for the ISA1200 is not available; all data was modeled > based on available downstream kernel sources for various devices and > fragments of information scattered across the internet. > > Signed-off-by: Svyatoslav Ryhel > --- > .../bindings/input/imagis,isa1200.yaml | 145 ++++++++++++++++++ > include/dt-bindings/input/isa1200.h | 16 ++ > 2 files changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/imagis,isa1200.yaml > create mode 100644 include/dt-bindings/input/isa1200.h > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/imagis,isa1200.example.dtb: haptic-engine@49 (imagis,isa1200): enable-gpios: [[4294967295, 22, 0], [4294967295, 23, 0]] is too long from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer-common.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260424071305.89503-2-clamor95@gmail.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.