| Age | Commit message (Expand) | Author |
| 2023-04-30 | codec translates to 16bit slinear_le, not the internal format. | mlelstv |
| 2023-04-21 | Trailing whitespace | skrll |
| 2023-04-07 | Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm. | skrll |
| 2022-11-19 | bcm2835_intr.c: fix !MULTIPROCESSOR | yamt |
| 2022-10-15 | Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappings | jmcneill |
| 2022-09-17 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-06-25 | pic: Update ci_cpl in pic_set_priority callback. | jmcneill |
| 2022-05-07 | Remove unnecessary gotos and label. Same code before and after. | skrll |
| 2022-04-22 | Remove stale comment | skrll |
| 2022-03-24 | s/interupt/interrupt/ in comments. | andvar |
| 2022-03-19 | rnd(9): Omit needless locks in various HWRNG drivers. | riastradh |
| 2022-03-19 | rnd(9): Adjust IPL of locks used by rndsource callbacks. | riastradh |
| 2022-03-03 | arm: Use device_set_private for various drivers. | riastradh |
| 2022-02-06 | sdhc: Retire SDHC_FLAG_USE_ADMA2 flag. | jmcneill |
| 2022-01-17 | Pass the controller devhandle along to the GPIO layer. | thorpej |
| 2021-10-31 | Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep. | skrll |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-12 | Fix build for uniprocessor. | nat |
| 2021-09-01 | Install IPI handler with non-NULL context. | jmcneill |
| 2021-09-01 | PR port-arm/56264 | rin |
| 2021-08-21 | fix mainly same typos as in my previous commit but outside sys/dev/dm. | andvar |
| 2021-08-08 | Adjust register base and size | jmcneill |
| 2021-08-08 | broadcom: ACPI: Add support for mini UART in ACPI mode. | jmcneill |
| 2021-08-08 | disable DMA for now... | jmcneill |
| 2021-08-08 | bcm2838: Add ACPI support for the EMMC2 SDHCI controller. | jmcneill |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-05-12 | Pass along our device handle to the PCI bus instance we attach. | thorpej |
| 2021-05-03 | bcm2838_pcie: match brcm,bcm2711-pcie | tnn |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-10 | Add PCIe driver to build. | mlelstv |
| 2021-03-08 | Add comments for 2711 local peripherals | mlelstv |
| 2021-03-08 | Move interrupt register definitions to driver. | mlelstv |
| 2021-03-08 | Undocumented register to multiplex emmc2 pins to legacy sdhc | mlelstv |
| 2021-03-08 | RPI4 PCIe driver, based on pcihost_fdt.c | mlelstv |
| 2021-02-04 | Call acpi_device_register() / fdtbus_device_register() as approrpriate. | thorpej |
| 2021-01-29 | fdtbus_intr_establish -> fdtbus_intr_establish_xname | skrll |
| 2021-01-27 | vcaudio: Do not report recording mode in hardware format | nia |
| 2021-01-27 | Rename of_match_compat_data() to of_compatible_match(). Similarly, | thorpej |
| 2021-01-26 | Add a device_t parameter to acpi_enter_i2c_devs. If non-NULL, all child | jmcneill |
| 2021-01-25 | Since we're using designated initialisers for compat data, we should | thorpej |
| 2021-01-23 | vcaudio: don't advertise CAPTURE when all functions return EINVAL | nia |
| 2021-01-19 | Use device_compatible_entry / of_search_compatible() rather than | thorpej |
| 2021-01-18 | Remove "struct of_compat_data" and replace its usage with | thorpej |
| 2021-01-15 | Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establish | jmcneill |
| 2020-12-23 | Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t, | thorpej |
| 2020-12-23 | Add missing call to fdtbus_register_i2c_controller(). This doesn't | thorpej |
| 2020-12-16 | interupt -> interrupt | christos |
| 2020-12-01 | bcm2835-fb seems byte-swapped to CPU when running in big-endian mode. | rin |