linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 22:21:28 to 2020-10-02 20:02:38 UTC [more...]

[PATCH v4 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-02 19:56 UTC  (28+ messages)
` [PATCH v4 1/3] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH v4 2/3] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH v4 3/3] iommu/tegra-smmu: Add PCI support

[PATCH v3 00/13] Audio graph card updates and usage with Tegra210 audio
 2020-10-02  9:08 UTC  (27+ messages)
` [PATCH v3 01/13] ASoC: soc-core: Fix component name_prefix parsing
` [PATCH v3 02/13] ASoC: soc-pcm: Get all BEs along DAPM path
` [PATCH v3 03/13] ASoC: audio-graph: Use of_node and DAI for DPCM DAI link names
` [PATCH v3 04/13] ASoC: audio-graph: Identify 'no_pcm' DAI links for DPCM
` [PATCH v3 05/13] ASoC: audio-graph: Support empty Codec endpoint
` [PATCH v3 06/13] ASoC: simple-card-utils: Expose new members for asoc_simple_priv
` [PATCH v3 07/13] ASoC: audio-graph: Update driver as per new exposed members
` [PATCH v3 08/13] ASoC: audio-graph: Expose helpers from audio graph
` [PATCH v3 09/13] ASoC: dt-bindings: tegra: Add schema for audio graph card
` [PATCH v3 10/13] ASoC: tegra: Add audio graph based card driver
` [PATCH v3 11/13] arm64: defconfig: Enable Tegra audio graph "
` [PATCH v3 12/13] arm64: tegra: Audio graph header for Tegra210
` [PATCH v3 13/13] arm64: tegra: Audio graph sound card for Jetson Nano and TX1

[PATCH v3 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-02  2:54 UTC  (59+ messages)
` [PATCH v3 1/3] memory: tegra: Add devm_tegra_get_memory_controller()
` [PATCH v3 2/3] iommu/tegra-smmu: Rework .probe_device and .attach_dev
` [PATCH v3 3/3] iommu/tegra-smmu: Add PCI support

[PATCH -next] ASoC: tegra: tegra_wm8753: use devm_snd_soc_register_card()
 2020-10-01 22:47 UTC  (2+ messages)

[PATCH -next] ASoC: tegra: tegra_max98090: use devm_snd_soc_register_card()
 2020-10-01 22:46 UTC  (2+ messages)

[PATCH -next] ASoC: tegra: trimslice.c: use devm_snd_soc_register_card()
 2020-10-01 22:46 UTC  (2+ messages)

[PATCH -next] ASoC: tegra: tegra_rt5640: use devm_snd_soc_register_card()
 2020-10-01 22:46 UTC  (2+ messages)

[PATCH 5.8 00/99] 5.8.13-rc1 review
 2020-10-01 19:23 UTC  (2+ messages)

[PATCH 4.9 000/119] 4.9.238-rc2 review
 2020-10-01 16:52 UTC 

[PATCH][next] mtd: rawnand: Replace one-element array with flexible-array member
 2020-10-01  9:21 UTC  (6+ messages)

[PATCH v1 0/2] Allow building Tegra video driver with COMPILE_TEST
 2020-09-30 17:59 UTC  (5+ messages)
` [PATCH v1 1/2] gpu: host1x: Allow COMPILE_TEST to build host1x driver on all platforms
` [PATCH v1 2/2] media: tegra-video: Allow building driver with COMPILE_TEST

[PATCH v3 0/3] implement I2C retries for mXT1368
 2020-09-30 15:12 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: input: atmel: add compatible for mXT1386
` [PATCH v3 2/3] Input: atmel_mxt_ts - implement I2C retries for mXT1368
` [PATCH v3 3/3] ARM: tegra: add mXT1386 compatible

[PATCH v2 0/3] implement I2C retries for mXT1368
 2020-09-30 14:22 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: input: atmel: add compatible for mXT1386

[PATCH v2 0/3] iommu/tegra-smmu: Add PCI support
 2020-09-30  7:50 UTC  (38+ messages)
` [PATCH v2 1/3] memory: tegra: Add helper function tegra_get_memory_controller
` [PATCH v2 2/3] iommu/tegra-smmu: Rework .probe_device and .attach_dev
` [PATCH v2 3/3] iommu/tegra-smmu: Add PCI support

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-30  1:23 UTC  (4+ messages)
` [PATCH v2 2/5] PCI: dwc: Check alloc_page() return value

[PATCH v4 0/2] iommu/tegra-smmu: Two followup changes
 2020-09-30  0:31 UTC  (4+ messages)
` [PATCH v4 2/2] iommu/tegra-smmu: Expand mutex protection range

[PATCH v9 00/32] Improvements for Tegra I2C driver
 2020-09-29 22:19 UTC  (25+ messages)
` [PATCH v9 02/32] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v9 04/32] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v9 05/32] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v9 06/32] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v9 09/32] i2c: tegra: Use reset_control_reset()
` [PATCH v9 11/32] i2c: tegra: Use platform_get_irq()
` [PATCH v9 13/32] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v9 14/32] i2c: tegra: Clean up probe function
` [PATCH v9 15/32] i2c: tegra: Reorder location of functions in the code
` [PATCH v9 16/32] i2c: tegra: Clean up variable types
` [PATCH v9 17/32] i2c: tegra: Remove outdated barrier()
` [PATCH v9 18/32] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v9 19/32] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v9 20/32] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v9 21/32] i2c: tegra: Rename wait/poll functions
` [PATCH v9 22/32] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v9 23/32] i2c: tegra: Factor out packet header setup "
` [PATCH v9 24/32] i2c: tegra: Factor out register polling into separate function
` [PATCH v9 26/32] i2c: tegra: Check errors for both positive and negative values
` [PATCH v9 27/32] i2c: tegra: Improve formatting of variables
` [PATCH v9 28/32] i2c: tegra: Clean up variable names
` [PATCH v9 29/32] i2c: tegra: Clean up printk messages
` [PATCH v9 31/32] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v9 32/32] i2c: tegra: Improve driver module description


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