Age | Commit message (Expand) | Author |
2020-12-19 | There's no need to include the OFW GPIO header. | Patrick Wildt |
2020-12-19 | Add support for the i.MX8MP PCIe clocks. | Patrick Wildt |
2020-12-18 | Add support for the i.MX8MP second ethernet. The Plus SoC not only has the | Patrick Wildt |
2020-12-18 | Emulate open drain GPIOs. This replaces the hack added in the last commit. | Mark Kettenis |
2020-12-18 | Make large read and write transactions work. | Mark Kettenis |
2020-12-18 | Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for | Patrick Wildt |
2020-12-18 | Add code to initialize the USB 3 PHY on i.MX8MP. | Patrick Wildt |
2020-12-18 | Add support for the i.MX8MP USB clocks. | Patrick Wildt |
2020-12-18 | Attach imxgpc(4) to i.MX8MP as well. | Patrick Wildt |
2020-12-17 | Only enable the USB 3.0 port and PHY if it is enabled on a board. | Mark Kettenis |
2020-12-17 | Reset pin 3 of the GPIOAO bank to input mode to work around a hardware | Mark Kettenis |
2020-12-17 | Match on "amlogic,meson-g12a-dwmac" which is used by newer Linux mainline | Mark Kettenis |
2020-12-17 | Add support for the "Always On" GPIOs. | Mark Kettenis |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-12-07 | Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link | Mark Kettenis |
2020-12-06 | Use 1000baseKX and 2500baseKX media types for fixed link connections an | Mark Kettenis |
2020-12-02 | Enable auto-negotiation on the SerDes links, which allows in-band-status | Patrick Wildt |
2020-11-29 | Add mvsw(4), a driver for Marvell "SOHO" switches that are found on some | Mark Kettenis |
2020-11-29 | Add support for 1000base-x and 2500base-x connections. | Mark Kettenis |
2020-11-28 | make it possible to attach other devices (for example switches) to mvmdio(4). | Mark Kettenis |
2020-11-19 | Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical | Mark Kettenis |
2020-11-17 | Split imxiic(4) into the FDT-attachment code and the i.MX I2C code | Patrick Wildt |
2020-11-14 | Add support for the VF610 I2C controller to imxiic(4). It uses its | Patrick Wildt |
2020-11-14 | Move enabling/disabling the I2C controller and clearing the Interrupt | Patrick Wildt |
2020-11-14 | Add 10G media support. This makes the 10G ports on the "single shot" model | Mark Kettenis |
2020-11-13 | Assert reset before configuring the MACs. Otherwise we leave the 10G MAC | Mark Kettenis |
2020-11-13 | To prepare for upcoming VF610 support, access the clk div table using | Patrick Wildt |
2020-11-13 | Convert array of two-element arrays into a much more readable array of | Patrick Wildt |
2020-11-13 | Add define for the status register's Arbitration Lost bit. | Patrick Wildt |
2020-11-13 | On VF610 the registers are a single byte apart, so introduce a regshift | Patrick Wildt |
2020-11-13 | Even though the registers are 16-bit wide, the upper 8 bits are always | Patrick Wildt |
2020-11-12 | Reconfigure the COMPHY mode when we find an SFP and configure inband media | Mark Kettenis |
2020-11-12 | FDT-based I2C drivers should not use OF_* API in the match code, since | Patrick Wildt |
2020-11-10 | Enable optical output when bringing an interface up and disable it again | Mark Kettenis |
2020-11-10 | Add interfaces to control optical output of an SFP. | Mark Kettenis |
2020-11-10 | Fix previous commit; using > 0 to check a pointer isn't quite right. | Mark Kettenis |
2020-11-10 | If possible, check the MOD-DEF0 signal to detect the presence of an SFP. | Mark Kettenis |
2020-11-09 | Rework MAC initialization code. Properly turn comphy off and on again | Patrick Wildt |
2020-11-09 | Clear TX sent counter on up/down. | Patrick Wildt |
2020-11-09 | On interface down, drop received packets by adding them back into the | Patrick Wildt |
2020-11-09 | Small whitespace cleanup. | Patrick Wildt |
2020-11-08 | Add supported media types for SFPs. | Mark Kettenis |
2020-11-08 | U-Boot might not have cleaned its pools. The pool needs to be empty | Patrick Wildt |
2020-11-08 | Hand the pool a physical address, not a virtual one. | Patrick Wildt |
2020-11-08 | Check that DMA memory has been allocated for the rings and the BM. While | Patrick Wildt |
2020-11-07 | Add clock support for i.MX8MP. This variant uses essentially the | Patrick Wildt |
2020-11-06 | The ClearFog GT 8K device tree references the PP22's gate clock | Patrick Wildt |
2020-11-03 | Have mvpp(4) pass MII flags depending on the phy mode specified in | Patrick Wildt |
2020-11-03 | Disable HW PHY polling. It's enabled by default. | Patrick Wildt |
2020-10-12 | Add support for the i.MX8M AHB clocks. These behave just like all the | Patrick Wildt |