From: Florian Fainelli
Date: Sun, 8 Jan 2017 14:52:04 -0800
> This patch series allows us to annotate dsa_switch_ops with a const
> qualifier.
Series applied, thanks.
On 01/09/2017 11:34 AM, David Miller wrote:
> From: Florian Fainelli
> Date: Sun, 8 Jan 2017 14:52:04 -0800
>
>> This patch series allows us to annotate dsa_switch_ops with a const
>> qualifier.
>
> I kinda suspect this will have minor conflicts with the ops overwrite
> bug fix I applied to 'ne
From: Florian Fainelli
Date: Sun, 8 Jan 2017 14:52:04 -0800
> This patch series allows us to annotate dsa_switch_ops with a const
> qualifier.
I kinda suspect this will have minor conflicts with the ops overwrite
bug fix I applied to 'net' right?
I think I'll wait until I merge net into net-ne
Hi Florian,
Florian Fainelli writes:
> This patch series allows us to annotate dsa_switch_ops with a const
> qualifier.
>
> Florian Fainelli (4):
> net: dsa: b53: Export most operations to other drivers
> net: dsa: bcm_sf2: Declare our own dsa_switch_ops
> net: dsa: Encapsulate legacy swit
Hi all,
This patch series allows us to annotate dsa_switch_ops with a const
qualifier.
Florian Fainelli (4):
net: dsa: b53: Export most operations to other drivers
net: dsa: bcm_sf2: Declare our own dsa_switch_ops
net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver
net: dsa