OSDN Git Service

Merge branch 'phy-meson-gxl-clean-up-and-improvements'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Dec 2017 18:24:57 +0000 (13:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Dec 2017 18:24:57 +0000 (13:24 -0500)
commit27e9f4b3e55a8b869493970d01f48685bfd54834
tree9d62fe2d6e78f2d28db479a2edcb8052b145a674
parente7655085973bd33ee47bb12de663d31c81717404
parentafb4fa47fe94b5f0e97f9afb7251b34e2eb8fbdc
Merge branch 'phy-meson-gxl-clean-up-and-improvements'

Jerome Brunet says:

====================
net: phy: meson-gxl: clean-up and improvements

This patchset adds defines for the control registers and helpers to access
the banked registers. The goal being to make it easier to understand what
the driver actually does.
Then CONFIG_A6 settings is removed since this statement was without effect
Finally interrupt support is added, speeding things up a little

This series has been tested on the libretech-cc and khadas VIM

Changes since v2 [0]:
Drop LPA corruption fix which has been merged through net. Apart from this,
series remains the same.

[0]: https://lkml.kernel.org/r/20171207142715.32578-1-jbrunet@baylibre.com
====================

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