Merge branch 'add-ksz9567-with-I2C-support-to-ksz9477-driver'
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Sep 2019 10:36:12 +0000 (11:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Sep 2019 10:36:12 +0000 (11:36 +0100)
commit837636f586e8539bed9fc4ac9e4b39e4713c7b80
tree7a1ef63915b91975149395202aac88cc70d9f15c
parent421bceb270e21b6db92988923445460c2e498888
parentf4073e9164b5a9f5cc4f395a98caea89a5db35cd
Merge branch 'add-ksz9567-with-I2C-support-to-ksz9477-driver'

George McCollister says:

====================
add ksz9567 with I2C support to ksz9477 driver

Resurrect KSZ9477 I2C driver support patch originally sent to the list
by Tristram Ha and resolve outstanding issues. It now works as similarly to
the ksz9477 SPI driver as possible, using the same regmap macros.

Add support for ksz9567 to the ksz9477 driver (tested on a board with
ksz9567 connected via I2C).

Remove NET_DSA_TAG_KSZ_COMMON since it's not needed.

Changes since v1:
Put ksz9477_i2c.c includes in alphabetical order.
Added Reviewed-Bys.
====================

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