All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix broken references to files under Documentation/*
@ 2019-07-26 11:47 Mauro Carvalho Chehab
  2019-07-26 11:47   ` Mauro Carvalho Chehab
                   ` (8 more replies)
  0 siblings, 9 replies; 36+ messages in thread
From: Mauro Carvalho Chehab @ 2019-07-26 11:47 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, linux-doc, linux-kernel, Atish Patra,
	Łukasz Stelmach, Rob Herring

Solves most of the pending broken references upstream, except for two of
them:

	$ ./scripts/documentation-file-ref-check 
	Documentation/riscv/boot-image-header.txt: Documentation/riscv/booting.txt
	MAINTAINERS: Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt

As written at boot-image-header.txt, it is waiting for the addition of
a future file: 

	"The complete booting guide will be available at
	  Documentation/riscv/booting.txt."

The second is due to this patch, pending to be merged:
	https://lore.kernel.org/patchwork/patch/994210/

I'm not a DT expert, but I can't see any issue with this patch, except
for a missing acked-by a DT maintainer, and a possible conversion to
yaml. IMO, the best fix for this would be to merge the DT patch.

Patch 1 was already submitted before, together with the v1 of
my PDF fix series.

Mauro Carvalho Chehab (7):
  docs: fix broken doc references due to renames
  docs: generic-counter.rst: fix broken references for ABI file
  MAINTAINERS: fix reference to net phy ABI file
  MAINTAINERS: fix a renamed DT reference
  docs: cgroup-v1/blkio-controller.rst: remove a CFQ left over
  docs: zh_CN: howto.rst: fix a broken reference
  docs: dt: fix a sound binding broken reference

 Documentation/RCU/rculist_nulls.txt                |  2 +-
 .../admin-guide/cgroup-v1/blkio-controller.rst     |  6 ------
 .../devicetree/bindings/arm/idle-states.txt        |  2 +-
 .../devicetree/bindings/sound/sun8i-a33-codec.txt  |  2 +-
 Documentation/driver-api/generic-counter.rst       |  4 ++--
 Documentation/locking/spinlocks.rst                |  4 ++--
 Documentation/memory-barriers.txt                  |  2 +-
 .../translations/ko_KR/memory-barriers.txt         |  2 +-
 Documentation/translations/zh_CN/process/howto.rst |  2 +-
 Documentation/watchdog/hpwdt.rst                   |  2 +-
 MAINTAINERS                                        | 14 +++++++-------
 drivers/gpu/drm/drm_modes.c                        |  2 +-
 drivers/i2c/busses/i2c-nvidia-gpu.c                |  2 +-
 drivers/scsi/hpsa.c                                |  4 ++--
 14 files changed, 22 insertions(+), 28 deletions(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2019-08-09 10:13 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 11:47 [PATCH 0/7] Fix broken references to files under Documentation/* Mauro Carvalho Chehab
2019-07-26 11:47 ` [PATCH 1/7] docs: fix broken doc references due to renames Mauro Carvalho Chehab
2019-07-26 11:47   ` Mauro Carvalho Chehab
2019-07-26 11:47   ` Mauro Carvalho Chehab
2019-07-26 13:41   ` Rob Herring
2019-07-26 13:41     ` Rob Herring
2019-07-26 13:41     ` Rob Herring
2019-07-26 14:24     ` Daniel Vetter
2019-07-26 14:24       ` Daniel Vetter
2019-07-26 14:24       ` Daniel Vetter
2019-07-29 23:17   ` Paul E. McKenney
2019-07-29 23:17     ` Paul E. McKenney
2019-07-26 11:47 ` [PATCH 2/7] docs: generic-counter.rst: fix broken references for ABI file Mauro Carvalho Chehab
2019-07-27 12:02   ` Jonathan Cameron
2019-07-26 11:47 ` [PATCH 3/7] MAINTAINERS: fix reference to net phy " Mauro Carvalho Chehab
2019-07-26 11:47 ` [PATCH 4/7] MAINTAINERS: fix a renamed DT reference Mauro Carvalho Chehab
2019-07-26 11:47 ` [PATCH 5/7] docs: cgroup-v1/blkio-controller.rst: remove a CFQ left over Mauro Carvalho Chehab
2019-07-26 11:47 ` [PATCH 6/7] docs: zh_CN: howto.rst: fix a broken reference Mauro Carvalho Chehab
2019-07-26 11:47 ` [PATCH 7/7] docs: dt: fix a sound binding " Mauro Carvalho Chehab
2019-07-26 11:47   ` Mauro Carvalho Chehab
2019-07-26 11:47   ` Mauro Carvalho Chehab
2019-07-26 12:08   ` Mark Brown
2019-07-26 12:12   ` Applied "ASoC: sunxi: fix a sound binding broken reference" to the asoc tree Mark Brown
2019-07-26 12:12     ` Mark Brown
2019-07-26 19:55 ` [PATCH 0/7] Fix broken references to files under Documentation/* Atish Patra
2019-07-26 20:13   ` Mauro Carvalho Chehab
2019-07-26 20:18     ` Atish Patra
2019-07-26 21:01       ` Mauro Carvalho Chehab
2019-07-26 22:16         ` Atish Patra
2019-07-26 21:01       ` [PATCH] docs: riscv: convert boot-image-header.txt to ReST Mauro Carvalho Chehab
2019-07-26 21:01         ` Mauro Carvalho Chehab
2019-07-26 22:24         ` Atish Patra
2019-07-26 22:24           ` Atish Patra
2019-07-31 19:02         ` Jonathan Corbet
2019-07-31 19:02           ` Jonathan Corbet
     [not found] ` <CGME20190809101313eucas1p1363a5f60c06081bd9b2ef9b45248414f@eucas1p1.samsung.com>
2019-08-09 10:13   ` [PATCH 0/7] Fix broken references to files under Documentation/* Łukasz Stelmach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.