Go to file
Krzysztof Kozlowski 06b80ad4ff dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()
Static functions dchan2dev() and chan2dev() are not used, W=1 build:

  dw-edma-core.c:27:16: error: unused function 'dchan2dev' [-Werror,-Wunused-function]
  dw-edma-core.c:33:16: error: unused function 'chan2dev' [-Werror,-Wunused-function]

Fixes: e63d79d1ff ("dmaengine: Add Synopsys eDMA IP core driver")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250525-dma-fixes-v1-1-89d06dac9bcb@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2025-06-26 15:29:44 -07:00
Documentation dt-bindings: dma: qcom,gpi: Document the sc8280xp GPI DMA engine 2025-06-20 11:59:51 +05:30
LICENSES
arch The delayed from_timer() API cleanup: 2025-06-08 11:33:00 -07:00
block
certs
crypto
drivers dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev() 2025-06-26 15:29:44 -07:00
fs The delayed from_timer() API cleanup: 2025-06-08 11:33:00 -07:00
include dmaengine: Add devm_dma_request_chan() 2025-06-26 15:18:04 -07:00
init
io_uring
ipc
kernel The delayed from_timer() API cleanup: 2025-06-08 11:33:00 -07:00
lib
mm
net
rust
samples
scripts
security
sound
tools turbostat v2025.06.08 2025-06-08 11:44:41 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.16-rc1 2025-06-08 13:44:43 -07:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.