#
94b829a7 |
| 27-Jun-2023 |
Randy Dunlap <rdunlap@infradead.org> |
docs: add more driver-model infrastructure interfaces
Add bus, class, and device data structures and enum constants to the Driver-Model Structures section and add function interfaces to the Device D
docs: add more driver-model infrastructure interfaces
Add bus, class, and device data structures and enum constants to the Driver-Model Structures section and add function interfaces to the Device Drivers Base section of the Device drivers infrastructure chapter.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: "Rafael J. Wysocki" <rafael@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230627064523.16618-1-rdunlap@infradead.org
show more ...
|
#
f41f716d |
| 05-Oct-2020 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
docs: infrastructure.rst: exclude device_link_state from device.h
This is already documented at device_link.rst, causing this warning, due to a broken cross-reference:
.../Documentation/driver-api
docs: infrastructure.rst: exclude device_link_state from device.h
This is already documented at device_link.rst, causing this warning, due to a broken cross-reference:
.../Documentation/driver-api/device_link.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/infrastructure'. Declaration is 'device_link_state'.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
show more ...
|
#
afe178ad |
| 29-Sep-2020 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
docs: infrastructure.rst: don't include firmware kernel-doc
Those are already documented at:
Documentation/driver-api/firmware/request_firmware.rst
Including it twice is causing lots of warnings:
docs: infrastructure.rst: don't include firmware kernel-doc
Those are already documented at:
Documentation/driver-api/firmware/request_firmware.rst
Including it twice is causing lots of warnings:
./Documentation/driver-api/infrastructure.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/firmware/request_firmware'. Declaration is 'request_firmware'. ./Documentation/driver-api/infrastructure.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/firmware/request_firmware'. Declaration is 'firmware_request_nowarn'. ./Documentation/driver-api/infrastructure.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/firmware/request_firmware'. Declaration is 'request_firmware_direct'. ./Documentation/driver-api/infrastructure.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/firmware/request_firmware'. Declaration is 'firmware_request_platform'. ./Documentation/driver-api/infrastructure.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/firmware/request_firmware'. Declaration is 'firmware_request_cache'. ./Documentation/driver-api/infrastructure.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/firmware/request_firmware'. Declaration is 'request_firmware_into_buf'. ./Documentation/driver-api/infrastructure.rst: WARNING: Duplicate C declaration, also defined in 'driver-api/firmware/request_firmware'. Declaration is 'request_firmware_nowait'.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
show more ...
|
#
e07f7927 |
| 01-Oct-2019 |
Jonathan Corbet <corbet@lwn.net> |
docs: No structured comments in kernel/dma/coherent.c
Don't try to extract comments from that file, since there are none to be had and, seemingly, never have been.
Signed-off-by: Jonathan Corbet <c
docs: No structured comments in kernel/dma/coherent.c
Don't try to extract comments from that file, since there are none to be had and, seemingly, never have been.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
show more ...
|
#
cf65a0f6 |
| 12-Jun-2018 |
Christoph Hellwig <hch@lst.de> |
dma-mapping: move all DMA mapping code to kernel/dma
Currently the code is split over various files with dma- prefixes in the lib/ and drives/base directories, and the number of files keeps growing.
dma-mapping: move all DMA mapping code to kernel/dma
Currently the code is split over various files with dma- prefixes in the lib/ and drives/base directories, and the number of files keeps growing. Move them into a single directory to keep the code together and remove the file name prefixes. To match the irq infrastructure this directory is placed under the kernel/ directory.
Signed-off-by: Christoph Hellwig <hch@lst.de>
show more ...
|
#
df9267f1 |
| 08-Apr-2018 |
Hans de Goede <hdegoede@redhat.com> |
firmware: Fix firmware documentation for recent file renames
firmware_class.c was split into several files under drivers/base/firmware_loader. The new main.c has the functions which /request_firmwar
firmware: Fix firmware documentation for recent file renames
firmware_class.c was split into several files under drivers/base/firmware_loader. The new main.c has the functions which /request_firmware.rst references.
Acked-by: Luis R. Rodriguez <mcgrof@kernel.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
|
#
6e092c8c |
| 19-Dec-2016 |
Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
PM / docs: Drop confusing kernel-doc references from infrastructure.rst
The references to drivers/base/power/main.c and drivers/acpi/scan.c from Documentation/driver-api/infrastructure.rst are confu
PM / docs: Drop confusing kernel-doc references from infrastructure.rst
The references to drivers/base/power/main.c and drivers/acpi/scan.c from Documentation/driver-api/infrastructure.rst are confusing. They both cause descriptions of functions that are not relevant to device drivers at all to be generated and none of them is sufficient to cover the API in a meaningful way.
Drop them for now.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Jonathan Corbet <corbet@lwn.net>
show more ...
|
#
868c97a8 |
| 09-Dec-2016 |
Daniel Vetter <daniel.vetter@ffwll.ch> |
dma-buf: Extract dma-buf.rst
Just prep work to polish and consolidate all the dma-buf related documenation.
Unfortunately I didn't discover a way to both integrate this new file into the overall to
dma-buf: Extract dma-buf.rst
Just prep work to polish and consolidate all the dma-buf related documenation.
Unfortunately I didn't discover a way to both integrate this new file into the overall toc while keeping it at the current place. Work around that by moving it into the overall driver-api/index.rst.
Cc: linux-doc@vger.kernel.org Cc: Jonathan Corbet <corbet@lwn.net> Cc: Sumit Semwal <sumit.semwal@linaro.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
show more ...
|
#
3080b056 |
| 08-Nov-2016 |
SeongJae Park <sj38.park@gmail.com> |
docs/driver-api: Apply changed source file names
Few files under dma-buf/ changed their names but the changes didn't applied to a document that referencing them. It is causing few documentation bui
docs/driver-api: Apply changed source file names
Few files under dma-buf/ changed their names but the changes didn't applied to a document that referencing them. It is causing few documentation build warnings. This commit fixes the problems by applying changed file names on the document.
Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
show more ...
|
#
dcec3c8c |
| 20-Aug-2016 |
Jonathan Corbet <corbet@lwn.net> |
docs: split up the driver book
We don't need to keep it as a single large file anymore; split it up so that it is easier to manage and the individual sections can be read directly as plain files.
S
docs: split up the driver book
We don't need to keep it as a single large file anymore; split it up so that it is easier to manage and the individual sections can be read directly as plain files.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
show more ...
|