messages from 2019-10-28 12:37:12 to 2019-11-05 04:02:22 UTC [more...]
[PATCH v9 00/19] More improvements for Tegra30 devfreq driver
2019-11-05 4:02 UTC (22+ 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 0/3] drm/tegra: Remove space after parenthesis
2019-11-05 2:23 UTC (4+ 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
[GIT PULL 1/8] dt-bindings: Changes for v5.5-rc1
2019-11-04 15:34 UTC (10+ 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 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 (3+ 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 (34+ messages)
` [PATCH v7 01/19] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v7 02/19] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v7 03/19] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v7 04/19] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v7 05/19] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v7 06/19] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v7 07/19] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v7 08/19] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v7 09/19] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v7 10/19] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v7 11/19] PM / devfreq: tegra30: Constify structs
` [PATCH v7 12/19] PM / devfreq: tegra30: Include appropriate header
` [PATCH v7 13/19] PM / devfreq: tegra30: Increase sampling period to 16ms
` [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 17/19] PM / devfreq: tegra30: Support variable polling interval
` [PATCH v7 18/19] PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient
` [PATCH v7 19/19] PM / devfreq: tegra20/30: Add Dmitry as a maintainer
[PATCH v2 1/2] dt-bindings: memory: Add Tegra194 memory client IDs
2019-11-03 11:54 UTC (2+ messages)
` [PATCH v2 2/2] arm64: tegra: Set dma-ranges for memory subsystem
[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 7/9] drm/nouveau: secboot: Read WPR configuration from GPU registers
` [PATCH v2 8/9] drm/nouveau: gp10b: Add custom L2 cache implementation
` [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 v9 00/22] SC7 entry and exit support for Tegra210
2019-11-02 14:42 UTC (3+ messages)
` [PATCH v9 12/22] cpufreq: tegra124: Add suspend and resume support
[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 (11+ messages)
` [PATCH v6 09/18] clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP
[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 (11+ messages)
` [PATCH 01/12] memory: tegra: Add gr2d and gr3d to DRM IOMMU group
` [PATCH 06/12] gpu: host1x: Allocate gather copy for host1x
` [PATCH 07/12] gpu: host1x: Support DMA mapping of buffers
` [PATCH 08/12] gpu: host1x: Set DMA mask based on IOMMU setup
` [PATCH 09/12] drm/tegra: Remove memory allocation from Falcon library
` [PATCH 10/12] drm/tegra: falcon: Clarify address usage
` [PATCH 11/12] drm/tegra: Support DMA API for display controllers
` [PATCH 12/12] drm/tegra: Optionally attach clients to the IOMMU
[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 (6+ 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?
[PATCH v2] clk: tegra: divider: Check UART's divider enable-bit state on rate's recalculation
2019-10-30 0:48 UTC
[PATCH v10 00/15] memory: tegra: Introduce Tegra30 EMC driver
2019-10-29 13:51 UTC (2+ messages)
[PATCH v5 1/2] soc/tegra: pmc: Query PCLK clock rate at probe time
2019-10-29 13:37 UTC (5+ messages)
` [PATCH v5 2/2] soc/tegra: pmc: Remove unnecessary memory barrier
[PATCH v2 0/2] Tegra30+ CPU suspend-resume bug-fixes
2019-10-29 13:33 UTC (2+ messages)
[PATCH v2] ARM: dts: tegra124: nyan-big: Add timings for RAM codes 4 and 6
2019-10-29 13:29 UTC (2+ messages)
[PATCH v2 1/2] clk: tegra: divider: Add missing check for enable-bit on rate's recalculation
2019-10-29 13:20 UTC (7+ messages)
` [PATCH v2 2/2] clk: tegra: divider: Support enable-bit for Super clocks
[PATCH v1] clk: tegra20/30: Optimize PLLX configuration restoring
2019-10-29 13:17 UTC (3+ messages)
[PATCH v3 0/4] NVIDIA Tegra Video Decoder driver improvements
2019-10-29 13:13 UTC (5+ messages)
` [PATCH v3] ARM: dts: tegra30: Connect SMMU with Video Decoder Engine
` [PATCH v3] ARM: tegra: Enable Tegra VDE driver in tegra_defconfig
[PATCH v2 0/3] Support regulators coupling on NVIDIA Tegra20/30
2019-10-29 13:02 UTC (2+ messages)
[PATCH 5.3 000/197] 5.3.8-stable review
2019-10-29 8:11 UTC (2+ messages)
tegra/for-next boot bisection: v5.4-rc1-43-g564c032098ad on tegra124-nyan-big
2019-10-29 5:10 UTC
[PATCH v1 00/17] NVIDIA Tegra20 CPUFreq driver major update
2019-10-28 23:48 UTC (4+ messages)
` [PATCH v1 01/17] clk: tegra: Add custom CCLK implementation
[PATCH 4.14 000/119] 4.14.151-stable review
2019-10-28 21:39 UTC
[PATCH 4.9 00/49] 4.9.198-stable review
2019-10-28 21:37 UTC
[PATCH 4.4 00/41] 4.4.198-stable review
2019-10-28 21:36 UTC
[PATCH 0/2] Add support for ZRX-DC phy property
2019-10-28 12:42 UTC (3+ messages)
` [PATCH 1/2] PCI: tegra: Remove support for ZRX-DC compliant PHY from platform driver
` [PATCH 2/2] arm64: tegra: Add support for ZRX-DC phy property
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).