linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-14 14:17:37 to 2023-08-23 16:48:10 UTC [more...]

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-23 16:47 UTC  (25+ messages)
` [PATCH v7 01/24] iommu: Add iommu_ops->identity_domain
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v7 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v7 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v7 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v7 11/24] iommu/tegra-smmu: "
` [PATCH v7 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v7 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v7 14/24] iommu/msm: "
` [PATCH v7 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v7 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v7 17/24] iommu/ipmmu: "
` [PATCH v7 18/24] iommu/mtk_iommu: "
` [PATCH v7 19/24] iommu/sun50i: "
` [PATCH v7 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v7 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v7 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v7 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v7 24/24] iommu: Convert remaining simple drivers "

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-23 14:21 UTC  (10+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v11 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH] thermal: Explicitly include correct DT includes
 2023-08-23 12:31 UTC  (6+ messages)

[PATCH] mailbox: Explicitly include correct DT includes
 2023-08-23 11:53 UTC  (4+ messages)

[PATCH] thermal: tegra-bpmp: Check if BPMP supports trip points
 2023-08-23  7:50 UTC  (9+ messages)

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCH -next 0/2] drm: Use PTR_ERR_OR_ZERO() to simplify code
 2023-08-22 12:43 UTC  (5+ messages)
` [PATCH -next 1/2] drm/bridge: "
` [PATCH -next 2/2] drm/tegra: "

[PATCH 0/6] soc/tegra: fuse: Add ACPI support
 2023-08-22  7:55 UTC  (24+ messages)
` [PATCH 1/6] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
` [PATCH 2/6] soc/tegra: fuse: Add function to register nvmem
` [PATCH 3/6] soc/tegra: fuse: Add function to add lookups
` [PATCH 4/6] soc/tegra: fuse: Add function to print SKU info
` [PATCH 5/6] soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
` [PATCH 6/6] soc/tegra: fuse: Add support for Tegra241

[PATCH] dt-bindings: pinctrl: Drop 'phandle' properties
 2023-08-22  7:28 UTC  (5+ messages)

[PATCH v6] perf: arm_cspmu: Separate Arm and vendor module
 2023-08-21 23:16 UTC 

[PATCH v2 00/10] pinctrl: Provide NOIRQ PM helper and use it
 2023-08-21 17:00 UTC  (2+ messages)

[PATCH v3 0/5] Support bridge/connector by Tegra HDMI
 2023-08-21 16:14 UTC  (3+ messages)
` [PATCH v3 2/5] dt-bindings: display: tegra: nvidia,tegra20-dc: Add parallel RGB output port node

[PATCH] iommu: Remove the device_lock_assert() from __iommu_probe_device()
 2023-08-21 14:40 UTC  (8+ messages)

[PATCH v5] perf: arm_cspmu: Separate Arm and vendor module
 2023-08-21  9:29 UTC  (7+ messages)

[PATCH] mtd: rawnand: tegra: add missing check for platform_get_irq()
 2023-08-21  8:40 UTC 

[PATCH] staging: nvec: paz00: remove unneeded call to platform_set_drvdata()
 2023-08-20 20:47 UTC  (3+ messages)

[PATCH V2] ACPI: APEI: Use ERST timeout for slow devices
 2023-08-18 16:50 UTC  (5+ messages)

[PATCH v2 0/6] regulator: pca9450: register restart handlers
 2023-08-18 16:12 UTC  (9+ messages)
` [PATCH v2 2/6] mfd: rk8xx: Specify restart mode
` [PATCH v2 3/6] soc/tegra: pmc: "
` [PATCH v2 4/6] mfd: tps65219: "

[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
 2023-08-18 16:06 UTC  (8+ messages)

[PATCH] clocksource: Explicitly include correct DT includes
 2023-08-18 10:16 UTC  (2+ messages)

[PATCH 00/21] dmaengine: Annotate with __counted_by
 2023-08-18  9:29 UTC  (45+ messages)
` [PATCH 01/21] dmaengine: apple-admac: Annotate struct admac_data "
` [PATCH 02/21] dmaengine: at_hdmac: Annotate struct at_desc "
` [PATCH 03/21] dmaengine: axi-dmac: Annotate struct axi_dmac_desc "
` [PATCH 04/21] dmaengine: fsl-edma: Annotate struct fsl_edma_desc "
` [PATCH 05/21] dmaengine: hisilicon: Annotate struct hisi_dma_dev "
` [PATCH 06/21] dmaengine: moxart-dma: Annotate struct moxart_desc "
` [PATCH 07/21] dmaengine: qcom: bam_dma: Annotate struct bam_async_desc "
` [PATCH 08/21] dmaengine: sa11x0: Annotate struct sa11x0_dma_desc "
` [PATCH 09/21] dmaengine: sf-pdma: Annotate struct sf_pdma "
` [PATCH 10/21] dmaengine: sprd: Annotate struct sprd_dma_dev "
` [PATCH 11/21] dmaengine: st_fdma: Annotate struct st_fdma_desc "
` [PATCH 12/21] dmaengine: stm32-dma: Annotate struct stm32_dma_desc "
` [PATCH 13/21] dmaengine: stm32-mdma: Annotate struct stm32_mdma_desc "
` [PATCH 14/21] dmaengine: stm32-mdma: Annotate struct stm32_mdma_device "
` [PATCH 15/21] dmaengine: tegra: Annotate struct tegra_dma_desc "
` [PATCH 16/21] dmaengine: tegra210-adma: Annotate struct tegra_adma "
` [PATCH 17/21] dmaengine: ti: edma: Annotate struct edma_desc "
` [PATCH 18/21] dmaengine: ti: omap-dma: Annotate struct omap_desc "
` [PATCH 19/21] dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_desc "
` [PATCH 20/21] dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_device "
` [PATCH 21/21] dmaengine: usb-dmac: Annotate struct usb_dmac_desc "

Pytanie o samochód
 2023-08-18  8:15 UTC 

[PATCH 0/5] arm64: tegra: Various minor device tree fixes
 2023-08-17 14:14 UTC  (6+ messages)
` [PATCH 1/5] arm64: tegra: Add missing current-speed for SBSA UART
` [PATCH 2/5] arm64: tegra: Remove duplicate nodes on Jetson Orin NX
` [PATCH 3/5] arm64: tegra: Use correct format for clocks property
` [PATCH 4/5] arm64: tegra: Add dmas and dma-names for Tegra234 UARTE
` [PATCH 5/5] arm64: tegra: Mark Tegra234 SPI as compatible with Tegra114

[PATCH] serial: tegra: handle clk prepare error in tegra_uart_hw_init()
 2023-08-17 10:54 UTC 

[PATCH] arm64: tegra: Enable IOMMU for host1x on Tegra132
 2023-08-16 20:09 UTC  (5+ messages)

[PATCH v3 0/5] Add JDI LPM102A188A display panel support
 2023-08-16 16:57 UTC  (5+ messages)
` (subset) "

[PATCH v1 0/1] Transformers: switch from paths to labels in device tree
 2023-08-16 16:40 UTC  (4+ messages)
` [PATCH v1 1/1] ARM: tegra: transformer: use labels for mmc in aliases

[PATCH 5.15 00/89] 5.15.127-rc1 review
 2023-08-16 16:36 UTC  (2+ messages)

[PATCH v3 1/7] dt-bindings: arm: tegra: pmc: Improve property descriptions
 2023-08-16 16:20 UTC  (2+ messages)

[PATCH 1/2] arm64: tegra: fix p3767 card detect polarity
 2023-08-16 16:18 UTC  (8+ messages)
` [PATCH 2/2] arm64: tegra: fix p3767 QSPI speed

[PATCH v6 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
 2023-08-16 12:44 UTC  (5+ messages)

[Patch] cpufreq: tegra194: remove opp table in exit hook
 2023-08-16  3:34 UTC  (4+ messages)

[PATCH] spi: tegra114: Remove unnecessary NULL-pointer checks
 2023-08-15 22:26 UTC  (2+ messages)

[PATCH v6 00/25] iommu: Make default_domain's mandatory
 2023-08-15  1:34 UTC  (6+ messages)
` [PATCH v6 15/25] iommufd/selftest: Make the mock iommu driver into a real driver

[PATCH v6 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-15  0:56 UTC  (4+ messages)

[PATCH v6 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
 2023-08-15  0:34 UTC  (4+ messages)

[PATCH] i2c: tegra: Fix i2c-tegra DMA config option processing
 2023-08-14 15:54 UTC  (8+ messages)

[PATCH] I2C: Explicitly include correct DT includes
 2023-08-14 15:50 UTC  (2+ messages)

[PATCH v6 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
 2023-08-14 15:40 UTC  (3+ messages)

[PATCH v6 20/25] iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-14 15:39 UTC  (3+ messages)

[PATCH v6 12/25] iommu/tegra-smmu: Support DMA domains in tegra
 2023-08-14 15:34 UTC  (3+ messages)

[PATCH 5.10 00/68] 5.10.191-rc1 review
 2023-08-14 14:54 UTC  (2+ messages)

[PATCH 4.14 00/26] 4.14.323-rc1 review
 2023-08-14 14:54 UTC 

[PATCH 4.19 00/33] 4.19.292-rc1 review
 2023-08-14 14:53 UTC 

[PATCH 5.4 00/39] 5.4.254-rc1 review
 2023-08-14 14:53 UTC 

[PATCH 6.1 000/149] 6.1.46-rc1 review
 2023-08-14 14:50 UTC 

[PATCH 6.4 000/206] 6.4.11-rc1 review
 2023-08-14 14:48 UTC 

[PATCH v6 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-08-14 14:22 UTC  (3+ messages)

[PATCH 6.4 000/165] 6.4.10-rc1 review
 2023-08-14 14:15 UTC 

[PATCH 5.10 000/201] 5.10.190-rc1 review
 2023-08-14 14:16 UTC 


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).