* [PATCH 0/9] Some doc fixes
@ 2019-06-28 12:12 Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 9/9] platform: x86: get rid of a non-existent document Mauro Carvalho Chehab
0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2019-06-28 12:12 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mark Rutland, Ajay Gupta, Radim Krčmář,
David Airlie, dri-devel, platform-driver-x86, linux-i2c,
Pavel Machek, Mauro Carvalho Chehab, linux-leds, kvm,
Jonathan Corbet, Maxime Ripard, Darren Hart, devicetree,
intel-gfx, Mauro Carvalho Chehab, Rob Herring, Jacek Anaszewski,
Rodrigo Vivi, Thomas Gleixner, Sean Paul, linux-kernel,
Paolo Bonzini
This patch series is against linux-next (next-20190627). I doubt those
would apply cleanly against docs next tree.
So, please apply it via the subsystem trees. Otherwise, they could
be pushed by the end of the merge window or for -rc1 via a docs tree.
Most, if not all were I already sent.
Mauro Carvalho Chehab (9):
hrtimer: Use a bullet for the returns bullet list
docs: trace: fix a broken label
docs: signal: fix a kernel-doc markup
dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txt
docs: fix some broken references due to txt->rst renames
docs: virtual: there are two orphan docs there
docs: gpu: add msm-crash-dump.rst to the index.rst file
drm: fix a reference for a renamed file: fb/modedb.rst
platform: x86: get rid of a non-existent document
Documentation/devicetree/bindings/arm/idle-states.txt | 2 +-
Documentation/devicetree/bindings/leds/leds-lm36274.txt | 2 +-
Documentation/gpu/drivers.rst | 1 +
Documentation/gpu/msm-crash-dump.rst | 2 --
Documentation/trace/kprobetrace.rst | 1 +
Documentation/virtual/kvm/amd-memory-encryption.rst | 2 ++
Documentation/virtual/kvm/vcpu-requests.rst | 2 ++
drivers/gpu/drm/drm_modes.c | 2 +-
drivers/gpu/drm/i915/intel_runtime_pm.h | 2 +-
drivers/i2c/busses/i2c-nvidia-gpu.c | 2 +-
drivers/platform/x86/Kconfig | 3 ---
kernel/signal.c | 2 +-
kernel/time/hrtimer.c | 7 ++++---
13 files changed, 16 insertions(+), 14 deletions(-)
--
2.21.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 9/9] platform: x86: get rid of a non-existent document
2019-06-28 12:12 [PATCH 0/9] Some doc fixes Mauro Carvalho Chehab
@ 2019-06-28 12:12 ` Mauro Carvalho Chehab
2019-06-28 14:49 ` Andy Shevchenko
0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2019-06-28 12:12 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
Jonathan Corbet, Darren Hart, Andy Shevchenko,
platform-driver-x86
Changeset 163ede97a9a2 ("Documentation: platform: Delete x86-laptop-drivers.txt")
removed the x86-laptop-drivers.txt file, but forgot to update its
Kconfig.
Fixes: 163ede97a9a2 ("Documentation: platform: Delete x86-laptop-drivers.txt")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
drivers/platform/x86/Kconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index bd15b47abcb4..c318501773bc 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -433,9 +433,6 @@ config COMPAL_LAPTOP
It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
and battery charging level control.
- For a (possibly incomplete) list of supported laptops, please refer
- to: Documentation/platform/x86-laptop-drivers.txt
-
config SONY_LAPTOP
tristate "Sony Laptop Extras"
depends on ACPI
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 9/9] platform: x86: get rid of a non-existent document
2019-06-28 12:12 ` [PATCH 9/9] platform: x86: get rid of a non-existent document Mauro Carvalho Chehab
@ 2019-06-28 14:49 ` Andy Shevchenko
2019-06-28 15:01 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2019-06-28 14:49 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, Mauro Carvalho Chehab,
Linux Kernel Mailing List, Jonathan Corbet, Darren Hart,
Andy Shevchenko, Platform Driver
On Fri, Jun 28, 2019 at 3:12 PM Mauro Carvalho Chehab
<mchehab+samsung@kernel.org> wrote:
>
> Changeset 163ede97a9a2 ("Documentation: platform: Delete x86-laptop-drivers.txt")
> removed the x86-laptop-drivers.txt file, but forgot to update its
> Kconfig.
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
>
> Fixes: 163ede97a9a2 ("Documentation: platform: Delete x86-laptop-drivers.txt")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> ---
> drivers/platform/x86/Kconfig | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
> index bd15b47abcb4..c318501773bc 100644
> --- a/drivers/platform/x86/Kconfig
> +++ b/drivers/platform/x86/Kconfig
> @@ -433,9 +433,6 @@ config COMPAL_LAPTOP
> It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
> and battery charging level control.
>
> - For a (possibly incomplete) list of supported laptops, please refer
> - to: Documentation/platform/x86-laptop-drivers.txt
> -
> config SONY_LAPTOP
> tristate "Sony Laptop Extras"
> depends on ACPI
> --
> 2.21.0
>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH 9/9] platform: x86: get rid of a non-existent document
2019-06-28 14:49 ` Andy Shevchenko
@ 2019-06-28 15:01 ` Jonathan Corbet
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2019-06-28 15:01 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Mauro Carvalho Chehab, Linux Doc Mailing List,
Mauro Carvalho Chehab, Linux Kernel Mailing List, Darren Hart,
Andy Shevchenko, Platform Driver
On Fri, 28 Jun 2019 17:49:48 +0300
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:
> On Fri, Jun 28, 2019 at 3:12 PM Mauro Carvalho Chehab
> <mchehab+samsung@kernel.org> wrote:
> >
> > Changeset 163ede97a9a2 ("Documentation: platform: Delete x86-laptop-drivers.txt")
> > removed the x86-laptop-drivers.txt file, but forgot to update its
> > Kconfig.
>
> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
The patch that brought this situation into being is in docs-next, so I
applied this one too.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-28 15:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-28 12:12 [PATCH 0/9] Some doc fixes Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 9/9] platform: x86: get rid of a non-existent document Mauro Carvalho Chehab
2019-06-28 14:49 ` Andy Shevchenko
2019-06-28 15:01 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox