linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573
@ 2017-06-30 19:02 Florian Fainelli
  2017-06-30 21:37 ` Rafał Miłecki
  2017-07-27 10:59 ` Kalle Valo
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Fainelli @ 2017-06-30 19:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: Florian Fainelli, Rafał Miłecki,
	open list:BROADCOM SPECIFIC AMBA DRIVER (BCMA)

Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.

Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/bcma/driver_gpio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bcma/driver_gpio.c b/drivers/bcma/driver_gpio.c
index 7bde8d7a2816..982d5781d3ce 100644
--- a/drivers/bcma/driver_gpio.c
+++ b/drivers/bcma/driver_gpio.c
@@ -191,6 +191,7 @@ int bcma_gpio_init(struct bcma_drv_cc *cc)
 	case BCMA_CHIP_ID_BCM4707:
 	case BCMA_CHIP_ID_BCM5357:
 	case BCMA_CHIP_ID_BCM53572:
+	case BCMA_CHIP_ID_BCM53573:
 	case BCMA_CHIP_ID_BCM47094:
 		chip->ngpio	= 32;
 		break;
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573
  2017-06-30 19:02 [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573 Florian Fainelli
@ 2017-06-30 21:37 ` Rafał Miłecki
  2017-07-18 18:32   ` Florian Fainelli
  2017-07-27 10:59 ` Kalle Valo
  1 sibling, 1 reply; 5+ messages in thread
From: Rafał Miłecki @ 2017-06-30 21:37 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Linux Kernel Mailing List,
	open list:BROADCOM SPECIFIC AMBA DRIVER (BCMA)

On 30 June 2017 at 21:02, Florian Fainelli <f.fainelli@gmail.com> wrote:
> Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.
>
> Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Looks good.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573
  2017-06-30 21:37 ` Rafał Miłecki
@ 2017-07-18 18:32   ` Florian Fainelli
  2017-07-21 15:40     ` Kalle Valo
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2017-07-18 18:32 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Linux Kernel Mailing List,
	open list:BROADCOM SPECIFIC AMBA DRIVER (BCMA)

On 06/30/2017 02:37 PM, Rafał Miłecki wrote:
> On 30 June 2017 at 21:02, Florian Fainelli <f.fainelli@gmail.com> wrote:
>> Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.
>>
>> Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> Looks good.

Is Kalle still on vacation, I suppose he is?
-- 
Florian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573
  2017-07-18 18:32   ` Florian Fainelli
@ 2017-07-21 15:40     ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2017-07-21 15:40 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Rafał Miłecki, Linux Kernel Mailing List, linux-wireless

Florian Fainelli <f.fainelli@gmail.com> writes:

> On 06/30/2017 02:37 PM, Rafa=C5=82 Mi=C5=82ecki wrote:
>> On 30 June 2017 at 21:02, Florian Fainelli <f.fainelli@gmail.com> wrote:
>>> Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.
>>>
>>> Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>=20
>> Looks good.
>
> Is Kalle still on vacation, I suppose he is?

Started to play the catch up game with the inbox today :)

This is on my queue so I should be able to apply this soonish:

https://patchwork.kernel.org/patch/9820259/

--=20
Kalle Valo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bcma: gpio: Correct number of GPIOs for BCM53573
  2017-06-30 19:02 [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573 Florian Fainelli
  2017-06-30 21:37 ` Rafał Miłecki
@ 2017-07-27 10:59 ` Kalle Valo
  1 sibling, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2017-07-27 10:59 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-kernel, Florian Fainelli, Rafał Miłecki,
	open list:BROADCOM SPECIFIC AMBA DRIVER (BCMA)

Florian Fainelli <f.fainelli@gmail.com> wrote:

> Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.
> 
> Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Patch applied to wireless-drivers-next.git, thanks.

459c35148ef6 bcma: gpio: Correct number of GPIOs for BCM53573

-- 
https://patchwork.kernel.org/patch/9820259/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-07-27 10:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30 19:02 [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573 Florian Fainelli
2017-06-30 21:37 ` Rafał Miłecki
2017-07-18 18:32   ` Florian Fainelli
2017-07-21 15:40     ` Kalle Valo
2017-07-27 10:59 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).