linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-29 09:28:22 to 2019-02-01 16:16:54 UTC [more...]

[PATCH V6 0/7] Add CPUidle support for Tegra210
 2019-02-01 16:16 UTC  (8+ messages)
` [PATCH V6 1/7] dt-bindings: timer: add Tegra210 timer
` [PATCH V6 2/7] clocksource: tegra: add Tegra210 timer support
` [PATCH V6 3/7] soc/tegra: default select TEGRA_TIMER for Tegra210
` [PATCH V6 4/7] arm64: dts: tegra210: fix timer node
` [PATCH V6 5/7] arm64: dts: tegra210: add CPU idle states properties
` [PATCH V6 6/7] arm64: dts: tegra210-p2180: Enable CPU idle support
` [PATCH V6 7/7] arm64: dts: tegra210-smaug: "

[PATCH V5 0/7] Add CPUidle support for Tegra210
 2019-02-01 15:49 UTC  (19+ messages)
` [PATCH V5 1/7] dt-bindings: timer: add Tegra210 timer
` [PATCH V5 2/7] clocksource: tegra: add Tegra210 timer support
` [PATCH V5 3/7] soc/tegra: default select TEGRA_TIMER for Tegra210
` [PATCH V5 4/7] arm64: dts: tegra210: fix timer node
` [PATCH V5 5/7] arm64: dts: tegra210: add CPU idle states properties
` [PATCH V5 6/7] arm64: dts: tegra210-p2180: Enable CPU idle support
` [PATCH V5 7/7] arm64: dts: tegra210-smaug: "

[PATCH V8 1/5] i2c: tegra: Sort all the include headers alphabetically
 2019-02-01 15:02 UTC  (27+ messages)
` [PATCH V8 2/5] i2c: tegra: Add Bus Clear Master Support
` [PATCH V8 3/5] i2c: tegra: Add DMA Support
` [PATCH V8 4/5] i2c: tegra: Update transfer timeout
` [PATCH V8 5/5] i2c: tegra: Add I2C interface timing support

[PATCH v3 00/16] drm/tegra: Fix IOVA space on Tegra186 and later
 2019-02-01 14:49 UTC  (30+ messages)
` [PATCH v3 01/16] gpu: host1x: Set up stream ID table
` [PATCH v3 02/16] gpu: host1x: Program the channel stream ID
` [PATCH v3 03/16] gpu: host1x: Introduce support for wide opcodes
` [PATCH v3 04/16] gpu: host1x: Support 40-bit addressing
` [PATCH v3 05/16] gpu: host1x: Use direct DMA with IOMMU API usage
` [PATCH v3 06/16] gpu: host1x: Restrict IOVA space to DMA mask
` [PATCH v3 07/16] gpu: host1x: Support 40-bit addressing on Tegra186
` [PATCH v3 08/16] gpu: host1x: Use correct semantics for HOST1X_CHANNEL_DMAEND
` [PATCH v3 09/16] gpu: host1x: Optimize CDMA push buffer memory usage
` [PATCH v3 10/16] drm/tegra: Store parent pointer in Tegra DRM clients
` [PATCH v3 11/16] drm/tegra: vic: Load firmware on demand
` [PATCH v3 12/16] drm/tegra: Setup shared IOMMU domain after initialization
` [PATCH v3 13/16] drm/tegra: Restrict IOVA space to DMA mask
` [PATCH v3 14/16] drm/tegra: vic: Do not clear driver data
` [PATCH v3 15/16] drm/tegra: vic: Support stream ID register programming
` [PATCH v3 16/16] arm64: tegra: Enable SMMU for VIC on Tegra186

[PATCH] host1x: cdma: use completion instead of semaphore
 2019-02-01 14:16 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: tegra: Support SOR crossbar configuration
 2019-02-01 14:10 UTC  (2+ messages)

[PATCH] reset: Don't WARN if trying to get a used reset control
 2019-02-01 14:00 UTC  (5+ messages)

[PATCH V2] cpuidle: dt: bail out if the idle-state DT node is not compatible
 2019-02-01 11:48 UTC  (2+ messages)

[PATCH] arm64: dts: tegra210: Add L2 cache topology
 2019-02-01  3:43 UTC 

[PATCH 0/2] Adding DTS to support STMPE811 ADC on Toradex Boards
 2019-02-01  3:36 UTC  (2+ messages)

[PATCH V4 00/20] Tegra210 DFLL support
 2019-02-01  2:49 UTC  (5+ messages)

[PATCH V4 0/7] Add CPUidle support for Tegra210
 2019-02-01  2:26 UTC  (13+ messages)
` [PATCH V4 1/7] dt-bindings: timer: add Tegra210 timer
` [PATCH V4 2/7] clocksource: tegra: add Tegra210 timer support
` [PATCH V4 3/7] soc/tegra: default select TEGRA_TIMER for Tegra210
` [PATCH V4 4/7] arm64: dts: tegra210: fix timer node
` [PATCH V4 5/7] arm64: dts: tegra210: add CPU idle states properties
` [PATCH V4 6/7] arm64: dts: tegra210-p2180: Enable CPU idle support
` [PATCH V4 7/7] arm64: dts: tegra210-smaug: "

[PATCH] cpuidle: dt: bail out if the idle-state DT node is not compatible
 2019-02-01  1:42 UTC  (3+ messages)

[PATCH] arm64: tegra: add topology data for Tegra194 cpu
 2019-01-31 23:29 UTC  (3+ messages)

[PATCH v2] ALSA: hda/tegra: enable clock during probe
 2019-01-31 23:24 UTC  (13+ messages)

[PATCH v2 0/4] Add max77620 charging & low battery support
 2019-01-31 21:37 UTC  (9+ messages)
` [PATCH v2 2/4] mfd: max77620: add documentation for backup battery charging
` [PATCH v2 4/4] mfd: max77620: add documentation for low battery monitoring

[PATCH V7 1/5] i2c: tegra: Sort all the include headers alphabetically
 2019-01-31 19:02 UTC  (27+ messages)
` [PATCH V7 2/5] i2c: tegra: Add Bus Clear Master Support
` [PATCH V7 3/5] i2c: tegra: Add DMA Support
` [PATCH V7 4/5] i2c: tegra: Update transfer timeout
` [PATCH V7 5/5] i2c: tegra: Add I2C interface timing support

[PATCH 4.9 00/44] 4.9.154-stable review
 2019-01-31 10:15 UTC  (2+ messages)

[PATCH V2 0/6] Add CPUidle support for Tegra210
 2019-01-31  9:01 UTC  (7+ messages)
` [PATCH V2 2/6] clocksource: tegra: add Tegra210 timer driver

[PATCH V11 1/4] dt-bindings: mmc: Add supports-cqe property
 2019-01-31  7:28 UTC  (9+ messages)
` [PATCH V11 2/4] arm64: dts: tegra: Add CQE Support for SDMMC4
` [PATCH V11 3/4] mmc: sdhci: Add ADMA3 DMA support for V4 enabled host
` [PATCH V11 4/4] mmc: tegra: HW Command Queue Support for Tegra SDMMC

[PATCH] ALSA: hda/tegra: enable clock during probe
 2019-01-30 12:24 UTC  (12+ messages)

[PATCH V5 1/5] i2c: tegra: Sort all the include headers alphabetically
 2019-01-30  5:04 UTC  (11+ messages)
` [PATCH V5 2/5] i2c: tegra: Add Bus Clear Master Support
` [PATCH V5 3/5] i2c: tegra: Add DMA Support
` [PATCH V5 4/5] i2c: tegra: Update transfer timeout
` [PATCH V5 5/5] i2c: tegra: Add I2C interface timing support

[PATCH V6 1/5] i2c: tegra: Sort all the include headers alphabetically
 2019-01-30  3:13 UTC  (5+ messages)
` [PATCH V6 2/5] i2c: tegra: Add Bus Clear Master Support
` [PATCH V6 3/5] i2c: tegra: Add DMA Support
` [PATCH V6 4/5] i2c: tegra: Update transfer timeout
` [PATCH V6 5/5] i2c: tegra: Add I2C interface timing support

[2/2] mfd: max77620: Add low battery monitor support
 2019-01-30  1:44 UTC  (6+ messages)
        ` 答复: "

[PATCH] arm64: dts: Remove inconsistent use of 'arm, armv8' compatible string
 2019-01-29 23:17 UTC  (2+ messages)
  ` [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' "

[PATCH V4 1/4] i2c: tegra: Sort all the include headers alphabetically
 2019-01-29 22:06 UTC  (4+ messages)
` [PATCH V4 2/4] i2c: tegra: Add Bus Clear Master Support
` [PATCH V4 3/4] i2c: tegra: Add DMA Support
` [PATCH V4 4/4] i2c: tegra: Update transfer timeout

[PATCH V3 1/3] i2c: tegra: Sort all the include headers alphabetically
 2019-01-29 11:21 UTC  (10+ messages)
` [PATCH V3 2/3] i2c: tegra: Update transfer timeout

[PATCH 26/26] drm/<drivers>: Don't set FBINFO_(FLAG_)DEFAULT
 2019-01-29  9:58 UTC  (3+ messages)
    ` [Intel-gfx] "

[PATCH V3 0/6] Add CPUidle support for Tegra210
 2019-01-29  9:28 UTC  (3+ messages)
` [PATCH V3 5/6] arm64: dts: tegra210-p2180: Enable CPU idle support
` [PATCH V3 6/6] arm64: dts: tegra210-smaug: "


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