[PATCH net-next v3 0/2] net: mvneta: Armada 98DX2530 SoC

Chris Packham posted 2 patches 4 years, 3 months ago
There is a newer version of this series
.../bindings/net/marvell-armada-370-neta.txt        |  1 +
drivers/net/ethernet/marvell/mvneta.c               | 13 +++++++++++++
2 files changed, 14 insertions(+)
[PATCH net-next v3 0/2] net: mvneta: Armada 98DX2530 SoC
Posted by Chris Packham 4 years, 3 months ago
This is split off from [1] to let it go in via net-next rather than waiting for
the rest of the series to land.

[1] - https://lore.kernel.org/lkml/20220314213143.2404162-1-chris.packham@alliedtelesis.co.nz/

Chris Packham (2):
  dt-bindings: net: mvneta: Add marvell,armada-ac5-neta
  net: mvneta: Add support for 98DX2530 Ethernet port

 .../bindings/net/marvell-armada-370-neta.txt        |  1 +
 drivers/net/ethernet/marvell/mvneta.c               | 13 +++++++++++++
 2 files changed, 14 insertions(+)

-- 
2.35.1
Re: [PATCH net-next v3 0/2] net: mvneta: Armada 98DX2530 SoC
Posted by Jakub Kicinski 4 years, 3 months ago
On Tue, 15 Mar 2022 14:17:40 +1300 Chris Packham wrote:
> This is split off from [1] to let it go in via net-next rather than waiting for
> the rest of the series to land.
> 
> [1] - https://lore.kernel.org/lkml/20220314213143.2404162-1-chris.packham@alliedtelesis.co.nz/

Patchwork says it doesn't apply cleanly to net-next [1].
Could you double check?

[1] https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/
Re: [PATCH net-next v3 0/2] net: mvneta: Armada 98DX2530 SoC
Posted by Chris Packham 4 years, 3 months ago
On 15/03/22 18:35, Jakub Kicinski wrote:
> On Tue, 15 Mar 2022 14:17:40 +1300 Chris Packham wrote:
>> This is split off from [1] to let it go in via net-next rather than waiting for
>> the rest of the series to land.
>>
>> [1] - https://scanmail.trustwave.com/?c=20988&d=nKWw4otBS8no711-ly1FNC4uR0v3LkysRvdxYwm1Rg&u=https%3a%2f%2flore%2ekernel%2eorg%2flkml%2f20220314213143%2e2404162-1-chris%2epackham%40alliedtelesis%2eco%2enz%2f
> Patchwork says it doesn't apply cleanly to net-next [1].
> Could you double check?
>
> [1] https://scanmail.trustwave.com/?c=20988&d=nKWw4otBS8no711-ly1FNC4uR0v3LkysRqx8aF21QQ&u=https%3a%2f%2fgit%2ekernel%2eorg%2fpub%2fscm%2flinux%2fkernel%2fgit%2fnetdev%2fnet-next%2egit%2f
Yeah sorry looks like this will clash with 72bb9531162a ("net: mvneta: 
reorder initialisation"). I'll rebase my branch on top of 
net-next/master. The logical change is simple enough but I can see why 
git am would object.