summaryrefslogtreecommitdiff
path: root/drivers/net/altera_tse.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-1/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+3
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-11-18altera_tse: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-12net: altera_tse: add mSG-DMA supportThomas Chou1-0/+131
2015-11-12net: altera_tse: add priv ops to prepare msgdma supportThomas Chou1-21/+65
2015-11-12net: altera_tse: wait sgdma in altera_tse_recvThomas Chou1-1/+1
2015-11-12net: altera_tse: factor out stop mac funcThomas Chou1-15/+21
2015-11-06net: altera_tse: get numbers of fdt address and size cellsThomas Chou1-6/+8
2015-11-06net: altera_tse: use data type u32 for regs and descThomas Chou1-8/+8
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou1-791/+352
2015-09-04net: altera_tse: Zap unused variableMarek Vasut1-2/+0
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-7/+8
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-2/+1
2012-03-31net/altera_tse: use flush_dcache_range instead of flush_dcacheStefan Kristiansson1-3/+6
2011-10-26altera_tse: Fix return of eth_device's recv() callbackJoachim Foerster1-0/+2
2011-10-26altera_tse: m88e1111s: Honor device flags regarding PHY interface modeJoachim Foerster1-2/+8
2011-10-26altera_tse: Add support for dedicated descriptor memoryJoachim Foerster1-3/+16
2011-10-26altera_tse: Fix SGDMA reset triggeringJoachim Foerster1-4/+4
2011-10-26altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync caseJoachim Foerster1-0/+6
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-7/+7
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-05-04net: altera_tse: add write_hwaddr supportThomas Chou1-28/+35
2010-05-04net: add altera triple speeds ethernet mac driverThomas Chou1-0/+935