diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-03-08 18:27:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-25 00:49:08 +0000 |
commit | d650d1c46d8471bf8ebf556629ac13077f13e647 (patch) | |
tree | 9ce9d2539c7e6010824384810033789baac3006c /include/linux/spi | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) | |
download | linux-stable-d650d1c46d8471bf8ebf556629ac13077f13e647.tar.gz linux-stable-d650d1c46d8471bf8ebf556629ac13077f13e647.tar.bz2 linux-stable-d650d1c46d8471bf8ebf556629ac13077f13e647.zip |
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>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/xilinx_spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/spi/xilinx_spi.h b/include/linux/spi/xilinx_spi.h index 3934ce789d87..fd6add419e94 100644 --- a/include/linux/spi/xilinx_spi.h +++ b/include/linux/spi/xilinx_spi.h @@ -5,10 +5,10 @@ /** * struct xspi_platform_data - Platform data of the Xilinx SPI driver * @num_chipselect: Number of chip select by the IP. - * @little_endian: If registers should be accessed little endian or not. * @bits_per_word: Number of bits per word. * @devices: Devices to add when the driver is probed. * @num_devices: Number of devices in the devices array. + * @force_irq: If set, forces QSPI transaction requirements. */ struct xspi_platform_data { u16 num_chipselect; |