aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia/tegra124
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-4/+4
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-101-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-102-2/+2
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-103-3/+3
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-107-10/+10
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-279-9/+0
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-08-221-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-095-14/+7
* arm/arm64 nvidia: Remove unused variables.John Baldwin2022-04-093-11/+2
* tegra: Fix a common typo in source code commentsGordon Bergling2022-02-061-1/+1
* tegra124: Implement new get_gate method for tegra124 clocks.Michal Meloun2021-12-242-0/+34
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-155-5/+5
* arm: tegra: Remove unused variableEmmanuel Vadot2020-11-261-1/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-35/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-4/+7
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-5/+0
* Move options INTRNG into std.armv6 and std.armv7Warner Losh2018-08-201-2/+0
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-281-3/+0
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-4/+4
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-031-3/+3
* Convert extres/phy to kobj model.Michal Meloun2018-01-201-33/+37
* 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
* 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-261-9/+9
* 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
* 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-142-2/+0
* Add NVIDIA Tegra XHCI driver and coresponding firmware blob.Michal Meloun2016-11-071-3/+18
* 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-041-0/+1
* TEGRA: Raise minimum voltage for CPU, original 0.9 V was too optimistic.Michal Meloun2016-10-191-2/+1
* 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
* 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 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-305-39/+15
* 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