messages from 2019-07-08 13:06:26 to 2019-07-16 13:59:42 UTC [more...]
[PATCH v4 00/24] More improvements for Tegra30 devfreq driver
2019-07-16 13:59 UTC (36+ messages)
` [PATCH v4 01/24] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v4 02/24] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v4 03/24] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v4 04/24] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v4 06/24] PM / devfreq: tegra30: Tune up boosting thresholds
` [PATCH v4 07/24] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v4 08/24] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v4 09/24] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v4 10/24] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v4 11/24] PM / devfreq: tegra30: Add debug messages
` [PATCH v4 12/24] PM / devfreq: tegra30: Inline all one-line functions
` [PATCH v4 13/24] PM / devfreq: tegra30: Constify structs
` [PATCH v4 14/24] PM / devfreq: tegra30: Ensure that target freq won't overflow
` [PATCH v4 15/24] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
[PATCH V13 00/12] PCI: tegra: Add Tegra194 PCIe support
2019-07-16 11:22 UTC (26+ messages)
` [PATCH V13 01/12] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V13 02/12] PCI: Disable MSI for Tegra root ports
` [PATCH V13 03/12] PCI: dwc: Perform dbi regs write lock towards the end
` [PATCH V13 04/12] PCI: dwc: Move config space capability search API
` [PATCH V13 05/12] PCI: dwc: Add ext "
` [PATCH V13 06/12] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V13 07/12] PCI: dwc: Add support to enable "
` [PATCH V13 08/12] dt-bindings: Add PCIe supports-clkreq property
` [PATCH V13 09/12] dt-bindings: PCI: tegra: Add device tree support for Tegra194
` [PATCH V13 10/12] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V13 11/12] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V13 12/12] PCI: tegra: Add Tegra194 PCIe support
[PATCH v1] drm/modes: Don't apply cmdline's rotation if it wasn't specified
2019-07-16 8:42 UTC (4+ messages)
[PATCH V5 00/18] SC7 entry and exit support for Tegra210
2019-07-16 8:06 UTC (23+ messages)
` [PATCH V5 02/18] pinctrl: tegra: Add suspend and resume support
` [PATCH V5 11/18] clk: tegra210: Add support for Tegra210 clocks
[PATCH V3] cpufreq: Make cpufreq_generic_init() return void
2019-07-16 4:06 UTC
[PATCH v1 0/3] Support regulators coupling on NVIDIA Tegra20/30
2019-07-15 19:45 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: regulator: Document regulators coupling of NVIDIA Tegra20/30 SoCs
` [PATCH v1 2/3] soc/tegra: regulators: Add regulators coupler for Tegra20
` [PATCH v1 3/3] soc/tegra: regulators: Add regulators coupler for Tegra30
[PATCH v1 1/2] clk: tegra: divider: Fix missing check for enable-bit on rate's recalculation
2019-07-15 17:35 UTC (2+ messages)
` [PATCH v1 2/2] clk: tegra: divider: Support enable-bit for Super clocks
[PATCH v3 00/13] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
2019-07-15 17:26 UTC (14+ messages)
` [PATCH v3 01/13] ARM: tegra: Remove cpuidle drivers to replace them with a new driver
` [PATCH v3 02/13] ARM: tegra: Change tegra_set_cpu_in_lp2() type to void
` [PATCH v3 03/13] ARM: tegra: Propagate error from tegra_idle_lp2_last()
` [PATCH v3 04/13] ARM: tegra: Compile sleep-tegra20/30.S unconditionally
` [PATCH v3 05/13] ARM: tegra: Expose PM functions required for new cpuidle driver
` [PATCH v3 06/13] ARM: tegra: Rename some of the newly exposed PM functions
` [PATCH v3 07/13] ARM: tegra: Add tegra_pm_park_secondary_cpu()
` [PATCH v3 08/13] clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP
` [PATCH v3 09/13] cpuidle: Introduce unified driver for NVIDIA Tegra SoCs
` [PATCH v3 10/13] cpuidle: tegra: Support CPU cluster power-down state on Tegra30
` [PATCH v3 11/13] ARM: tegra: Create simple platform device for cpuidle driver
` [PATCH v3 12/13] ARM: multi_v7_defconfig: Enable Tegra "
` [PATCH v3 13/13] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig
[PATCH AUTOSEL 5.1 149/219] clocksource/drivers/tegra: Release all IRQ's on request_irq() error
2019-07-15 14:02 UTC (2+ messages)
` [PATCH AUTOSEL 5.1 151/219] clocksource/drivers/tegra: Restore base address before cleanup
[PATCH AUTOSEL 5.2 170/249] clocksource/drivers/tegra: Release all IRQ's on request_irq() error
2019-07-15 13:45 UTC (2+ messages)
` [PATCH AUTOSEL 5.2 172/249] clocksource/drivers/tegra: Restore base address before cleanup
[PATCH v2 0/6] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
2019-07-14 22:19 UTC (16+ messages)
` [PATCH v2 1/6] ARM: tegra: Remove cpuidle drivers
` [PATCH v2 2/6] ARM: tegra: Expose functions required for cpuidle driver
` [PATCH v2 3/6] cpuidle: Add unified driver for NVIDIA Tegra SoCs
` [PATCH v2 4/6] cpuidle: tegra: Support CPU cluster power-down on Tegra30
` [PATCH v2 5/6] ARM: multi_v7_defconfig: Enable Tegra cpuidle driver
` [PATCH v2 6/6] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig
[PATCH 5.1 000/138] 5.1.18-stable review
2019-07-14 6:01 UTC (10+ messages)
[PATCH v1] drm/modes: Skip invalid cmdline mode
2019-07-13 16:41 UTC (21+ messages)
[PATCH] cpufreq: Make cpufreq_generic_init() return void
2019-07-13 14:36 UTC (2+ messages)
` [PATCH V2] "
[PATCH 5.2 00/61] 5.2.1-stable review
2019-07-12 16:51 UTC (4+ messages)
[PATCH 4.19 00/91] 4.19.59-stable review
2019-07-12 13:36 UTC
[PATCH v4 00/23] Associate ddc adapters with connectors
2019-07-12 7:42 UTC (27+ messages)
` [PATCH v4 01/23] drm: Include ddc adapter pointer in struct drm_connector
` [PATCH v4 02/23] drm/exynos: Provide ddc symlink in connector's sysfs
` [PATCH v4 03/23] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
` [PATCH v4 04/23] drm: rockchip: Provide ddc symlink in inno_hdmi "
` [PATCH v4 05/23] drm/msm/hdmi: Provide ddc symlink in hdmi connector "
` [PATCH v4 15/23] drm: sti: "
` [PATCH v4 16/23] drm/mgag200: Provide ddc symlink in "
` [PATCH v4 17/23] drm/ast: "
` [PATCH v4 18/23] drm/bridge: dumb-vga-dac: "
` [PATCH v4 20/23] drm/bridge: ti-tfp410: "
` [PATCH v4 23/23] drm/i915: Provide ddc symlink in hdmi "
` [PATCH v4 06/23] drm/sun4i: hdmi: Provide ddc symlink in sun4i "
` [PATCH v4 07/23] drm/mediatek: Provide ddc symlink in "
` [PATCH v4 08/23] drm/tegra: Provide ddc symlink in output "
` [PATCH v4 09/23] drm/imx: imx-ldb: Provide ddc symlink in connector's sysfs
` [PATCH v4 10/23] drm/imx: imx-tve: "
` [PATCH v4 11/23] drm/vc4: Provide ddc symlink in connector sysfs directory
` [PATCH v4 12/23] drm: zte: Provide ddc symlink in hdmi "
` [PATCH v4 13/23] drm: zte: Provide ddc symlink in vga "
` [PATCH v4 14/23] drm/tilcdc: Provide ddc symlink in "
` [PATCH v4 19/23] drm/bridge: dw-hdmi: "
` [PATCH v4 21/23] drm/amdgpu: "
` [PATCH v4 22/23] drm/radeon: "
[RFC PATCH] Docs: move more driver,device related docs into drivers dir follows kernel source
2019-07-12 6:10 UTC
[PATCH] dmaengine: tegra210-adma: mark PM funtions as __maybe_unused
2019-07-10 8:42 UTC (2+ messages)
[PATCH] dmaengine: tegra210-adma: Fix unused function warnings
2019-07-10 8:38 UTC (2+ messages)
[PATCH 5.1 00/96] 5.1.17-stable review
2019-07-10 7:24 UTC (2+ messages)
[PATCH 4.19 00/90] 4.19.58-stable review
2019-07-10 6:13 UTC
[PATCH 4.14 00/56] 4.14.133-stable review
2019-07-10 6:12 UTC
[PATCH 4.9 000/102] 4.9.185-stable review
2019-07-10 6:11 UTC
[PATCH 4.4 00/73] 4.4.185-stable review
2019-07-10 6:10 UTC
[PATCH V12 00/12] Add Tegra194 PCIe support
2019-07-10 5:18 UTC (6+ messages)
` [PATCH V12 01/12] PCI: Add #defines for some of PCIe spec r4.0 features
[PATCH v3 0/4] NVIDIA Tegra Video Decoder driver improvements
2019-07-09 23:02 UTC (3+ messages)
` [PATCH v3] media: dt: bindings: tegra-vde: Document new optional IOMMU property
[PATCH v1] drm/tegra: Fix gpiod_get_from_of_node() regression
2019-07-09 21:04 UTC (3+ messages)
[PATCH v1] i2c: tegra: Compile PM functions unconditionally
2019-07-09 21:03 UTC (3+ messages)
[PATCH v5 05/12] drm/modes: Rewrite the command line parser
2019-07-09 13:40 UTC (6+ messages)
[PATCH v1 0/6] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
2019-07-09 5:49 UTC (3+ messages)
` [PATCH v1 6/6] cpuidle: tegra: Remove CPUIDLE_FLAG_TIMER_STOP from all states
[PATCH] gpio: tegra: fix debugfs compile error
2019-07-08 13:19 UTC (3+ messages)
[REGRESSION] ubifs: Don't leak orphans on memory during commit
2019-07-08 13:15 UTC (2+ 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).