aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia/tegra124
Commit message (Expand)AuthorAgeFilesLines
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-09-041-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-239-18/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* tegra: Fix a common typo in source code commentsGordon Bergling2022-02-091-1/+1
* tegra124: Implement new get_gate method for tegra124 clocks.Michal Meloun2022-01-202-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
* TEGRA: Add support for MULTIDELAY option.Michal Meloun2016-09-291-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
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-103-8/+8
* tegra124: use roundup/rounddown macros from <sys/param.h>.Pedro F. Giffuni2016-06-031-2/+2
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-142-3/+3
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYAndrew Turner2016-04-301-1/+1