linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-10 11:39:46 to 2025-05-19 17:05:26 UTC [more...]

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-19 17:05 UTC  (92+ messages)
` [PATCH v4 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v4 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v4 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v4 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v4 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v4 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v4 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 12/23] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 16/23] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v4 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v4 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v4 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v4 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v4 22/23] iommu/tegra241-cmdqv: Add user-space use support

[PATCH v1 0/5] thermal: tegra: add SOCTHERM support for Tegra114
 2025-05-19 15:24 UTC  (4+ messages)
` [PATCH v1 1/5] soc: tegra: fuse: add Tegra114 nvmem cells and fuse lookups

[PATCH v4 0/2] Support building tegra124-cpufreq as a module
 2025-05-19 10:37 UTC  (17+ messages)
` [PATCH v4 1/2] cpufreq: tegra124: Remove use of disable_cpufreq
` [PATCH v4 2/2] cpufreq: tegra124: Allow building as a module

[PATCH V2 0/2] Disable periodic tracking on Tegra234
 2025-05-19  9:09 UTC  (3+ messages)
` [PATCH V2 1/2] phy: tegra: xusb: Decouple CYA_TRK_CODE_UPDATE_ON_IDLE from trk_hw_mode
` [PATCH V2 2/2] phy: tegra: xusb: Disable periodic tracking on Tegra234

[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-18  3:21 UTC  (30+ messages)
` [PATCH v5 01/29] iommufd: Apply obvious cosmetic fixes
` [PATCH v5 02/29] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v5 03/29] iommu: Apply the new "
` [PATCH v5 04/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v5 05/29] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v5 06/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v5 07/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v5 08/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v5 09/29] iommufd: Do not unmap an owned iopt_area
` [PATCH v5 10/29] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v5 11/29] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v5 12/29] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v5 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v5 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v5 17/29] iommufd: Add mmap interface
` [PATCH v5 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v5 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v5 20/29] iommu: Allow an input type in hw_info op
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v5 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v5 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v5 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v5 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v5 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v5 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v5 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v5 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v2 1/3] dt-bindings: i2c: Add required properties
 2025-05-16 13:59 UTC  (5+ messages)
` [PATCH v2 2/3] i2c: tegra: make reset an optional property
` [PATCH v2 3/3] i2c: tegra: Remove dma_sync_*() calls

[PATCH 0/7] Remove ops.pgsize_bitmap
 2025-05-15 16:33 UTC  (2+ messages)

[PATCH V4 1/2] dt-bindings: spi: tegra: Document IOMMU property for Tegra234 QSPI
 2025-05-15 11:27 UTC  (8+ messages)
` [PATCH V4 2/2] spi: tegra210-quad: Add support for internal DMA

[PATCH 1/1] phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode
 2025-05-15 11:03 UTC  (2+ messages)

[PATCH 0/2] HDA: Add Tegra264 support
 2025-05-15 10:48 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: Update Tegra194 and Tegra234 HDA bindings
` [PATCH 2/3] dt-bindings: Document Tegra264 HDA Support
` [PATCH 3/3] ALSA: hda/tegra: Add Tegra264 support

[PATCH v3 00/11] Add Tegra264 support in AHUB drivers
 2025-05-14 21:46 UTC  (13+ messages)
` [PATCH v3 01/11] dt-bindings: ASoC: admaif: Add missing properties
` [PATCH v3 02/11] dt-bindings: ASoC: Document Tegra264 APE support
` [PATCH v3 03/11] ASoC: tegra: CIF: Add Tegra264 support
` [PATCH v3 04/11] ASoC: tegra: ADMAIF: "
` [PATCH v3 05/11] ASoC: tegra: ASRC: Update ARAM address
` [PATCH v3 06/11] ASoC: tegra: Update PLL rate for Tegra264
` [PATCH v3 07/11] ASoC: tegra: I2S: Add Tegra264 support
` [PATCH v3 08/11] ASoC: tegra: AMX: "
` [PATCH v3 09/11] ASoC: tegra: ADX: "
` [PATCH v3 10/11] ASoC: tegra: AHUB: "
` [PATCH v3 11/11] ASoC: tegra: Tegra264 support in isomgr_bw

[PATCH 0/8] Add more Tegra264 support
 2025-05-14 19:32 UTC  (15+ messages)
` [PATCH 1/8] dt-bindings: dma: Add Tegra264 compatible string
` [PATCH 2/8] dt-bindings: rtc: tegra: Document Tegra264 RTC
` [PATCH 3/8] dt-bindings: tegra: Document P3971-0089+P3834-0008 Platform
` [PATCH 5/8] dt-bindings: memory: Add Tegra264 definitions

[PATCH v2] dt-bindings: spi: nvidia,tegra210-quad: Add IOMMU property for Tegra234
 2025-05-14 19:01 UTC  (2+ messages)

[PATCH 00/11] Add Tegra264 support
 2025-05-14 16:18 UTC  (11+ messages)
` [PATCH 01/11] dt-bindings: tegra: pmc: Add Tegra264 compatible
` [PATCH 02/11] dt-bindings: mailbox: tegra-hsp: Bump number of shared interrupts
` [PATCH 03/11] dt-bindings: mailbox: tegra-hsp: Properly sort compatible string list
` [PATCH 04/11] dt-bindings: firmware: Document Tegra264 BPMP
` [PATCH 05/11] dt-bindings: misc: Document Tegra264 APBMISC compatible

[PATCH 6.14 000/197] 6.14.7-rc2 review
 2025-05-14 15:35 UTC 

[PATCH 6.12 000/184] 6.12.29-rc2 review
 2025-05-14 15:35 UTC 

[PATCH 6.6 000/113] 6.6.91-rc2 review
 2025-05-14 15:34 UTC 

[PATCH 6.1 00/96] 6.1.139-rc2 review
 2025-05-14 15:34 UTC 

[PATCH 0/4] pinctrl: tegra: Add Tegra186 pinmux driver
 2025-05-14 15:31 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: gpio: tegra186: Add gpio-ranges
` (subset) [PATCH 0/4] pinctrl: tegra: Add Tegra186 pinmux driver

[PATCH v2 0/2] Add Tegra264 support in ADMA driver
 2025-05-14 15:02 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: Document Tegra264 ADMA support
` [PATCH v2 2/2] dmaengine: tegra210-adma: Add Tegra264 support

[PATCH v2 RESEND] phy: Fix error handling in tegra_xusb_port_init
 2025-05-14 11:31 UTC  (2+ messages)

[PATCH next] phy: tegra: xusb: remove a stray unlock
 2025-05-14 11:31 UTC  (2+ messages)

[PATCH] genirq/manage: Fix lock in irq_set_irq_wake()
 2025-05-14  9:50 UTC 

[patch V2a 35/45] genirq/manage: Rework irq_set_irq_wake()
 2025-05-14  7:14 UTC  (3+ messages)

[PATCH] arm64: tegra: Remove otg id gpio from Jetson TX2 NX
 2025-05-13 21:10 UTC 

[PATCH v2 0/2] phy: tegra: xusb: Default otg mode to peripheral
 2025-05-13 20:39 UTC  (3+ messages)

[RFC PATCH v2] ASoC: soc-pcm: Optimize hw_params() BE DAI call
 2025-05-13 11:10 UTC  (4+ messages)

[PATCH V3 RESEND 1/2] dt-bindings: spi: tegra: Document IOMMU property for Tegra234 QSPI
 2025-05-13 10:59 UTC  (4+ messages)

[PATCH 1/4] dt-bindings: i2c: Specify reset as optional
 2025-05-13  4:24 UTC  (3+ messages)

[PATCH 6.14 000/197] 6.14.7-rc1 review
 2025-05-12 20:56 UTC 

[PATCH 6.12 000/184] 6.12.29-rc1 review
 2025-05-12 20:56 UTC 

[PATCH 6.6 000/113] 6.6.91-rc1 review
 2025-05-12 20:56 UTC 

[PATCH 6.1 00/92] 6.1.139-rc1 review
 2025-05-12 20:56 UTC 

[PATCH 5.15 00/54] 5.15.183-rc1 review
 2025-05-12 20:56 UTC 

[PATCH v4 0/3] ARM: tegra: complete Tegra 4 and Tegra K1 device trees
 2025-05-12 16:24 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: display: tegra: document EPP, ISP, MPE and TSEC for Tegra114+

[PATCH v4 0/4] PCI: tegra: Allow building as a module
 2025-05-11 14:53 UTC  (8+ messages)
` [PATCH v4 4/4] PCI: tegra: Drop unused remove callback

[PATCH v3 1/5] PM: sleep: Resume children after resuming the parent
 2025-05-10 11:50 UTC  (10+ 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).