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