summaryrefslogtreecommitdiff
path: root/drivers/net/altera_tse.c
AgeCommit message (Expand)Author
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-11-18altera_tse: change ioremap to map_physmemThomas Chou
2015-11-12net: altera_tse: add mSG-DMA supportThomas Chou
2015-11-12net: altera_tse: add priv ops to prepare msgdma supportThomas Chou
2015-11-12net: altera_tse: wait sgdma in altera_tse_recvThomas Chou
2015-11-12net: altera_tse: factor out stop mac funcThomas Chou
2015-11-06net: altera_tse: get numbers of fdt address and size cellsThomas Chou
2015-11-06net: altera_tse: use data type u32 for regs and descThomas Chou
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou
2015-09-04net: altera_tse: Zap unused variableMarek Vasut
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2012-05-23net: Fix remaining API interface breakageJoe Hershberger
2012-03-30net/altera_tse: use flush_dcache_range instead of flush_dcacheStefan Kristiansson
2011-10-26altera_tse: Fix return of eth_device's recv() callbackJoachim Foerster
2011-10-26altera_tse: m88e1111s: Honor device flags regarding PHY interface modeJoachim Foerster
2011-10-26altera_tse: Add support for dedicated descriptor memoryJoachim Foerster
2011-10-26altera_tse: Fix SGDMA reset triggeringJoachim Foerster
2011-10-26altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync caseJoachim Foerster
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-08-09miiphy: constify device nameMike Frysinger
2010-05-03net: altera_tse: add write_hwaddr supportThomas Chou
2010-05-03net: add altera triple speeds ethernet mac driverThomas Chou