~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* net: axi_emac: Change return value to -EAGAIN if RX is not readyMaksim Kiselev2023-07-21
* net: xilinx_axi: check PCS/PMA PHY status in setup_phyAndy Chiu2022-12-05
* net: xilinx_axi: add PCS/PMA PHYAndy Chiu2022-12-05
* net: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-05
* common: Drop display_options.h from common headerSimon Glass2022-08-10
* net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driverT Karthik Reddy2022-06-24
* treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-10
* net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-10
* net: xilinx: fix the wrong dma base address issueGreentime Hu2022-02-01
* net: xilinx: axi_emac: Add support for 10G/25G AXI ethernetAshok Reddy Soma2021-06-28
* net: xilinx: axi_emac: Cleanup of of_to_plat()Ashok Reddy Soma2021-06-28
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: Avoid accessing seq directlySimon Glass2020-12-18
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* net: xilinx: axi_emac: Typecast flush_cache argumentsAshok Reddy Soma2020-09-23
* net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warningsAshok Reddy Soma2020-09-23
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-25
* treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-25
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-20
* treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-20
* net: xilinx: axi_emac: Fix endless loop when no PHYs are connectedPatrick van Gelder2020-06-24
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* net: xilinx_axiemac: Fill the phy node pointer in phydevSiva Durga Prasad Paladugu2019-10-08
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* axi: ethernet: Added support for 64 bit addressing for axi-ethernetVipul Kumar2018-04-09
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-24
* net: xilinx_axi_emac: Use readl and writel for io opsSiva Durga Prasad Paladugu2017-11-29
* net: xilinx_axi_emac: Add support for non processor modeSiva Durga Prasad Paladugu2017-11-29
* net: xilinx_axi_emac: Read dma address using fdtdec_get_addrSiva Durga Prasad Paladugu2017-11-28
* net: xilinx_axi_emac: Use wait_for_bit instead of while loopSiva Durga Prasad Paladugu2017-11-28
* dm: Rename dev_addr..() functionsSimon Glass2017-06-01
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek2016-12-20
* Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2016-12-09
* net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek2016-12-08
* net: axi_emac: Report phy-node error message permanentlyMichal Simek2016-04-04
* net: xilinx_axi: Clear Isolate bit if found during phy setupSiva Durga Prasad Paladugu2016-04-04
* net: xilinx_axi: Use interface type instead of zeroSiva Durga Prasad Paladugu2016-04-04
* net: Add axi emac to KconfigMichal Simek2016-01-27
* net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek2016-01-27
* net: axi_emac: Split recv from free_pktMichal Simek2016-01-27
* net: axi_emac: Enable access to MDIO in probeMichal Simek2016-01-27
* net: axi_emac: Move driver to DMMichal Simek2016-01-27
* net: axi_emac: Pass private structure where possibleMichal Simek2016-01-27