index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
altera_tse.c
Age
Commit message (
Expand
)
Author
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-19
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2017-06-01
fdt: Rename a few functions in fdt_support
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2015-11-18
altera_tse: change ioremap to map_physmem
Thomas Chou
2015-11-12
net: altera_tse: add mSG-DMA support
Thomas Chou
2015-11-12
net: altera_tse: add priv ops to prepare msgdma support
Thomas Chou
2015-11-12
net: altera_tse: wait sgdma in altera_tse_recv
Thomas Chou
2015-11-12
net: altera_tse: factor out stop mac func
Thomas Chou
2015-11-06
net: altera_tse: get numbers of fdt address and size cells
Thomas Chou
2015-11-06
net: altera_tse: use data type u32 for regs and desc
Thomas Chou
2015-10-23
net: convert altera_tse to driver model and phylib
Thomas Chou
2015-09-04
net: altera_tse: Zap unused variable
Marek Vasut
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2012-05-23
net: Fix remaining API interface breakage
Joe Hershberger
2012-03-30
net/altera_tse: use flush_dcache_range instead of flush_dcache
Stefan Kristiansson
2011-10-26
altera_tse: Fix return of eth_device's recv() callback
Joachim Foerster
2011-10-26
altera_tse: m88e1111s: Honor device flags regarding PHY interface mode
Joachim Foerster
2011-10-26
altera_tse: Add support for dedicated descriptor memory
Joachim Foerster
2011-10-26
altera_tse: Fix SGDMA reset triggering
Joachim Foerster
2011-10-26
altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync case
Joachim Foerster
2011-01-09
miiphy: convert to linux/mii.h
Mike Frysinger
2010-08-09
miiphy: constify device name
Mike Frysinger
2010-05-03
net: altera_tse: add write_hwaddr support
Thomas Chou
2010-05-03
net: add altera triple speeds ethernet mac driver
Thomas Chou