linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 23:01:35 to 2020-09-18 09:10:40 UTC [more...]

[PATCH] PM / devfreq: tegra30: disable clock on error in probe
 2020-09-18  9:23 UTC  (11+ messages)

[RESEND][PATCH 0/2] iommu/tegra-smmu: Fix TLB line for Tegra210
 2020-09-18  9:07 UTC  (4+ messages)
` [RESEND][PATCH 1/2] iommu/tegra-smmu: Fix tlb_mask
` [RESEND][PATCH 2/2] memory: tegra: Correct num_tlb_lines for tegra210

[PATCH 0/3] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-18  8:32 UTC  (10+ messages)
` [PATCH 2/3] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces

[PATCH v3 08/16] irqchip/gic: Configure SGIs as standard interrupts
 2020-09-18  8:24 UTC  (25+ messages)

[PATCH AUTOSEL 5.4 027/330] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
 2020-09-18  2:00 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 095/330] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH AUTOSEL 5.4 141/330] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH AUTOSEL 5.4 258/330] i2c: tegra: Restore pinmux on system resume
` [PATCH AUTOSEL 5.4 298/330] PCI: tegra194: Fix runtime PM imbalance on error
` [PATCH AUTOSEL 5.4 304/330] PCI: tegra: "

[PATCH AUTOSEL 4.19 014/206] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
 2020-09-18  2:07 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 089/206] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH AUTOSEL 4.19 189/206] PCI: tegra: Fix runtime PM imbalance on error

[PATCH AUTOSEL 4.14 008/127] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
 2020-09-18  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 054/127] dmaengine: tegra-apb: Prevent race conditions on channel's freeing

[PATCH AUTOSEL 4.9 06/90] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
 2020-09-18  2:14 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 43/90] dmaengine: tegra-apb: Prevent race conditions on channel's freeing

[PATCH AUTOSEL 4.4 06/64] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
 2020-09-18  2:16 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 28/64] dmaengine: tegra-apb: Prevent race conditions on channel's freeing

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-17 15:43 UTC  (87+ messages)
` [PATCH v7 01/34] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v7 02/34] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v7 03/34] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v7 04/34] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v7 05/34] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v7 06/34] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v7 07/34] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v7 08/34] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v7 09/34] i2c: tegra: Use reset_control_reset()
` [PATCH v7 10/34] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v7 11/34] i2c: tegra: Use platform_get_irq()
` [PATCH v7 12/34] i2c: tegra: Use clk-bulk helpers
` [PATCH v7 13/34] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v7 14/34] i2c: tegra: Clean up probe function
` [PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code
` [PATCH v7 16/34] i2c: tegra: Clean up variable types
` [PATCH v7 17/34] i2c: tegra: Remove outdated barrier()
` [PATCH v7 18/34] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v7 19/34] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v7 20/34] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v7 21/34] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
` [PATCH v7 22/34] i2c: tegra: Rename wait/poll functions
` [PATCH v7 23/34] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v7 24/34] i2c: tegra: Factor out packet header setup "
` [PATCH v7 25/34] i2c: tegra: Factor out register polling into separate function
` [PATCH v7 26/34] i2c: tegra: Factor out hardware initialization "
` [PATCH v7 27/34] i2c: tegra: Check errors for both positive and negative values
` [PATCH v7 28/34] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
` [PATCH v7 29/34] i2c: tegra: Improve formatting of variables
` [PATCH v7 30/34] i2c: tegra: Clean up variable names
` [PATCH v7 31/34] i2c: tegra: Clean up printk messages
` [PATCH v7 32/34] i2c: tegra: Clean up and improve comments
` [PATCH v7 33/34] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v7 34/34] i2c: tegra: Improve driver module description

[PATCH v2 00/21] Convert all remaining drivers to GEM object functions
 2020-09-17 14:01 UTC  (37+ messages)
` [PATCH v2 01/21] drm/amdgpu: Introduce "
` [PATCH v2 02/21] drm/armada: "
` [PATCH v2 03/21] drm/etnaviv: "
` [PATCH v2 04/21] drm/exynos: "
` [PATCH v2 05/21] drm/gma500: "
` [PATCH v2 07/21] drm/mediatek: "
` [PATCH v2 08/21] drm/msm: Introduce GEM object funcs
` [PATCH v2 09/21] drm/nouveau: Introduce GEM object functions
` [PATCH v2 10/21] drm/omapdrm: "
` [PATCH v2 11/21] drm/pl111: "
` [PATCH v2 12/21] drm/radeon: "
` [PATCH v2 13/21] drm/rockchip: Convert to drm_gem_object_funcs
` [PATCH v2 14/21] drm/tegra: Introduce GEM object functions
` [PATCH v2 16/21] drm/vgem: "
` [PATCH v2 17/21] drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
` [PATCH v2 18/21] drm/vkms: Introduce GEM object functions
` [PATCH v2 21/21] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver

[PATCH 5.8 000/177] 5.8.10-rc1 review
 2020-09-17 14:31 UTC  (2+ messages)

[PATCH -next v2] memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-17 12:51 UTC 

[PATCH -next v2] gpu: host1x: debug: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-17 12:42 UTC 

[PATCH -next] gpu: host1x: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-17 12:41 UTC  (5+ messages)

[PATCH -next] bcache: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-17 12:20 UTC  (3+ messages)

[PATCH] memory: tegra: Correct num_tlb_lines for tegra210
 2020-09-17 11:19 UTC  (4+ messages)

[PATCH -next] PCI: tegra: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-17 11:01 UTC  (2+ messages)

[PATCH] iommu/tegra-smmu: Fix tlb_mask
 2020-09-17 10:41 UTC  (2+ messages)

[PATCH RESEND v10 0/4] Support DRM bridges on NVIDIA Tegra
 2020-09-17 10:33 UTC  (2+ messages)

[PATCH v3 00/10] Summit SMB3xx driver & device-tree
 2020-09-17 10:24 UTC  (3+ messages)
` [PATCH v3 10/10] ARM: tegra: nexus7: Add SMB347 battery charger

[PATCH v1] ARM: tegra: nexus7: Add touchscreen
 2020-09-17 10:22 UTC  (2+ messages)

[PATCH v1 0/4] WiFi SDIO fixes and improvements for Acer A500 and Nexus 7
 2020-09-17 10:21 UTC  (2+ messages)

[PATCH v1 1/3] ARM: tegra: nexus7: Add aliases for MMC
 2020-09-17 10:17 UTC  (6+ messages)
` [PATCH v1 2/3] ARM: tegra: acer-a500: "
` [PATCH v1 3/3] ARM: tegra: acer-a500: Remove atmel,cfg_name property

[PATCH v2 00/14] arm64: tegra: Initial Tegra234 VDK support
 2020-09-17 10:07 UTC  (15+ messages)
` [PATCH v2 01/14] dt-bindings: misc: tegra-apbmisc: Add missing compatible strings
` [PATCH v2 02/14] dt-bindings: misc: tegra186-misc: Add missing compatible string
` [PATCH v2 03/14] dt-bindings: misc: tegra186-misc: Add Tegra234 support
` [PATCH v2 04/14] dt-bindings: tegra: Add Tegra234 VDK compatible
` [PATCH v2 05/14] dt-bindings: fuse: tegra: Add Tegra234 support
` [PATCH v2 06/14] dt-bindings: tegra: pmc: "
` [PATCH v2 07/14] soc/tegra: fuse: Extract tegra_get_platform()
` [PATCH v2 08/14] soc/tegra: fuse: Implement tegra_is_silicon()
` [PATCH v2 09/14] soc/tegra: fuse: Add Tegra234 support
` [PATCH v2 10/14] soc/tegra: misc: "
` [PATCH v2 11/14] soc/tegra: pmc: Reorder reset sources/levels definitions
` [PATCH v2 12/14] soc/tegra: pmc: Add Tegra234 support
` [PATCH v2 13/14] firmware: tegra: Enable BPMP support on Tegra234
` [PATCH v2 14/14] arm64: tegra: Initial Tegra234 VDK support

[Patch 0/2] Tegra194 cpufreq driver misc changes
 2020-09-17  8:45 UTC  (7+ messages)
` [Patch 1/2] cpufreq: tegra194: get consistent cpuinfo_cur_freq
` [Patch 2/2] cpufreq: tegra194: Fix unlisted boot freq warning

[RFC PATCH v2 00/17] Host1x/TegraDRM UAPI
 2020-09-17  7:25 UTC  (6+ messages)
` [RFC PATCH v2 13/17] gpu: host1x: Reset max value when freeing a syncpoint

[PATCH RESEND v4] cpuidle: tegra: Correctly handle result of arm_cpuidle_simple_enter()
 2020-09-17  1:23 UTC  (2+ messages)

[PATCH 0/3] Support NVIDIA Tegra-based Ouya game console
 2020-09-16 17:43 UTC  (8+ messages)
` [PATCH 1/3] ARM: tegra: Add device-tree for Ouya
` [PATCH 2/3] dt-bindings: Add vendor prefix for Ouya Inc
` [PATCH 3/3] dt-bindings: ARM: tegra: Add Ouya game console

[PATCH V2 0/5] Add support for custom names for AT24 EEPROMs
 2020-09-16  9:49 UTC  (6+ messages)
` [PATCH V2 1/5] misc: eeprom: at24: Initialise AT24 NVMEM ID field
` [PATCH V2 2/5] dt-bindings: eeprom: at24: Add label property for AT24
` [PATCH V2 3/5] misc: eeprom: at24: Support custom device names for AT24 EEPROMs
` [PATCH V2 4/5] arm64: tegra: Add label properties for EEPROMs
` [PATCH V2 5/5] arm64: tegra: Populate EEPROMs for Jetson Xavier NX

[PATCH 4.19 00/78] 4.19.146-rc1 review
 2020-09-16  8:16 UTC 

[PATCH 5.4 000/130] 5.4.66-rc3 review
 2020-09-16  8:12 UTC 

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-09-16  7:54 UTC  (4+ messages)

[BUG] slab: double free detected in cache 'kmalloc-128', objp daff5780
 2020-09-15 11:41 UTC 

[PATCH 0/9] arm64: tegra: Initial Tegra234 VDK support
 2020-09-15 13:49 UTC  (6+ messages)
` [PATCH 9/9] "


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