linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-24 10:02:05 to 2018-10-05 22:19:53 UTC [more...]

[PATCH 33/36] dt-bindings: arm: Convert Tegra board/soc bindings to json-schema
 2018-10-05 22:19 UTC  (2+ messages)

[PATCH 00/12] i2c: quirks: add zero length checks and update drivers
 2018-10-05 16:08 UTC  (5+ messages)
` [PATCH 08/12] i2c: tegra: use core to detect 'no zero length' quirk

[PATCH v1 00/11] Continuing the work on coupled regulators
 2018-10-05 15:36 UTC  (12+ messages)
` [PATCH v1 01/11] regulator: core: Add voltage balancing mechanism
` [PATCH v1 02/11] regulator: core: Change voltage setting path
` [PATCH v1 03/11] regulator: core: Mutually resolve regulators coupling
` [PATCH v1 04/11] regulator: core: Don't allow to get regulator until all couples resolved
` [PATCH v1 05/11] dt-bindings: regulator: Change regulator-coupled-max-spread property
` [PATCH v1 06/11] regulator: core: Limit regulators coupling to a single couple
` [PATCH v1 07/11] dt-bindings: regulator: Document new regulator-max-step-microvolt property
` [PATCH v1 08/11] regulator: core: Add new max_uV_step constraint
` [PATCH v1 09/11] regulator: core: Decouple regulators on regulator_unregister()
` [PATCH v1 10/11] regulator: core: Use ww_mutex for regulators locking
` [PATCH v1 11/11] regulator: core: Properly handle case where supply is the couple

[PATCH] firmware: tegra-bpmp: mark PM function as __maybe_unused
 2018-10-04 16:19 UTC  (5+ messages)

[PATCH 4.14 000/137] 4.14.74-stable review
 2018-10-04 15:44 UTC  (2+ messages)

[PATCH V2 0/5] Tegra xHCI genpd support
 2018-10-03 13:44 UTC  (8+ messages)
` [PATCH V2 1/5] dt-bindings: usb: xhci-tegra: Add power-domain details
` [PATCH V2 2/5] usb: xhci: tegra: Power-off power-domains on removal
` [PATCH V2 3/5] usb: xhci: tegra: Add genpd support
` [PATCH V2 4/5] soc/tegra: pmc: Don't power-up XUSB power-domains
` [PATCH V2 5/5] arm64: dts: tegra210: Add power-domains for xHCI

[PATCH v6 0/4] devres: provide and use devm_kstrdup_const()
 2018-10-03  8:33 UTC  (7+ messages)
` [PATCH v6 1/4] devres: constify p in devm_kfree()
` [PATCH v6 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v6 3/4] devres: provide devm_kstrdup_const()
` [PATCH v6 4/4] mailbox: tegra-hsp: use devm_kstrdup_const()

[PATCH 0/9] Implement wake event support on Tegra186 and later
 2018-10-03  7:52 UTC  (10+ messages)
` [PATCH 6/9] gpio: Add support for hierarchical IRQ domains

[PATCH] i2c: of: Try to find an I2C adapter matching the parent
 2018-10-02 12:12 UTC  (4+ messages)

[PATCH] clk: tegra: Fix an infinite loop when clock rate is zero
 2018-10-02  7:35 UTC  (4+ messages)

[PATCH v5 00/21] IOMMU: Tegra GART driver clean up and optimization
 2018-09-30 22:48 UTC  (22+ messages)
` [PATCH v5 01/21] iommu/tegra: gart: Remove pr_fmt and clean up includes
` [PATCH v5 02/21] iommu/tegra: gart: Clean up driver probe errors handling
` [PATCH v5 03/21] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT
` [PATCH v5 04/21] iommu: Introduce iotlb_sync_map callback
` [PATCH v5 05/21] iommu/tegra: gart: Optimize mapping / unmapping performance
` [PATCH v5 06/21] dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc
` [PATCH v5 07/21] ARM: dts: tegra20: Update Memory Controller node to the new binding
` [PATCH v5 08/21] memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20
` [PATCH v5 09/21] memory: tegra: Adapt to Tegra20 device-tree binding changes
` [PATCH v5 10/21] memory: tegra: Read client ID on GART page fault
` [PATCH v5 11/21] memory: tegra: Use of_device_get_match_data()
` [PATCH v5 12/21] memory: tegra: Use relaxed versions of readl/writel
` [PATCH v5 13/21] iommu/tegra: gart: Integrate with Memory Controller driver
` [PATCH v5 14/21] iommu/tegra: gart: Fix spinlock recursion
` [PATCH v5 15/21] iommu/tegra: gart: Fix NULL pointer dereference
` [PATCH v5 16/21] iommu/tegra: gart: Allow only one active domain at a time
` [PATCH v5 17/21] iommu/tegra: gart: Don't use managed resources
` [PATCH v5 18/21] iommu/tegra: gart: Prepend error/debug messages with "gart:"
` [PATCH v5 19/21] iommu/tegra: gart: Don't detach devices from inactive domains
` [PATCH v5 20/21] iommu/tegra: gart: Simplify clients-tracking code
` [PATCH v5 21/21] iommu/tegra: gart: Perform code refactoring

[GIT PULL 1/5] dt-bindings: Changes for v4.20-rc1
 2018-09-28 20:00 UTC  (10+ messages)
` [GIT PULL 2/5] soc/tegra: "
` [GIT PULL 3/5] firmware: tegra: "
` [GIT PULL 4/5] ARM: tegra: Device tree changes "
` [GIT PULL 5/5] arm64: "

[PATCH v5 0/4] devres: provide and use devm_kstrdup_const()
 2018-09-28  7:30 UTC  (9+ messages)
` [PATCH v5 1/4] devres: constify p in devm_kfree()
` [PATCH v5 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v5 3/4] devres: provide devm_kstrdup_const()
` [PATCH v5 4/4] mailbox: tegra-hsp: use devm_kstrdup_const()

[PATCH v3] gpu: host1x: Detach Host1x from IOMMU DMA domain on arm32
 2018-09-28  3:00 UTC  (4+ messages)

[GIT PULL] drm/tegra: Changes for v4.20-rc1
 2018-09-27 20:50 UTC 

[PATCH 4.14 49/64] drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs creation
 2018-09-27 19:01 UTC  (2+ messages)

[PATCH v4 00/20] IOMMU: Tegra GART driver clean up and optimization
 2018-09-27 18:41 UTC  (56+ messages)
` [PATCH v4 01/20] iommu/tegra: gart: Remove pr_fmt and clean up includes
` [PATCH v4 02/20] iommu/tegra: gart: Clean up driver probe errors handling
` [PATCH v4 03/20] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT
` [PATCH v4 04/20] iommu: Introduce iotlb_sync_map callback
` [PATCH v4 05/20] iommu/tegra: gart: Optimize mapping / unmapping performance
` [PATCH v4 06/20] dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc
` [PATCH v4 09/20] memory: tegra: Adapt to Tegra20 device-tree binding changes
` [PATCH v4 11/20] memory: tegra: Use of_device_get_match_data()
` [PATCH v4 12/20] iommu/tegra: gart: Integrate with Memory Controller driver
` [PATCH v4 13/20] iommu/tegra: gart: Fix spinlock recursion
` [PATCH v4 14/20] iommu/tegra: gart: Fix NULL pointer dereference
` [PATCH v4 15/20] iommu/tegra: gart: Allow only one active domain at a time
` [PATCH v4 16/20] iommu/tegra: gart: Don't use managed resources
` [PATCH v4 17/20] iommu/tegra: gart: Prepend error/debug messages with "GART:"
` [PATCH v4 18/20] iommu/tegra: gart: Don't detach devices from inactive domains
` [PATCH v4 19/20] iommu/tegra: gart: Simplify clients-tracking code
` [PATCH v4 20/20] iommu/tegra: gart: Perform code refactoring

[PATCH v7 0/6] Add coupled regulators mechanism
 2018-09-27 17:14 UTC 

[PATCH v2 00/37] ARM: dts: tegra: colibri_t20: major revamp incl. eval board support
 2018-09-26 16:52 UTC  (9+ messages)
` [PATCH v2 28/37] ARM: tegra: colibri_t20: simplify model and compatible properties
` [PATCH v2 29/37] ARM: tegra: colibri_t20: iris: "
` [PATCH v2 37/37] ARM: tegra: colibri_t20: add eval board device tree

[PATCH v2] drivers/thermal/tegra: Fix a double free on the device node
 2018-09-26 15:24 UTC  (2+ messages)

[PATCH v1] drm/tegra: Detach devices from IOMMU DMA domain on arm32
 2018-09-26 15:24 UTC  (2+ messages)

[PATCH v2] ARM: tegra: tegra20: Fix mixed tabs-spaces indentation
 2018-09-26 15:08 UTC  (2+ messages)

[PATCH v2] drm/tegra: Replace drm_dev_unref with drm_dev_put
 2018-09-26 15:04 UTC  (2+ messages)

[PATCH 0/5] Tegra xHCI genpd support
 2018-09-26 15:02 UTC  (8+ messages)
` [PATCH 1/5] PM / Domains: Export symbol for genpd_dev_pm_attach_by_name
` [PATCH 2/5] dt-bindings: usb: xhci-tegra: Add power-domain details
` [PATCH 3/5] usb: xhci: tegra: Add genpd support
` [PATCH 4/5] soc/tegra: pmc: Don't power-up XUSB power-domains
` [PATCH 5/5] arm64: dts: tegra210: Add power-domains for xHCI

[PATCH v2 00/19] ARM: dts: tegra: apalis-tk1: minor revamp
 2018-09-26 14:56 UTC  (2+ messages)

[PATCH v2 00/34] ARM: dts: tegra: colibri_t30: major revamp
 2018-09-26 14:48 UTC  (2+ messages)

[PATCH v2 00/34] ARM: dts: tegra: apalis_t30: major revamp incl. v1.1 hardware support
 2018-09-26 14:46 UTC  (7+ messages)
` [PATCH v2 26/34] dt-bindings: add broadcom (formerly plx technology) vendor prefix
` [PATCH v2 34/34] ARM: tegra: apalis_t30: support v1.1 hardware revision

[PATCH] ARM: dts: tegra30: fix xcvr-setup-use-fuses
 2018-09-26 14:40 UTC  (2+ messages)

[PATCH] gpu: host1x: Remove redundant of_dma_configure() call
 2018-09-26 14:29 UTC  (4+ messages)

[PATCH v1 0/5] CPUFREQ OPP's and Tegra30 support by tegra20-cpufreq driver
 2018-09-25 21:57 UTC  (6+ messages)
` [PATCH v1 1/5] dt-bindings: cpufreq: Add binding for NVIDIA Tegra20/30

[PATCH V2] clk: tegra: Return the exact clock rate from clk_round_rate
 2018-09-25 21:49 UTC 

[PATCH v4 0/4] devres: provide and use devm_kstrdup_const()
 2018-09-25 16:02 UTC  (8+ messages)
` [PATCH v4 1/4] devres: constify p in devm_kfree()
` [PATCH v4 2/4] mm: move is_kernel_rodata() to asm-generic/sections.h
` [PATCH v4 3/4] devres: provide devm_kstrdup_const()
` [PATCH v4 4/4] mailbox: tegra-hsp: use devm_kstrdup_const()

[PATCH 4.14 156/173] gpiolib: Respect error code of ->get_direction()
 2018-09-25 14:42 UTC  (2+ messages)

[PATCH -next] drm/tegra: Use PTR_ERR_OR_ZERO in tegra_gem_create()
 2018-09-25  8:58 UTC  (5+ messages)

[PATCH] clk: tegra: Return the exact clock rate from clk_round_rate
 2018-09-25  8:44 UTC  (6+ messages)

[PATCH v1] drm/tegra: dpaux: Fix always-failing probing of the driver
 2018-09-24 19:15 UTC  (11+ 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).