Jacob Keller
14f5d8e3bb
ice: add documentation for device-caps region
...
The recent change by commit 8d7aab3515 ("ice: implement snapshot for
device capabilities") to implement the device-caps region for the ice
driver forgot to document it.
Add documentation to the ice devlink documentation file describing the
new region and add some sample output to the shell commands provided as
an example.
Fixes: 8d7aab3515 ("ice: implement snapshot for device capabilities")
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2020-07-07 12:41:01 -07:00
Krzysztof Kozlowski
8cc41f3c80
dt-bindings: iio: bmc150_magn: Document and fix missing compatibles
...
The driver supports also BMC156B and BMM150B. Add existing compatibles
marking the BMM150B one as deprecated (due to redundant suffix "_magn"
because the device unlike two others is a magnetometer only). Introduce
a new, proper compatible for the deprecated one.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org >
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
2020-07-07 20:24:07 +01:00
Randy Dunlap
43354926bd
Documentation/driver-api: iio/buffers: drop doubled word
...
Drop the doubled word "struct".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: William Breathitt Gray <vilhelm.gray@gmail.com >
Cc: linux-iio@vger.kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
2020-07-07 20:24:07 +01:00
Randy Dunlap
10f3225456
Documentation/driver-api: generic-counter: drop doubled word
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: linux-iio@vger.kernel.org
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com >
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com >
2020-07-07 20:24:07 +01:00
Boris Brezillon
da151e3458
dt-bindings: mtd: fsl-upm-nand: Deprecate chip-delay and fsl, upm-wait-flags
...
Those properties are no longer parsed by the driver which is being passed
those information by the core now. Let's deprecate them.
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com >
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com >
Link: https://lore.kernel.org/linux-mtd/20200603134922.1352340-11-boris.brezillon@collabora.com
2020-07-07 21:03:44 +02:00
Christophe Kerello
1ab2f86f99
dt-bindings: memory-controller: add STM32 FMC2 EBI controller documentation
...
This patch adds the documentation of the device tree bindings for the STM32
FMC2 EBI controller.
Signed-off-by: Christophe Kerello <christophe.kerello@st.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com >
Link: https://lore.kernel.org/linux-mtd/1591975362-22009-4-git-send-email-christophe.kerello@st.com
2020-07-07 20:58:12 +02:00
Christophe Kerello
bce49d1e3c
dt-bindings: mtd: update STM32 FMC2 NAND controller documentation
...
These bindings can be used on SOCs where the FMC2 NAND controller is
in standalone. In case that the FMC2 embeds 2 controllers (an external
bus controller and a raw NAND controller), the register base address,
the clock and the reset will be defined in the parent node.
Signed-off-by: Christophe Kerello <christophe.kerello@st.com >
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com >
Link: https://lore.kernel.org/linux-mtd/1591975362-22009-3-git-send-email-christophe.kerello@st.com
2020-07-07 20:58:09 +02:00
Martin Blumenstingl
343ad3964d
dt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example
...
uart-has-rtscts is a boolean property. These are defined as present
(which means that this property evaluates to "true") or absent (which
means that this property evaluates to "false"). Remove the numeric value
from the example to make it comply with the boolean property bindings.
Fixes: 1cc2d0e021 ("dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com >
Signed-off-by: Marcel Holtmann <marcel@holtmann.org >
2020-07-07 17:37:03 +02:00
Ansuel Smith
d511580ea9
dt-bindings: PCI: qcom: Add ipq8064 rev 2 variant
...
Document qcom,pcie-ipq8064-v2 needed to use different phy_tx0_term_offset.
In ipq8064 phy_tx0_term_offset is 7. In ipq8064 v2 other SoC it's set to 0
by default.
Link: https://lore.kernel.org/r/20200615210608.21469-11-ansuelsmth@gmail.com
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com >
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com >
Acked-by: Rob Herring <robh@kernel.org >
Acked-by: Stanimir Varbanov <svarbanov@mm-sol.com >
2020-07-07 16:08:21 +01:00
Ansuel Smith
b11b8cc161
dt-bindings: PCI: qcom: Add ext reset
...
Document ext reset used in ipq8064 SoC by qcom PCIe driver.
Link: https://lore.kernel.org/r/20200615210608.21469-6-ansuelsmth@gmail.com
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com >
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com >
Acked-by: Rob Herring <robh@kernel.org >
Acked-by: Stanimir Varbanov <svarbanov@mm-sol.com >
2020-07-07 16:08:20 +01:00
Ansuel Smith
736ae5c917
dt-bindings: PCI: qcom: Add missing clks
...
Document missing clks used in ipq8064 SoC.
Link: https://lore.kernel.org/r/20200615210608.21469-3-ansuelsmth@gmail.com
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com >
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com >
Acked-by: Rob Herring <robh@kernel.org >
Acked-by: Stanimir Varbanov <svarbanov@mm-sol.com >
2020-07-07 16:08:20 +01:00
Paul Cercueil
b77eab32c4
dt-bindings: pinctrl: Convert ingenic,pinctrl.txt to YAML
...
Convert the ingenic,pinctrl.txt doc file to ingenic,pinctrl.yaml.
In the process, some compatible strings now require a fallback, as the
corresponding SoCs are pin-compatible with their fallback variant.
Signed-off-by: Paul Cercueil <paul@crapouillou.net >
Link: https://lore.kernel.org/r/20200622113740.46450-1-paul@crapouillou.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2020-07-07 14:17:42 +02:00
Konrad Dybcio
7203d3684e
Documentation: Document pm660(l) SPMI GPIOs compatible
...
Signed-off-by: Konrad Dybcio <konradybcio@gmail.com >
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org >
Link: https://lore.kernel.org/r/20200622192558.152828-3-konradybcio@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
2020-07-07 14:01:38 +02:00
Linus Walleij
8cbdc5045d
gpio: Add gpio-charger to the documentation
...
The GPIO-based charger is another of the helpful devices built
on top of GPIO.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
Cc: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20200620201248.28843-1-linus.walleij@linaro.org
2020-07-07 13:52:33 +02:00
Vinod Koul
d0af37c8ec
ALSA: compress: document the compress gapless audio state machine
...
Also documented the galpess transitions. Please note that these are not
really stream states, but show how the stream steps in gapless mode
Signed-off-by: Vinod Koul <vkoul@kernel.org >
Link: https://lore.kernel.org/r/20200629134737.105993-3-vkoul@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2020-07-07 11:53:41 +02:00
Vinod Koul
2441bf4dbc
ALSA: compress: document the compress audio state machine
...
So we had some discussions of the stream states, so I thought it is a
good idea to document the state transitions, so add it documentation
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com >
Signed-off-by: Vinod Koul <vkoul@kernel.org >
Link: https://lore.kernel.org/r/20200629134737.105993-2-vkoul@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2020-07-07 11:53:27 +02:00
Xu Yilun
8adfb7c694
Documentation: fpga: dfl: add descriptions for interrupt related interfaces.
...
This patch adds introductions of interrupt related interfaces for FME
error reporting, port error reporting and AFU user interrupts features.
Signed-off-by: Luwei Kang <luwei.kang@intel.com >
Signed-off-by: Wu Hao <hao.wu@intel.com >
Signed-off-by: Xu Yilun <yilun.xu@intel.com >
Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com >
Acked-by: Wu Hao <hao.wu@intel.com >
Signed-off-by: Moritz Fischer <mdf@kernel.org >
2020-07-06 21:37:42 -07:00
Masahiro Yamada
893ab00439
kbuild: remove cc-option test of -fno-stack-protector
...
Some Makefiles already pass -fno-stack-protector unconditionally.
For example, arch/arm64/kernel/vdso/Makefile, arch/x86/xen/Makefile.
No problem report so far about hard-coding this option. So, we can
assume all supported compilers know -fno-stack-protector.
GCC 4.8 and Clang support this option (https://godbolt.org/z/_HDGzN )
Get rid of cc-option from -fno-stack-protector.
Remove CONFIG_CC_HAS_STACKPROTECTOR_NONE, which is always 'y'.
Note:
arch/mips/vdso/Makefile adds -fno-stack-protector twice, first
unconditionally, and second conditionally. I removed the second one.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
Reviewed-by: Kees Cook <keescook@chromium.org >
Acked-by: Ard Biesheuvel <ardb@kernel.org >
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com >
2020-07-07 11:13:10 +09:00
Puranjay Mohan
4d010d1447
Security: Documentation: Replace deprecated :c:func: Usage
...
Replace :c:func: with ``func()`` as the previous usage is deprecated.
Remove an extra ')' to fix broken cross reference.
Signed-off-by: Puranjay Mohan <puranjay12@gmail.com >
Link: https://lore.kernel.org/r/20200706184956.6928-1-puranjay12@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-06 14:30:38 -06:00
Arnd Bergmann
86aa160820
Merge tag 'soc-attr-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers
...
SoC attributes update for v5.9
1. Addition of ARM SMCCC ARCH_SOC_ID support
2. Usage of the custom soc attribute groups already supported in the
infrastucture instead of device_create_file which eliminates the need
for any cleanup when soc is unregistered
3. Minor clean up switching to use standard DEVICE_ATTR_RO() instead of
direct __ATTR
* tag 'soc-attr-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
firmware: smccc: Add ARCH_SOC_ID support
ARM: OMAP2: Use custom soc attribute group instead of device_create_file
ARM: OMAP2: Switch to use DEVICE_ATTR_RO()
soc: ux500: Use custom soc attribute group instead of device_create_file
soc: ux500: Switch to use DEVICE_ATTR_RO()
soc: integrator: Use custom soc attribute group instead of device_create_file
soc: integrator: Switch to use DEVICE_ATTR_RO()
soc: realview: Use custom soc attribute group instead of device_create_file
soc: realview: Switch to use DEVICE_ATTR_RO()
Link: https://lore.kernel.org/r/20200706165312.40697-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2020-07-06 21:05:20 +02:00
Robin Gong
7ae9e3a6bf
dt-bindings: regulator: add pca9450 regulator yaml
...
Add device binding doc for pca9450 pmic driver.
Signed-off-by: Robin Gong <yibin.gong@nxp.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/1593793178-9737-3-git-send-email-yibin.gong@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org >
2020-07-06 15:23:34 +01:00
Yufen Yu
65752aef0a
docs: block: update and fix tiny error for bfq
...
The max value of blkio.bfq.weight is 1000, rather than 10000.
And 'weights' have been remove from /sys/block/XXX/queue/iosched.
Signed-off-by: Yufen Yu <yuyufen@huawei.com >
Acked-by: Paolo Valente <paolo.valente@linaro.org >
Signed-off-by: Jens Axboe <axboe@kernel.dk >
2020-07-06 08:07:01 -06:00
Sudeep Holla
821b67fa46
firmware: smccc: Add ARCH_SOC_ID support
...
SMCCC v1.2 adds a new optional function SMCCC_ARCH_SOC_ID to obtain a
SiP defined SoC identification value. Add support for the same.
Also using the SoC bus infrastructure, let us expose the platform
specific SoC atrributes under sysfs.
There are various ways in which it can be represented in shortened form
for efficiency and ease of parsing for userspace. The chosen form is
described in the ABI document.
Link: https://lore.kernel.org/r/20200625095939.50861-1-sudeep.holla@arm.com
Cc: Etienne Carriere <etienne.carriere@st.com >
Reviewed-by: Steven Price <steven.price@arm.com >
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com >
2020-07-06 09:48:06 +01:00
Ondrej Jirman
9ae880aad8
dt-bindings: arm: sunxi: Add PinePhone 1.2 bindings
...
Document board compatible names for Pine64 PinePhone 1.2.
Signed-off-by: Ondrej Jirman <megous@megous.com >
Link: https://lore.kernel.org/r/20200703194842.111845-2-megous@megous.com
Signed-off-by: Maxime Ripard <maxime@cerno.tech >
2020-07-06 07:11:43 +02:00
Randy Dunlap
8286de7c99
Documentation: filesystems: vfs: drop doubled words
...
Drop the doubled words "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk >
Cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-11-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:30 -06:00
Randy Dunlap
f4fd0ba879
Documentation: filesystems: sysfs-tagging: drop doubled word
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk >
Cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-10-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:30 -06:00
Randy Dunlap
9b123556b8
Documentation: filesystems: path-lookup: drop doubled word
...
Drop the doubled word "to".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk >
Cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-9-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:30 -06:00
Randy Dunlap
f7eb0de728
Documentation: filesystems: overlayfs: drop doubled word
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Miklos Szeredi <miklos@szeredi.hu >
Cc: linux-unionfs@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-8-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:30 -06:00
Randy Dunlap
d483fa04fd
Documentation: filesystems: mount_api: drop doubled word
...
Drop the doubled word "struct".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk >
Cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-7-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:29 -06:00
Randy Dunlap
59bc120ecd
Documentation: filesystems: fsverity: drop doubled word
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Eric Biggers <ebiggers@kernel.org >
Cc: Theodore Y. Ts'o <tytso@mit.edu >
Cc: linux-fscrypt@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-6-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:29 -06:00
Randy Dunlap
2f32295cee
Documentation: filesystems: directory-locking: drop doubled word
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk >
Cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-5-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:29 -06:00
Randy Dunlap
58c8e97dac
Documentation: filesystems: configfs: drop doubled word
...
Drop the doubled word "be".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Joel Becker <jlbec@evilplan.org >
Cc: Christoph Hellwig <hch@lst.de >
Link: https://lore.kernel.org/r/20200703214325.31036-4-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:29 -06:00
Randy Dunlap
11166459ed
Documentation: filesystems: caching/operations: drop doubled word
...
Drop the doubled word "be".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: David Howells <dhowells@redhat.com >
Cc: linux-cachefs@redhat.com
Link: https://lore.kernel.org/r/20200703214325.31036-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:29 -06:00
Randy Dunlap
612176a4a2
Documentation: filesystems: autofs-mount-control: drop doubled words
...
Drop the doubled words "the" and "and".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Ian Kent <raven@themaw.net >
Cc: autofs@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-2-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:44:29 -06:00
Randy Dunlap
a962eb9a6b
Documentation: virt: kvm/s390-pv: drop doubled words
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com >
Cc: kvm@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212906.30655-2-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:42:17 -06:00
Randy Dunlap
3747c5d3c8
Documentation: virt: kvm/api: drop doubled words
...
Drop multiple doubled words.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com >
Cc: kvm@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212906.30655-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:42:17 -06:00
Randy Dunlap
a13a9956da
Documentation: trace/stm: drop doubled words
...
Change "and and" to "and an".
Fix spello of "example".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Steven Rostedt <rostedt@goodmis.org >
Cc: Ingo Molnar <mingo@redhat.com >
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com >
Link: https://lore.kernel.org/r/20200703212453.30553-4-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:40:55 -06:00
Randy Dunlap
2e171403c5
Documentation: trace/histogram-design: drop doubled words
...
Drop the doubled words "to" and "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Steven Rostedt <rostedt@goodmis.org >
Cc: Ingo Molnar <mingo@redhat.com >
Link: https://lore.kernel.org/r/20200703212453.30553-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:40:55 -06:00
Randy Dunlap
1747db54f8
Documentation: trace/ftrace: drop doubled words
...
Drop the doubled words "for" and "that".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Steven Rostedt <rostedt@goodmis.org >
Cc: Ingo Molnar <mingo@redhat.com >
Link: https://lore.kernel.org/r/20200703212453.30553-2-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:40:55 -06:00
Randy Dunlap
abccb9d93a
Documentation: PCI: pci.rst: drop doubled words
...
Drop the doubled word "when".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Bjorn Helgaas <bhelgaas@google.com >
Cc: linux-pci@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212156.30453-5-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:39:44 -06:00
Randy Dunlap
84520c0202
Documentation: PCI: pci-error-recovery: drop doubled words
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Acked-by: Linas Vepstas <linasvepstas@gmail.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Bjorn Helgaas <bhelgaas@google.com >
Cc: Linas Vepstas <linasvepstas@gmail.com >
Cc: linux-pci@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212156.30453-4-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:39:44 -06:00
Randy Dunlap
4ef7f74e3c
Documentation: PCI: pci-endpoint: drop doubled words
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Bjorn Helgaas <bhelgaas@google.com >
Cc: Kishon Vijay Abraham I <kishon@ti.com >
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com >
Cc: linux-pci@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212156.30453-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:39:44 -06:00
Randy Dunlap
e1abd44ea1
Documentation: PCI: pci-endpoint-cfs: drop doubled words
...
Drop the doubled word "and".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Bjorn Helgaas <bhelgaas@google.com >
Cc: Kishon Vijay Abraham I <kishon@ti.com >
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com >
Cc: linux-pci@vger.kernel.org
Link: https://lore.kernel.org/r/20200703212156.30453-2-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:39:44 -06:00
Randy Dunlap
8c046cdd07
Documentation: arm64/sve: drop duplicate words
...
Drop the doubled word "for".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Catalin Marinas <catalin.marinas@arm.com >
Cc: Will Deacon <will@kernel.org >
Cc: linux-arm-kernel@lists.infradead.org
Cc: Dave Martin <Dave.Martin@arm.com >
Link: https://lore.kernel.org/r/20200703205110.29873-4-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:37:45 -06:00
Randy Dunlap
47a8b74edc
Documentation: arm64/acpi_object_usage: drop duplicate words
...
Drop the doubled word "and".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com >
Cc: Hanjun Guo <guohanjun@huawei.com >
Cc: Sudeep Holla <sudeep.holla@arm.com >
Cc: linux-acpi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20200703205110.29873-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:37:45 -06:00
Randy Dunlap
66ececcc47
Documentation: arm64/arm-acpi: drop duplicate words
...
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Cc: Jonathan Corbet <corbet@lwn.net >
Cc: linux-doc@vger.kernel.org
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com >
Cc: Hanjun Guo <guohanjun@huawei.com >
Cc: Sudeep Holla <sudeep.holla@arm.com >
Cc: linux-acpi@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20200703205110.29873-2-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:37:45 -06:00
Eric Sandeen
1b932b7dce
doc: cgroup: add f2fs and xfs to supported list for writeback
...
f2fs and xfs have both added support for cgroup writeback:
578c647 f2fs: implement cgroup writeback support
adfb5fb xfs: implement cgroup aware writeback
so add them to the supported list in the docs.
Signed-off-by: Eric Sandeen <sandeen@redhat.com >
Link: https://lore.kernel.org/r/c8271324-9132-388c-5242-d7699f011892@redhat.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:34:57 -06:00
Luc Van Oostenryck
1cb3863af6
doc: add link to sparse's home page/internal docs
...
Sparse's home page used to be a wiki (sparse.wiki.kernel.org)
but this wiki only contained a short intro and the release notes.
But nowadays, sparse's main page is sparse.docs.kernel.org,
which contains all what was in the wiki but also other documentation,
mainly oriented about sparse's internals.
So, add a link to this in the kernel documentation.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com >
Acked-by: Mike Rapoport <rppt@linux.ibm.com >
Link: https://lore.kernel.org/r/20200629161310.89783-1-luc.vanoostenryck@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:32:56 -06:00
Alexander A. Klimov
6f3bc22bf5
Replace HTTP links with HTTPS ones: LVM
...
Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.
Deterministic algorithm:
For each file:
If not .svg:
For each line:
If doesn't contain `\bxmlns\b`:
For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
If both the HTTP and HTTPS versions
return 200 OK and serve the same content:
Replace HTTP with HTTPS.
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de >
Link: https://lore.kernel.org/r/20200627103138.71885-1-grandmaster@al2klimov.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:28:27 -06:00
Jonathan Corbet
02030eb73d
docs: CIFS: remove a spam-site URL
...
protocolfreedom.org may have one contained something useful, but now it
wants to sell us new credit cards. Take it out.
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-05 14:25:46 -06:00