| Age | Commit message (Expand) | Author |
| 2022-06-12 | Attach when dr_mode is "otg" and the controller has the "usb-role-switch" and | skrll |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2022-03-25 | fdt: add support for USERCONF option | jmcneill |
| 2022-03-04 | Add mailbox and power-domain support. | skrll |
| 2022-02-23 | Sort a bit. NFC | skrll |
| 2022-02-23 | API naming consistency. NFC. | skrll |
| 2022-02-06 | sdhc: Retire SDHC_FLAG_USE_ADMA2 flag. | jmcneill |
| 2022-02-06 | fdt: dwcmmc: Honour broken-cd and non-removable DT properties | jmcneill |
| 2022-01-23 | Use __MASK(4) in bus_dmatag_subregion. NFCI. | skrll |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2022-01-21 | when enumerating ports and endpoints treat missing 'reg' properties as zero | macallan |
| 2022-01-17 | s/0xffffffff/UINT32_MAX/ in bus_dmatag_subregion call | skrll |
| 2022-01-14 | Formatting. NFCI. | skrll |
| 2022-01-07 | Calculate the minimum address, don't assume the first entry is the start. | mlelstv |
| 2021-12-19 | Sort includes. | riastradh |
| 2021-12-19 | Get drm to build on arm64 again. | riastradh |
| 2021-11-12 | dw_apb_uart: Honour reg-io-width property | jmcneill |
| 2021-11-07 | Look for child node by compat string snps,dwc3 instead of by name. | jmcneill |
| 2021-11-07 | pwm_backlight: pick defaults if none are provided | jmcneill |
| 2021-11-07 | fdt: add helper for finding intr parent phandle | jmcneill |
| 2021-11-07 | pinctrl-single: support #pinctrl-cells 2 | jmcneill |
| 2021-11-07 | fdtbus: match simple-pm-bus | jmcneill |
| 2021-11-07 | dts: adapt to dts-5.15 bindings | jmcneill |
| 2021-10-22 | rename "setup_interrupts" to "alloc_interrupts" | yamaguchi |
| 2021-09-14 | Remove "no IOMMU" hack. | jmcneill |
| 2021-09-06 | Instead of requiring drivers to be explicit about their device memory | jmcneill |
| 2021-09-04 | Add facility for registering iommus. | jmcneill |
| 2021-08-30 | Until we have proper FDT iommu support, refuse to attach when an iommu | jmcneill |
| 2021-08-30 | Add 10-bit pixel format support. | jmcneill |
| 2021-08-08 | fdt: regulator: pre-allocate regulator handle | jmcneill |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-26 | Fix 32-bit build. | jmcneill |
| 2021-06-25 | fdt "/reserved-memory" node should be handled | ryo |
| 2021-05-18 | Unbreak previous; we have to look for a child node iff our node isn't | jmcneill |
| 2021-05-03 | genet(4): Add support for rnd(9). | rin |
| 2021-04-26 | simplebus, cpus, and syscon do not need their own interface attribute; they | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 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 |