| Age | Commit message (Expand) | Author |
| 2019-01-14 | Fix infinite loop like in fdtbus_get_string_index. | mlelstv |
| 2019-01-02 | Add a function to report if a regulator can support the requested voltage range | jmcneill |
| 2019-01-02 | Do not sort cpu nodes when enumerating so they attach in the order listed | jmcneill |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-11-13 | Avoid using the "interrupt-map" table on our own interrupts. | jakllsch |
| 2018-11-01 | Support for "opp-microvolt" with more than one cell | jmcneill |
| 2018-10-28 | Deactivate the watchdog timer during attach. | aymeric |
| 2018-10-21 | Fix sense of test in fdtbus_intr_disestablish. | skrll |
| 2018-10-19 | Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on the | jakllsch |
| 2018-10-15 | Don't use a4x bus tag | jmcneill |
| 2018-10-15 | Rename pl061gpio to plgpio and split the device logic from the FDT glue. | jmcneill |
| 2018-10-14 | Make compile | aymeric |
| 2018-10-06 | Provide an FDTBASE option which allows kernels to access FDT parsing | skrll |
| 2018-09-29 | Fix 64-bit build | jmcneill |
| 2018-09-26 | Set "i2c-indirect-config" to false in the right place so that iic(4) | jakllsch |
| 2018-09-26 | Add dwiic_fdt attachment for "snps,designware-i2c". | jakllsch |
| 2018-09-23 | Support rescan and child detachment | jmcneill |
| 2018-09-20 | Use machdep.cpu for the first instance | jmcneill |
| 2018-09-15 | fdtvar.h: Use _KERNEL_OPT wrapper where necessary. | jakllsch |
| 2018-09-09 | Attach cpu nodes with status "disabled" if they have an enable-method | jmcneill |
| 2018-09-09 | Add fdt_add_bus_match, which is like fdt_add_bus but allows for the caller to... | jmcneill |
| 2018-09-09 | Pass clock provider's phandle to fdtbus_clock_controller_func.decode() | aymeric |
| 2018-09-06 | Add fdtbus_intr_establish_raw and fdtbus_intr_str_raw, for establishing | jmcneill |
| 2018-09-03 | Use PRIx64 (fixes 64-bit build) | jmcneill |
| 2018-09-03 | Add generic AHCI SATA controller bus glue | jmcneill |
| 2018-09-01 | Don't print an error message for shared opp tables | jmcneill |
| 2018-09-01 | Add support for opp-v2 tables and multiple instances of the cpufreqdt | jmcneill |
| 2018-08-15 | Remove useless header arm/broadcom/bcm2835reg.h | skrll |
| 2018-08-12 | Add support for RK3399 | jmcneill |
| 2018-08-12 | Use more generic rk3288 compatible string, and do clock assignments when present | jmcneill |
| 2018-08-12 | Register shutdown handlers | jmcneill |
| 2018-07-23 | if the framebuffer address isn't page aligned, set fbi_fboffset appropriately | macallan |
| 2018-07-17 | Use PRI?64 instead of ll? | christos |
| 2018-07-15 | Get rid of unnecessary calls to kmem_alloc | jmcneill |
| 2018-07-15 | Return the interrupt controller's cookie directly from fdtbus_intr_establish | jmcneill |
| 2018-07-04 | Add basic pwm-fan driver. This doesn't have any smarts yet other than | jmcneill |
| 2018-07-03 | Add support for Samsung Exynos USB3 DRD. | jmcneill |
| 2018-07-03 | Fix name of snps,dis_u2_susphy_quirk property | jmcneill |
| 2018-07-02 | When searching for interrupt parent, stop as soon as we see an | jmcneill |
| 2018-07-02 | Fix a regression with interrupt-map handling in previous. | jmcneill |
| 2018-07-02 | sc_clock_freq is in Hz, not kHz | jmcneill |
| 2018-07-02 | interrupt-map bug fixes | jmcneill |
| 2018-07-01 | Fix 32-bit build | jmcneill |
| 2018-07-01 | Add fdtbus_attach_i2cbus, used to attach an i2cbus to an fdt device node. | jmcneill |
| 2018-06-30 | Use queue(3) API to manage lists. NFCI. | jmcneill |
| 2018-06-30 | Simplify list initialization | jmcneill |
| 2018-06-30 | Add helper to lookup syscon by phandle | jmcneill |
| 2018-06-30 | Store node path in device properties "fdt-path" property: | jmcneill |
| 2018-06-30 | cpus: use fdt_add_bus | jmcneill |
| 2018-06-30 | Allow nodes to attach child devices using the same sorting rules as used | jmcneill |