Age | Commit message (Expand) | Author |
2023-04-24 | Update qcpon(4) compatibles to match on qcom,pmk8350-pon, which is the updated | Patrick Wildt |
2023-04-24 | handle fixed-link configuration in the device tree. | David Gwynne |
2023-04-22 | use if_baudrate and if_link_state for mac config, not mii media values | David Gwynne |
2023-04-19 | dwmshc on rockchips don't support dma crossy 128M boundaries. | David Gwynne |
2023-04-19 | get rid of some dead code. | David Gwynne |
2023-04-19 | flag the device as non-removable if the dt says it's non-removable | David Gwynne |
2023-04-19 | dwmshc config | David Gwynne |
2023-04-18 | support Designware Mobile Storage Host Controllers | David Gwynne |
2023-04-18 | Support upstreamed AP806/CP110 bindings in mvtemp(4). Apparently older EDK2 | Patrick Wildt |
2023-04-18 | tweak a printf for an unhandled clock in rkclock_get_frequency. | David Gwynne |
2023-04-18 | add the emmc clocks on rk3568 (and rk3566) | David Gwynne |
2023-04-16 | Add no-op implementations of the WSDISPLAYIO_GVIDEO and WSDISPLAYIO_SVIDEO | Mark Kettenis |
2023-04-14 | add support for "rockchip,cryptov2-rng" | David Gwynne |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-04-10 | spelling | Jonathan Gray |
2023-04-08 | add missing write to XENON_EMMC_PHY_PAD_CONTROL2 | Jonathan Gray |
2023-04-08 | correct write to MV_XLG_PORT_MAC_CTRL4_REG | Jonathan Gray |
2023-04-08 | try and cope with not having the firmware/boot loader init the hardware. | David Gwynne |
2023-04-07 | print which gmac the dwqe driver is attaching to. | David Gwynne |
2023-04-07 | Determine PHY mode and pass the appropriate flags down to the PHY when we | Mark Kettenis |
2023-04-07 | register a mapping of dwqe interfaces to ofw nodes/phandles. | David Gwynne |
2023-04-06 | Add two more RK3568 clocks. | Mark Kettenis |
2023-04-06 | The simplebus_attach() function already prints a newline, so drop it here. | Mark Kettenis |
2023-04-06 | better handle "phy-mode" properties, in particular around clk delays. | David Gwynne |
2023-04-05 | Call dwpcie_link_config() when initializing the RK3568 PCIe controllers. | Mark Kettenis |
2023-04-04 | Synopsis Designware -> Synopsys DesignWare | Jonathan Gray |
2023-04-03 | try using a standard phy drivers registered with ofw/fdt first. | David Gwynne |
2023-04-03 | add support for enabling both the usb2 and usb3 phys. | David Gwynne |
2023-04-03 | register mvneta so the interface can be found by node/phandle later. | David Gwynne |
2023-04-03 | do actual init of the phy itself when needed. | David Gwynne |
2023-04-02 | add rkusbphy(4), a driver for the usb2phy on rockchip SoCs. | David Gwynne |
2023-04-01 | Add rkiovd(4), a driver for the IO voltage domains on Rockchip SoCs. This | Mark Kettenis |
2023-03-31 | Flip label separators to fix previous | Klemens Nanni |
2023-03-30 | keep match strings sorted | Klemens Nanni |
2023-03-30 | Attach Baikal-M PCIe | Klemens Nanni |
2023-03-26 | Aparantly we must configure the RGMII interface (and possible the TX/RX | Mark Kettenis |
2023-03-26 | Add support for the RK3568 32k RTC clock. This clock uses a fractional | Mark Kettenis |
2023-03-25 | The "snps,reset-*" properties are deprecatedand are being replaced with | Mark Kettenis |
2023-03-23 | correct rk3308 clk_32k_sel mask | Jonathan Gray |
2023-03-19 | Add rkpciephy(4), ad friver for the PCIe 3.0 PHY dound on the RK356x. | Mark Kettenis |
2023-03-19 | improve dmesg output to help with debugging. | David Gwynne |
2023-03-19 | Add a few more RK3568 clocks. | Mark Kettenis |
2023-03-19 | Use a task to switch clocks on RK3568 as the clock API needs process context. | Mark Kettenis |
2023-03-16 | Add code to bring up the PCIe controller on the RK356x. | Mark Kettenis |
2023-03-16 | Add missing dependecy for rkcomphy(4); pointed out by dlg@ | Mark Kettenis |
2023-03-12 | Add rkcomphy(3), a driver for the "naneng" combo PHY found on the RK356x | Mark Kettenis |
2023-03-12 | Match on the Armada 380 temperature sensor, which works the same as the | Jonathan Matthew |
2023-03-10 | Implement setting the parent clock for RK356x. This includes code for | Mark Kettenis |
2023-03-10 | Take controller out of reset; makes it work on rk356x. | Mark Kettenis |