From bfe756da7d1f916cf62c4487fd7d91f9e9bca911 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Thu, 11 Feb 2016 11:28:15 -0800 Subject: [PATCH] spi : moving to a single SPI naming Currently we have devices named "dw_spi_0" and "intel_spi_0" etc, which makes it difficult for an application to look up. Or worse, forcing a 3rd party IP to hardcode in support for only one specific IP block. Change-Id: Ie485e2350b171b66b22cd7ab39e0fcd196f38af8 Signed-off-by: Dan Kalowsky --- drivers/spi/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8c350878e64..4a4e8f1780b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -111,7 +111,7 @@ config SPI_INTEL_PORT_0_DRV_NAME string prompt "Intel SPI port 0 device name" depends on SPI_INTEL_PORT_0 - default "intel_spi_0" + default "SPI_0" config SPI_INTEL_PORT_0_BUS int "Port 0 PCI Bus" @@ -169,7 +169,7 @@ config SPI_INTEL_PORT_1_DRV_NAME string prompt "Intel SPI port 1 device name" depends on SPI_INTEL_PORT_1 - default "intel_spi_1" + default "SPI_1" config SPI_INTEL_PORT_1_BUS int "Port 1 PCI Bus" @@ -309,7 +309,7 @@ config SPI_DW_PORT_0_DRV_NAME string prompt "Designware SPI port 0 device name" depends on SPI_DW_PORT_0 - default "spi_dw_0" + default "SPI_0" config SPI_DW_PORT_0_REGS hex @@ -357,7 +357,7 @@ config SPI_DW_PORT_1_DRV_NAME string prompt "Designware SPI port 1 device name" depends on SPI_DW_PORT_1 - default "spi_dw_1" + default "SPI_1" config SPI_DW_PORT_1_REGS hex @@ -411,7 +411,7 @@ config SPI_QMSI_PORT_0_DRV_NAME string prompt "QMSI SPI port 0 device name" depends on SPI_QMSI_PORT_0 - default "spi_0" + default "SPI_0" config SPI_QMSI_PORT_0_IRQ int @@ -448,7 +448,7 @@ config SPI_QMSI_PORT_1_DRV_NAME string prompt "QMSI SPI port 1 device name" depends on SPI_QMSI_PORT_1 - default "spi_1" + default "SPI_1" config SPI_QMSI_PORT_1_IRQ int