linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 09:10:40 to 2020-09-24 11:10:06 UTC [more...]

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-24 11:07 UTC  (4+ messages)
` [PATCH v2 1/5] PCI: dwc: Call dma_unmap_page() before freeing the msi page
` [PATCH v2 3/5] PCI: dwc: Rename dw_pcie_free_msi to dw_pcie_msi_deinit
` [PATCH v2 5/5] PCI: dwc: Move dw_pcie_msi_init() from each users to designware host

[PATCH] usb: phy: tegra: Use IS_ERR() to check and simplify code
 2020-09-24 10:37 UTC  (4+ messages)

[PATCH 0/3] iommu/tegra-smmu: Some small fixes
 2020-09-24 10:33 UTC  (8+ messages)
` [PATCH 1/3] iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASK
` [PATCH 2/3] iommu/tegra-smmu: Fix iova->phys translation
` [PATCH 3/3] iommu/tegra-smmu: Allow to group clients in same swgroup

[PATCH v2 00/14] arm64: tegra: Initial Tegra234 VDK support
 2020-09-24 10:32 UTC  (4+ messages)
` [PATCH v2 14/14] "

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

[PATCH v2 0/3] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-24  7:14 UTC  (10+ messages)
` [PATCH v2 1/3] dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptr
` [PATCH v2 2/3] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
` [PATCH v2 3/3] dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfaces

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

[PATCH 0/3] Support NVIDIA Tegra-based Ouya game console
 2020-09-23 20:30 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 v8 29/32] i2c: tegra: Clean up printk messages
 2020-09-23 16:10 UTC 

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

[PATCH V2 0/5] Add support for custom names for AT24 EEPROMs
 2020-09-23 15:32 UTC  (7+ messages)
` [PATCH V2 2/5] dt-bindings: eeprom: at24: Add label property for AT24

[PATCH v3 00/22] Convert all remaining drivers to GEM object functions
 2020-09-23 14:33 UTC  (26+ messages)
` [PATCH v3 01/22] drm/amdgpu: Introduce "
` [PATCH v3 02/22] drm/armada: "
` [PATCH v3 03/22] drm/etnaviv: "
` [PATCH v3 04/22] drm/exynos: "
` [PATCH v3 05/22] drm/gma500: "
` [PATCH v3 06/22] drm/i915: "
` [PATCH v3 07/22] drm/imx/dcss: Initialize DRM driver instance with CMA helper macro
` [PATCH v3 08/22] drm/mediatek: Introduce GEM object functions
` [PATCH v3 09/22] drm/msm: Introduce GEM object funcs
` [PATCH v3 10/22] drm/nouveau: Introduce GEM object functions
` [PATCH v3 11/22] drm/omapdrm: "
` [PATCH v3 12/22] drm/pl111: "
` [PATCH v3 13/22] drm/radeon: "
` [PATCH v3 14/22] drm/rockchip: Convert to drm_gem_object_funcs
` [PATCH v3 15/22] drm/tegra: Introduce GEM object functions
` [PATCH v3 16/22] drm/vc4: "
` [PATCH v3 17/22] drm/vgem: "
` [PATCH v3 18/22] drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
` [PATCH v3 19/22] drm/vkms: Introduce GEM object functions
` [PATCH v3 20/22] drm/xen: "
` [PATCH v3 21/22] drm/xlnx: Initialize DRM driver instance with CMA helper macro
` [PATCH v3 22/22] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver

[GIT PULL] clk: tegra: Changes for v5.10-rc1
 2020-09-23  8:12 UTC  (6+ messages)

[PATCH v1] soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA
 2020-09-23  0:34 UTC 

[PATCH] PM / devfreq: tegra30: disable clock on error in probe
 2020-09-23  0:42 UTC  (14+ messages)

[PATCH v1 1/3] dt-bindings: input: atmel: add compatible for mXT1386
 2020-09-22 23:21 UTC  (4+ messages)
` [PATCH v1 2/3] Input: atmel_mxt_ts - implement I2C retries for mXT1368
` [PATCH v1 3/3] ARM: tegra: add mXT1386 compatible

[PATCH] ARM: uncompress: Enable debug in head.S
 2020-09-22 22:13 UTC 

[PATCH 4.19 00/49] 4.19.147-rc1 review
 2020-09-22  6:46 UTC 

[PATCH 4.4 00/46] 4.4.237-rc1 review
 2020-09-22  6:46 UTC 

[PATCH 5.8 000/118] 5.8.11-rc1 review
 2020-09-22  6:46 UTC 

[PATCH 5.4 00/72] 5.4.67-rc1 review
 2020-09-22  6:46 UTC 

[PATCH 4.14 00/94] 4.14.199-rc1 review
 2020-09-22  6:46 UTC 

[PATCH 4.9 00/70] 4.9.237-rc1 review
 2020-09-22  6:46 UTC 

[PATCH -next] gpu: host1x: simplify the return expression of host1x_cdma_init()
 2020-09-22  2:33 UTC  (4+ messages)

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-21 16:05 UTC  (72+ messages)
` [PATCH v7 06/34] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v7 08/34] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v7 12/34] i2c: tegra: Use clk-bulk helpers
` [PATCH v7 14/34] i2c: tegra: Clean up probe function
` [PATCH v7 21/34] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
` [PATCH v7 25/34] i2c: tegra: Factor out register polling into separate function
` [PATCH v7 27/34] i2c: tegra: Check errors for both positive and negative values
` [PATCH v7 29/34] i2c: tegra: Improve formatting of variables
` [PATCH v7 30/34] i2c: tegra: Clean up variable names
` [PATCH v7 32/34] i2c: tegra: Clean up and improve comments

[PATCH RESEND v4] cpuidle: tegra: Correctly handle result of arm_cpuidle_simple_enter()
 2020-09-21 15:48 UTC  (2+ messages)

tegra-clk not found in 5.9-rc1
 2020-09-21 13:14 UTC  (2+ messages)

[PATCH 0/4] ARM: tegra: soctherm bugfixes
 2020-09-21 13:14 UTC  (3+ messages)
` [PATCH 4/4] ARM: tegra: Avoid setting edp_irq when not relevant

[GIT PULL] drm/tegra: Changes for v5.10-rc1
 2020-09-21 12:12 UTC 

[PATCH v7 31/34] i2c: tegra: Clean up printk messages
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 26/34] i2c: tegra: Factor out hardware initialization into separate function
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 19/34] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 09/34] i2c: tegra: Use reset_control_reset()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 10/34] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 03/34] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 33/34] i2c: tegra: Clean up whitespaces, newlines and indentation
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 34/34] i2c: tegra: Improve driver module description
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 28/34] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 24/34] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 23/34] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 22/34] i2c: tegra: Rename wait/poll functions
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 20/34] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 18/34] i2c: tegra: Remove likely/unlikely from the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 17/34] i2c: tegra: Remove outdated barrier()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 16/34] i2c: tegra: Clean up variable types
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 13/34] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 11/34] i2c: tegra: Use platform_get_irq()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 07/34] i2c: tegra: Runtime PM always available on Tegra
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 05/34] i2c: tegra: Initialize div-clk rate unconditionally
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 04/34] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 02/34] i2c: tegra: Add missing pm_runtime_put()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 01/34] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-09-21  2:09 UTC  (6+ messages)
    ` [PATCH 14/18] drm/exynos: Consolidate IOMMU mapping code

[PATCH -next v2] memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-20 16:58 UTC  (2+ messages)

[GIT PULL 1/6] dt-bindings: Changes for v5.10-rc1
 2020-09-18 15:03 UTC  (6+ messages)
` [GIT PULL 2/6] soc/tegra: "
` [GIT PULL 3/6] firmware: tegra: "
` [GIT PULL 4/6] ARM: "
` [GIT PULL 5/6] arm64: "
` [GIT PULL 6/6] arm64: tegra: Default configuration updates "


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