aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-02-27 23:48:48 +0000
committerJonas Gorski <jogo@openwrt.org>2015-02-27 23:48:48 +0000
commita231c4ed4568c99bf507f470a4307fa3f7cd4828 (patch)
treee6e4523c2c9109dc2e461778e8f5d07c7c089e09 /target
parent48fa0c4ca1fdb92b9131c00a1676412a99eee023 (diff)
downloadmaster-187ad058-a231c4ed4568c99bf507f470a4307fa3f7cd4828.tar.gz
master-187ad058-a231c4ed4568c99bf507f470a4307fa3f7cd4828.tar.bz2
master-187ad058-a231c4ed4568c99bf507f470a4307fa3f7cd4828.zip
brcm63xx: backport and enable DT spi-gpio no CS support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44570 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/config-3.141
-rw-r--r--target/linux/brcm63xx/config-3.181
-rw-r--r--target/linux/brcm63xx/dts/ct-6373.dts6
-rw-r--r--target/linux/brcm63xx/dts/nb4-fxc-r1.dts6
-rw-r--r--target/linux/brcm63xx/dts/nb4-ser-r0.dts6
-rw-r--r--target/linux/brcm63xx/patches-3.14/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch91
-rw-r--r--target/linux/brcm63xx/patches-3.18/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch91
7 files changed, 190 insertions, 12 deletions
diff --git a/target/linux/brcm63xx/config-3.14 b/target/linux/brcm63xx/config-3.14
index 390d4ecc8b..eaf9774a8f 100644
--- a/target/linux/brcm63xx/config-3.14
+++ b/target/linux/brcm63xx/config-3.14
@@ -76,6 +76,7 @@ CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GPIOLIB=y
+CONFIG_GPIO_74X164=y
CONFIG_GPIO_BCM63XX=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_GENERIC=y
diff --git a/target/linux/brcm63xx/config-3.18 b/target/linux/brcm63xx/config-3.18
index 5087033cb1..912dd7dd4b 100644
--- a/target/linux/brcm63xx/config-3.18
+++ b/target/linux/brcm63xx/config-3.18
@@ -80,6 +80,7 @@ CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GPIOLIB=y
+CONFIG_GPIO_74X164=y
CONFIG_GPIO_BCM63XX=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_GENERIC=y
diff --git a/target/linux/brcm63xx/dts/ct-6373.dts b/target/linux/brcm63xx/dts/ct-6373.dts
index 3a4079b9b6..b8be39dd15 100644
--- a/target/linux/brcm63xx/dts/ct-6373.dts
+++ b/target/linux/brcm63xx/dts/ct-6373.dts
@@ -5,7 +5,7 @@
/ {
model = "Comtrend CT-6373";
compatible = "comtrend,ct-6373", "brcm,bcm6358";
-/*
+
spi-gpio {
#address-cells = <1>;
#size-cells = <1>;
@@ -25,7 +25,7 @@
#gpio-cells = <2>;
};
};
-*/
+
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
@@ -56,7 +56,6 @@
label = "CT6373-1:green:wlan";
gpios = <&gpio0 9 1>;
};
-/*
dsl_green {
label = "CT6373-1:green:adsl";
gpios = <&hc595 0 1>;
@@ -73,7 +72,6 @@
label = "CT6373-1:green:fxs2";
gpios = <&hc595 3 1>;
};
-*/
};
};
diff --git a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts
index e984f53ccc..0e9cc24986 100644
--- a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts
+++ b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts
@@ -5,7 +5,7 @@
/ {
model = "SFR Neuf Box 4 (Foxconn)";
compatible = "sfr,nb4-fxc-r1", "brcm,bcm6358";
-/*
+
spi-gpio {
#address-cells = <1>;
#size-cells = <1>;
@@ -25,7 +25,7 @@
#gpio-cells = <2>;
};
};
-*/
+
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
@@ -78,7 +78,6 @@
label = "NB4-FXC-r1:green:service";
gpios = <&gpio0 30 0>;
};
-/*
alarm_white {
label = "NB4-FXC-r1:white:alarm";
gpios = <&hc595 0 1>;
@@ -95,6 +94,5 @@
label = "NB4-FXC-r0:white:adsl";
gpios = <&hc595 4 1>;
};
-*/
};
};
diff --git a/target/linux/brcm63xx/dts/nb4-ser-r0.dts b/target/linux/brcm63xx/dts/nb4-ser-r0.dts
index 1bacaeb4d2..d7abbf1ab8 100644
--- a/target/linux/brcm63xx/dts/nb4-ser-r0.dts
+++ b/target/linux/brcm63xx/dts/nb4-ser-r0.dts
@@ -5,7 +5,7 @@
/ {
model = "SFR Neuf Box 4 (Sercomm)";
compatible = "sfr,nb4-ser-r0", "brcm,bcm6358";
-/*
+
spi-gpio {
#address-cells = <1>;
#size-cells = <1>;
@@ -25,7 +25,7 @@
#gpio-cells = <2>;
};
};
-*/
+
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
@@ -78,7 +78,6 @@
label = "NB4-SER-r0:green:service";
gpios = <&gpio0 30 1>;
};
-/*
alarm_white {
label = "NB4-SER-r0:white:alarm";
gpios = <&hc595 0 1>;
@@ -95,6 +94,5 @@
label = "NB4-SER-r0:white:adsl";
gpios = <&hc595 4 1>;
};
-*/
};
};
diff --git a/target/linux/brcm63xx/patches-3.14/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch b/target/linux/brcm63xx/patches-3.14/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch
new file mode 100644
index 0000000000..d4a36e8e39
--- /dev/null
+++ b/target/linux/brcm63xx/patches-3.14/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch
@@ -0,0 +1,91 @@
+From d1d81802522ade84128a2c66c0d500e372474dca Mon Sep 17 00:00:00 2001
+From: Torsten Fleischer <torfl6749@gmail.com>
+Date: Mon, 3 Nov 2014 17:17:55 +0100
+Subject: [PATCH] spi: spi-gpio: Add dt support for a single device with no
+ chip select
+
+In order to describe a single slave device that has no chip select line
+the 'num-chipselects' property has to be <0> and the 'cs-gpios' property
+doesn't need to be set.
+
+Signed-off-by: Torsten Fleischer <torfl6749@gmail.com>
+Signed-off-by: Mark Brown <broonie@kernel.org>
+---
+ Documentation/devicetree/bindings/spi/spi-gpio.txt | 6 ++++--
+ drivers/spi/spi-gpio.c | 21 +++++++++++++++------
+ 2 files changed, 19 insertions(+), 8 deletions(-)
+
+--- a/Documentation/devicetree/bindings/spi/spi-gpio.txt
++++ b/Documentation/devicetree/bindings/spi/spi-gpio.txt
+@@ -8,8 +8,10 @@ Required properties:
+ - gpio-sck: GPIO spec for the SCK line to use
+ - gpio-miso: GPIO spec for the MISO line to use
+ - gpio-mosi: GPIO spec for the MOSI line to use
+- - cs-gpios: GPIOs to use for chipselect lines
+- - num-chipselects: number of chipselect lines
++ - cs-gpios: GPIOs to use for chipselect lines.
++ Not needed if num-chipselects = <0>.
++ - num-chipselects: Number of chipselect lines. Should be <0> if a single device
++ with no chip select is connected.
+
+ Example:
+
+--- a/drivers/spi/spi-gpio.c
++++ b/drivers/spi/spi-gpio.c
+@@ -425,6 +425,7 @@ static int spi_gpio_probe(struct platfor
+ struct spi_gpio_platform_data *pdata;
+ u16 master_flags = 0;
+ bool use_of = 0;
++ int num_devices;
+
+ status = spi_gpio_probe_dt(pdev);
+ if (status < 0)
+@@ -434,16 +435,21 @@ static int spi_gpio_probe(struct platfor
+
+ pdata = dev_get_platdata(&pdev->dev);
+ #ifdef GENERIC_BITBANG
+- if (!pdata || !pdata->num_chipselect)
++ if (!pdata || (!use_of && !pdata->num_chipselect))
+ return -ENODEV;
+ #endif
+
++ if (use_of && !SPI_N_CHIPSEL)
++ num_devices = 1;
++ else
++ num_devices = SPI_N_CHIPSEL;
++
+ status = spi_gpio_request(pdata, dev_name(&pdev->dev), &master_flags);
+ if (status < 0)
+ return status;
+
+ master = spi_alloc_master(&pdev->dev, sizeof(*spi_gpio) +
+- (sizeof(int) * SPI_N_CHIPSEL));
++ (sizeof(int) * num_devices));
+ if (!master) {
+ status = -ENOMEM;
+ goto gpio_free;
+@@ -458,7 +464,7 @@ static int spi_gpio_probe(struct platfor
+ master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32);
+ master->flags = master_flags;
+ master->bus_num = pdev->id;
+- master->num_chipselect = SPI_N_CHIPSEL;
++ master->num_chipselect = num_devices;
+ master->setup = spi_gpio_setup;
+ master->cleanup = spi_gpio_cleanup;
+ #ifdef CONFIG_OF
+@@ -473,9 +479,12 @@ static int spi_gpio_probe(struct platfor
+ * property of the node.
+ */
+
+- for (i = 0; i < SPI_N_CHIPSEL; i++)
+- spi_gpio->cs_gpios[i] =
+- of_get_named_gpio(np, "cs-gpios", i);
++ if (!SPI_N_CHIPSEL)
++ spi_gpio->cs_gpios[0] = SPI_GPIO_NO_CHIPSELECT;
++ else
++ for (i = 0; i < SPI_N_CHIPSEL; i++)
++ spi_gpio->cs_gpios[i] =
++ of_get_named_gpio(np, "cs-gpios", i);
+ }
+ #endif
+
diff --git a/target/linux/brcm63xx/patches-3.18/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch b/target/linux/brcm63xx/patches-3.18/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch
new file mode 100644
index 0000000000..437448f677
--- /dev/null
+++ b/target/linux/brcm63xx/patches-3.18/001-spi-spi-gpio-Add-dt-support-for-a-single-device-with.patch
@@ -0,0 +1,91 @@
+From d1d81802522ade84128a2c66c0d500e372474dca Mon Sep 17 00:00:00 2001
+From: Torsten Fleischer <torfl6749@gmail.com>
+Date: Mon, 3 Nov 2014 17:17:55 +0100
+Subject: [PATCH] spi: spi-gpio: Add dt support for a single device with no
+ chip select
+
+In order to describe a single slave device that has no chip select line
+the 'num-chipselects' property has to be <0> and the 'cs-gpios' property
+doesn't need to be set.
+
+Signed-off-by: Torsten Fleischer <torfl6749@gmail.com>
+Signed-off-by: Mark Brown <broonie@kernel.org>
+---
+ Documentation/devicetree/bindings/spi/spi-gpio.txt | 6 ++++--
+ drivers/spi/spi-gpio.c | 21 +++++++++++++++------
+ 2 files changed, 19 insertions(+), 8 deletions(-)
+
+--- a/Documentation/devicetree/bindings/spi/spi-gpio.txt
++++ b/Documentation/devicetree/bindings/spi/spi-gpio.txt
+@@ -8,8 +8,10 @@ Required properties:
+ - gpio-sck: GPIO spec for the SCK line to use
+ - gpio-miso: GPIO spec for the MISO line to use
+ - gpio-mosi: GPIO spec for the MOSI line to use
+- - cs-gpios: GPIOs to use for chipselect lines
+- - num-chipselects: number of chipselect lines
++ - cs-gpios: GPIOs to use for chipselect lines.
++ Not needed if num-chipselects = <0>.
++ - num-chipselects: Number of chipselect lines. Should be <0> if a single device
++ with no chip select is connected.
+
+ Example:
+
+--- a/drivers/spi/spi-gpio.c
++++ b/drivers/spi/spi-gpio.c
+@@ -424,6 +424,7 @@ static int spi_gpio_probe(struct platfor
+ struct spi_gpio_platform_data *pdata;
+ u16 master_flags = 0;
+ bool use_of = 0;
++ int num_devices;
+
+ status = spi_gpio_probe_dt(pdev);
+ if (status < 0)
+@@ -433,16 +434,21 @@ static int spi_gpio_probe(struct platfor
+
+ pdata = dev_get_platdata(&pdev->dev);
+ #ifdef GENERIC_BITBANG
+- if (!pdata || !pdata->num_chipselect)
++ if (!pdata || (!use_of && !pdata->num_chipselect))
+ return -ENODEV;
+ #endif
+
++ if (use_of && !SPI_N_CHIPSEL)
++ num_devices = 1;
++ else
++ num_devices = SPI_N_CHIPSEL;
++
+ status = spi_gpio_request(pdata, dev_name(&pdev->dev), &master_flags);
+ if (status < 0)
+ return status;
+
+ master = spi_alloc_master(&pdev->dev, sizeof(*spi_gpio) +
+- (sizeof(int) * SPI_N_CHIPSEL));
++ (sizeof(int) * num_devices));
+ if (!master) {
+ status = -ENOMEM;
+ goto gpio_free;
+@@ -457,7 +463,7 @@ static int spi_gpio_probe(struct platfor
+ master->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32);
+ master->flags = master_flags;
+ master->bus_num = pdev->id;
+- master->num_chipselect = SPI_N_CHIPSEL;
++ master->num_chipselect = num_devices;
+ master->setup = spi_gpio_setup;
+ master->cleanup = spi_gpio_cleanup;
+ #ifdef CONFIG_OF
+@@ -472,9 +478,12 @@ static int spi_gpio_probe(struct platfor
+ * property of the node.
+ */
+
+- for (i = 0; i < SPI_N_CHIPSEL; i++)
+- spi_gpio->cs_gpios[i] =
+- of_get_named_gpio(np, "cs-gpios", i);
++ if (!SPI_N_CHIPSEL)
++ spi_gpio->cs_gpios[0] = SPI_GPIO_NO_CHIPSELECT;
++ else
++ for (i = 0; i < SPI_N_CHIPSEL; i++)
++ spi_gpio->cs_gpios[i] =
++ of_get_named_gpio(np, "cs-gpios", i);
+ }
+ #endif
+