summaryrefslogtreecommitdiff
path: root/drivers/net/zynq_gem.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: zynqmp: Add missing ZYNQMP_FIRMWARE dependenciesAlgapally Santosh Sagar2023-03-091-1/+1
* net: zynq_gem: Wait for SGMII PCS link in zynq_gem_init()Stefan Roese2023-01-271-3/+33
* net: zynq_gem: Add support for new compatible str with xlnx prefixMichal Simek2023-01-101-1/+5
* xilinx: common: Remove zynq_board_read_rom_ethaddr()Venkatesh Yadav Abbarapu2022-11-221-16/+0
* net: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-051-1/+1
* net: gem: Check rate before setting it upMichal Simek2022-09-131-4/+7
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-151-7/+2
|\
| * treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek BehĂșn2022-04-101-1/+1
| * net: introduce helpers to get PHY interface mode from a device/ofnodeMarek BehĂșn2022-04-101-7/+2
* | net: zynq_gem: Add SGMII dynamic config supportT Karthik Reddy2022-04-051-0/+46
* | net: zynq_gem: Move ethernet info print statementT Karthik Reddy2022-04-051-4/+4
* | net: zynq_gem: Use shared MDIO bus support for zynqmpMichal Simek2022-04-051-9/+23
|/
* net: gem: Workaround gmii2rgmii bridge DT node issueAshok Reddy Soma2022-01-171-1/+2
* Revert "net: gem: Disable broadcast setting"Michal Simek2022-01-171-2/+0
* net: gem: Reduce timeout of mdio phy idle status checkAshok Reddy Soma2022-01-051-2/+4
* net: zynq: Add support for PHY configuration in SGMII modeMichal Simek2022-01-051-0/+20
* net: zynq: Add support for GEM resetMichal Simek2022-01-051-0/+26
* net: zynq: Add support for mdio bus address decodingMichal Simek2022-01-051-0/+3
* net: gem: Disable broadcast settingMichal Simek2021-10-211-0/+2
* net: gem: Fix setting PCS auto-negotiation stateRobert Hancock2021-03-301-8/+17
* net: gem: Fix error path in zynq_gem_probeMichal Simek2021-02-231-4/+4
* net: gem: Enable ethernet rx clock for versalT Karthik Reddy2021-02-231-6/+27
* clk: zynq: Add dummy clock enable functionMichal Simek2021-02-231-2/+2
* net: gem: unregister mdio bus if probe failsMichael Walle2021-02-111-1/+3
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* 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
* net: gem: Add support for more PHYs on MDIO busMichal Simek2020-09-231-0/+10
* net: gem: Disable PCS autonegotiation in case of fixed-linkMichal Simek2020-06-241-0/+4
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon 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/+1
* net: zynq-gem: Setup and use mdio base separatelyMichal Simek2020-04-061-6/+10
* net: zynq_gem: Add cache flush to zynq_gem_free_pktAshok Reddy Soma2020-04-061-0/+12
* net: zynq: Free allocated buffers in case of errorMichal Simek2020-02-281-5/+17
* net: zynq_gem: Use ulong instead of u32 data typeT Karthik Reddy2020-02-281-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* net: zynq: Add a note about RX_BUF macroMichal Simek2020-01-141-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: zynq_gem: Remove check for VersalSiva Durga Prasad Paladugu2019-10-081-4/+0
* net: zynq_gem: Add new versal compatible stringSiva Durga Prasad Paladugu2019-10-081-0/+1
* net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driverMichal Simek2019-10-081-2/+0
* net: gem: Remove phy autodetection codeMichal Simek2019-04-161-48/+0
* net: zynq_gem: Modify phy supported features after max-speed was setSiva Durga Prasad Paladugu2019-04-161-2/+3
* zynq-gem: Use appropriate cache flush/invalidate for RX and TXStefan Theil2019-01-241-5/+6
* net: zynq_gem: Add check for 64-bit dma support by hardwareSiva Durga Prasad Paladugu2018-12-031-1/+23
* net: zynq_gem: Added 64-bit addressing supportVipul Kumar2018-12-031-9/+54