summaryrefslogtreecommitdiffstats
path: root/drivers/net/ag7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+2
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* ag7xxx: add initial support for s17Rosy Song2019-04-121-16/+123
* drivers: add ethernet support for qca953x in ag7xxx driverRosy Song2019-04-121-17/+186
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-8/+8
* net: ag7xxx: Propagate errors on phy accessJoe Hershberger2017-08-071-5/+24
* net: ag7xxx: Comment register namesJoe Hershberger2017-08-071-0/+16
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* net: Add ag7xxx driver for Atheros MIPSMarek Vasut2016-05-311-0/+980