aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/if_awg.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* if_awg: Add a awg_dma_start_tx function that trigger dma engineEmmanuel Vadot2020-11-201-4/+13
* if_awg: Reorder functions and sort them by usageEmmanuel Vadot2020-11-201-461/+502
* if_awg: Add awg_stop_dma and use it in awg_stopEmmanuel Vadot2020-11-201-17/+26
* if_awg: Add a function to enable/disable the mac tx/rxEmmanuel Vadot2020-11-201-13/+23
* if_awg: Split init code into sub functionEmmanuel Vadot2020-11-201-32/+48
* if_awg: Remove the taskqueue for miibus_statchgEmmanuel Vadot2020-11-201-26/+4
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-031-1/+0
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-27/+17
* arm: allwinner: Add pnp info to if_awg and compile it as module tooEmmanuel Vadot2019-04-251-1/+2
* awg: fix soft reset failure with no linkKyle Evans2019-01-211-0/+6
* Revert r343095Kyle Evans2019-01-171-36/+41
* awg: Move MAC soft reset to awg_init_locked to avoid soft reset timeoutKyle Evans2019-01-161-41/+36
* aw_sid: Add nvmem interfaceEmmanuel Vadot2018-08-061-1/+4
* if_awg: Add support for allwinner,{tx,rx}-delay-ps bindingsKyle Evans2018-04-091-8/+60
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Revert r328964: if_awg: Skip emac reset if configured for internal PHYKyle Evans2018-02-281-5/+3
* if_awg: Skip emac reset if configured for internal PHYKyle Evans2018-02-071-3/+5
* if_awg: Support new emac bindingsKyle Evans2018-01-111-6/+52
* if_awg: Use syscon prop if it existsKyle Evans2018-01-041-5/+58
* if_awg: Respect rgmii-*id PHY configurationsKyle Evans2017-12-271-2/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-4/+0
* if_awg: drain tx buffers and clear rx buffers when stoppingEmmanuel Vadot2017-11-181-0/+36
* if_awg: avoid hole in the rx ring buffer when mbuf allocation failsEmmanuel Vadot2017-11-181-72/+89
* if_awg: rename tx functions to match other drivers and free mbuf on m_collaps...Emmanuel Vadot2017-11-181-20/+35
* if_awg: don't process transmitted packets on TX_BUF_UA_INT, only on TX_INTEmmanuel Vadot2017-11-181-1/+3
* if_awg: replace multiple calls to if_setdrvflagbits with one call in awg_txintrEmmanuel Vadot2017-11-181-3/+8
* if_awg: only increment IFCOUNTER_OPACKETS when the last segment of a frame ha...Emmanuel Vadot2017-11-181-2/+8
* if_awg: store mbuf and dma mapping in the last segment of a tx frame instead ...Emmanuel Vadot2017-11-181-8/+13
* if_awg: mark the first tx descriptor as ready only after all the other tx des...Emmanuel Vadot2017-11-181-41/+45
* if_awg: only request completion interrupt on the last descriptor of a tx frameEmmanuel Vadot2017-11-181-3/+12
* Increase TX_MAX_SEGS from 10 to 20 for the if_awg.c driverOleksandr Tymoshenko2017-11-041-3/+9
* Disable/enable CSUM_UDP and CSUM_TCP along with CSUM_IPJared McNeill2017-09-301-3/+3
* if_awg: Add "allwinner,sun50i-a64-emac" compatible string.Emmanuel Vadot2017-07-091-0/+2
* Use the root key in the Security ID EFUSE (when valid) to generate aJared McNeill2016-09-031-3/+15
* Add support for Allwinner H3 EMAC.Jared McNeill2016-07-161-44/+213
* Allwinner Gigabit EMAC performance improvements.Jared McNeill2016-07-131-11/+121
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-4/+4
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-131-2/+2
* Add driver for Allwinner A83T/H3/A64 Gigabit Ethernet.Jared McNeill2016-05-041-0/+1418