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