summaryrefslogtreecommitdiff
path: root/sys/arch/arm/nvidia
AgeCommit message (Expand)Author
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2022-10-15Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappingsjmcneill
2022-04-21s/subesquent/subsequent/ in copy pasted comments.andvar
2022-03-19tegra124_car(4): Attach rndsource synchronously.riastradh
2022-03-19tegra124_car(4): No need for rnd lock -- delete it.riastradh
2022-02-23API naming consistency. NFC.skrll
2022-02-06sdhc: Retire SDHC_FLAG_USE_ADMA2 flag.jmcneill
2022-02-06sdhc: tegra: Set SDHC_FLAG_BROKEN_ADMA2_ZEROLEN quirk flag.jmcneill
2022-01-22Ensure bus_dmatag_subregion is called with an inclusive max_addrskrll
2021-12-19drm: Do the attach task dance for tegra drm.riastradh
2021-12-19drm: Make tegra drm build again.riastradh
2021-12-19drm_dev_alloc now returns ERR_PTR, check for that.riastradh
2021-12-05s/stauts/status/msaitoh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-21fix proplib deprecationchristos
2021-05-12Pass along our device handle to the PCI bus instance we attach.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-04Call acpi_device_register() / fdtbus_device_register() as approrpriate.thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
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-15use fdtbus_intr_establish_xnamejmcneill
2021-01-15Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establishjmcneill
2020-12-28Remove the AHCI_QUIRK_SKIP_RESET quirk now that the underlying issue isjmcneill
2020-12-23Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t,thorpej
2020-10-15Initialise xhci_softc sc_iosjmcneill
2020-09-28Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumerjmcneill
2020-09-14Trailing whitespace.skrll
2020-08-29tegra_xusb: fix xusb static firmware buildjakllsch
2020-08-25Protect tegra124_cpu_init_cpufreq against being run more than once.skrll
2020-08-21#ifdef consistency.uwe
2020-08-12Add CEC clockjmcneill
2020-07-10Add support for KASAN on ARMv[67]skrll
2020-07-08tegra_xusb depends on firmload.uwe
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-20Convert to new proplib apiskrll
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2020-04-30rnd_attach_source calls the callback itself now.riastradh
2020-03-01bus_dmatag_subregion isn't supported on (compiled into) arm so ifdef itsskrll
2020-02-15Need to limit the DMA range for tx1. Assume 32bit DMA everywhere for now.skrll
2020-02-15Various updates and improvements to cpu start up on arm/aarch64skrll
2020-01-07Fix arm __HAVE_PREEMPTION buildskrll
2020-01-07KNFskrll
2019-12-28Do not use Early Write Acknowledge for PCIe I/O and config space.jmcneill
2019-12-22Use a separate lock (not the i2c bus lock) to synchronize with thethorpej
2019-10-13Restore %# for PRIxBUSADDRskrll
2019-10-13Use PRIxBUSADDRskrll
2019-10-13Trailing whitespaceskrll