Linux kernel source tree
Go to file
Andy Shevchenko 5c5de36d04
spi: pxa2xx: Remove DMA parameters from struct chip_data
The DMA related fields are set once and never modified. It effectively
repeats the content of the same fields in struct pxa2xx_spi_controller.
With that, remove DMA parameters from struct chip_data.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240417110334.2671228-8-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-05-03 11:11:36 +09:00
arch spi: pxa2xx: Provide num-cs for Sharp PDAs via device properties 2024-05-03 11:11:32 +09:00
block
certs
crypto
Documentation spi: pxa2xx: Remove outdated documentation 2024-05-03 11:11:34 +09:00
drivers spi: pxa2xx: Remove DMA parameters from struct chip_data 2024-05-03 11:11:36 +09:00
fs nfsd-6.9 fixes: 2024-04-06 09:37:50 -07:00
include spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one 2024-05-03 11:11:33 +09:00
init
io_uring
ipc
kernel Fix various timer bugs: 2024-04-07 09:20:50 -07:00
lib
LICENSES
mm
net nfsd-6.9 fixes: 2024-04-06 09:37:50 -07:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS spi: airoha: add SPI-NAND Flash controller driver 2024-04-30 23:40:28 +09:00
Makefile Linux 6.9-rc3 2024-04-07 13:22:46 -07:00
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.