]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-OXNAS'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Nov 2016 19:31:34 +0000 (15:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Nov 2016 19:31:34 +0000 (15:31 -0400)
commitbff1725c2024dd8e4e50d0521e1a2c9b63145ba5
tree767fca6126bc2b67592d73eb72e1a6a881b30190
parente5a4e75103117934d728ef879bc081cf1b4557af
parentabb2f5d28aceae34fa47322cb9b7e13a28f5250c
Merge branch 'stmmac-OXNAS'

Neil Armstrong says:

====================
net: stmmac: Add OXNAS DWMAC Glue

This patchset add support for the Sysnopsys DWMAC Gigabit Ethernet
controller Glue layer of the Oxford Semiconductor OX820 SoC.

Changes since v2 at http://lkml.kernel.org/r/20161031105345.16711-1-narmstrong@baylibre.com :
 - Disable/Unprepare clock if regmap read fails in oxnas_dwmac_init

Changes since v1 at https://patchwork.kernel.org/patch/9388231/ :
 - Split dt-bindings in a separate patch
 - Add IP version in the dt-bindings compatible
 - Check return of clk_prepare_enable()
 - use get_stmmac_bsp_priv() helper
 - hardwire setup values in oxnas_dwmac_init()

Changes since RFC at https://patchwork.kernel.org/patch/9387257 :
 - Drop init/exit callbacks
 - Implement proper remove and PM callback
 - Call init from probe
 - Disable/Unprepare clock if stmmac probe fails
====================

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