]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Tue, 9 Aug 2016 23:22:44 +0000 (02:22 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Aug 2016 00:27:41 +0000 (17:27 -0700)
commit622f71d9ccc55fd5412cb48442015b61a3d0a82d
treeb3e3c874a87f07190d9191c44e274b382085b301
parent1f2ff31ec507a7f4386e30218a7f15a9d191241b
net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common

The ale, cpts, version, rx_packet_max, bus_freq, interrupt pacing
parameters are common per net device that uses the same h/w. So,
move them to common driver structure.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c