]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: intel-lpss: Rename SPI intel_lpss_platform_info structs
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 31 May 2024 14:25:05 +0000 (17:25 +0300)
committerLee Jones <lee@kernel.org>
Thu, 4 Jul 2024 16:08:03 +0000 (17:08 +0100)
commit9cc3b409beeeb8ffaed8adde43160645686eef41
treeb4879fad0e78c4e00b557b3fce85ca8c6cbb4310
parent51e3b257099d10a87de58f1d40fe0b9641bd1f0e
mfd: intel-lpss: Rename SPI intel_lpss_platform_info structs

The driver has intel_lpss_platform_info structs for I2C, SPI, and UART.
The I2C and UART structs are named with "i2c" and "uart" in the variable
name, whereas SPI ones do not mention "spi".

Rename the SPI related info structs to include "spi" in their names for
consistency and to make it obvious in the device ID list what kind of
device the line relates to.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240531142505.1888-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/intel-lpss-pci.c