aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia
Commit message (Expand)AuthorAgeFilesLines
* Implement drivers for NVIDIA tegra124 display controller, HDMI sourceMichal Meloun2016-12-2614-9/+6815
* All armv6 platforms have the same implementation of platform_lastaddr.Andrew Turner2016-12-161-8/+0
* Use the platform_*_t typedefs to help check the platform function types areAndrew Turner2016-12-131-0/+6
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
* Fixes for NVIDIA Tegra124 clocks:Michal Meloun2016-12-043-18/+89
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-1411-12/+1
* Add NVIDIA Tegra XHCI driver and coresponding firmware blob.Michal Meloun2016-11-072-3/+1178
* Rework NVIDIA Tegra124 XUSBPAD driver.Michal Meloun2016-11-071-264/+875
* TEGRA: Fix numerous issues in clock code.Michal Meloun2016-11-043-124/+159
* TEGRA: Add basic driver for memory controller.Michal Meloun2016-11-042-0/+312
* TEGRA: Raise minimum voltage for CPU, original 0.9 V was too optimistic.Michal Meloun2016-10-191-2/+1
* REGULATOR: Move functions for handling with regulator ranges toMichal Meloun2016-10-181-111/+17
* TEGRA: Attach cpufreq and coretemp drivers only on tegra124 SoC.Michal Meloun2016-10-182-3/+12
* TEGRA: Really implement early printf. The original versionMichal Meloun2016-10-181-6/+6
* Fix release MSI method for NVidia Tegra PCI controllerOleksandr Tymoshenko2016-10-091-2/+2
* Fix MSI allocation for NVidia TegraOleksandr Tymoshenko2016-10-091-9/+6
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* TEGRA: Fix PCIe link timeout.Michal Meloun2016-10-041-1/+4
* TEGRA: Fix bindings for cpufreq and coretemp drivers,Michal Meloun2016-10-012-6/+6
* TEGRA: Extend timeout for PLLs lock to 5 ms. Real lock time for PLLAMichal Meloun2016-10-011-1/+1
* TEGRA: Prepare Tegra subtree for inclusion into ARM generic kernel.Michal Meloun2016-09-3019-119/+61
* TEGRA: Rename (cut & pasted) genahci to tegra_ahci. Make device class definit...Michal Meloun2016-09-291-5/+6
* TEGRA: Return back kern_clocksource.c into tegra config file. It was removed ...Michal Meloun2016-09-291-0/+5
* TEGRA: Don't include files already included by system or arch configs.Michal Meloun2016-09-291-6/+0
* TEGRA: Add support for MULTIDELAY option.Michal Meloun2016-09-291-1/+1
* Update PCI driver to match new dts treeOleksandr Tymoshenko2016-09-251-13/+21
* Update AHCI driver to match new dts treeOleksandr Tymoshenko2016-09-251-1/+1
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Move cpu_reset to be a platform method to allow multiple implementations.Andrew Turner2016-09-231-2/+4
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* TEGRA: Remove forgotten debug printf.Michal Meloun2016-08-191-1/+0
* TEGRA: Implement MSI/MSIX interrupts for pcie controller.Michal Meloun2016-08-191-57/+363
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-6/+6
* TEGRA: Subclass Tegra PCIE driver from ofw_pci base driver.Michal Meloun2016-07-171-416/+49
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-1013-58/+58
* Remove an unneeded call to fdt_get_unit, the return value is unused.Andrew Turner2016-07-091-4/+2
* tegra124: use roundup/rounddown macros from <sys/param.h>.Pedro F. Giffuni2016-06-031-2/+2
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-182-3/+6
* TEGRA: Also attach gpioc to tegra_gpio driver. Forgotten in r299854.Michal Meloun2016-05-151-1/+4
* TEGRA: Don't use common name 'iicb' for tegra specific IIC driver.Michal Meloun2016-05-151-2/+6
* TEGRA: Don't use common name 'gpio' for tegra specific GPIO driver.Michal Meloun2016-05-151-1/+6
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-145-9/+9
* Pass device tree node as a part of gpio_pin_get_by_ofw_XXX APIOleksandr Tymoshenko2016-05-101-3/+3
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-16/+26
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYAndrew Turner2016-04-301-1/+1
* TEGRA: Add interrupt support for Tegra GPIO controller.Michal Meloun2016-04-281-62/+465
* sys/arm: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-262-5/+5
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1