]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-dsa-Add-Vitesse-VSC73xx-parallel-mode'
authorDavid S. Miller <davem@davemloft.net>
Sun, 7 Jul 2019 21:16:32 +0000 (14:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jul 2019 21:16:32 +0000 (14:16 -0700)
commitb906ad2a7b27e6955c9409edb4fc854bef6a5f3d
tree49946dda2a1701732f07ad1086ee66d4a3aa15b4
parentc07f9300fc3ad84afb3f30b20881f459ade984bb
parentff60fd7b22e9ec5ae399271f247ad33e7c8d4628
Merge branch 'net-dsa-Add-Vitesse-VSC73xx-parallel-mode'

Pawel Dembicki says:

====================
net: dsa: Add Vitesse VSC73xx parallel mode

Main goal of this patch series is to add support for CPU attached parallel
bus in Vitesse VSC73xx switches. Existing driver supports only SPI mode.

Second change is needed for devices in unmanaged state.

V3:
- fix commit messages and descriptions about memory-mapped I/O mode

V2:
- drop changes in compatible strings
- make changes less invasive
- drop mutex in platform part and move mutex from core to spi part
- fix indentation
- fix devm_ioremap_resource result check
- add cover letter
====================

Signed-off-by: David S. Miller <davem@davemloft.net>