messages from 2020-09-17 11:33:23 to 2020-09-22 23:21:20 UTC [more...]
[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 v8 00/32] Improvements for Tegra I2C driver
2020-09-22 22:51 UTC (33+ 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] ARM: uncompress: Enable debug in head.S
2020-09-22 22:13 UTC
[GIT PULL] clk: tegra: Changes for v5.10-rc1
2020-09-22 19:08 UTC (5+ messages)
[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 (130+ messages)
` [PATCH v7 01/34] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [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 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 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 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 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 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] PM / devfreq: tegra30: disable clock on error in probe
2020-09-20 21:37 UTC (12+ messages)
[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 "
[PATCH v2 00/14] arm64: tegra: Initial Tegra234 VDK support
2020-09-18 12:54 UTC (2+ 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 (3+ messages)
[PATCH v3 08/16] irqchip/gic: Configure SGIs as standard interrupts
2020-09-18 8:24 UTC (11+ 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 v2 00/21] Convert all remaining drivers to GEM object functions
2020-09-17 14:01 UTC (3+ messages)
` [PATCH v2 16/21] drm/vgem: Introduce "
[PATCH 5.8 000/177] 5.8.10-rc1 review
2020-09-17 14:31 UTC (2+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).