| Age | Commit message (Expand) | Author |
| 2021-03-24 | Fix previous | skrll |
| 2021-03-23 | Match generic "snps,dw-mshc" compat string as found in BeagleV. | jmcneill |
| 2021-03-08 | Interrupt no longer needs kernel lock. | mlelstv |
| 2021-03-06 | Improve fdt_isprint so that it returns false if there are consecutive | skrll |
| 2021-03-02 | Fix previous: Each line is "stride" bytes wide, not "width * depth". | jmcneill |
| 2021-03-02 | Sanity check size vs width x height x depth. Buggy firmware exists. | skrll |
| 2021-02-22 | It is more appropriate to use clk_get_rate() rather than sc->sc_freq_target *... | ryo |
| 2021-02-05 | Assign device handles to devices that attach to the "fdt" interface attribute | thorpej |
| 2021-02-04 | Add fdtbus_device_register(). Just a placeholder for now. | thorpej |
| 2021-01-27 | Rename of_match_compat_data() to of_compatible_match(). Similarly, | thorpej |
| 2021-01-27 | Use DEVICE_COMPAT_EOL. | thorpej |
| 2021-01-26 | Replace 2 uses of of_match_compatible(). | thorpej |
| 2021-01-25 | Since we're using designated initialisers for compat data, we should | thorpej |
| 2021-01-25 | Add support for ACPI-based I2C mux attachment. | jmcneill |
| 2021-01-24 | Use strlist(9). | thorpej |
| 2021-01-20 | Remove the virtio child driver finalisation check KASSERT that, while it | reinoud |
| 2021-01-20 | Add VirtIO PCI v1.0 attachments and fix the drivers affected. | reinoud |
| 2021-01-18 | Remove "struct of_compat_data" and replace its usage with | thorpej |
| 2021-01-17 | trailing whitespace | jmcneill |
| 2021-01-16 | oops, fix mistake in previous commit. removed unwanted member that had been a... | ryo |
| 2021-01-15 | Add 'const char *xname' param to fdtbus_intr_establish_byname | jmcneill |
| 2021-01-15 | use fdtbus_intr_establish_xname | jmcneill |
| 2021-01-15 | use fdtbus_intr_establish_xname | ryo |
| 2021-01-15 | add fdtbus_intr_establish_xname() function | ryo |
| 2021-01-15 | Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establish | jmcneill |
| 2021-01-01 | - remove unnecessary code | ryo |
| 2020-12-31 | add fdt pwm regulator | ryo |
| 2020-12-28 | Re-factor the "iicmux" driver to support other types of muxes that are | thorpej |
| 2020-12-28 | The i2c-mux bindings specify that if the mux device has a child node named | thorpej |
| 2020-12-23 | Register each virtual bus's i2c_tag_t so that references for e.g. HDMI DDC | thorpej |
| 2020-12-23 | Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t, | thorpej |
| 2020-12-23 | Add support for i2c-mux-gpio and i2c-mux-pinctrl I2C mux virtual | thorpej |
| 2020-12-23 | Add fdtbus_gpio_count(), which counts the number of GPIO entries | thorpej |
| 2020-12-12 | Move evbarm/fdt/fdt_memory.[ch] to sys/dev/fdt and simplify the api and | skrll |
| 2020-12-11 | Multiple inclusion protection define consistency | skrll |
| 2020-12-11 | Trailing whitespace | skrll |
| 2020-10-30 | Add a "show fdt" ddb command | skrll |
| 2020-10-28 | add missing vmt_fdt.c. | ryo |
| 2020-10-27 | move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm... | ryo |
| 2020-10-21 | sfb_addr should be uint64_t, not bus_addr_t. Otherwise, its value | rin |
| 2020-10-20 | Instead of trying to prevent pciconf from reconfiguring the firmware's | jmcneill |
| 2020-10-19 | Fix colors of 32-bpp raster console for evbarm/aarch64eb and armeb. | rin |
| 2020-10-15 | Initialise xhci_softc sc_ios | jmcneill |
| 2020-10-02 | Revert rev 1.5: | rin |
| 2020-09-28 | Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumer | jmcneill |
| 2020-09-28 | Default reg-shift is 2, not 0, for DW APB UART | jmcneill |
| 2020-09-28 | Use com_init_regs_stride instead of a4x tag | jmcneill |
| 2020-09-20 | Adjust fdt_rescan to speed up booting by significantly reducing the number | jmcneill |
| 2020-07-16 | Add kernel option FDT_DEFAULT_STDOUT_PATH to set default (fallback) | jmcneill |
| 2020-07-16 | Make consinit actually work | jmcneill |