linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-05 10:00:33 to 2022-05-12 22:18:15 UTC [more...]

[PATCH v3 00/10] gpiolib: Handle immutable irq_chip structures
 2022-05-12 22:18 UTC  (10+ messages)

[PATCH v5 0/5] iommu: Support mappings/reservations in reserved-memory regions
 2022-05-12 19:00 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: reserved-memory: Document iommu-addresses
` [PATCH v5 2/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v5 3/5] iommu: dma: Use of_iommu_get_resv_regions()
` [PATCH v5 4/5] iommu/tegra-smmu: Add support for reserved regions
` [PATCH v5 5/5] iommu/tegra-smmu: Support managed domains

[PATCH] dt-bindings: Renamed hte directory to timestamp
 2022-05-12 17:50 UTC 

[PATCH] gpio: Remove dynamic allocation from populate_parent_alloc_arg()
 2022-05-12 16:23 UTC 

[PATCH 00/30] The panic notifiers refactor
 2022-05-12 14:03 UTC  (58+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 17/30] tracing: Improve "
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 22/30] panic: Introduce the panic post-reboot notifier list
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path

[PATCH 0/2] Add GPCDMA support for Tegra234
 2022-05-12  9:21 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: Add headers for Tegra234 GPCDMA
` [PATCH 2/2] arm64: tegra: Add Tegra234 GPCDMA device tree node

[Patch v6 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-05-11 20:16 UTC  (11+ messages)
` [Patch v6 1/9] soc: tegra: set ERD bit to mask inband errors
` [Patch v6 2/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
` [Patch v6 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding
` [Patch v6 4/9] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
` [Patch v6 5/9] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
` [Patch v6 6/9] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
` [Patch v6 7/9] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
` [Patch v6 8/9] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
` [Patch v6 9/9] soc: tegra: cbb: Add support for tegra-grace SOC

[PATCH 0/2] perf: ARM CoreSight PMU support
 2022-05-11 16:44 UTC  (17+ messages)
` [PATCH 1/2] perf: coresight_pmu: Add support for ARM CoreSight PMU driver
` [PATCH 2/2] perf: coresight_pmu: Add support for NVIDIA SCF and MCF attribute

[Patch v5 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-05-11 16:14 UTC  (15+ messages)
` [Patch v5 1/9] soc: tegra: set ERD bit to mask inband errors
` [Patch v5 2/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
` [Patch v5 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding
` [Patch v5 4/9] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
` [Patch v5 5/9] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
` [Patch v5 6/9] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
` [Patch v5 7/9] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
` [Patch v5 8/9] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
` [Patch v5 9/9] soc: tegra: cbb: Add support for tegra-grace SOC

[PATCH v6 0/3] PCI: IPQ6018 platform support
 2022-05-11 14:03 UTC  (3+ messages)

[PATCH v2] drm/tegra: Stop using iommu_present()
 2022-05-11 11:08 UTC  (4+ messages)

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-11 10:12 UTC  (30+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()
` [PATCH v8 02/27] notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
` [PATCH v8 03/27] kernel/reboot: Introduce sys-off handler API
` [PATCH v8 04/27] kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
` [PATCH v8 05/27] kernel/reboot: Add do_kernel_power_off()
` [PATCH v8 06/27] kernel/reboot: Add stub for pm_power_off
` [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off()
` [PATCH v8 08/27] kernel/reboot: Add register_platform_power_off()
` [PATCH v8 09/27] ARM: Use do_kernel_power_off()
` [PATCH v8 10/27] csky: "
` [PATCH v8 11/27] riscv: "
` [PATCH v8 12/27] arm64: "
` [PATCH v8 13/27] parisc: "
` [PATCH v8 14/27] xen/x86: "
` [PATCH v8 15/27] powerpc: "
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API
` [PATCH v8 17/27] sh: Use do_kernel_power_off()
` [PATCH v8 18/27] x86: "
` [PATCH v8 19/27] ia64: "
` [PATCH v8 20/27] mips: "
` [PATCH v8 21/27] memory: emif: Use kernel_can_power_off()
` [PATCH v8 22/27] ACPI: power: Switch to sys-off handler API
` [PATCH v8 23/27] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v8 24/27] reboot: Remove pm_power_off_prepare()
` [PATCH v8 25/27] soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properly
` [PATCH v8 26/27] kernel/reboot: Add devm_register_power_off_handler()
` [PATCH v8 27/27] kernel/reboot: Add devm_register_restart_handler()

[PATCH 5.17 000/140] 5.17.7-rc1 review
 2022-05-11  9:20 UTC 

[PATCH 5.15 000/135] 5.15.39-rc1 review
 2022-05-11  9:19 UTC 

[PATCH 5.10 00/70] 5.10.115-rc1 review
 2022-05-11  9:19 UTC 

[PATCH 5.4 00/52] 5.4.193-rc1 review
 2022-05-11  9:19 UTC 

[PATCH 4.19 00/88] 4.19.242-rc1 review
 2022-05-11  9:19 UTC 

[PATCH 4.14 00/78] 4.14.278-rc1 review
 2022-05-11  9:18 UTC 

[PATCH 4.9 00/66] 4.9.313-rc1 review
 2022-05-11  9:15 UTC 

[PATCH AUTOSEL 5.15 03/19] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-05-10 15:44 UTC 

[PATCH AUTOSEL 5.17 04/21] iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
 2022-05-10 15:43 UTC 

Tegra20 parallel video capture driver
 2022-05-10  7:40 UTC  (5+ messages)

[PATCH 5.15 000/177] 5.15.38-rc1 review
 2022-05-09 14:37 UTC  (3+ messages)

[PATCH v2 02/14] thermal/core: Add a thermal sensor structure in the thermal zone
 2022-05-09  9:28 UTC  (4+ messages)
` [PATCH v2 09/14] thermal/core: Rename trips to ntrips

[PATCH 0/2] ACPI: ARM CoreSight Performance Monitoring Unit
 2022-05-07 15:03 UTC  (6+ messages)
` [PATCH 2/2] ACPI: ARM Performance Monitoring Unit Table (APMT) initial support

[PATCH v2 0/4] drm/nvdla: Add driver support for NVDLA
 2022-05-07  9:05 UTC  (5+ messages)

[PATCH] drm/nouveau/tegra: Stop using iommu_present()
 2022-05-06 21:09 UTC  (2+ messages)

[PATCH -next] hte: fix possible use-after-free in tegra_hte_test_remove()
 2022-05-06 18:09 UTC  (2+ messages)

[PATCH] hte: Remove unused including <linux/version.h>
 2022-05-06 18:08 UTC  (2+ messages)

[PATCH] pwm: tegra: Implement .apply() callback
 2022-05-06 16:48 UTC 

[GIT PULL] drm/tegra: Changes for v5.19-rc1
 2022-05-06 16:40 UTC 

[PATCH v3 0/3] iommu/arm-smmu: Support Tegra234 SMMU
 2022-05-06 16:07 UTC  (5+ messages)

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-05-06 15:28 UTC  (9+ messages)
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler "

[GIT PULL 1/6] ARM: tegra: Core changes for v5.19-rc1
 2022-05-06 14:33 UTC  (7+ messages)
` [GIT PULL 2/6] soc/tegra: Changes "
` [GIT PULL 3/6] dt-bindings: "
` [GIT PULL 4/6] ARM: tegra: Default configuration fixes for v5.18
` [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.19-rc1
` [GIT PULL 6/6] arm64: tegra: Default configuration updates "

[GIT PULL] clk: tegra: Changes for v5.19-rc1
 2022-05-06 14:24 UTC 

[PATCH] drm/tegra: gem: Do not try to dereference ERR_PTR()
 2022-05-06 13:55 UTC 

[PATCH 0/4] memory: tegra: Tegra234 and error logging support
 2022-05-06 13:23 UTC  (5+ messages)
` [PATCH 1/4] memory: tegra: Add Tegra234 support
` [PATCH 2/4] memory: tegra: Add APE memory clients for Tegra234
` [PATCH 3/4] memory: tegra: Add memory controller channels support
` [PATCH 4/4] memory: tegra: Add MC error logging on Tegra186 onward

[PATCH 0/4] memory: tegra: Tegra234 and error logging support
 2022-05-06 13:22 UTC  (2+ messages)
` [PATCH 1/4] memory: tegra: Add Tegra234 support

[Patch v3 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-05-05 17:19 UTC  (10+ messages)
` [Patch v3 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding

[Patch v4 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-05-05 17:06 UTC  (10+ messages)
` [Patch v4 1/9] soc: tegra: set ERD bit to mask inband errors
` [Patch v4 2/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
` [Patch v4 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding
` [Patch v4 4/9] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
` [Patch v4 5/9] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
` [Patch v4 6/9] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
` [Patch v4 7/9] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
` [Patch v4 8/9] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
` [Patch v4 9/9] soc: tegra: cbb: Add support for tegra-grace SOC

[PATCH] dmaengine: tegra: Use platform_get_irq() to get IRQ resource
 2022-05-05 13:38 UTC  (2+ messages)

[PATCH V2] gpio: max77620: Make the irqchip immutable
 2022-05-05 12:57 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).