freebsd-dev/sys/arm/nvidia
Svatopluk Kraus cd642c88a1 INTRNG - redefine struct intr_map_data to avoid headers pollution. Each
struct associated with some type defined in enum intr_map_data_type
must have struct intr_map_data on the top of its own definition now.
When such structs are used, correct type and size must be filled in.

There are three such structs defined in sys/intr.h now. Their
definitions should be moved to corresponding headers by follow-up
commits.

While this change was propagated to all INTRNG like PICs,
pic_map_intr() method implementations were corrected on some places.
For this specific method, it's ensured by a caller that the 'data'
argument passed to this method is never NULL. Also, the return error
values were standardized there.
2016-05-05 13:31:19 +00:00
..
tegra124 Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY 2016-04-30 17:27:33 +00:00
as3722_gpio.c
as3722_regulators.c sys/arm: make use of the howmany() macro when available. 2016-04-26 14:47:52 +00:00
as3722_rtc.c
as3722.c
as3722.h
tegra_abpmisc.c
tegra_ahci.c
tegra_efuse.c
tegra_efuse.h
tegra_ehci.c ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intr 2016-04-05 12:13:53 +00:00
tegra_gpio.c INTRNG - redefine struct intr_map_data to avoid headers pollution. Each 2016-05-05 13:31:19 +00:00
tegra_i2c.c
tegra_lic.c Remove FDT specific parts from INTRNG. Change its interface to make it 2016-04-04 09:15:25 +00:00
tegra_pcie.c Move arm's devmap to some generic place, so it can be used 2016-04-26 11:53:37 +00:00
tegra_pinmux.c
tegra_pmc.h
tegra_rtc.c
tegra_sdhci.c
tegra_soctherm_if.m
tegra_soctherm.c
tegra_uart.c TEGRA: Fixes for UART driver: 2016-03-26 10:09:28 +00:00
tegra_usbphy.c