commit | 2c836bd9a247132ff478857ec7b41a740df5ab64 | [log] [tgz] |
---|---|---|
author | Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> | Wed Aug 10 02:22:40 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 10 17:27:40 2016 -0700 |
tree | 8ed306111884c22c6f5853f87ec199f56f5d049b | |
parent | 5d8d0d4d46ed7bc0cf3e3ccb6c8b6ad7676335bc [diff] |
net: ethernet: ti: cpsw: move cpdma resources to cpsw_common Every net device private struct holds links to shared cpdma resources. No need to save and every time synchronize these resources per net dev. So, move it to common driver struct. 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>