linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 20:50:17 to 2019-11-08 10:11:16 UTC [more...]

[PATCH v9 00/22] SC7 entry and exit support for Tegra210
 2019-11-08 10:11 UTC  (9+ messages)
` [PATCH v9 07/22] clk: Add API to get index of the clock parent
` [PATCH v9 12/22] cpufreq: tegra124: Add suspend and resume support

Review required [Was: Associate ddc adapters with connectors]
 2019-11-08  0:22 UTC  (4+ messages)
` [PATCH 00/13] Next round of associating ddc adapters with connectors
    ` [PATCH 03/13] drm/exynos: Provide ddc symlink in connector's sysfs

[GIT PULL 1/8] dt-bindings: Changes for v5.5-rc1
 2019-11-07 15:32 UTC  (11+ messages)
` [GIT PULL 2/8] firmware: tegra: "
` [GIT PULL 3/8] memory: "
` [GIT PULL 4/8] soc/tegra: "
` [GIT PULL 5/8] ARM: tegra: Core changes "
` [GIT PULL 6/8] ARM: tegra: Device tree "
` [GIT PULL 7/8] ARM: tegra: Default configuration "
` [GIT PULL 8/8] arm64: tegra: Device tree "

[PATCH] gpio: xgs-iproc: Fix crash when driver is built as a module
 2019-11-07 15:01 UTC  (2+ messages)

[PATCH v4 2/2] gpio: Add xgs-iproc driver
 2019-11-07 10:32 UTC 

[PATCH v2 0/2] Add definition for GPIO direction
 2019-11-07  8:22 UTC  (13+ messages)
` [PATCH v2 1/2] gpio: "
` [PATCH v2 2/2] gpio: Use new GPIO_LINE_DIRECTION

[PATCH 00/11] thermal: clean up output of make W=1
 2019-11-07  2:22 UTC  (3+ messages)
` [PATCH 09/11] thermal: tegra: Appease the kernel-doc deity

[PATCH v9 00/19] More improvements for Tegra30 devfreq driver
 2019-11-06 16:14 UTC  (27+ messages)
` [PATCH v9 01/19] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v9 02/19] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v9 03/19] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v9 04/19] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v9 05/19] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v9 06/19] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v9 07/19] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v9 08/19] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v9 09/19] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v9 10/19] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v9 11/19] PM / devfreq: tegra30: Constify structs
` [PATCH v9 12/19] PM / devfreq: tegra30: Include appropriate header
` [PATCH v9 13/19] PM / devfreq: tegra30: Don't enable already enabled consecutive interrupts
` [PATCH v9 14/19] PM / devfreq: tegra30: Disable consecutive interrupts when appropriate
` [PATCH v9 15/19] PM / devfreq: tegra30: Use kHz units for dependency threshold
` [PATCH v9 16/19] PM / devfreq: Add new interrupt_driven flag for governors
` [PATCH v9 17/19] PM / devfreq: tegra30: Support variable polling interval
` [PATCH v9 18/19] PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient
` [PATCH v9 19/19] PM / devfreq: tegra20/30: Add Dmitry as a maintainer

[PATCH RESEND 00/14] Next round of associating ddc adapters with connectors
 2019-11-06 15:58 UTC  (3+ messages)
` [PATCH RESEND 07/14] drm/msm/hdmi: Provide ddc symlink in hdmi connector sysfs directory

[PATCH 5.3 000/163] 5.3.9-stable review
 2019-11-06 10:49 UTC  (2+ messages)

[PATCH 4.19 000/149] 4.19.82-stable review
 2019-11-06 10:49 UTC  (2+ messages)

[PATCH 4.9 00/62] 4.9.199-stable review
 2019-11-05 23:37 UTC 

[PATCH 4.4 00/46] 4.4.199-stable review
 2019-11-05 23:36 UTC 

[PATCH v2 1/2] dt-bindings: memory: Add Tegra194 memory client IDs
 2019-11-05 22:46 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: tegra: Set dma-ranges for memory subsystem

[REGRESSION v5.3] SUNRPC: Replace the queue timer with a delayed work function (7e0a0e38fcfe)
 2019-11-05 19:37 UTC  (3+ messages)

[PATCH 00/62] Add definition for GPIO direction
 2019-11-05 15:17 UTC  (19+ messages)
` [PATCH 62/62] gpiolib: Nag for INPUT direction values other than GPIO_LINE_DIRECTION_IN
` [RESEND PATCH 01/62] gpio: Add definition for GPIO direction

[PATCH] drm/tegra: Fix regulator_get_optional() misuse
 2019-11-05 13:24 UTC  (3+ messages)

tegra30 tdm support
 2019-11-05 11:58 UTC  (7+ messages)
` [PATCH v4 3/7] ASoC: tegra: i2s: Add support for more than 2 channels

[PATCH 44/62] gpio: gpio-tegra: Use new GPIO_LINE_DIRECTION
 2019-11-05 10:32 UTC 

[PATCH 43/62] gpio: gpio-tegra186: Use new GPIO_LINE_DIRECTION
 2019-11-05 10:32 UTC 

[PATCH 0/3] drm/tegra: Remove space after parenthesis
 2019-11-05  4:59 UTC  (6+ messages)
` [PATCH 1/3] drm/tegra: dc: "
` [PATCH 2/3] drm/tegra: dsi: Remove space in open parenthesis
` [PATCH 3/3] drm/tegra: gr3d: Remove space after parenthesis

[PATCH v8 00/18] More improvements for Tegra30 devfreq driver
 2019-11-04 14:36 UTC  (23+ messages)
` [PATCH v8 01/18] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v8 02/18] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v8 03/18] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v8 04/18] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v8 05/18] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v8 06/18] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v8 07/18] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v8 08/18] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v8 09/18] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v8 10/18] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v8 11/18] PM / devfreq: tegra30: Constify structs
` [PATCH v8 12/18] PM / devfreq: tegra30: Include appropriate header
` [PATCH v8 13/18] PM / devfreq: tegra30: Don't enable already enabled consecutive interrupts
` [PATCH v8 14/18] PM / devfreq: tegra30: Disable consecutive interrupts when appropriate
` [PATCH v8 15/18] PM / devfreq: Add new interrupt_driven flag for governors
` [PATCH v8 16/18] PM / devfreq: tegra30: Support variable polling interval
` [PATCH v8 17/18] PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient
` [PATCH v8 18/18] PM / devfreq: tegra20/30: Add Dmitry as a maintainer

[PATCH v3] drm/tegra: Do not use ->load() and ->unload() callbacks
 2019-11-04 10:26 UTC  (2+ messages)

[PATCH -next 00/30] pinctrl: use devm_platform_ioremap_resource() to simplify code
 2019-11-04  1:17 UTC  (4+ messages)
` [PATCH -next 01/30] pinctrl: pxa25x: "

[PATCH v7 00/19] More improvements for Tegra30 devfreq driver
 2019-11-03 15:25 UTC  (22+ messages)
` [PATCH v7 13/19] PM / devfreq: tegra30: Increase sampling period to 16ms
  ` [PATCH v7 06/19] PM / devfreq: tegra30: Use kHz units uniformly in the code
  ` [PATCH v7 14/19] PM / devfreq: tegra30: Don't enable already enabled consecutive interrupts
  ` [PATCH v7 15/19] PM / devfreq: tegra30: Disable consecutive interrupts when appropriate
  ` [PATCH v7 16/19] PM / devfreq: Add new interrupt_driven flag for governors
  ` [PATCH v7 18/19] PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient
  ` [PATCH v7 17/19] PM / devfreq: tegra30: Support variable polling interval

[PATCH v2 0/9] drm/nouveau: Various fixes for GP10B
 2019-11-03  5:17 UTC  (11+ messages)
` [PATCH v2 1/9] iommu: Document iommu_fwspec::flags field
` [PATCH v2 4/9] drm/nouveau: tegra: Do not try to disable PCI device
  ` [PATCH v2 2/9] iommu: Add dummy dev_iommu_fwspec_get() helper
  ` [PATCH v2 3/9] drm/nouveau: fault: Add support for GP10B
  ` [PATCH v2 5/9] drm/nouveau: tegra: Avoid pulsing reset twice
  ` [PATCH v2 6/9] drm/nouveau: tegra: Set clock rate if not set
  ` [PATCH v2 9/9] drm/nouveau: gp10b: Use correct copy engine
` [PATCH v2 7/9] drm/nouveau: secboot: Read WPR configuration from GPU registers
` [PATCH v2 8/9] drm/nouveau: gp10b: Add custom L2 cache implementation

[GIT PULL] drm/tegra: Changes for v5.5-rc1
 2019-11-02 14:01 UTC 

[PATCH -next] gpu: host1x: Remove dev_err() on platform_get_irq() failure
 2019-11-02  7:57 UTC 

[PATCH v6 00/18] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-11-01 21:30 UTC  (9+ messages)

[RFC 0/3] Introduce memory controller mini-framework
 2019-11-01 19:56 UTC  (5+ messages)
` [RFC 1/3] memory: "

[PATCH -next] gpu: host1x: Fix compile test failure
 2019-11-01 11:33 UTC  (6+ messages)

[PATCH 00/12] drm/tegra: Support IOMMU-backed DMA API
 2019-11-01  9:56 UTC  (4+ messages)
` [PATCH 01/12] memory: tegra: Add gr2d and gr3d to DRM IOMMU group

[PATCH -next] clk: tegra: Fix build error without CONFIG_PM_SLEEP
 2019-11-01  9:50 UTC  (2+ messages)

[PATCH v3 00/10] NVIDIA Tegra20 CPUFreq driver major update
 2019-10-31 17:07 UTC  (12+ messages)
` [PATCH v3 01/10] clk: tegra: Add custom CCLK implementation
` [PATCH v3 02/10] clk: tegra: pll: Add pre/post rate-change hooks
` [PATCH v3 03/10] clk: tegra: cclk: Add helpers for handling PLLX rate changes
` [PATCH v3 04/10] clk: tegra20: Use custom CCLK implementation
` [PATCH v3 05/10] clk: tegra30: "
` [PATCH v3 06/10] dt-bindings: cpufreq: Add binding for NVIDIA Tegra20/30
` [PATCH v3 07/10] cpufreq: tegra20: Use generic cpufreq-dt driver (Tegra30 supported now)
` [PATCH v3 08/10] ARM: tegra: Create tegra20-cpufreq platform device on Tegra30
` [PATCH v3 09/10] ARM: dts: tegra30: beaver: Set up voltage regulators for DVFS
` [PATCH v3 10/10] ARM: dts: tegra30: beaver: Add CPU Operating Performance Points

[PATCH v4 0/6] Nvidia Arm SMMUv2 Implementation
 2019-10-31  0:07 UTC  (7+ messages)
` [PATCH v4 2/6] dt-bindings: arm-smmu: Add binding for Tegra194 SMMU
` [PATCH v4 3/6] iommu/arm-smmu: Add global/context fault implementation hooks
  ` [PATCH v4 1/6] iommu/arm-smmu: add NVIDIA implementation for dual ARM MMU-500 usage
  ` [PATCH v4 4/6] arm64: tegra: Add Memory controller DT node on T194
` [PATCH v4 5/6] arm64: tegra: Add DT node for T194 SMMU
` [PATCH v4 6/6] arm64: tegra: enable SMMU for SDHCI and EQOS on T194

[PATCH v2 1/2] clk: tegra20/30: Don't pre-initialize displays parent clock
 2019-10-30 21:58 UTC  (2+ messages)
` [PATCH v2 2/2] clk: tegra20/30: Explicitly set parent clock for Video Decoder

[PATCH v1 1/2] ARM: tegra: Switch CPU to PLLP on resume from LP1 on Tegra30/114/124
 2019-10-30 21:53 UTC  (2+ messages)
` [PATCH v1 2/2] ARM: tegra: Don't enable PLLX while resuming from LP1 on Tegra30

[PATCH v1] ARM: tegra: Switch CPU to PLLP on resume from LP1 on Tegra30/114/124
 2019-10-30 21:50 UTC 

[PATCH v1] clk: tegra20/30: Don't pre-initialize displays parent clock
 2019-10-30 21:49 UTC 

[PATCH v2 00/17] NVIDIA Tegra20 CPUFreq driver major update
 2019-10-30 21:05 UTC  (4+ messages)
` [PATCH v2 06/17] dt-bindings: cpufreq: Add binding for NVIDIA Tegra20/30

phy: tegra: xusb: Complete exception handling in five probe functions
 2019-10-30 20:50 UTC  (4+ messages)
` phy: tegra: xusb: Complete exception handling in "
  ` drivers/phy/tegra: Completion for exception handling in probe functions with SmPL?


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