Re: bcma: gpio: Correct number of GPIOs for BCM53573

2017-07-27 Thread Kalle Valo
Florian Fainelli <f.faine...@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.faine...@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



Re: [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573

2017-07-21 Thread Kalle Valo
Florian Fainelli  writes:

> On 06/30/2017 02:37 PM, Rafał Miłecki wrote:
>> On 30 June 2017 at 21:02, Florian Fainelli  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 
>> 
>> 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/

-- 
Kalle Valo


Re: [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573

2017-07-18 Thread Florian Fainelli
On 06/30/2017 02:37 PM, Rafał Miłecki wrote:
> On 30 June 2017 at 21:02, Florian Fainelli  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 
> 
> Looks good.

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


Re: [PATCH] bcma: gpio: Correct number of GPIOs for BCM53573

2017-06-30 Thread Rafał Miłecki
On 30 June 2017 at 21:02, Florian Fainelli  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 

Looks good.


[PATCH] bcma: gpio: Correct number of GPIOs for BCM53573

2017-06-30 Thread Florian Fainelli
Broadcom BCM53573 SoCs actually have 32 GPIOs, and not 16.

Fixes: 3f37ec79dd21 ("bcma: support BCM53573 series of wireless SoCs")
Signed-off-by: Florian Fainelli 
---
 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