linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 17:22:57 to 2023-08-04 14:46:36 UTC [more...]

[PATCH v1 0/4] clk: Add kstrdup_and_replace() helper and use it
 2023-08-04 14:46 UTC  (5+ messages)
` [PATCH v1 2/4] driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()

[PATCH v2 0/4] clk: Add kstrdup_and_replace() helper and use it
 2023-08-04 14:39 UTC  (5+ messages)
` [PATCH v2 1/4] lib/string_helpers: Add kstrdup_and_replace() helper
` [PATCH v2 2/4] driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()
` [PATCH v2 3/4] clk: tegra: "
` [PATCH v2 4/4] clk: ti: "

[PATCH v2 22/23] soc: xilinx: Explicitly include correct DT includes
 2023-08-04 14:38 UTC  (3+ messages)
  ` [PATCH v2 17/23] firmware: "
  ` [PATCH v2 21/23] soc: sunxi: "

[PATCH v2 0/2] pwm: Manage owner assignment implicitly for drivers
 2023-08-04 14:27 UTC  (2+ messages)
` [PATCH v2 1/2] "

[PATCH -next] drm/tegra: hdmi: Use devm_platform_ioremap_resource()
 2023-08-04  1:11 UTC  (2+ messages)

[PATCH 0/2] pwm: Manage owner assignment implicitly for drivers
 2023-08-03 21:53 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH V4] Revert "PCI: tegra194: Enable support for 256 Byte payload"
 2023-08-03 18:50 UTC  (4+ messages)

[PATCH] i2c: tegra: Fix i2c-tegra DMA config option processing
 2023-08-03 17:10 UTC 

[PATCH 6.4 000/235] 6.4.8-rc2 review
 2023-08-03  9:48 UTC 

[PATCH 6.1 000/225] 6.1.43-rc2 review
 2023-08-03  9:48 UTC 

[PATCH 5.15 000/153] 5.15.124-rc2 review
 2023-08-03  9:48 UTC 

[PATCH v3 1/7] dt-bindings: arm: tegra: pmc: Improve property descriptions
 2023-08-03  0:48 UTC  (8+ messages)
` [PATCH v3 2/7] dt-bindings: arm: tegra: pmc: Remove useless boilerplate descriptions
` [PATCH v3 3/7] dt-bindings: arm: tegra: pmc: Move additionalProperties
` [PATCH v3 4/7] dt-bindings: arm: tegra: pmc: Increase maximum number of clocks per powergate
` [PATCH v3 5/7] dt-bindings: arm: tegra: pmc: Restructure pad configuration node schema
` [PATCH v3 6/7] dt-bindings: arm: tegra: pmc: Reformat example
` [PATCH v3 7/7] dt-bindings: arm: tegra: pmc: Relicense and move into soc/tegra directory

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

[PATCH v5 00/25] iommu: Make default_domain's mandatory
 2023-08-02 23:50 UTC  (15+ messages)
` [PATCH v5 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v5 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v5 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v5 11/25] iommu/tegra-smmu: Implement an IDENTITY domain
` [PATCH v5 13/25] iommu/omap: "
` [PATCH v5 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v5 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v5 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v5 23/25] iommu: Add ops->domain_alloc_paging()

[PATCH v2 0/2] Support bridge/connector by Tegra HDMI
 2023-08-01 21:29 UTC  (10+ messages)
` [PATCH v2 2/2] ARM: tegra: transformers: add connector node

[PATCH v2] dmaengine: Explicitly include correct DT includes
 2023-08-01 18:45 UTC 

[PATCH 6.1 000/228] 6.1.43-rc1 review
 2023-08-01 15:52 UTC 

[PATCH 6.4 000/239] 6.4.8-rc1 review
 2023-08-01 15:52 UTC 

[PATCH 5.15 000/155] 5.15.124-rc1 review
 2023-08-01 15:52 UTC 

[PATCH -next] hte: tegra-194: remove redundant dev_err_probe()
 2023-08-01 14:01 UTC 

[PATCH -next] media: tegra_cec: fix the return value handle for platform_get_irq()
 2023-08-01 13:52 UTC 

[Patch] memory: tegra: add MC client for Tegra234 GPU
 2023-08-01 12:10 UTC 

[PATCH v2] tty: Explicitly include correct DT includes
 2023-07-31 19:59 UTC  (3+ messages)

[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
 2023-07-31 15:32 UTC  (5+ messages)

[PATCH] media: dt-bindings: drop unneeded status from examples
 2023-07-31  9:30 UTC  (5+ messages)

W sprawie samochodu
 2023-07-31  8:35 UTC 

[PATCH v1 0/1] Transformers: switch from paths to labels in device tree
 2023-07-30 12:51 UTC  (2+ messages)
` [PATCH v1 1/1] ARM: tegra: transformer: use labels for mmc in aliases

[PATCH] net: stmmac: tegra: Properly allocate clock bulk data
 2023-07-29 16:10 UTC  (3+ messages)

[PATCH v5] perf: arm_cspmu: Separate Arm and vendor module
 2023-07-28 13:22 UTC  (2+ messages)

[PATCH V4] Revert "PCI: tegra194: Enable support for 256 Byte payload"
 2023-07-28 12:44 UTC  (2+ messages)

[PATCH v7 0/5] mfd: tps6586x: register restart handler
 2023-07-28 10:34 UTC  (3+ messages)

[PATCH 0/6] regulator: pca9450: register restart handlers
 2023-07-28  9:59 UTC  (10+ messages)
` [PATCH 1/6] kernel/reboot: distinguish between cold and warm
` [PATCH 2/6] mfd: rk8xx: Specify restart mode
` [PATCH 3/6] soc/tegra: pmc: "
` [PATCH 4/6] mfd: tps65219: "
` [PATCH 5/6] kernel/reboot: remove generic "
` [PATCH 6/6] regulator: pca9450: register restart handlers

[GIT PULL 1/4] soc/tegra: Changes for v6.6-rc1
 2023-07-28  9:41 UTC  (4+ messages)
` [GIT PULL 2/4] dt-bindings: "
` [GIT PULL 3/4] ARM: tegra: Device tree changes "
` [GIT PULL 4/4] arm64: "

[PATCH net-next v3] net: Explicitly include correct DT includes
 2023-07-28  3:40 UTC  (3+ messages)

[PATCH] hte: Explicitly include correct DT includes
 2023-07-27 21:57 UTC  (2+ messages)

[PATCH v2] i2c: tegra: Fix failure during probe deferral cleanup
 2023-07-27 19:57 UTC  (5+ messages)

[PATCH] soc/tegra: fuse: Sort includes alphabetically
 2023-07-27 16:47 UTC  (2+ messages)

[PATCH] soc/tegra: cbb: Remove unnecessary print function dev_err()
 2023-07-27 16:47 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: display: panel: Move HannStar HSD101PWW2 to LVDS
 2023-07-27 15:18 UTC  (6+ messages)
` [PATCH 2/3] drm/panel: Relax porches for HannStar HSD101PWW2
` [PATCH 3/3] ARM: tegra: Use Hannstar HSD101PWW2 on Pegatron Chagall
` (subset) [PATCH 1/3] dt-bindings: display: panel: Move HannStar HSD101PWW2 to LVDS

[PATCH 1/3] dt-bindings: display: panel: Move Chunghwa CLAA070WP03XG to LVDS
 2023-07-27 15:17 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: display: panel: Document Hydis HV070WX2-1E0
` [PATCH 3/3] ARM: tegra: Provide specific compatible string for Nexus 7 panel
` (subset) [PATCH 1/3] dt-bindings: display: panel: Move Chunghwa CLAA070WP03XG to LVDS

[PATCH] ARM: tegra: Reuse I2C3 for NVEC
 2023-07-27 15:18 UTC  (2+ messages)

[PATCH] arm64: tegra: Remove {clock,reset}-names from VIC powergate
 2023-07-27 14:48 UTC  (2+ messages)

[PATCH] arm64: tegra: Add blank lines for better readability
 2023-07-27 14:48 UTC  (2+ messages)

[PATCH] arm64: dts: tegra: drop incorrect maxim,disable-etr in Smaug
 2023-07-27 14:44 UTC  (3+ messages)

[PATCH 1/2] drm/tegra: Return an error code if fails
 2023-07-27 10:02 UTC  (2+ messages)
` [1/2] "

[PATCH v2] usb: xhci: tegra: Add shutdown callback for Tegra XUSB
 2023-07-27  8:08 UTC  (3+ messages)

[PATCH v3] usb: xhci: tegra: Add shutdown callback for Tegra XUSB
 2023-07-27  7:49 UTC 

[PATCH v3 36/62] mmc: sdhci-tegra: Convert to platform remove callback returning void
 2023-07-27  7:00 UTC 

[PATCH] I2C: Explicitly include correct DT includes
 2023-07-27  0:39 UTC  (2+ messages)

[PATCH v2] spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra_sflash_probe()
 2023-07-26 19:01 UTC  (2+ messages)

[PATCH] arm64: tegra: Rename Tegra210 EMC cooling map
 2023-07-26 16:42 UTC 

[PATCH v5 22/25] iommu: Add __iommu_group_domain_alloc()
 2023-07-26  9:54 UTC  (2+ messages)

[PATCH v5 16/25] iommu: Remove ops->set_platform_dma_ops()
 2023-07-26  9:42 UTC  (2+ messages)

[PATCH 01/28] media: cec: ch7322: drop of_match_ptr for ID table
 2023-07-26  8:20 UTC  (9+ messages)

Słowa kluczowe do wypozycjonowania
 2023-07-26  7:35 UTC 

[PATCH v5 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-07-26  6:24 UTC  (2+ messages)

[PATCH v5 01/25] iommu: Add iommu_ops->identity_domain
 2023-07-26  6:11 UTC  (2+ messages)

[PATCH v2 37/61] mmc: sdhci-tegra: Convert to platform remove callback returning void
 2023-07-26  4:00 UTC 

[PATCH v3] dt-bindings: clock: tegra124-dfll: Convert to json-schema
 2023-07-25 20:13 UTC  (2+ messages)

[Patch RESEND 0/4] Tegra234 Memory Interconnect followup changes
 2023-07-25 20:11 UTC  (4+ messages)
` [Patch RESEND 4/4] memory: tegra: make icc_set_bw return zero if BWMGR not supported

[PATCH v4] PCI: dwc: Wait for link up only if link is started
 2023-07-25 20:09 UTC  (3+ messages)

[PATCH v2] net: Explicitly include correct DT includes
 2023-07-25 19:58 UTC  (3+ messages)

[PATCH v2 1/7] dt-bindings: arm: tegra: pmc: Improve property descriptions
 2023-07-25 18:33 UTC  (4+ messages)
` [PATCH v2 5/7] dt-bindings: arm: tegra: pmc: Restructure pad configuration node schema

[PATCH v3] dt-bindings: arm: tegra: nvec: Convert to json-schema
 2023-07-25 16:32 UTC  (2+ messages)

[PATCH v2] dt-bindings: thermal: tegra: Convert to json-schema
 2023-07-25 16:32 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: clock: tegra124-dfll: Convert to json-schema
 2023-07-25 16:32 UTC  (2+ messages)
` (subset) "

[PATCH 5.10 000/509] 5.10.188-rc1 review
 2023-07-25 16:27 UTC 

[PATCH 6.4 000/227] 6.4.7-rc1 review
 2023-07-25 16:27 UTC 

[PATCH 6.1 000/183] 6.1.42-rc1 review
 2023-07-25 16:27 UTC 

[PATCH 5.15 00/78] 5.15.123-rc1 review
 2023-07-25 16:27 UTC 

[PATCH 5.4 000/313] 5.4.251-rc1 review
 2023-07-25 16:27 UTC 

[PATCH] memory: tegra: Add dummy implementation on Tegra194
 2023-07-25 10:20 UTC  (6+ messages)

[PATCH V1] Revert "PCI: tegra194: Enable support for 256 Byte payload"
 2023-07-25 10:03 UTC  (6+ messages)

[PATCH v5 14/25] iommu/msm: Implement an IDENTITY domain
 2023-07-24 22:22 UTC  (2+ messages)

[PATCH] gpio: Explicitly include correct DT includes
 2023-07-24 19:09 UTC  (2+ 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).