linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-06 20:00:26 to 2020-04-13 12:20:00 UTC [more...]

[TEGRA194_CPUFREQ Patch 1/3] firmware: tegra: adding function to get BPMP data
 2020-04-13 12:20 UTC  (18+ messages)
` [TEGRA194_CPUFREQ Patch 2/3] cpufreq: Add Tegra194 cpufreq driver

I have already sent you first payment US$5000.00 this morning through MONEY Gram service.it is available to pick up in address now
 2020-04-13 11:41 UTC 

[PATCH AUTOSEL 4.9 08/26] drm/tegra: dc: Release PM and RGB output when client's registration fails
 2020-04-11 23:13 UTC 

[PATCH AUTOSEL 4.14 12/37] drm/tegra: dc: Release PM and RGB output when client's registration fails
 2020-04-11 23:13 UTC 

[PATCH AUTOSEL 4.19 14/66] drm/tegra: dc: Release PM and RGB output when client's registration fails
 2020-04-11 23:11 UTC 

[PATCH AUTOSEL 5.4 022/108] drm/tegra: dc: Release PM and RGB output when client's registration fails
 2020-04-11 23:08 UTC 

[PATCH AUTOSEL 5.5 026/121] drm/tegra: dc: Release PM and RGB output when client's registration fails
 2020-04-11 23:05 UTC 

[PATCH AUTOSEL 5.6 031/149] drm/tegra: dc: Release PM and RGB output when client's registration fails
 2020-04-11 23:01 UTC 

[PATCH v6 00/14] Add EMC scaling support for Tegra210
 2020-04-11 20:39 UTC  (27+ messages)
  ` [PATCH v6 01/14] dt-bindings: reserved-memory: Introduce memory-region-names
  ` [PATCH v6 04/14] clk: tegra: Rename Tegra124 EMC clock source file
  ` [PATCH v6 07/14] clk: tegra: Implement Tegra210 EMC clock
  ` [PATCH v6 11/14] memory: tegra: Support derated timings on Tegra210
  ` [PATCH v6 12/14] arm64: tegra: Add external memory controller node for Tegra210
  ` [PATCH v6 13/14] arm64: tegra: Hook up EMC cooling device
` [PATCH v6 02/14] of: reserved-memory: Support lookup of regions by name
` [PATCH v6 03/14] of: reserved-memory: Support multiple regions per device
` [PATCH v6 05/14] clk: tegra: Add PLLP_UD and PLLMB_UD for Tegra210
` [PATCH v6 06/14] clk: tegra: Export functions for EMC clock scaling
` [PATCH v6 08/14] dt-bindings: memory: tegra: Add external memory controller binding for Tegra210
` [PATCH v6 09/14] memory: tegra: Add EMC scaling support code "
` [PATCH v6 10/14] memory: tegra: Add EMC scaling sequence "
` [PATCH v6 14/14] clk: tegra: Remove the old emc_mux clock "

[PATCH] phy: tegra: fix USB dependencies
 2020-04-11  9:01 UTC  (4+ messages)

[RFC PATCH v6 0/9] Add Tegra driver for video capture
 2020-04-10 19:47 UTC  (63+ messages)
` [RFC PATCH v6 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH v2 00/22] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-04-10 18:28 UTC  (16+ messages)
` [PATCH v2 01/22] dt-bindings: memory: tegra20: mc: Document new interconnect property
` [PATCH v2 02/22] dt-bindings: memory: tegra20: emc: "
` [PATCH v2 03/22] dt-bindings: memory: tegra30: mc: "
` [PATCH v2 04/22] dt-bindings: memory: tegra30: emc: "
` [PATCH v2 05/22] dt-bindings: host1x: Document new interconnect properties
` [PATCH v2 06/22] dt-bindings: memory: tegra20: Add memory client IDs
` [PATCH v2 07/22] dt-bindings: memory: tegra30: "

[PATCH v1 0/2] Support headset on Tegra boards that use WM8903
 2020-04-10 17:44 UTC  (8+ messages)
` [PATCH v1 1/2] dt-bindings: sound: tegra-wm8903: Document new nvidia,headset property

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-10 10:39 UTC  (47+ messages)
` [RFC PATCH 01/34] iommu: Move default domain allocation to separate function
` [RFC PATCH 02/34] iommu: Add def_domain_type() callback in iommu_ops
` [RFC PATCH 03/34] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [RFC PATCH 04/34] iommu/vt-d: Wire up iommu_ops->def_domain_type
  ` [RFC PATCH 05/34] iommu/amd: Remove dma_mask check from check_device()
  ` [RFC PATCH 06/34] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
  ` [RFC PATCH 07/34] iommu: Add probe_device() and remove_device() call-backs
  ` [RFC PATCH 10/34] iommu: Move new probe_device path to separate function
  ` [RFC PATCH 16/34] iommu/vt-d: Convert to probe/release_device() call-backs
  ` [RFC PATCH 24/34] iommu/mediatek-v1 "
  ` [RFC PATCH 28/34] iommu/renesas: "
  ` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
` [RFC PATCH 08/34] iommu: Move default domain allocation to iommu_probe_device()
` [RFC PATCH 09/34] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
` [RFC PATCH 12/34] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [RFC PATCH 13/34] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [RFC PATCH 14/34] iommu/amd: Remove dev_data->passthrough
` [RFC PATCH 15/34] iommu/amd: Convert to probe/release_device() call-backs
` [RFC PATCH 17/34] iommu/arm-smmu: Store device instead of group in arm_smmu_s2cr
` [RFC PATCH 18/34] iommu/arm-smmu: Convert to probe/release_device() call-backs
` [RFC PATCH 19/34] iommu/pamu: "
` [RFC PATCH 20/34] iommu/s390: "
` [RFC PATCH 21/34] iommu/virtio: "
` [RFC PATCH 22/34] iommu/msm: "
` [RFC PATCH 23/34] iommu/mediatek: "
` [RFC PATCH 25/34] iommu/qcom: "
` [RFC PATCH 26/34] iommu/rockchip: "
` [RFC PATCH 27/34] iommu/tegra: "
` [RFC PATCH 29/34] iommu/omap: Remove orphan_dev tracking
` [RFC PATCH 30/34] iommu/omap: Convert to probe/release_device() call-backs
` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
            ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner
                  ` [PATCH] iommu/exynos: Rework intialization
` [RFC PATCH 32/34] iommu/exynos: Convert to probe/release_device() call-backs
` [RFC PATCH 34/34] iommu: Unexport iommu_group_get_for_dev()

[PATCH AUTOSEL 5.6 12/68] usb: phy: tegra: Include proper GPIO consumer header to fix compile testing
 2020-04-10  3:45 UTC 

[PATCH] dt-bindings: Fix dtc warnings on reg and ranges in examples
 2020-04-10  2:15 UTC  (3+ messages)

[PATCH] gpu: host1x: Detach driver on unregister
 2020-04-09 16:02 UTC  (2+ messages)

[PATCH] soc: tegra: fix tegra_pmc_get_suspend_mode definition
 2020-04-09 15:02 UTC  (3+ messages)

[PATCH] memory: tegra: avoid unused function warnings
 2020-04-09 15:01 UTC  (2+ messages)

[PATCH] arm64: defconfig: Re-enable Tegra PCIe Host driver
 2020-04-09  9:55 UTC 

[PATCH] dmaengine: tegra: fix broken 'select' statement
 2020-04-08 21:37 UTC  (2+ messages)

[PATCH v1] drm/tegra: output: Support DRM bridges
 2020-04-08 20:49 UTC 

[PATCH v3 0/6] Support NVIDIA Tegra-based Acer A500 and Nexus 7 devices
 2020-04-08 20:39 UTC  (7+ messages)
` [PATCH v3 1/6] ARM: tegra: Add device-tree for Acer Iconia Tab A500
` [PATCH v3 4/6] dt-bindings: ARM: tegra: Add "
  ` [PATCH v3 2/6] ARM: tegra: Add device-tree for ASUS Google Nexus 7
  ` [PATCH v3 3/6] dt-bindings: Add vendor prefix for Acer Inc
  ` [PATCH v3 5/6] dt-bindings: ARM: tegra: Add ASUS Google Nexus 7
  ` [PATCH v3 6/6] ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500

[PATCH] drm/tegra: Use i2c_put_adapter() instead of put_device()
 2020-04-08 18:31 UTC  (2+ messages)

[PATCH v2 0/6] Support NVIDIA Tegra-based Acer A500 and Nexus 7 devices
 2020-04-08 14:40 UTC  (11+ messages)
` [PATCH v2 1/6] ARM: tegra: Add device-tree for Acer Iconia Tab A500
` [PATCH v2 2/6] ARM: tegra: Add device-tree for ASUS Google Nexus 7
` [PATCH v2 6/6] ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500

[PATCH 5.6 00/30] 5.6.3-rc2 review
 2020-04-08  7:10 UTC  (2+ messages)

[PATCH] usb: host: ehci-tegra: Remove superfluous dev_err() message
 2020-04-08  7:05 UTC 

[TEGRA194_CPUFREQ Patch v2 0/3] Add cpufreq driver for Tegra194
 2020-04-07 19:12 UTC  (7+ messages)
` [TEGRA194_CPUFREQ Patch v2 2/3] cpufreq: Add Tegra194 cpufreq driver

[PATCH 5.5 00/48] 5.5.16-rc2 review
 2020-04-07 19:02 UTC 

[PATCH 5.4 00/38] 5.4.31-rc2 review
 2020-04-07 19:02 UTC 

[PATCH 5.6 00/29] 5.6.3-rc1 review
 2020-04-07 14:49 UTC  (2+ messages)

[PATCH 5.5 00/46] 5.5.16-rc1 review
 2020-04-07 12:37 UTC 

[PATCH 5.4 00/36] 5.4.31-rc1 review
 2020-04-07 12:37 UTC 

whether this is your correct email address or not
 2020-04-07  5:15 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).