linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 10:39:53 to 2021-09-23 23:27:32 UTC [more...]

[PATCH v6 0/4] Add Nvidia Tegra GPC-DMA driver
 2021-09-23 23:27 UTC  (18+ messages)
` [PATCH v6 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v6 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v6 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v6 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
` [PATCH v7 0/4] Add Nvidia Tegra GPC-DMA driver
  ` [PATCH v7 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
  ` [PATCH v7 2/4] dmaengine: tegra: Add tegra gpcdma driver
  ` [PATCH v7 3/4] arm64: defconfig: tegra: Enable GPCDMA
  ` [PATCH v7 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194

[PATCH V1 0/3] Add tegra header license and dt-bindings Copyright
 2021-09-23 22:36 UTC  (6+ messages)
` [PATCH V1 1/3] dt-bindings: tegra: memory,bpmp-thermal: add SPDX license
` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier
` [PATCH V1 3/3] dt-bindings: tegra: clock,memory,thermal: add header Copyright

[PATCH v12 00/35] NVIDIA Tegra power management patches for 5.16
 2021-09-23 21:09 UTC  (37+ messages)
` [PATCH v12 01/35] opp: Change type of dev_pm_opp_attach_genpd(names) argument
` [PATCH v12 02/35] soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()
` [PATCH v12 03/35] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v12 04/35] soc/tegra: Don't print error message when OPPs not available
` [PATCH v12 05/35] dt-bindings: clock: tegra-car: Document new clock sub-nodes
` [PATCH v12 06/35] clk: tegra: Support runtime PM and power domain
` [PATCH v12 07/35] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v12 08/35] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v12 09/35] gpu: host1x: Add runtime PM and OPP support
` [PATCH v12 10/35] gpu: host1x: Add host1x_channel_stop()
` [PATCH v12 11/35] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v12 12/35] drm/tegra: hdmi: Add OPP support
` [PATCH v12 13/35] drm/tegra: gr2d: Support generic power domain and runtime PM
` [PATCH v12 14/35] drm/tegra: gr3d: "
` [PATCH v12 15/35] drm/tegra: vic: Support system suspend
` [PATCH v12 16/35] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v12 17/35] bus: tegra-gmi: "
` [PATCH v12 18/35] pwm: tegra: "
` [PATCH v12 19/35] mmc: sdhci-tegra: "
` [PATCH v12 20/35] mtd: rawnand: tegra: "
` [PATCH v12 21/35] spi: tegra20-slink: Add "
` [PATCH v12 22/35] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v12 23/35] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v12 24/35] media: staging: tegra-vde: Support generic "
` [PATCH v12 25/35] soc/tegra: fuse: Reset hardware
` [PATCH v12 26/35] soc/tegra: fuse: Use resource-managed helpers
` [PATCH v12 27/35] soc/tegra: regulators: Prepare for suspend
` [PATCH v12 28/35] soc/tegra: pmc: Rename 3d power domains
` [PATCH v12 29/35] soc/tegra: pmc: Rename core power domain
` [PATCH v12 30/35] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v12 31/35] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v12 32/35] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v12 33/35] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v12 34/35] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v12 35/35] ARM: tegra20/30: Disable unused host1x hardware

[PATCH] ASoC: tegra: Constify static snd_soc_dai_ops structs
 2021-09-23  4:20 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 10/10] spi: Fix tegra20 build with CONFIG_PM=n
 2021-09-23  3:40 UTC 

[PATCH AUTOSEL 4.9 11/11] spi: Fix tegra20 build with CONFIG_PM=n
 2021-09-23  3:40 UTC 

[PATCH AUTOSEL 4.14 13/13] spi: Fix tegra20 build with CONFIG_PM=n
 2021-09-23  3:39 UTC 

[PATCH AUTOSEL 4.19 15/15] spi: Fix tegra20 build with CONFIG_PM=n
 2021-09-23  3:39 UTC 

[PATCH AUTOSEL 5.4 19/19] spi: Fix tegra20 build with CONFIG_PM=n
 2021-09-23  3:38 UTC 

[PATCH v2 1/2] gpio: tegra: add multiple interrupt support
 2021-09-22 13:25 UTC  (7+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] arm64: tegra: GPIO Interrupt entries

[PATCH] memory: tegra: Make use of the helper function devm_add_action_or_reset()
 2021-09-22 13:00 UTC 

[PATCH 1/2] gpio: tegra186: Force one interrupt per bank
 2021-09-22  9:27 UTC  (6+ messages)
` [PATCH 2/2] gpio: tegra186: Support multiple interrupts "

[PATCH v2 0/4] Make probe() of Tegra devfreq driver completely resource-managed
 2021-09-22  8:11 UTC  (7+ messages)
` [PATCH v2 1/4] opp: Add more resource-managed variants of dev_pm_opp_of_add_table()
` [PATCH v2 2/4] PM / devfreq: Add devm_devfreq_add_governor()
` [PATCH v2 3/4] PM / devfreq: tegra30: Use resource-managed helpers
` [PATCH v2 4/4] PM / devfreq: tegra30: Check whether clk_round_rate() returns zero rate

[PATCH v3 0/3] Convert name-prefix doc to json-schema
 2021-09-21 15:15 UTC  (4+ messages)
` [PATCH v3 2/3] ASoC: Use schema reference for sound-name-prefix

[PATCH 4.14 000/217] 4.14.247-rc1 review
 2021-09-21 13:28 UTC 

[PATCH 4.9 000/175] 4.9.283-rc1 review
 2021-09-21 13:27 UTC 

[PATCH 5.4 000/260] 5.4.148-rc1 review
 2021-09-21 13:26 UTC 

[PATCH 4.19 000/293] 4.19.207-rc1 review
 2021-09-21 13:26 UTC 

[PATCH 4.4 000/133] 4.4.284-rc1 review
 2021-09-21 13:24 UTC 

[PATCH 5.14 000/168] 5.14.7-rc1 review
 2021-09-21 13:14 UTC 

[PATCH 5.10 000/122] 5.10.68-rc1 review
 2021-09-21 13:14 UTC 

[PATCH V1 0/3] Add tegra header license and dt-bindings Copyright
 2021-09-21 11:34 UTC  (6+ messages)
` [PATCH V1 1/3] dt-bindings: tegra: memory,bpmp-thermal: add SPDX license
` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier
` [PATCH V1 3/3] dt-bindings: tegra: clock,memory,thermal: add header Copyright

[PATCH V1 0/3] Add tegra header license and dt-bindings Copyright
 2021-09-21  9:51 UTC  (7+ messages)
` [PATCH V1 1/3] dt-bindings: tegra: memory,bpmp-thermal: add SPDX license
` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier
` [PATCH V1 3/3] dt-bindings: tegra: clock,memory,thermal: add header Copyright

[PATCH v6 0/3] NVIDIA Tegra NVDEC support
 2021-09-20 20:29 UTC  (6+ messages)
` [PATCH v6 1/3] dt-bindings: Add YAML bindings for NVDEC
` [PATCH v6 2/3] arm64: tegra: Add NVDEC to Tegra186/194 device trees
` [PATCH v6 3/3] drm/tegra: Add NVDEC driver

[PATCH v5 00/15] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-20 16:42 UTC  (3+ messages)

[PATCH libdrm 00/25] Update Tegra support
 2021-09-20 16:43 UTC  (2+ messages)

[PATCH v2 00/13] Extend AHUB audio support for Tegra210 and later
 2021-09-20 15:30 UTC  (2+ messages)
` (subset) "

[PATCH 1/5] thermal: tegra-bpmp: Handle errors in BPMP response
 2021-09-20  8:34 UTC  (3+ messages)
` [PATCH 3/5] memory: tegra186-emc: "
  ` (subset) "

[PATCH v1] memory: tegra: Remove interconnect state syncing hack
 2021-09-20  8:34 UTC  (2+ messages)

[PATCH] ARM: tegra: dts: remove unused backlight-boot-off
 2021-09-19 15:27 UTC 

[PATCH v1 0/4] Make probe() of Tegra devfreq driver completely resource-managed
 2021-09-19  9:43 UTC  (6+ messages)
` [PATCH v1 4/4] PM / devfreq: tegra30: Check whether clk_round_rate() returns zero rate

[PATCH 00/15] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
 2021-09-18  9:42 UTC  (43+ messages)
` [PATCH 01/15] dmr: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH 02/15] dmr/i915: "
` [PATCH 03/15] dmr/msm: "
` [PATCH 04/15] drm: cleanup: drm_modeset_lock_all() "
` [PATCH 05/15] drm/vmwgfx: "
` [PATCH 06/15] drm/tegra: "
` [PATCH 07/15] drm/shmobile: "
` [PATCH 08/15] drm/radeon: "
` [PATCH 09/15] drm/omapdrm: "
` [PATCH 10/15] drm/nouveau: "
` [PATCH 11/15] drm/msm: "
` [PATCH 12/15] drm/i915: "
` [PATCH 13/15] drm/gma500: "
` [PATCH 14/15] drm/amd: "
` [PATCH 15/15] doc: drm: remove TODO entry regarding DRM_MODSET_LOCK_ALL cleanup

[PATCH] dt-bindings: arm: Fix Toradex compatible typo
 2021-09-17 21:03 UTC  (2+ messages)

[RESEND PATCH 0/3] Few Tegra210 ADMA fixes
 2021-09-17  9:47 UTC  (7+ messages)
` [RESEND PATCH 1/3] dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' member
` [RESEND PATCH 2/3] dmaengine: tegra210-adma: Add description for 'adma_get_burst_config'
` [RESEND PATCH 3/3] dmaengine: tegra210-adma: Override ADMA FIFO size

[PATCH 5.13 000/380] 5.13.19-rc1 review
 2021-09-17  9:19 UTC 

[PATCH 5.14 000/432] 5.14.6-rc1 review
 2021-09-17  9:19 UTC 

[PATCH 5.10 000/306] 5.10.67-rc1 review
 2021-09-17  9:18 UTC 

[PATCH v2] drm/tegra: sor: Make use of the helper function dev_err_probe()
 2021-09-17  2:07 UTC 

[PATCH v11 00/34] NVIDIA Tegra power management patches for 5.16
 2021-09-16 19:49 UTC  (3+ messages)
` [PATCH v11 08/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D

[RFC][PATCH v2 00/13] iommu/arm-smmu-v3: Add NVIDIA implementation
 2021-09-16 18:21 UTC  (6+ messages)

[PATCH] drm/tegra: sor: Make use of the helper function dev_err_probe()
 2021-09-16 17:07 UTC  (2+ messages)

[PATCH] drm/tegra: Use correct property for BO size
 2021-09-16 16:00 UTC  (3+ messages)

[PATCH] Input: tegra-kbc - Make use of the helper function dev_err_probe()
 2021-09-16 15:34 UTC 

[PATCH] drm/tegra: Bump VIC/NVDEC clock rates to Fmax
 2021-09-16 15:09 UTC 

[PATCH 1/6] lib/scatterlist: Add contiguous DMA chunks helpers
 2021-09-16 14:51 UTC  (4+ messages)
` [PATCH 3/6] drm/tegra: Implement buffer object cache

[PATCH v5 0/3] NVIDIA Tegra NVDEC support
 2021-09-16 14:44 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: Add YAML bindings for NVDEC

[PATCH v4 0/4] Add Nvidia Tegra GPC-DMA driver
 2021-09-16 14:33 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
  ` [PATCH v5 2/4] dmaengine: tegra: Add tegra gpcdma driver
  ` [PATCH v5 3/4] arm64: defconfig: tegra: Enable GPCDMA
  ` [PATCH v5 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194

[PATCH v2 0/8] Host1x context isolation support
 2021-09-16 14:33 UTC  (9+ messages)
` [PATCH v2 1/8] gpu: host1x: Add context bus
` [PATCH v2 2/8] gpu: host1x: Add context device management code
` [PATCH v2 3/8] gpu: host1x: Program context stream ID on submission
` [PATCH v2 4/8] iommu/arm-smmu: Attach to host1x context device bus
` [PATCH v2 5/8] arm64: tegra: Add Host1x context stream IDs on Tegra186+
` [PATCH v2 6/8] drm/tegra: falcon: Set DMACTX field on DMA transactions
` [PATCH v2 7/8] drm/tegra: vic: Implement get_streamid_offset
` [PATCH v2 8/8] drm/tegra: Support context isolation

[PATCH] drm/tegra: dsi: Make use of the helper function dev_err_probe()
 2021-09-16 10:56 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).