From patchwork Tue Oct 19 08:04:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 12569017 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2164FC4332F for ; Tue, 19 Oct 2021 08:04:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 097206112D for ; Tue, 19 Oct 2021 08:04:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234728AbhJSIGl (ORCPT ); Tue, 19 Oct 2021 04:06:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:36146 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234699AbhJSIGk (ORCPT ); Tue, 19 Oct 2021 04:06:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 98FF46138D; Tue, 19 Oct 2021 08:04:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634630667; bh=2dwYW4dtVW8GPK2uMbwRzB/+mR8j/h2dEXeqrnCa8/Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rE8GYpDnOBLYFK0SsN7jmRbqdDmAWYVByzaGBrXPF3364cNIYLL7hIX0yrVHtbQLN 4Lki3oHCKsDJWPFn4g5XA/kr+TfmG+44lxhzmYfHyWBy+SaFLXfXAjZu/VC8Naey6S IN9WUF+LbbnixI5q/7hIug8ZlIZcgPhxC4m6U7Vo7B/tsSuFqklV44RAVUN/0lS4oh rTN+Sl+x/79oOPVYmnhlyYLBBQKpq1C5HxugUM923/C7/WwCgjP/a3HHkAJn3+BK38 f8fw03LLIKnMytYgjAdMtcs8/QHUgj49VsX+9L3dZDrE6xapepTZ8CH9zebH9vY7MN six8cj5TxJefQ== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mck6j-001oJp-AN; Tue, 19 Oct 2021 09:04:25 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH v3 21/23] regulator: dt-bindings: update samsung,s2mpa01.yaml reference Date: Tue, 19 Oct 2021 09:04:20 +0100 Message-Id: <9acc235dc4af794d18e1267371944a3955e1fb21.1634630486.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The file name: Documentation/devicetree/bindings/mfd/samsung,s2mpa01.yaml should be, instead: Documentation/devicetree/bindings/regulator/samsung,s2mpa01.yaml. Update its cross-reference accordingly. Fixes: a52afb0f54fa ("regulator: dt-bindings: samsung,s2mpa01: convert to dtschema") Signed-off-by: Mauro Carvalho Chehab --- To mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH v3 00/23] at: https://lore.kernel.org/all/cover.1634630485.git.mchehab+huawei@kernel.org/ .../devicetree/bindings/regulator/samsung,s2mpa01.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/regulator/samsung,s2mpa01.yaml b/Documentation/devicetree/bindings/regulator/samsung,s2mpa01.yaml index 0627dec513da..0a564319f4b2 100644 --- a/Documentation/devicetree/bindings/regulator/samsung,s2mpa01.yaml +++ b/Documentation/devicetree/bindings/regulator/samsung,s2mpa01.yaml @@ -15,7 +15,7 @@ description: | The S2MPA01 provides buck and LDO regulators. - See also Documentation/devicetree/bindings/mfd/samsung,s2mpa01.yaml for + See also Documentation/devicetree/bindings/regulator/samsung,s2mpa01.yaml for additional information and example. patternProperties: From patchwork Tue Oct 19 08:04:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 12569019 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4F18C433EF for ; Tue, 19 Oct 2021 08:04:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0DD86138B for ; Tue, 19 Oct 2021 08:04:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234811AbhJSIGs (ORCPT ); Tue, 19 Oct 2021 04:06:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:36618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234776AbhJSIGp (ORCPT ); Tue, 19 Oct 2021 04:06:45 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4A1F861374; Tue, 19 Oct 2021 08:04:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634630673; bh=CTjNTHuzm1+dw0qCGQwqzQ2l6G0E8eItZGg614Pb4Xo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pgeVgKTHdLBKbMHUOio8NWHZBo3Mguyd783BpVUtfL5AkWYgS4V9BINR3aZLEIbfz TJvV5SQcWQjsmBEhYVvr7R8WWzXkcmHr49glfaSEiVkh/9XB3AXYCWNDeLDqm7gq8E GdzQtzW8+iRsYm3+aK4J/M/NEpCmMGfkBwTU7jgIvGwO0ubmgtRPxIGc4HQQ/a6CqR urdXTPW+aX8wosr6xxPhafTfK30w2gQ0lKMGNnpMHmlTZCFwx09ANp/P9ev2oyu7Xk nEtx7By+7zNG+BcIBOMxPnxIjvtQf7RnHg/y//+/GCP5mlPcgRGBF5FPhQ7UC7t9Ho rSUubAE2d9m1A== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mck6j-001oJs-Ap; Tue, 19 Oct 2021 09:04:25 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH v3 22/23] regulator: dt-bindings: update samsung,s5m8767.yaml reference Date: Tue, 19 Oct 2021 09:04:21 +0100 Message-Id: <63f3ac8bc958d65e4f31ad4a0060c21a7038cbde.1634630486.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The file name: Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml should be, instead: Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml. Update its cross-reference accordingly. Fixes: fab58debc137 ("regulator: dt-bindings: samsung,s5m8767: convert to dtschema") Signed-off-by: Mauro Carvalho Chehab --- To mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH v3 00/23] at: https://lore.kernel.org/all/cover.1634630485.git.mchehab+huawei@kernel.org/ .../devicetree/bindings/regulator/samsung,s5m8767.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml index 80a63d47790a..4281f670c775 100644 --- a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml +++ b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml @@ -15,7 +15,7 @@ description: | The S5M8767 provides buck and LDO regulators. - See also Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml for + See also Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml for additional information and example. patternProperties: