linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-20 06:43:16 to 2017-05-29 08:33:26 UTC [more...]

[PATCH 0/3] pinctrl: bcm/samsung/tegra: make bool code non-modular
 2017-05-29  8:33 UTC  (4+ messages)
  ` [PATCH 2/3] pinctrl: tegra: clean up modular vs. non-modular distinctions

[PATCH 2/7] clocksource: Rename CLOCKSOURCE_OF_DECLARE
 2017-05-29  8:00 UTC  (5+ messages)

[PATCH RFC 4/5] ARM: dts: tegra: use IRQ_TYPE_* to specify irq flags
 2017-05-26 18:06 UTC 

[PATCH V3 0/3] ADD AHCI support for tegra210
 2017-05-25 11:15 UTC  (14+ messages)
    ` [PATCH V3 1/3] ata: ahci_tegra: Add "
    ` [PATCH V3 2/3] dt-bindings: tegra: Add tegra210 AHCI
    ` [PATCH V3 3/3] arm64: tegra: Enable SATA on Tegra210

[PATCH 1/2] PCI: tegra: Support MSI 64-bit addressing
 2017-05-23 19:59 UTC  (4+ messages)
  ` [PATCH 2/2] PCI: tegra: Do not allocate MSI target memory

[PATCH 00/22] Tegra DRM fixes
 2017-05-23 11:28 UTC  (34+ messages)
  ` [PATCH 01/22] drm/tegra: Fix lockup on a use of staging API
  ` [PATCH 02/22] drm/tegra: Correct idr_alloc() minimum id
  ` [PATCH 03/22] drm/tegra: Check whether page belongs to BO in tegra_bo_kmap()
  ` [PATCH 04/22] drm/tegra: Check for malformed offsets and sizes in the 'submit' IOCTL
  ` [PATCH 05/22] drm/tegra: Correct copying of waitchecks and disable them "
  ` [PATCH 06/22] drm/tegra: Check syncpoint ID "
  ` [PATCH 07/22] drm/tegra: Remove module ownership from the tegra_fb_ops
  ` [PATCH 08/22] drm/tegra: dc: Drop the reset asserts to workaround a bug
  ` [PATCH 09/22] drm/tegra: dc: Apply clipping to the plane
  ` [PATCH 10/22] drm/tegra: Disable plane if it is invisible
  ` [PATCH 11/22] gpu: host1x: Initialize firewall class to the jobs one
  ` [PATCH 12/22] gpu: host1x: Correct host1x_job_pin() error handling
  ` [PATCH 13/22] gpu: host1x: Do not leak BO's phys address to userspace
  ` [PATCH 14/22] gpu: host1x: Forbid relocation address shifting in the firewall
  ` [PATCH 15/22] gpu: host1x: Forbid RESTART opcode "
  ` [PATCH 16/22] gpu: host1x: Forbid unrelated SETCLASS "
  ` [PATCH 17/22] gpu: host1x: Check waits "
  ` [PATCH 18/22] gpu: host1x: Remove unused 'struct host1x_cmdbuf'
  ` [PATCH 19/22] gpu: host1x: Remove unused host1x_cdma_stop() definition
  ` [PATCH 20/22] gpu: host1x: Refactor channel allocation code
  ` [PATCH 21/22] drm/tegra: Don't use IOMMU on Tegra20
  ` [PATCH 22/22] Revert "iommu/tegra: gart: Do not register with bus"

[PATCH v4 0/4] reset: APIs to manage a list of resets
 2017-05-22 11:23 UTC  (5+ messages)
  ` [PATCH v4 1/4] usb: dwc3: of-simple: Re-order resource handling in remove
  ` [PATCH v4 2/4] reset: Add APIs to manage array of resets
` [PATCH v4 3/4] usb: dwc3: of-simple: Add support to get resets for the device
` [PATCH v4 4/4] soc/tegra: pmc: Use the new reset APIs to manage reset controllers

Tegra baseline test results for v4.12-rc2
 2017-05-22  8:03 UTC 

[PATCH] drm: remove NULL pointer check for clk_disable_unprepare
 2017-05-20 23:45 UTC  (3+ messages)

[PATCH] gpu: host1x: select IOMMU_IOVA
 2017-05-18 15:05 UTC  (3+ messages)

[PATCH] gpu: host1x: Refactor/fix channel allocation code
 2017-05-18 12:07 UTC  (4+ messages)

[PATCH] gpu: host1x: Do not leak BO's phys address to userspace
 2017-05-16  8:56 UTC  (12+ messages)
  ` [PATCH] drm/tegra: Check whether page belongs to BO in tegra_bo_kmap()
  ` [PATCH] drm/tegra: Check offsets of a submitted command buffer and of relocations
  ` [PATCH v2] drm/tegra: Correct idr_alloc() minimum id

[PATCH 1/2] ARM: tegra: remove Whistler support
 2017-05-15 16:25 UTC  (2+ messages)

[PATCH V2] pwm: tegra: Set maximum pwm clock source per SoC tapeout
 2017-05-15 15:17 UTC  (5+ messages)

[PATCH] gpu: host1x: Forbid RESTART opcode in the firewall
 2017-05-15 12:06 UTC  (2+ messages)

Tegra baseline test results for v4.12-rc1
 2017-05-15  8:25 UTC 

[PATCH v2] drm/tegra: Check size of a submitted command buffer
 2017-05-14 20:55 UTC  (7+ messages)

[PATCH 1/3] drm/tegra: Fix lockup on a use of staging API
 2017-05-14 19:47 UTC  (6+ messages)
  ` [PATCH 2/3] drm/tegra: Correct idr_alloc() minimum id

[PATCH] gpu: host1x: Initialize firewall class to the jobs one
 2017-05-14 12:36 UTC  (2+ messages)

[PATCH 3/3] drm/tegra: Check size of a submitted command buffer
 2017-05-12 19:14 UTC  (3+ messages)

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[PATCH 00/12] gpio: Tight IRQ chip integration and Tegra186 support
 2017-05-11  8:30 UTC  (5+ messages)
` [PATCH v3 12/12] gpio: Add "

[PATCH 3/3] sound: ASoC: tegra: Select tegra30 i2s and ahub for tegra124 SoC
 2017-05-08 15:58 UTC  (10+ messages)

[PATCH RESEND 2/4] drm/tegra: switch to postclose
 2017-05-08  8:26 UTC 

[PATCH 0/3] thermal-Tegra: Fine-tuning for regs_show()
 2017-05-07  9:53 UTC  (4+ messages)
` [PATCH 1/3] thermal: tegra: Combine two function calls into one in regs_show()
  ` [PATCH 2/3] thermal: tegra: Use seq_putc() "
  ` [PATCH 3/3] thermal: tegra: Combine two seq_printf() calls into one "

[PATCH] firmware: tegra: fix locking bugs in bpmp
 2017-05-05  5:37 UTC 

[RFC PATCH 0/4] PM / Domains: Add support for explicit control of PM domains
 2017-05-04  8:44 UTC  (19+ messages)

[PATCH] clk: tegra: fix SS control on PLL enable/disable
 2017-05-04  7:42 UTC  (3+ messages)

[tegrarcm PATCH] Update miniloader license
 2017-05-03  0:07 UTC  (2+ messages)

Tegra baseline test results for v4.11
 2017-05-01 19:46 UTC 

[PATCH 1/2] power: supply: sbs-battery: Don't ignore the first external power change
 2017-05-01 11:33 UTC  (4+ messages)
` [PATCH 2/2] power: supply: sbs-battery: Correct supply status with current draw

[PATCH v2 0/3] soc/tegra: bpmp: Generic PM domains for Tegra186
 2017-04-27 14:19 UTC  (4+ messages)
` [PATCH v2 2/3] soc/tegra: bpmp: Update ABI header

[PATCH V3 0/4] reset: APIs to manage a list of resets
 2017-04-25 17:50 UTC  (10+ messages)
` [PATCH V3 4/4] soc/tegra: pmc: Use the new reset APIs to manage reset controllers

[cbootimage-configs PATCH] Remove Whistler support
 2017-04-25 16:48 UTC  (2+ messages)

[flasher scripts PATCH] Remove Whistler support
 2017-04-25 16:48 UTC  (2+ messages)

Tegra baseline test results for v4.11-rc6
 2017-04-25 12:14 UTC  (2+ messages)

Tegra baseline test results for v4.11-rc8
 2017-04-25 12:06 UTC 

Tegra baseline test results for v4.11-rc7
 2017-04-25 12:05 UTC 

[PATCH] ARM: tegra: Select appropriate DMA options for LPAE
 2017-04-24 22:59 UTC 

EXTREMELY IMPORTANT
 2017-04-24 18:52 UTC 

[PATCH] spi: tegra: fix spelling mistake: "trasfer" -> "transfer"
 2017-04-24 18:21 UTC  (2+ messages)
` Applied "spi: tegra: fix spelling mistake: "trasfer" -> "transfer"" to the spi tree

[PATCH] pinctrl: tegra: xusb: Silence sparse warnings
 2017-04-24 16:36 UTC  (2+ messages)

[PATCH -next] gpu: host1x: Fix wrong pointer passed to PTR_ERR()
 2017-04-24 14:49 UTC  (2+ messages)

[PATCH -next] soc/tegra: Fix wrong pointer passed to PTR_ERR()
 2017-04-24 14:47 UTC  (2+ messages)

[PATCH] soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
 2017-04-24 10:55 UTC  (5+ messages)

[PATCH 21/29] clocksource: Add missing line break to error messages
 2017-04-24  7:45 UTC  (2+ messages)

[PATCH] backlight: pwm_bl: Fix condition to set enable gpio as output
 2017-04-22 13:00 UTC  (8+ messages)

[PATCH][-next] i2c: tegra: fix spelling mistake: "contoller" -> "controller"
 2017-04-21 12:05 UTC  (2+ messages)

[PATCH] [RFC] gpu: host1x: shut up warning about DMA API misuse
 2017-04-20 10:14 UTC  (8+ messages)

[PATCH v2] dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
 2017-04-20  8:09 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH v2 1/3] cpufreq: Add Tegra186 cpufreq driver
 2017-04-20  6:44 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster
` [PATCH v2 3/3] arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186


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