From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A69A1C43460 for ; Wed, 7 Apr 2021 08:21:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 35A06613C6 for ; Wed, 7 Apr 2021 08:21:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346961AbhDGIVU (ORCPT ); Wed, 7 Apr 2021 04:21:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:48644 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240626AbhDGIVR (ORCPT ); Wed, 7 Apr 2021 04:21:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8F450613CF; Wed, 7 Apr 2021 08:21:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617783662; bh=1IWlmRG9OD413dWYIjvrcWiKG5N1mPS/69ftZBnxCPE=; h=From:To:Cc:Subject:Date:From; b=MU/hOdvwtzxehLxToSu65R5aOnRU3HIBxCz57ZiasngM+1MaaWazON3N+zEdOJZYr lE/KionJZjqUql+6V09QR1bUu6M/Qzp30HMFgSPenbnw9CCxb2i+Qqcl0VX7BDmpmR 72Bj0HiREn8JRuhw+qPf2Z0zeTluUs0xTJtuLdltHzF1SvY7HcsWGui04BfyRIU/J3 RBXvcAMPzUyJR/kmeTo5tEfpXoyEyzNJ088/ukU4X+xY5oshHbYlcUgWMGVUob0u3b 6EIxlJUed/GABQ+UyyICvPqtEJrxu8Ym8Ad1HvtfmGdAqRpoZG0oW++4Tx/bGTfSnR oSZ3RBmaWKnhg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lU3Qq-005i24-4N; Wed, 07 Apr 2021 10:21:00 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , "Jonathan Corbet" Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, =?UTF-8?q?Przemys=C5=82aw=20Gaj?= , Akira Yokosawa , Alexandre Belloni , Daniel Lustig , Daniel Vetter , David Airlie , Dmitry Torokhov , Federico Vaga , Guenter Roeck , Harry Wei , Jean Delvare , Joel Fernandes , Lars-Peter Clausen , Matthias Brugger , Mauro Carvalho Chehab , Peter Meerwald-Stadler , Rob Herring , Sebastian Reichel , Vitor Soares , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, kvm@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-hwmon@vger.kernel.org, linux-i3c@lists.infradead.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org Subject: [PATCH v2 00/19] Fix broken documentation file references Date: Wed, 7 Apr 2021 10:20:39 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org Hi Jon, As files keep being moved around and DT bindings are converted and renamed to yaml, their doc references get outdated, pointing to an invalid places. This series address those. It is based on the top of docs-next tree, and most patches here are independent from the other ones. v2: - Dropped patches that were already applied, Most of those will be following via Jonathan Cameron's iio tree; - Dropped patches that don't apply on the top of docs next. - Added some new patches fixing other breakages. PS.: I placed the dropped patches on a separate branch. I'll track them and re-submit any missing ones after -rc1. Mauro Carvalho Chehab (19): MAINTAINERS: update ste,mcde.yaml reference MAINTAINERS: update brcm,bcm-v3d.yaml reference MAINTAINERS: update fsl,dpaa2-console.yaml reference MAINTAINERS: update mtk-sd.yaml reference MAINTAINERS: update snps,dw-axi-dmac.yaml reference dt-bindings: don't use ../dir for doc references dt-bindings: fix references for iio-bindings.txt dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references dt-bindings: i3c: update i3c.yaml references dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference dt-bindings:iio:adc: update dlg,da9150-gpadc.yaml reference dt-bindings: power: supply: da9150: update da9150-charger.txt reference dt-bindings: power: supply: da9150: update da9150-fg.txt reference docs: update sysfs-platform_profile.rst reference docs: update rcu_dereference.rst reference docs: vcpu-requests.rst: fix reference for atomic ops docs: replace transation references for reporting-bugs.rst docs: translations/zh_CN: fix a typo at 8.Conclusion.rst docs: sched-bwc.rst: fix a typo on a doc name .../bindings/display/mediatek/mediatek,disp.txt | 2 +- .../devicetree/bindings/hwmon/ntc_thermistor.txt | 2 +- .../devicetree/bindings/i3c/cdns,i3c-master.txt | 6 +++--- .../bindings/i3c/snps,dw-i3c-master.txt | 6 +++--- .../devicetree/bindings/iio/adc/ingenic,adc.yaml | 5 +++-- .../devicetree/bindings/input/adc-joystick.yaml | 4 +++- .../input/touchscreen/resistive-adc-touch.txt | 5 ++++- .../bindings/media/mediatek-jpeg-decoder.txt | 2 +- .../bindings/media/mediatek-jpeg-encoder.txt | 2 +- .../devicetree/bindings/media/mediatek-mdp.txt | 2 +- .../bindings/media/mediatek-vcodec.txt | 2 +- Documentation/devicetree/bindings/mfd/ab8500.txt | 4 +++- Documentation/devicetree/bindings/mfd/da9150.txt | 8 ++++---- .../devicetree/bindings/mfd/motorola-cpcap.txt | 16 ++++++++-------- .../bindings/power/supply/da9150-charger.txt | 2 +- Documentation/scheduler/sched-bwc.rst | 2 +- .../translations/it_IT/process/howto.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/zh_CN/SecurityBugs | 2 +- .../zh_CN/admin-guide/reporting-issues.rst | 4 ++-- .../translations/zh_CN/process/8.Conclusion.rst | 2 +- .../translations/zh_CN/process/howto.rst | 2 +- Documentation/virt/kvm/vcpu-requests.rst | 2 +- MAINTAINERS | 10 +++++----- include/linux/platform_profile.h | 2 +- tools/memory-model/Documentation/glossary.txt | 2 +- 26 files changed, 54 insertions(+), 46 deletions(-) -- 2.30.2 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_NONE,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 570F8C4361A for ; Wed, 7 Apr 2021 08:21:26 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CD98D613B3 for ; Wed, 7 Apr 2021 08:21:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CD98D613B3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=Ki8G8ChNSoF2OjtSRVupAjoXpcsBIWZzVtMDy3YeyLk=; b=q5PWieA9wgNvRj998+R7pfm10m 7/Ermy1uJDUmSSX0PY48qbYvsq2EH25e/0w6sBsWPqEn0GnKxfCr7V2TWB8n5QMyqshiFIiH7u7PQ tEn8OE7/4Q9OGa/WLgwEiR59NKCaBoaqL4rvsn5leKlSZqVVWyZNApV8iAy8FrXAzh3TSRZeQTbwx 26H/9fMKOEMjw6gWwC+8udsLW7elLoEwkWGwELyKX55KeHOL5RVebB+hJE6PfbP4uXZZSsgzJex2a xQpy9svLTWrSEp3LQWSacM40Uh2gWkC3L6AMwamCTio2BEAH37aSoMtIYuKQyOxW6KpdoOX4Sfq2f cUwqw3Nw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lU3RE-004T0Y-24; Wed, 07 Apr 2021 08:21:24 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lU3Qw-004Sy1-7e; Wed, 07 Apr 2021 08:21:08 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8F450613CF; Wed, 7 Apr 2021 08:21:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617783662; bh=1IWlmRG9OD413dWYIjvrcWiKG5N1mPS/69ftZBnxCPE=; h=From:To:Cc:Subject:Date:From; b=MU/hOdvwtzxehLxToSu65R5aOnRU3HIBxCz57ZiasngM+1MaaWazON3N+zEdOJZYr lE/KionJZjqUql+6V09QR1bUu6M/Qzp30HMFgSPenbnw9CCxb2i+Qqcl0VX7BDmpmR 72Bj0HiREn8JRuhw+qPf2Z0zeTluUs0xTJtuLdltHzF1SvY7HcsWGui04BfyRIU/J3 RBXvcAMPzUyJR/kmeTo5tEfpXoyEyzNJ088/ukU4X+xY5oshHbYlcUgWMGVUob0u3b 6EIxlJUed/GABQ+UyyICvPqtEJrxu8Ym8Ad1HvtfmGdAqRpoZG0oW++4Tx/bGTfSnR oSZ3RBmaWKnhg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lU3Qq-005i24-4N; Wed, 07 Apr 2021 10:21:00 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , "Jonathan Corbet" Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, =?UTF-8?q?Przemys=C5=82aw=20Gaj?= , Akira Yokosawa , Alexandre Belloni , Daniel Lustig , Daniel Vetter , David Airlie , Dmitry Torokhov , Federico Vaga , Guenter Roeck , Harry Wei , Jean Delvare , Joel Fernandes , Lars-Peter Clausen , Matthias Brugger , Mauro Carvalho Chehab , Peter Meerwald-Stadler , Rob Herring , Sebastian Reichel , Vitor Soares , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, kvm@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-hwmon@vger.kernel.org, linux-i3c@lists.infradead.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org Subject: [PATCH v2 00/19] Fix broken documentation file references Date: Wed, 7 Apr 2021 10:20:39 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210407_092106_721930_C1DCA644 X-CRM114-Status: GOOD ( 12.40 ) X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org Hi Jon, As files keep being moved around and DT bindings are converted and renamed to yaml, their doc references get outdated, pointing to an invalid places. This series address those. It is based on the top of docs-next tree, and most patches here are independent from the other ones. v2: - Dropped patches that were already applied, Most of those will be following via Jonathan Cameron's iio tree; - Dropped patches that don't apply on the top of docs next. - Added some new patches fixing other breakages. PS.: I placed the dropped patches on a separate branch. I'll track them and re-submit any missing ones after -rc1. Mauro Carvalho Chehab (19): MAINTAINERS: update ste,mcde.yaml reference MAINTAINERS: update brcm,bcm-v3d.yaml reference MAINTAINERS: update fsl,dpaa2-console.yaml reference MAINTAINERS: update mtk-sd.yaml reference MAINTAINERS: update snps,dw-axi-dmac.yaml reference dt-bindings: don't use ../dir for doc references dt-bindings: fix references for iio-bindings.txt dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references dt-bindings: i3c: update i3c.yaml references dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference dt-bindings:iio:adc: update dlg,da9150-gpadc.yaml reference dt-bindings: power: supply: da9150: update da9150-charger.txt reference dt-bindings: power: supply: da9150: update da9150-fg.txt reference docs: update sysfs-platform_profile.rst reference docs: update rcu_dereference.rst reference docs: vcpu-requests.rst: fix reference for atomic ops docs: replace transation references for reporting-bugs.rst docs: translations/zh_CN: fix a typo at 8.Conclusion.rst docs: sched-bwc.rst: fix a typo on a doc name .../bindings/display/mediatek/mediatek,disp.txt | 2 +- .../devicetree/bindings/hwmon/ntc_thermistor.txt | 2 +- .../devicetree/bindings/i3c/cdns,i3c-master.txt | 6 +++--- .../bindings/i3c/snps,dw-i3c-master.txt | 6 +++--- .../devicetree/bindings/iio/adc/ingenic,adc.yaml | 5 +++-- .../devicetree/bindings/input/adc-joystick.yaml | 4 +++- .../input/touchscreen/resistive-adc-touch.txt | 5 ++++- .../bindings/media/mediatek-jpeg-decoder.txt | 2 +- .../bindings/media/mediatek-jpeg-encoder.txt | 2 +- .../devicetree/bindings/media/mediatek-mdp.txt | 2 +- .../bindings/media/mediatek-vcodec.txt | 2 +- Documentation/devicetree/bindings/mfd/ab8500.txt | 4 +++- Documentation/devicetree/bindings/mfd/da9150.txt | 8 ++++---- .../devicetree/bindings/mfd/motorola-cpcap.txt | 16 ++++++++-------- .../bindings/power/supply/da9150-charger.txt | 2 +- Documentation/scheduler/sched-bwc.rst | 2 +- .../translations/it_IT/process/howto.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/zh_CN/SecurityBugs | 2 +- .../zh_CN/admin-guide/reporting-issues.rst | 4 ++-- .../translations/zh_CN/process/8.Conclusion.rst | 2 +- .../translations/zh_CN/process/howto.rst | 2 +- Documentation/virt/kvm/vcpu-requests.rst | 2 +- MAINTAINERS | 10 +++++----- include/linux/platform_profile.h | 2 +- tools/memory-model/Documentation/glossary.txt | 2 +- 26 files changed, 54 insertions(+), 46 deletions(-) -- 2.30.2 -- linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_NONE,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC179C43460 for ; Wed, 7 Apr 2021 08:21:41 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 798CD613AF for ; Wed, 7 Apr 2021 08:21:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 798CD613AF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=n3dpJq1/3nm1ZA8HPnwcRNl9StmA+pBy/hGPLiPUZIY=; b=TROGiq92AdIY5fNwIqHaWnKOuI T6cepO5Yrg+j1c0pYLblFI9fpk+frRb0us3CZc5qn32jjam+jgXue1aLoHvNDsJzlBca9Y9gtvJip ZPp292hbsKj/Yla0KQ92AX17nvIf1K9YSiXWHj0cRcdLf8kZx7Mlh8g8orOANQW7M6AqVpqkCigNJ rttkJ3x9joM/jQN+nNT0xWIC7IaT7URCnYraLoydJI8cQMfQn1TFkSI45j+6FHGfV5HBAASbBs9qo 1xogjZRG2i2BXal3/MN6/luXRLcGiMZBjfCQjWcCDWUPo7lb02j7YuIfAMGwQ8dD35kn2zDQGc64Y UJDkcBtA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lU3RF-004T0k-Qg; Wed, 07 Apr 2021 08:21:25 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lU3Qw-004Sy1-7e; Wed, 07 Apr 2021 08:21:08 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8F450613CF; Wed, 7 Apr 2021 08:21:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617783662; bh=1IWlmRG9OD413dWYIjvrcWiKG5N1mPS/69ftZBnxCPE=; h=From:To:Cc:Subject:Date:From; b=MU/hOdvwtzxehLxToSu65R5aOnRU3HIBxCz57ZiasngM+1MaaWazON3N+zEdOJZYr lE/KionJZjqUql+6V09QR1bUu6M/Qzp30HMFgSPenbnw9CCxb2i+Qqcl0VX7BDmpmR 72Bj0HiREn8JRuhw+qPf2Z0zeTluUs0xTJtuLdltHzF1SvY7HcsWGui04BfyRIU/J3 RBXvcAMPzUyJR/kmeTo5tEfpXoyEyzNJ088/ukU4X+xY5oshHbYlcUgWMGVUob0u3b 6EIxlJUed/GABQ+UyyICvPqtEJrxu8Ym8Ad1HvtfmGdAqRpoZG0oW++4Tx/bGTfSnR oSZ3RBmaWKnhg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lU3Qq-005i24-4N; Wed, 07 Apr 2021 10:21:00 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , "Jonathan Corbet" Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, =?UTF-8?q?Przemys=C5=82aw=20Gaj?= , Akira Yokosawa , Alexandre Belloni , Daniel Lustig , Daniel Vetter , David Airlie , Dmitry Torokhov , Federico Vaga , Guenter Roeck , Harry Wei , Jean Delvare , Joel Fernandes , Lars-Peter Clausen , Matthias Brugger , Mauro Carvalho Chehab , Peter Meerwald-Stadler , Rob Herring , Sebastian Reichel , Vitor Soares , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, kvm@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-hwmon@vger.kernel.org, linux-i3c@lists.infradead.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org Subject: [PATCH v2 00/19] Fix broken documentation file references Date: Wed, 7 Apr 2021 10:20:39 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210407_092106_721930_C1DCA644 X-CRM114-Status: GOOD ( 12.40 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Hi Jon, As files keep being moved around and DT bindings are converted and renamed to yaml, their doc references get outdated, pointing to an invalid places. This series address those. It is based on the top of docs-next tree, and most patches here are independent from the other ones. v2: - Dropped patches that were already applied, Most of those will be following via Jonathan Cameron's iio tree; - Dropped patches that don't apply on the top of docs next. - Added some new patches fixing other breakages. PS.: I placed the dropped patches on a separate branch. I'll track them and re-submit any missing ones after -rc1. Mauro Carvalho Chehab (19): MAINTAINERS: update ste,mcde.yaml reference MAINTAINERS: update brcm,bcm-v3d.yaml reference MAINTAINERS: update fsl,dpaa2-console.yaml reference MAINTAINERS: update mtk-sd.yaml reference MAINTAINERS: update snps,dw-axi-dmac.yaml reference dt-bindings: don't use ../dir for doc references dt-bindings: fix references for iio-bindings.txt dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references dt-bindings: i3c: update i3c.yaml references dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference dt-bindings:iio:adc: update dlg,da9150-gpadc.yaml reference dt-bindings: power: supply: da9150: update da9150-charger.txt reference dt-bindings: power: supply: da9150: update da9150-fg.txt reference docs: update sysfs-platform_profile.rst reference docs: update rcu_dereference.rst reference docs: vcpu-requests.rst: fix reference for atomic ops docs: replace transation references for reporting-bugs.rst docs: translations/zh_CN: fix a typo at 8.Conclusion.rst docs: sched-bwc.rst: fix a typo on a doc name .../bindings/display/mediatek/mediatek,disp.txt | 2 +- .../devicetree/bindings/hwmon/ntc_thermistor.txt | 2 +- .../devicetree/bindings/i3c/cdns,i3c-master.txt | 6 +++--- .../bindings/i3c/snps,dw-i3c-master.txt | 6 +++--- .../devicetree/bindings/iio/adc/ingenic,adc.yaml | 5 +++-- .../devicetree/bindings/input/adc-joystick.yaml | 4 +++- .../input/touchscreen/resistive-adc-touch.txt | 5 ++++- .../bindings/media/mediatek-jpeg-decoder.txt | 2 +- .../bindings/media/mediatek-jpeg-encoder.txt | 2 +- .../devicetree/bindings/media/mediatek-mdp.txt | 2 +- .../bindings/media/mediatek-vcodec.txt | 2 +- Documentation/devicetree/bindings/mfd/ab8500.txt | 4 +++- Documentation/devicetree/bindings/mfd/da9150.txt | 8 ++++---- .../devicetree/bindings/mfd/motorola-cpcap.txt | 16 ++++++++-------- .../bindings/power/supply/da9150-charger.txt | 2 +- Documentation/scheduler/sched-bwc.rst | 2 +- .../translations/it_IT/process/howto.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/zh_CN/SecurityBugs | 2 +- .../zh_CN/admin-guide/reporting-issues.rst | 4 ++-- .../translations/zh_CN/process/8.Conclusion.rst | 2 +- .../translations/zh_CN/process/howto.rst | 2 +- Documentation/virt/kvm/vcpu-requests.rst | 2 +- MAINTAINERS | 10 +++++----- include/linux/platform_profile.h | 2 +- tools/memory-model/Documentation/glossary.txt | 2 +- 26 files changed, 54 insertions(+), 46 deletions(-) -- 2.30.2 _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A1DFC433ED for ; Wed, 7 Apr 2021 08:23:24 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AB304611EE for ; Wed, 7 Apr 2021 08:23:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AB304611EE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=3mfyDgrnthW2pW9cp0UqJndGqc5nFknSMwqLxUgHJVI=; b=iUfO26FUv0J9MY8+Vput0EB9Oh 4eoIWzLqLN5qrRCdq+ecYur775aaEzyC1R83fqzhgsjCXn/bbPOrYbLiAxPehZixjdffI00aBCiO4 Oiqje71QIxlZJYX3qWNz3wJqDr7kHd/Cqfmrsa6ICEPHoRkb/w8tkQTcjK0RltU7EJizxJAPsTsn9 boev37k9UYU0370q3dirC6ORWTYbj3qatTFV+TxXN42OKVI/DNmXcT7KZ81YNlYcZqmUsENYsvIYS AfSi1Mg8sea3/teeRCnrPqNWQs/SOE++c4kkR3GEBVafM451aycKvi3ByB7KA+aMuu47fnozBimbC QVb4+hiA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lU3R2-004Szn-23; Wed, 07 Apr 2021 08:21:12 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lU3Qw-004Sy1-7e; Wed, 07 Apr 2021 08:21:08 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8F450613CF; Wed, 7 Apr 2021 08:21:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617783662; bh=1IWlmRG9OD413dWYIjvrcWiKG5N1mPS/69ftZBnxCPE=; h=From:To:Cc:Subject:Date:From; b=MU/hOdvwtzxehLxToSu65R5aOnRU3HIBxCz57ZiasngM+1MaaWazON3N+zEdOJZYr lE/KionJZjqUql+6V09QR1bUu6M/Qzp30HMFgSPenbnw9CCxb2i+Qqcl0VX7BDmpmR 72Bj0HiREn8JRuhw+qPf2Z0zeTluUs0xTJtuLdltHzF1SvY7HcsWGui04BfyRIU/J3 RBXvcAMPzUyJR/kmeTo5tEfpXoyEyzNJ088/ukU4X+xY5oshHbYlcUgWMGVUob0u3b 6EIxlJUed/GABQ+UyyICvPqtEJrxu8Ym8Ad1HvtfmGdAqRpoZG0oW++4Tx/bGTfSnR oSZ3RBmaWKnhg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lU3Qq-005i24-4N; Wed, 07 Apr 2021 10:21:00 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , "Jonathan Corbet" Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, =?UTF-8?q?Przemys=C5=82aw=20Gaj?= , Akira Yokosawa , Alexandre Belloni , Daniel Lustig , Daniel Vetter , David Airlie , Dmitry Torokhov , Federico Vaga , Guenter Roeck , Harry Wei , Jean Delvare , Joel Fernandes , Lars-Peter Clausen , Matthias Brugger , Mauro Carvalho Chehab , Peter Meerwald-Stadler , Rob Herring , Sebastian Reichel , Vitor Soares , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, kvm@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-hwmon@vger.kernel.org, linux-i3c@lists.infradead.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org Subject: [PATCH v2 00/19] Fix broken documentation file references Date: Wed, 7 Apr 2021 10:20:39 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210407_092106_721930_C1DCA644 X-CRM114-Status: GOOD ( 12.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Jon, As files keep being moved around and DT bindings are converted and renamed to yaml, their doc references get outdated, pointing to an invalid places. This series address those. It is based on the top of docs-next tree, and most patches here are independent from the other ones. v2: - Dropped patches that were already applied, Most of those will be following via Jonathan Cameron's iio tree; - Dropped patches that don't apply on the top of docs next. - Added some new patches fixing other breakages. PS.: I placed the dropped patches on a separate branch. I'll track them and re-submit any missing ones after -rc1. Mauro Carvalho Chehab (19): MAINTAINERS: update ste,mcde.yaml reference MAINTAINERS: update brcm,bcm-v3d.yaml reference MAINTAINERS: update fsl,dpaa2-console.yaml reference MAINTAINERS: update mtk-sd.yaml reference MAINTAINERS: update snps,dw-axi-dmac.yaml reference dt-bindings: don't use ../dir for doc references dt-bindings: fix references for iio-bindings.txt dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references dt-bindings: i3c: update i3c.yaml references dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference dt-bindings:iio:adc: update dlg,da9150-gpadc.yaml reference dt-bindings: power: supply: da9150: update da9150-charger.txt reference dt-bindings: power: supply: da9150: update da9150-fg.txt reference docs: update sysfs-platform_profile.rst reference docs: update rcu_dereference.rst reference docs: vcpu-requests.rst: fix reference for atomic ops docs: replace transation references for reporting-bugs.rst docs: translations/zh_CN: fix a typo at 8.Conclusion.rst docs: sched-bwc.rst: fix a typo on a doc name .../bindings/display/mediatek/mediatek,disp.txt | 2 +- .../devicetree/bindings/hwmon/ntc_thermistor.txt | 2 +- .../devicetree/bindings/i3c/cdns,i3c-master.txt | 6 +++--- .../bindings/i3c/snps,dw-i3c-master.txt | 6 +++--- .../devicetree/bindings/iio/adc/ingenic,adc.yaml | 5 +++-- .../devicetree/bindings/input/adc-joystick.yaml | 4 +++- .../input/touchscreen/resistive-adc-touch.txt | 5 ++++- .../bindings/media/mediatek-jpeg-decoder.txt | 2 +- .../bindings/media/mediatek-jpeg-encoder.txt | 2 +- .../devicetree/bindings/media/mediatek-mdp.txt | 2 +- .../bindings/media/mediatek-vcodec.txt | 2 +- Documentation/devicetree/bindings/mfd/ab8500.txt | 4 +++- Documentation/devicetree/bindings/mfd/da9150.txt | 8 ++++---- .../devicetree/bindings/mfd/motorola-cpcap.txt | 16 ++++++++-------- .../bindings/power/supply/da9150-charger.txt | 2 +- Documentation/scheduler/sched-bwc.rst | 2 +- .../translations/it_IT/process/howto.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/zh_CN/SecurityBugs | 2 +- .../zh_CN/admin-guide/reporting-issues.rst | 4 ++-- .../translations/zh_CN/process/8.Conclusion.rst | 2 +- .../translations/zh_CN/process/howto.rst | 2 +- Documentation/virt/kvm/vcpu-requests.rst | 2 +- MAINTAINERS | 10 +++++----- include/linux/platform_profile.h | 2 +- tools/memory-model/Documentation/glossary.txt | 2 +- 26 files changed, 54 insertions(+), 46 deletions(-) -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1186BC433B4 for ; Wed, 7 Apr 2021 08:21:06 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 932FA613A7 for ; Wed, 7 Apr 2021 08:21:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 932FA613A7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D9D1D898ED; Wed, 7 Apr 2021 08:21:04 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id B7624898ED for ; Wed, 7 Apr 2021 08:21:03 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 8F450613CF; Wed, 7 Apr 2021 08:21:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617783662; bh=1IWlmRG9OD413dWYIjvrcWiKG5N1mPS/69ftZBnxCPE=; h=From:To:Cc:Subject:Date:From; b=MU/hOdvwtzxehLxToSu65R5aOnRU3HIBxCz57ZiasngM+1MaaWazON3N+zEdOJZYr lE/KionJZjqUql+6V09QR1bUu6M/Qzp30HMFgSPenbnw9CCxb2i+Qqcl0VX7BDmpmR 72Bj0HiREn8JRuhw+qPf2Z0zeTluUs0xTJtuLdltHzF1SvY7HcsWGui04BfyRIU/J3 RBXvcAMPzUyJR/kmeTo5tEfpXoyEyzNJ088/ukU4X+xY5oshHbYlcUgWMGVUob0u3b 6EIxlJUed/GABQ+UyyICvPqtEJrxu8Ym8Ad1HvtfmGdAqRpoZG0oW++4Tx/bGTfSnR oSZ3RBmaWKnhg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lU3Qq-005i24-4N; Wed, 07 Apr 2021 10:21:00 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , "Jonathan Corbet" Subject: [PATCH v2 00/19] Fix broken documentation file references Date: Wed, 7 Apr 2021 10:20:39 +0200 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , kvm@vger.kernel.org, David Airlie , Akira Yokosawa , dri-devel@lists.freedesktop.org, Sebastian Reichel , =?UTF-8?q?Przemys=C5=82aw=20Gaj?= , Harry Wei , Peter Meerwald-Stadler , Joel Fernandes , linux-i3c@lists.infradead.org, linux-arch@vger.kernel.org, Mauro Carvalho Chehab , linux-iio@vger.kernel.org, Federico Vaga , linux-input@vger.kernel.org, Guenter Roeck , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Jean Delvare , linux-pm@vger.kernel.org, Daniel Lustig , Rob Herring , linux-mediatek@lists.infradead.org, Matthias Brugger , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, linux-hwmon@vger.kernel.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, Vitor Soares Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Jon, As files keep being moved around and DT bindings are converted and renamed to yaml, their doc references get outdated, pointing to an invalid places. This series address those. It is based on the top of docs-next tree, and most patches here are independent from the other ones. v2: - Dropped patches that were already applied, Most of those will be following via Jonathan Cameron's iio tree; - Dropped patches that don't apply on the top of docs next. - Added some new patches fixing other breakages. PS.: I placed the dropped patches on a separate branch. I'll track them and re-submit any missing ones after -rc1. Mauro Carvalho Chehab (19): MAINTAINERS: update ste,mcde.yaml reference MAINTAINERS: update brcm,bcm-v3d.yaml reference MAINTAINERS: update fsl,dpaa2-console.yaml reference MAINTAINERS: update mtk-sd.yaml reference MAINTAINERS: update snps,dw-axi-dmac.yaml reference dt-bindings: don't use ../dir for doc references dt-bindings: fix references for iio-bindings.txt dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references dt-bindings: i3c: update i3c.yaml references dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference dt-bindings:iio:adc: update dlg,da9150-gpadc.yaml reference dt-bindings: power: supply: da9150: update da9150-charger.txt reference dt-bindings: power: supply: da9150: update da9150-fg.txt reference docs: update sysfs-platform_profile.rst reference docs: update rcu_dereference.rst reference docs: vcpu-requests.rst: fix reference for atomic ops docs: replace transation references for reporting-bugs.rst docs: translations/zh_CN: fix a typo at 8.Conclusion.rst docs: sched-bwc.rst: fix a typo on a doc name .../bindings/display/mediatek/mediatek,disp.txt | 2 +- .../devicetree/bindings/hwmon/ntc_thermistor.txt | 2 +- .../devicetree/bindings/i3c/cdns,i3c-master.txt | 6 +++--- .../bindings/i3c/snps,dw-i3c-master.txt | 6 +++--- .../devicetree/bindings/iio/adc/ingenic,adc.yaml | 5 +++-- .../devicetree/bindings/input/adc-joystick.yaml | 4 +++- .../input/touchscreen/resistive-adc-touch.txt | 5 ++++- .../bindings/media/mediatek-jpeg-decoder.txt | 2 +- .../bindings/media/mediatek-jpeg-encoder.txt | 2 +- .../devicetree/bindings/media/mediatek-mdp.txt | 2 +- .../bindings/media/mediatek-vcodec.txt | 2 +- Documentation/devicetree/bindings/mfd/ab8500.txt | 4 +++- Documentation/devicetree/bindings/mfd/da9150.txt | 8 ++++---- .../devicetree/bindings/mfd/motorola-cpcap.txt | 16 ++++++++-------- .../bindings/power/supply/da9150-charger.txt | 2 +- Documentation/scheduler/sched-bwc.rst | 2 +- .../translations/it_IT/process/howto.rst | 2 +- Documentation/translations/ja_JP/howto.rst | 2 +- Documentation/translations/zh_CN/SecurityBugs | 2 +- .../zh_CN/admin-guide/reporting-issues.rst | 4 ++-- .../translations/zh_CN/process/8.Conclusion.rst | 2 +- .../translations/zh_CN/process/howto.rst | 2 +- Documentation/virt/kvm/vcpu-requests.rst | 2 +- MAINTAINERS | 10 +++++----- include/linux/platform_profile.h | 2 +- tools/memory-model/Documentation/glossary.txt | 2 +- 26 files changed, 54 insertions(+), 46 deletions(-) -- 2.30.2 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel