#ifndef __DT_APQ8016_LPASS_H #define __DT_APQ8016_LPASS_H #define MI2S_PRIMARY 0 #define MI2S_SECONDARY 1 #define MI2S_TERTIARY 2 #define MI2S_QUATERNARY 3 #endif /* __DT_APQ8016_LPASS_H */ /linux/net-next.git/atom/?h=emaclite-cleanup' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-12net: xilinx: emaclite: Remove net_device pointer from struct net_localemaclite-cleanupTobias Klauser1-12/+9
There's only a few places left where the net_device back-pointer from struct net_local is used, so we can reduce the private struct size by removing it. Remove it entirely by using the net_device already passed to the function in question and by storing the net_device pointer instead of the net_local pointer in mii_bus->priv. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2016-12-12net: xilinx: emaclite: Use netdev_* print functionsTobias Klauser offloading netdeviceJiri Pirko1-0/+3
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2