linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-05 10:56:47 to 2019-08-12 19:55:36 UTC [more...]

[PATCH v10 00/15] memory: tegra: Introduce Tegra30 EMC driver
 2019-08-12 19:55 UTC  (19+ messages)
` [PATCH v10 01/15] clk: tegra20/30: Add custom EMC clock implementation
` [PATCH v10 02/15] memory: tegra20-emc: Drop setting EMC rate to max on probe
` [PATCH v10 03/15] memory: tegra20-emc: Adapt for clock driver changes
` [PATCH v10 04/15] memory: tegra20-emc: Include io.h instead of iopoll.h
` [PATCH v10 05/15] memory: tegra20-emc: Pre-configure debug register
` [PATCH v10 06/15] memory: tegra20-emc: Print a brief info message about the timings
` [PATCH v10 07/15] memory: tegra20-emc: Increase handshake timeout
` [PATCH v10 08/15] memory: tegra20-emc: wait_for_completion_timeout() doesn't return error
` [PATCH v10 09/15] dt-bindings: memory: tegra30: Convert to Tegra124 YAML
` [PATCH v10 10/15] dt-bindings: memory: Add binding for NVIDIA Tegra30 Memory Controller
` [PATCH v10 11/15] dt-bindings: memory: Add binding for NVIDIA Tegra30 External "
` [PATCH v10 12/15] memory: tegra: Introduce Tegra30 EMC driver
` [PATCH v10 13/15] memory: tegra: Ensure timing control debug features are disabled
` [PATCH v10 14/15] memory: tegra: Consolidate registers definition into common header
` [PATCH v10 15/15] ARM: dts: tegra30: Add External Memory Controller node

[PATCH v8 00/21] SC7 entry and exit support for Tegra210
 2019-08-12 19:03 UTC  (72+ messages)
` [PATCH v8 01/21] pinctrl: tegra: Fix write barrier placement in pmx_writel
` [PATCH v8 02/21] pinctrl: tegra: Add write barrier after all pinctrl register writes
` [PATCH v8 03/21] clk: tegra: divider: Save and restore divider rate
` [PATCH v8 04/21] clk: tegra: pllout: Save and restore pllout context
` [PATCH v8 05/21] clk: tegra: pll: Save and restore pll context
` [PATCH v8 06/21] clk: tegra: Support for OSC context save and restore
` [PATCH v8 07/21] clk: Add API to get index of the clock parent
` [PATCH v8 08/21] clk: tegra: periph: Add restore_context support
` [PATCH v8 09/21] clk: tegra: clk-super: Fix to enable PLLP branches to CPU
` [PATCH v8 10/21] clk: tegra: clk-super: Add restore-context support
` [PATCH v8 11/21] clk: tegra: clk-dfll: Add suspend and resume support
` [PATCH v8 12/21] cpufreq: tegra124: "
` [PATCH v8 13/21] clk: tegra210: Use fence_udelay during PLLU init
` [PATCH v8 14/21] clk: tegra210: Add suspend and resume support
` [PATCH v8 15/21] soc/tegra: pmc: Allow to support more tegras wake
` [PATCH v8 16/21] soc/tegra: pmc: Add pmc wake support for tegra210
` [PATCH v8 17/21] arm64: tegra: Enable wake from deep sleep on RTC alarm
` [PATCH v8 18/21] soc/tegra: pmc: Configure core power request polarity
` [PATCH v8 19/21] soc/tegra: pmc: Configure deep sleep control settings
` [PATCH v8 20/21] arm64: dts: tegra210-p2180: Jetson TX1 SC7 timings
` [PATCH v8 21/21] arm64: dts: tegra210-p3450: Jetson Nano "

[PATCH v2] ARM: dts: tegra124: nyan-big: Add timings for RAM codes 4 and 6
 2019-08-12 16:44 UTC  (2+ messages)

[PATCH v3 0/4] NVIDIA Tegra Video Decoder driver improvements
 2019-08-12 16:42 UTC  (3+ messages)
` [PATCH v3] ARM: dts: tegra30: Connect SMMU with Video Decoder Engine

[PATCH 00/14] serial: tegra: Tegra186 support and fixes
 2019-08-12 11:28 UTC  (15+ messages)
` [PATCH 01/14] serial: tegra: add internal loopback functionality
` [PATCH 02/14] serial: tegra: add support to ignore read
` [PATCH 03/14] serial: tegra: avoid reg access when clk disabled
` [PATCH 04/14] serial: tegra: protect IER against LCR.DLAB
` [PATCH 05/14] serial: tegra: flush the RX fifo on frame error
` [PATCH 06/14] serial: tegra: report error to upper tty layer
` [PATCH 07/14] serial: tegra: add compatible for new chips
` [PATCH 08/14] serial: tegra: check for FIFO mode enabled status
` [PATCH 09/14] serial: tegra: set maximum num of uart ports to 8
` [PATCH 10/14] serial: tegra: add support to use 8 bytes trigger
` [PATCH 11/14] serial: tegra: DT for Adjusted baud rates
` [PATCH 12/14] serial: tegra: add support to adjust baud rate
` [PATCH 13/14] serial: tegra: report clk rate errors
` [PATCH 14/14] serial: tegra: Add PIO mode support

[PATCH V15 00/13] PCI: tegra: Add Tegra194 PCIe support
 2019-08-12 10:34 UTC  (18+ messages)
` [PATCH V15 01/13] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V15 02/13] PCI: Disable MSI for Tegra root ports
` [PATCH V15 03/13] PCI: dwc: Perform dbi regs write lock towards the end
` [PATCH V15 04/13] PCI: dwc: Move config space capability search API
` [PATCH V15 05/13] PCI: dwc: Add ext "
` [PATCH V15 06/13] PCI: dwc: Export dw_pcie_wait_for_link() API
` [PATCH V15 07/13] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V15 08/13] PCI: dwc: Add support to enable "
` [PATCH V15 09/13] dt-bindings: Add PCIe supports-clkreq property
` [PATCH V15 10/13] dt-bindings: PCI: tegra: Add device tree support for Tegra194
` [PATCH V15 11/13] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V15 12/13] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V15 13/13] PCI: tegra: Add Tegra194 PCIe support

[PATCH v1] Revert "mmc: sdhci-tegra: drop ->get_ro() implementation"
 2019-08-12  9:36 UTC  (4+ messages)

[PATCH 5.2 00/20] 5.2.6-stable review
 2019-08-12  9:05 UTC  (7+ messages)

[PATCH v6 00/19] More improvements for Tegra30 devfreq driver
 2019-08-11 21:23 UTC  (20+ messages)
` [PATCH v6 01/19] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v6 02/19] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v6 03/19] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v6 04/19] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v6 05/19] PM / devfreq: tegra30: Set up watermarks properly
` [PATCH v6 06/19] PM / devfreq: tegra30: Tune up boosting thresholds
` [PATCH v6 07/19] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v6 08/19] PM / devfreq: tegra30: Ensure that target freq won't overflow
` [PATCH v6 09/19] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v6 10/19] PM / devfreq: tegra30: Reduce unnecessary interrupts activity
` [PATCH v6 11/19] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v6 12/19] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v6 13/19] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v6 14/19] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v6 15/19] PM / devfreq: tegra30: Constify structs
` [PATCH v6 16/19] PM / devfreq: tegra30: Include appropriate header
` [PATCH v6 17/19] PM / devfreq: tegra30: Increase sampling period to 16ms
` [PATCH v6 18/19] PM / devfreq: tegra30: Support variable polling interval
` [PATCH v6 19/19] PM / devfreq: tegra20/30: Add Dmitry as a maintainer

[PATCH v2] drm/tegra: Turn off and reset hardware across suspend-resume
 2019-08-11 18:39 UTC 

[PATCH v1 1/2] irqchip/tegra: Remove everything related to COP
 2019-08-11 18:30 UTC  (2+ messages)
` [PATCH v1 2/2] irqchip/tegra: Clean up coding style

[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-10  7:19 UTC  (3+ messages)

[PATCH 5.2 00/56] 5.2.8-stable review
 2019-08-09 15:49 UTC  (2+ messages)

[PATCH 4.19 00/45] 4.19.66-stable review
 2019-08-09 14:49 UTC 

[PATCH v6 00/24] Associate ddc adapters with connectors
 2019-08-08  3:42 UTC  (3+ messages)
` [PATCH v6 19/24] drm/bridge: dumb-vga-dac: Provide ddc symlink in connector sysfs directory

[PATCH V6 00/21] SC7 entry and exit support for Tegra210
 2019-08-07 21:22 UTC  (11+ messages)
` [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

[PATCH 0/4] gpio: hierarchical IRQ improvements
 2019-08-07 14:07 UTC  (4+ messages)

[GIT PULL] drm/tegra: Fixes for v5.3-rc4
 2019-08-07 14:06 UTC 

[PATCH v7 00/20] SC7 entry and exit support for Tegra210
 2019-08-07 13:11 UTC  (10+ messages)
` [PATCH v7 01/20] pinctrl: tegra: Add suspend and resume support

[PATCH v1 0/16] drm: panel related updates
 2019-08-07 11:55 UTC  (23+ messages)
` [PATCH v1 01/16] drm/bridge: tc358767: fix opencoded use of drm_panel_*
` [PATCH v1 05/16] drm/fsl-dcu: "
` [PATCH v1 08/16] drm/sti: "
` [PATCH v1 10/16] drm/panel: ili9322: move bus_flags to get_modes()
` [PATCH v1 13/16] drm/panel: drop return code from drm_panel_detach()
` [PATCH v1 14/16] drm/panel: call prepare/enable only once
` [PATCH v1 15/16] drm/panel: add backlight support
` [PATCH v1 16/16] drm/panel: simple: use drm_panel infrastructure

[PATCH AUTOSEL 5.2 28/59] tracing: Fix header include guards in trace event headers
 2019-08-06 21:32 UTC 

[PATCH 5.2 000/131] 5.2.7-stable review
 2019-08-06 18:44 UTC  (2+ messages)

[PATCH 4.19 00/74] 4.19.65-stable review
 2019-08-06 18:30 UTC 

[PATCH 4.14 00/53] 4.14.137-stable review
 2019-08-06 18:29 UTC 

[PATCH 4.9 00/42] 4.9.188-stable review
 2019-08-06 18:29 UTC 

[PATCH 4.4 00/22] 4.4.188-stable review
 2019-08-06 18:28 UTC 

[PATCH V13 00/12] PCI: tegra: Add Tegra194 PCIe support
 2019-08-06 14:51 UTC  (13+ messages)
` [PATCH V13 12/12] "

Review required [Was: Associate ddc adapters with connectors]
 2019-08-06  8:36 UTC  (6+ messages)
` [PATCH 00/13] Next round of associating ddc adapters with connectors
  ` [PATCH 04/13] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
  ` [PATCH 05/13] drm: rockchip: Provide ddc symlink in inno_hdmi "

[PATCH v2 0/3] Support regulators coupling on NVIDIA Tegra20/30
 2019-08-06  7:30 UTC  (7+ messages)
` [PATCH v2 3/3] soc/tegra: regulators: Add regulators coupler for Tegra30


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