aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia
Commit message (Expand)AuthorAgeFilesLines
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-159-9/+9
* ARM: Enhance common Nvidia Tegra drivers by support for Tegra210 SoC.Michal Meloun2020-12-2615-567/+1056
* arm: tegra: Remove unused variableEmmanuel Vadot2020-11-261-1/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0135-121/+2
* Fix grabbing of tegra uart.Michal Meloun2020-06-111-0/+4
* arm: nvidia: pcie: Rename class name to pcibEmmanuel Vadot2020-04-161-1/+1
* arm: Fix duplicate pcib DRIVER_MODULEEmmanuel Vadot2020-04-161-2/+2
* remove extraneous double ;s in sys/Ed Maste2020-03-302-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+4
* Fix a few places that free a page from an object without busy held. This isJeff Roberson2019-12-021-0/+1
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-2/+0
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-203-8/+13
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-5/+0
* Don't allocate same clock twice..Michal Meloun2019-02-101-7/+0
* o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-301-1/+1
* arm64: GENERIC-MMCCAM: Fix build and module dependEmmanuel Vadot2018-08-291-1/+1
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Move options INTRNG into std.armv6 and std.armv7Warner Losh2018-08-201-2/+0
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-203-7/+7
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+2
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-085-11/+11
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-033-5/+5
* Fix build when option MMCCAM is defined.Emmanuel Vadot2018-03-081-0/+4
* vm_wait() rework.Konstantin Belousov2018-02-201-1/+1
* Convert extres/phy to kobj model.Michal Meloun2018-01-206-47/+75
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-301-3/+0
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+5
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-5/+0
* tegra: Do not define early printf functionEmmanuel Vadot2017-10-191-0/+2
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-051-1/+1
* Define a single instance of ahci_devclass and reference it from all theIan Lepore2017-10-021-2/+1
* Restore original (pre r315760) naming for Tegra SDHCI device.Michal Meloun2017-03-231-2/+2
* Revert r315800, it was committed with invalid (unsaved) commit log.Michal Meloun2017-03-231-2/+2
* Release all previously allocated resources.Michal Meloun2017-03-231-2/+2
* Correct the dependency of mmc(4) on sdhci_tegra(4) after r314887.Marius Strobl2017-03-231-1/+1
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-2/+1
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-3/+0
* Add support for card detect and write protect gpio pins to Tegra SDHCI.Michal Meloun2017-03-051-13/+23
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* 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