diff mbox

[3.14,FIX] bcma: gpio: register all 32 GPIOs

Message ID 1392311186-7805-1-git-send-email-zajec5@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Rafał Miłecki Feb. 13, 2014, 5:06 p.m. UTC
Broadcom boards have 32 GPIOs (not 16) and these higher ones are
actually used on some devices (for buttons, reset of WiFi devices).

Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
---
Similar patch may be needed for ssb, however I didn't meet any ssb SoC
with GPIOs 16-31 connected to anything.
This is so trivial I hope it can go as a fix for 3.14. It allows support
for some devices that use these higher GPIOs.
---
 drivers/bcma/driver_gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafał Miłecki Feb. 13, 2014, 8:04 p.m. UTC | #1
2014-02-13 18:06 GMT+01:00 Rafa? Mi?ecki <zajec5@gmail.com>:
> Broadcom boards have 32 GPIOs (not 16) and these higher ones are
> actually used on some devices (for buttons, reset of WiFi devices).

I forgot about one important thing. This patch is based on top of
changes from 3.14-rc1.

John: do you plan to pull David's net.git tree into your wireless.git?
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
John W. Linville Feb. 13, 2014, 11:23 p.m. UTC | #2
On Thu, Feb 13, 2014 at 09:04:24PM +0100, Rafa? Mi?ecki wrote:
> 2014-02-13 18:06 GMT+01:00 Rafa? Mi?ecki <zajec5@gmail.com>:
> > Broadcom boards have 32 GPIOs (not 16) and these higher ones are
> > actually used on some devices (for buttons, reset of WiFi devices).
> 
> I forgot about one important thing. This patch is based on top of
> changes from 3.14-rc1.
> 
> John: do you plan to pull David's net.git tree into your wireless.git?

No.
Hauke Mehrtens Feb. 13, 2014, 11:34 p.m. UTC | #3
On 02/13/2014 06:06 PM, Rafa? Mi?ecki wrote:
> Broadcom boards have 32 GPIOs (not 16) and these higher ones are
> actually used on some devices (for buttons, reset of WiFi devices).
> 
> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
> ---
> Similar patch may be needed for ssb, however I didn't meet any ssb SoC
> with GPIOs 16-31 connected to anything.
> This is so trivial I hope it can go as a fix for 3.14. It allows support
> for some devices that use these higher GPIOs.
> ---
>  drivers/bcma/driver_gpio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Are you sure all the bcma SoC have 32 GPIO lines or is there no problem
when they do not? For at least some ssb based SoCs I know that they only
have 16 GPIO lines.

Hauke
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafał Miłecki Feb. 14, 2014, 12:01 p.m. UTC | #4
2014-02-14 0:34 GMT+01:00 Hauke Mehrtens <hauke@hauke-m.de>:
> On 02/13/2014 06:06 PM, Rafa? Mi?ecki wrote:
>> Broadcom boards have 32 GPIOs (not 16) and these higher ones are
>> actually used on some devices (for buttons, reset of WiFi devices).
>>
>> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
>> ---
>> Similar patch may be needed for ssb, however I didn't meet any ssb SoC
>> with GPIOs 16-31 connected to anything.
>> This is so trivial I hope it can go as a fix for 3.14. It allows support
>> for some devices that use these higher GPIOs.
>> ---
>>  drivers/bcma/driver_gpio.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
> Are you sure all the bcma SoC have 32 GPIO lines or is there no problem
> when they do not? For at least some ssb based SoCs I know that they only
> have 16 GPIO lines.

Damn, I'm afraid you may be right. I didn't think about that.

I was able to find references to GPIOs 16-31 on BCM5357 based boards only.
John W. Linville Feb. 14, 2014, 2:27 p.m. UTC | #5
On Fri, Feb 14, 2014 at 01:01:00PM +0100, Rafa? Mi?ecki wrote:
> 2014-02-14 0:34 GMT+01:00 Hauke Mehrtens <hauke@hauke-m.de>:
> > On 02/13/2014 06:06 PM, Rafa? Mi?ecki wrote:
> >> Broadcom boards have 32 GPIOs (not 16) and these higher ones are
> >> actually used on some devices (for buttons, reset of WiFi devices).
> >>
> >> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
> >> ---
> >> Similar patch may be needed for ssb, however I didn't meet any ssb SoC
> >> with GPIOs 16-31 connected to anything.
> >> This is so trivial I hope it can go as a fix for 3.14. It allows support
> >> for some devices that use these higher GPIOs.
> >> ---
> >>  drivers/bcma/driver_gpio.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> > Are you sure all the bcma SoC have 32 GPIO lines or is there no problem
> > when they do not? For at least some ssb based SoCs I know that they only
> > have 16 GPIO lines.
> 
> Damn, I'm afraid you may be right. I didn't think about that.
> 
> I was able to find references to GPIOs 16-31 on BCM5357 based boards only.

Sounds like I need to revert that patch.

Please never, _ever_, post a patch (no matter how trivial) for the
stable tree unless you are absolutely sure about it in the first place.

John
Rafał Miłecki Feb. 14, 2014, 3:40 p.m. UTC | #6
2014-02-14 15:27 GMT+01:00 John W. Linville <linville@tuxdriver.com>:
> On Fri, Feb 14, 2014 at 01:01:00PM +0100, Rafa? Mi?ecki wrote:
>> 2014-02-14 0:34 GMT+01:00 Hauke Mehrtens <hauke@hauke-m.de>:
>> > On 02/13/2014 06:06 PM, Rafa? Mi?ecki wrote:
>> >> Broadcom boards have 32 GPIOs (not 16) and these higher ones are
>> >> actually used on some devices (for buttons, reset of WiFi devices).
>> >>
>> >> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
>> >> ---
>> >> Similar patch may be needed for ssb, however I didn't meet any ssb SoC
>> >> with GPIOs 16-31 connected to anything.
>> >> This is so trivial I hope it can go as a fix for 3.14. It allows support
>> >> for some devices that use these higher GPIOs.
>> >> ---
>> >>  drivers/bcma/driver_gpio.c | 2 +-
>> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >>
>> > Are you sure all the bcma SoC have 32 GPIO lines or is there no problem
>> > when they do not? For at least some ssb based SoCs I know that they only
>> > have 16 GPIO lines.
>>
>> Damn, I'm afraid you may be right. I didn't think about that.
>>
>> I was able to find references to GPIOs 16-31 on BCM5357 based boards only.
>
> Sounds like I need to revert that patch.
>
> Please never, _ever_, post a patch (no matter how trivial) for the
> stable tree unless you are absolutely sure about it in the first place.

I'm sorry. I got blinded by the triviality :(
diff mbox

Patch

diff --git a/drivers/bcma/driver_gpio.c b/drivers/bcma/driver_gpio.c
index 25f9887..2f0ceac 100644
--- a/drivers/bcma/driver_gpio.c
+++ b/drivers/bcma/driver_gpio.c
@@ -218,7 +218,7 @@  int bcma_gpio_init(struct bcma_drv_cc *cc)
 #if IS_BUILTIN(CONFIG_BCMA_HOST_SOC)
 	chip->to_irq		= bcma_gpio_to_irq;
 #endif
-	chip->ngpio		= 16;
+	chip->ngpio		= 32;
 	/* There is just one SoC in one device and its GPIO addresses should be
 	 * deterministic to address them more easily. The other buses could get
 	 * a random base number. */