diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 17:44:24 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 17:03:02 +0300 |
commit | 56198359b64125dd0f9fa991972b61e4bc4fc6b5 (patch) | |
tree | 1a2989ededcafd625957e1adde848ec3804ff593 | |
parent | 2dbc0838bcf24ca59cabc3130cf3b1d6809cdcd4 (diff) | |
download | linux-56198359b64125dd0f9fa991972b61e4bc4fc6b5.tar.xz |
docs: lp855x-driver.rst: add it to the driver-api book
The content of this file is intended for backlight Kernel
developers.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | Documentation/driver-api/backlight/lp855x-driver.rst (renamed from Documentation/backlight/lp855x-driver.rst) | 2 | ||||
-rw-r--r-- | Documentation/driver-api/index.rst | 1 | ||||
-rw-r--r-- | MAINTAINERS | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/backlight/lp855x-driver.rst b/Documentation/driver-api/backlight/lp855x-driver.rst index 62b7ed847a77..1e0b224fc397 100644 --- a/Documentation/backlight/lp855x-driver.rst +++ b/Documentation/driver-api/backlight/lp855x-driver.rst @@ -1,5 +1,3 @@ -:orphan: - ==================== Kernel driver lp855x ==================== diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 0f281f4f648f..b4c993ff7655 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -66,6 +66,7 @@ available subsections can be seen below. soundwire/index fpga/index acpi/index + backlight/lp855x-driver.rst generic-counter .. only:: subproject and html diff --git a/MAINTAINERS b/MAINTAINERS index 8f496d76bb53..3feb318e1433 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15964,7 +15964,7 @@ F: sound/soc/codecs/isabelle* TI LP855x BACKLIGHT DRIVER M: Milo Kim <milo.kim@ti.com> S: Maintained -F: Documentation/backlight/lp855x-driver.rst +F: Documentation/driver-api/backlight/lp855x-driver.rst F: drivers/video/backlight/lp855x_bl.c F: include/linux/platform_data/lp855x.h |