Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: eth: altera: Remove sgdmadesclen member from altera_tse_private | Tobias Klauser | 2015-08-12 | 1 | -0/+1 |
| | | | | | | | | | altera_tse_private->sgdmadesclen is always assigned assigned the same value and never changes during runtime. Remove the struct member and use a new define for sizeof(struct sgdma_descrip) instead. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | Altera TSE: Fix sparse errors and warnings | Vince Bridgers | 2014-05-15 | 1 | -12/+14 |
| | | | | | | | | | | | | | | | | | | | | This patch fixes the many sparse errors and warnings contained in the initial submission of the Altera Triple Speed Ethernet driver, and a few minor cppcheck warnings. Changes are tested on ARM and NIOS2 example designs, and compile tested against multiple architectures. Typical issues addressed were as follows: altera_tse_ethtool.c:136:19: warning: incorrect type in argument 1 (different address spaces) altera_tse_ethtool.c:136:19: expected void const volatile [noderef] <asn:2>*addr altera_tse_ethtool.c:136:19: got unsigned int *<noident> ... altera_sgdma.c:129:31: warning: cast removes address space of expression Signed-off-by: Vince Bridgers <vbridgers2013@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | Altera TSE: Add Altera Ethernet Driver SGDMA file components | Vince Bridgers | 2014-03-17 | 1 | -0/+124 |
This patch adds the SGDMA soft IP support for the Altera Triple Speed Ethernet driver. Signed-off-by: Vince Bridgers <vbridgers2013@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> |