linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-04 00:49:58 to 2019-06-10 08:52:18 UTC [more...]

[PATCH 5.1 00/70] 5.1.9-stable review
 2019-06-10  8:52 UTC 

[PATCH 4.19 00/51] 4.19.50-stable review
 2019-06-10  8:51 UTC 

[PATCH 4.14 00/35] 4.14.125-stable review
 2019-06-10  8:50 UTC 

[PATCH 4.9 00/83] 4.9.181-stable review
 2019-06-10  8:50 UTC 

[PATCH 4.4 000/241] 4.4.181-stable review
 2019-06-10  8:49 UTC 

[PATCH v1 0/3] Few more cleanups for tegra-timer
 2019-06-10  8:11 UTC  (5+ messages)
` [PATCH v1 1/3] clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr
` [PATCH v1 2/3] clocksource/drivers/tegra: Set and use timer's period
` [PATCH v1 3/3] clocksource/drivers/tegra: Drop unneeded typecasting in one place

[PATCH] [RFC] dmaengine: add fifo_size member
 2019-06-10  8:01 UTC  (26+ messages)

[PATCH V3 1/6] i2c: tegra: clean up macros
 2019-06-10  5:08 UTC  (6+ messages)
` [PATCH V3 2/6] i2c: tegra: remove unnecessary variable init
` [PATCH V3 3/6] i2c: tegra: fix alignment and spacing violations
` [PATCH V3 4/6] i2c: tegra: add spinlock definition comment
` [PATCH V3 5/6] i2c: tegra: fix msleep warning
` [PATCH V3 6/6] i2c: tegra: remove BUG, BUG_ON

[PATCH V2 1/6] i2c: tegra: clean up macros
 2019-06-10  3:52 UTC  (8+ messages)
` [PATCH V2 2/6] i2c: tegra: remove unnecessary variable init
` [PATCH V2 3/6] i2c: tegra: fix alignment and spacing violations
` [PATCH V2 4/6] i2c: tegra: add spinlock definition comment
` [PATCH V2 5/6] i2c: tegra: fix msleep warning
` [PATCH V2 6/6] i2c: tegra: remove BUG, BUG_ON

[PATCH] gpu: host1x: Increase maximum DMA segment size
 2019-06-09 12:48 UTC  (2+ messages)

[PATCH] tegra-hsp: fix a missing-check bug in tegra_hsp_doorbell_create()
 2019-06-08 16:11 UTC  (2+ messages)

[PATCH V1 1/6] i2c: tegra: clean up macros
 2019-06-07 19:24 UTC  (16+ messages)
` [PATCH V1 2/6] i2c: tegra: remove unnecessary variable init
` [PATCH V1 3/6] i2c: tegra: fix alignment and spacing violations
` [PATCH V1 4/6] i2c: tegra: add spinlock definition comment
` [PATCH V1 5/6] i2c: tegra: fix msleep warning
` [PATCH V1 6/6] i2c: tegra: remove BUG, BUG_ON

[PATCH v4 00/16] NVIDIA Tegra devfreq improvements and Tegra20/30 support
 2019-06-07 16:58 UTC  (52+ messages)
  ` [PATCH v4 01/16] PM / devfreq: tegra: Fix kHz to Hz conversion
  ` [PATCH v4 02/16] PM / devfreq: tegra: Replace readl-writel with relaxed versions
  ` [PATCH v4 03/16] PM / devfreq: tegra: Replace write memory barrier with the read barrier
  ` [PATCH v4 04/16] PM / devfreq: tegra: Don't ignore clk errors
  ` [PATCH v4 05/16] PM / devfreq: tegra: Don't set EMC clock rate to maximum on probe
  ` [PATCH v4 06/16] PM / devfreq: tegra: Drop primary interrupt handler
  ` [PATCH v4 07/16] PM / devfreq: tegra: Properly disable interrupts
  ` [PATCH v4 08/16] PM / devfreq: tegra: Clean up driver's probe / remove
  ` [PATCH v4 09/16] PM / devfreq: tegra: Avoid inconsistency of current frequency value
  ` [PATCH v4 10/16] PM / devfreq: tegra: Mark ACTMON's governor as immutable
  ` [PATCH v4 11/16] PM / devfreq: tegra: Move governor registration to driver's probe
  ` [PATCH v4 12/16] PM / devfreq: tegra: Reconfigure hardware on governor's restart
  ` [PATCH v4 13/16] PM / devfreq: tegra: Support Tegra30
  ` [PATCH v4 14/16] PM / devfreq: tegra: Enable COMPILE_TEST for the driver
  ` [PATCH v4 15/16] PM / devfreq: tegra: Rename tegra-devfreq.c to tegra30-devfreq.c
  ` [PATCH v4 16/16] PM / devfreq: Introduce driver for NVIDIA Tegra20

[PATCH V9 00/15] Add Tegra194 PCIe support
 2019-06-07 14:46 UTC  (16+ messages)
` [PATCH V9 01/15] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V9 02/15] PCI: Disable MSI for Tegra194 root port
` [PATCH V9 03/15] PCI: dwc: Perform dbi regs write lock towards the end
` [PATCH V9 04/15] PCI: dwc: Move config space capability search API
` [PATCH V9 05/15] PCI: dwc: Add ext "
` [PATCH V9 06/15] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V9 07/15] PCI: dwc: Add support to enable "
` [PATCH V9 08/15] dt-bindings: Add PCIe supports-clkreq property
` [PATCH V9 09/15] dt-bindings: PCI: tegra: Add device tree support for Tegra194
` [PATCH V9 10/15] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V9 11/15] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT
` [PATCH V9 12/15] arm64: tegra: Enable PCIe slots in P2972-0000 board
` [PATCH V9 13/15] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V9 14/15] PCI: tegra: Add Tegra194 PCIe support
` [PATCH V9 15/15] arm64: Add Tegra194 PCIe driver to defconfig

[PATCH V8 00/15] Add Tegra194 PCIe support
 2019-06-07 14:26 UTC  (14+ messages)
` [PATCH V8 05/15] PCI: dwc: Add ext config space capability search API
` [PATCH V8 09/15] dt-bindings: PCI: tegra: Add device tree support for Tegra194
` [PATCH V8 13/15] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V8 14/15] PCI: tegra: Add Tegra194 PCIe support

[PATCH v1] rtc: tegra: Drop MODULE_ALIAS
 2019-06-07 12:11 UTC  (4+ messages)

[PATCH V5] drivers: i2c: tegra: fix warning/check/error
 2019-06-07 11:48 UTC  (5+ messages)

[PATCH V3] i2c: busses: tegra: Add suspend-resume support
 2019-06-07  6:27 UTC  (2+ messages)

[PATCH V4] drivers: i2c: tegra: fix checkpatch defects
 2019-06-07  3:40 UTC  (8+ messages)

[PATCH V2 00/12] LP0 entry and exit support for Tegra210
 2019-06-06 19:13 UTC  (11+ messages)
` [PATCH V2 03/12] clk: tegra: save and restore PLLs state for system
` [PATCH V2 06/12] clk: tegra: add suspend resume support for DFLL clock
` [PATCH V2 07/12] clk: tegra: support for Tegra210 clocks suspend-resume

[PATCH V2] i2c: busses: tegra: Add suspend-resume support
 2019-06-06 15:34 UTC  (4+ messages)

[PATCH V1] i2c: busses: tegra: Add suspend-resume support
 2019-06-06 13:55 UTC  (7+ messages)

[PATCH -next] phy: tegra: xusb: Remove set but not used variable 'priv'
 2019-06-06  9:27 UTC 

[PATCH 1/2] arm64: tegra: add ACONNECT, ADMA and AGIC nodes
 2019-06-06  7:06 UTC  (6+ messages)
` [PATCH 2/2] arm64: tegra: enable ACONNECT, ADMA and AGIC

[PATCH V3] drivers: i2c: tegra: fix checkpatch defects
 2019-06-06  6:31 UTC 

[PATCH V2] drivers: i2c: tegra: fix checkpatch defects
 2019-06-06  6:24 UTC  (6+ messages)

[REGRESSION v5.2-rc] SUNRPC: Declare RPC timers as TIMER_DEFERRABLE (431235818bc3)
 2019-06-05 22:01 UTC  (2+ messages)

[PATCH V2] clk: tegra210: Fix default rates for HDA clocks
 2019-06-05 14:01 UTC 

[PATCH] gpu: host1x: Do not output error message for deferred probe
 2019-06-05 13:16 UTC  (10+ messages)

[PATCH] clk: tegra210: Fix default rates for HDA clocks
 2019-06-05 12:38 UTC  (5+ messages)

[PATCH] drm/tegra: dpaux: Make VDD supply optional
 2019-06-05  8:48 UTC 

[PATCH] gpu: host1x: Do not link logical devices to DT nodes
 2019-06-05  8:47 UTC 

[PATCH] drm/tegra: Use GPIO descriptor API
 2019-06-05  8:46 UTC 

[PATCH V2] arm64: tegra: add CPU cache topology for Tegra186
 2019-06-05  8:16 UTC  (2+ messages)

[PATCH v3 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-06-05  5:50 UTC  (6+ messages)
` [PATCH v3 1/4] iommu: Add gfp parameter to iommu_ops::map

[PATCH v2 1/3] soc/tegra: pmc: Fail to allocate more than one wake IRQ
 2019-06-04 16:31 UTC  (4+ messages)
` [PATCH v2 2/3] soc/tegra: pmc: Avoid crash for non-wake IRQs
` [PATCH v2 3/3] soc/tegra: pmc: Add comments clarifying wake events

[PATCH v4 00/10] NVIDIA Tegra clocksource driver improvements
 2019-06-04 15:01 UTC  (3+ messages)

[PATCH v1] dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unset
 2019-06-04 12:16 UTC  (2+ messages)

[PATCH 07/26] iommu/dma: move the arm64 wrappers to common code
 2019-06-04 11:35 UTC  (3+ messages)

[PATCH] arm64: tegra: add CPU cache topology for Tegra186
 2019-06-04  9:05 UTC  (2+ messages)

[PATCH 5.1 00/40] 5.1.7-stable review
 2019-06-04  5:50 UTC  (2+ messages)


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