summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/qca_7k.h
Commit message (Collapse)AuthorAgeFilesLines
* net: qualcomm: move qcaspi_tx_cmd to qca_spi.cStefan Wahren2017-05-301-1/+0Star
| | | | | | | | The function qcaspi_tx_cmd() is only called from qca_spi.c. So we better move it there. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: qca_7k: Use BIT macroStefan Wahren2017-05-301-7/+7
| | | | | | | Use the BIT macro for the CONFIG and INT register values. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: qualcomm: new Ethernet over SPI driver for QCA7000Stefan Wahren2014-09-291-0/+72
This patch adds the Ethernet over SPI driver for the Qualcomm QCA7000 HomePlug GreenPHY. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>