Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

spi: xilinx: Fix kernel documentation in the xilinx_spi.h

While updating the data structure layout the kernel documentation
became outdated. Synchronize kernel documentation with the actual
data structure layout.

Fixes: 1dd46599f83a ("spi: xilinx: add force_irq for QSPI mode")
Fixes: 082339bc63cc ("spi: spi-xilinx: Add run run-time endian detection")
Reviewed-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240308162920.46816-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Andy Shevchenko and committed by
Mark Brown
d650d1c4 4cece764

+1 -1
+1 -1
include/linux/spi/xilinx_spi.h
··· 5 5 /** 6 6 * struct xspi_platform_data - Platform data of the Xilinx SPI driver 7 7 * @num_chipselect: Number of chip select by the IP. 8 - * @little_endian: If registers should be accessed little endian or not. 9 8 * @bits_per_word: Number of bits per word. 10 9 * @devices: Devices to add when the driver is probed. 11 10 * @num_devices: Number of devices in the devices array. 11 + * @force_irq: If set, forces QSPI transaction requirements. 12 12 */ 13 13 struct xspi_platform_data { 14 14 u16 num_chipselect;