summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-11-09Rework MAC initialization code. Properly turn comphy off and on againPatrick Wildt
2020-11-09Clear TX sent counter on up/down.Patrick Wildt
2020-11-09On interface down, drop received packets by adding them back into thePatrick Wildt
2020-11-09Small whitespace cleanup.Patrick Wildt
2020-11-08Add supported media types for SFPs.Mark Kettenis
2020-11-08U-Boot might not have cleaned its pools. The pool needs to be emptyPatrick Wildt
2020-11-08Hand the pool a physical address, not a virtual one.Patrick Wildt
2020-11-08Check that DMA memory has been allocated for the rings and the BM. WhilePatrick Wildt
2020-11-07Add clock support for i.MX8MP. This variant uses essentially thePatrick Wildt
2020-11-06The ClearFog GT 8K device tree references the PP22's gate clockPatrick Wildt
2020-11-03Have mvpp(4) pass MII flags depending on the phy mode specified inPatrick Wildt
2020-11-03Disable HW PHY polling. It's enabled by default.Patrick Wildt
2020-10-12Add support for the i.MX8M AHB clocks. These behave just like all thePatrick Wildt
2020-10-12OCOTP's parent clock is the IPG clock on i.MX8M.Patrick Wildt
2020-10-08Register sxitwi(4) in the I2C framework.Patrick Wildt
2020-09-29Add support for A64 UART resets.Mark Kettenis
2020-09-13Add support for the RK3308 MAC.Jonathan Matthew
2020-09-13Correct the property name used to look up the delays for the phy resetJonathan Matthew
2020-09-08Add RK3308 temperature sensors.Jonathan Matthew
2020-09-08Add RK3328 PWM, also found in the RK3308.Jonathan Matthew
2020-09-06Add RK3308 clocksJonathan Matthew
2020-09-04Add RK3308 pinctrl supportJonathan Matthew
2020-09-04Add RK3308 GRFJonathan Matthew
2020-08-30PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+SASANO Takayoshi
2020-08-24Enable UHS-I support. No SDR104 support though since it doesn't seem to workMark Kettenis
2020-08-22Rework unicast/multicast configuration. Keep note that this only changesPatrick Wildt
2020-08-22Correct oversize rxq initialization in the classifier.Patrick Wildt
2020-08-22IPv4 protocol parser init fixup and a few whitespace fixes.Patrick Wildt
2020-08-22Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.Patrick Wildt
2020-08-22Use sizeof(variable) instead of using a macro for the length parameter.Patrick Wildt
2020-08-22Simplify some code by getting rid of an extra variable.Patrick Wildt
2020-08-22More consistent use of the BIT() macro.Patrick Wildt
2020-08-22Simplify check for return code.Patrick Wildt
2020-08-17Remove unnecessary BM cookie defines.Patrick Wildt
2020-08-17Rename gmac interrupt register defines to stay consistent with other gmacPatrick Wildt
2020-08-17Add enum for L2 cast like for L3.Patrick Wildt
2020-08-17Some register define renaming.Patrick Wildt
2020-08-17Remove an unnecessary define.Patrick Wildt
2020-08-17Even more whitespace and header changes.Patrick Wildt
2020-08-17More whitespace and enum cleanup.Patrick Wildt
2020-08-17Plenty of whitespace fixups.Patrick Wildt
2020-08-16Properly implement setting of the signal voltage.Mark Kettenis
2020-08-14Implement tuning and enable HS200 mode. On my ODROID-N2 I see very poorMark Kettenis
2020-07-31Make sure bcmtmon(4) attaches even if it has a "syscon" compatible.Mark Kettenis
2020-07-23Even more whitespace fixup.Patrick Wildt
2020-07-22Init GOP and COMPHY.Patrick Wildt
2020-07-22Pass tid we're looking for to mvpp2_prs_hw_read(), then we can zero thePatrick Wildt
2020-07-22Rework mvpp2_prs_flow_find() to return a tid instead of a whole prsPatrick Wildt
2020-07-22Fix more whitespace issues.Patrick Wildt
2020-07-22Use correct ethertype and IP proto defines.Patrick Wildt