linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-06 10:29:41 to 2019-10-16 16:19:20 UTC [more...]

[PATCH 1/2] PCI: tegra: Fix CLKREQ dependency programming
 2019-10-16 16:19 UTC  (2+ messages)

[PATCH v3 03/10] ARM: dts: exynos: Rename SysRAM node to "sram"
 2019-10-16 16:18 UTC  (6+ messages)
` [PATCH v3 01/10] dt-bindings: sram: Convert SRAM bindings to json-schema
  ` [PATCH v3 02/10] dt-bindings: sram: Convert Samsung Exynos SYSRAM "
  ` [PATCH v3 06/10] ARM: dts: imx: Rename "iram" node to "sram"

[PATCH 00/14] drm/tegra: Miscellaneous cleanups
 2019-10-16 15:33 UTC  (16+ messages)
` [PATCH 01/14] gpu: host1x: Do not limit DMA segment size
` [PATCH 02/14] gpu: host1x: Remove gratuitous blank line
` [PATCH 03/14] gpu: host1x: Explicitly initialize host1x_info structures
` [PATCH 04/14] gpu: host1x: Request channels for clients, not devices
` [PATCH 05/14] drm/tegra: Inherit device DMA parameters from host1x
` [PATCH 06/14] drm/tegra: Use DRM_DEBUG_DRIVER for driver messages
` [PATCH 07/14] drm/tegra: vic: Skip stream ID programming without IOMMU
` [PATCH 08/14] drm/tegra: vic: Inherit DMA mask from host1x
` [PATCH 09/14] drm/tegra: vic: Use common IOMMU attach/detach code
` [PATCH 10/14] drm/tegra: Move IOMMU group into host1x client
` [PATCH 11/14] drm/tegra: gem: Rename paddr -> iova
` [PATCH 12/14] drm/tegra: gem: Use dma_get_sgtable()
` [PATCH 13/14] drm/tegra: gem: Always map SG tables for DMA-BUFs
` [PATCH 14/14] drm/tegra: gem: Use sg_alloc_table_from_pages()

[PATCH v1 00/17] NVIDIA Tegra20 CPUFreq driver major update
 2019-10-16 14:58 UTC  (28+ messages)
` [PATCH v1 01/17] clk: tegra: Add custom CCLK implementation
` [PATCH v1 02/17] clk: tegra: pll: Add pre/post rate-change hooks
` [PATCH v1 03/17] clk: tegra: cclk: Add helpers for handling PLLX rate changes
` [PATCH v1 04/17] clk: tegra20: Support custom CCLK implementation
` [PATCH v1 05/17] clk: tegra30: "
` [PATCH v1 06/17] dt-bindings: cpufreq: Add binding for NVIDIA Tegra20/30
` [PATCH v1 07/17] cpufreq: tegra20: Use generic cpufreq-dt driver (Tegra30 supported now)
` [PATCH v1 08/17] ARM: tegra: Remove tegra20-cpufreq platform device creation
` [PATCH v1 09/17] ARM: dts: tegra20: Add CPU clock
` [PATCH v1 10/17] ARM: dts: tegra30: "
` [PATCH v1 11/17] ARM: dts: tegra20: Add CPU Operating Performance Points
` [PATCH v1 12/17] ARM: dts: tegra30: "
` [PATCH v1 13/17] ARM: dts: tegra20: paz00: Set up voltage regulators for DVFS
` [PATCH v1 14/17] ARM: dts: tegra20: paz00: Add CPU Operating Performance Points
` [PATCH v1 15/17] ARM: dts: tegra20: trimslice: "
` [PATCH v1 16/17] ARM: dts: tegra30: beaver: Set up voltage regulators for DVFS
` [PATCH v1 17/17] ARM: dts: tegra30: beaver: Add CPU Operating Performance Points

[PATCH 0/5] clk: tegra: SOR clock rework
 2019-10-16 12:59 UTC  (6+ messages)
` [PATCH 1/5] clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC
` [PATCH 2/5] clk: tegra: Move SOR0 implementation to Tegra124
` [PATCH 3/5] clk: tegra: Rename sor0_lvds to sor0_out
` [PATCH 4/5] clk: tegra: Reimplement SOR clock on Tegra124
` [PATCH 5/5] clk: tegra: Reimplement SOR clocks on Tegra210

[PATCH 1/8] gpu: host1x: Overhaul host1x_bo_{pin,unpin}() API
 2019-10-16 11:59 UTC  (8+ messages)
` [PATCH 2/8] gpu: host1x: Add direction flags to relocations
` [PATCH 3/8] gpu: host1x: Support DMA mapping of buffers
` [PATCH 4/8] gpu: host1x: Set DMA mask based on IOMMU setup
` [PATCH 5/8] drm/tegra: Remove memory allocation from Falcon library
` [PATCH 6/8] drm/tegra: falcon: Clarify address usage
` [PATCH 7/8] drm/tegra: Support DMA API for display controllers
` [PATCH 8/8] drm/tegra: Optionally attach clients to the IOMMU

[PATCH 1/3] iommu/tegra-smmu: Use non-secure register for flushing
 2019-10-16 11:50 UTC  (3+ messages)
  ` [PATCH 2/3] iommu/tegra-smmu: Fix client enablement order
  ` [PATCH 3/3] iommu/tegra-smmu: Fix page tables in > 4 GiB memory

[PATCH V7 5/7] cpufreq: Register notifiers with the PM QoS framework
 2019-10-16  8:43 UTC  (9+ messages)

[Patch V10 0/8] Tegra XUSB gadget driver support
 2019-10-15 17:58 UTC  (5+ messages)
` [Patch V10 7/8] usb: gadget: Add UDC driver for tegra XUSB device mode controller

[PATCH v6 00/18] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-10-15 17:00 UTC  (19+ messages)
` [PATCH v6 01/18] ARM: tegra: Compile sleep-tegra20/30.S unconditionally
` [PATCH v6 02/18] ARM: tegra: Add tegra_pm_park_secondary_cpu()
` [PATCH v6 03/18] ARM: tegra: Remove pen-locking from cpuidle-tegra20
` [PATCH v6 04/18] ARM: tegra: Change tegra_set_cpu_in_lp2() type to void
` [PATCH v6 05/18] ARM: tegra: Propagate error from tegra_idle_lp2_last()
` [PATCH v6 06/18] ARM: tegra: Expose PM functions required for new cpuidle driver
` [PATCH v6 07/18] ARM: tegra: Rename some of the newly exposed PM functions
` [PATCH v6 08/18] ARM: tegra: Make outer_disable() open-coded
` [PATCH v6 09/18] clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP
` [PATCH v6 10/18] arm: tegra20: cpuidle: Handle case where secondary CPU hangs on entering LP2
` [PATCH v6 11/18] arm: tegra20: cpuidle: Make abort_flag atomic
` [PATCH v6 12/18] arm: tegra20/30: cpuidle: Remove unnecessary memory barrier
` [PATCH v6 13/18] cpuidle: Refactor and move NVIDIA Tegra20 driver into drivers/cpuidle/
` [PATCH v6 14/18] cpuidle: tegra: Squash Tegra30 driver into the common driver
` [PATCH v6 15/18] cpuidle: tegra: Support CPU cluster power-down state on Tegra30
` [PATCH v6 16/18] cpuidle: tegra: Squash Tegra114 driver into the common driver
` [PATCH v6 17/18] ARM: multi_v7_defconfig: Enable Tegra cpuidle driver
` [PATCH v6 18/18] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig

[RFC 0/3] Introduce memory controller mini-framework
 2019-10-15 16:29 UTC  (4+ messages)
  ` [RFC 1/3] memory: "
  ` [RFC 2/3] memory: tegra186: Register as memory controller
  ` [RFC 3/3] iommu: arm-smmu: Get reference to "

[PATCH v4 01/19] spi: move `cs_change_delay` backwards compat logic outside switch
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: move `cs_change_delay` backwards compat logic outside switch" to the spi tree

[PATCH v4 02/19] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()" to the spi tree

[PATCH v4 03/19] spi: make `cs_change_delay` the first user of the `spi_delay` logic
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: make `cs_change_delay` the first user of the `spi_delay` logic" to the spi tree

[PATCH v4 00/19] spi: introduce `struct spi_delay` data-type
 2019-10-15 11:12 UTC  (4+ messages)
` [PATCH v4 04/19] spi: sprd: convert transfer word delay to spi_delay struct
  ` Applied "spi: sprd: convert transfer word delay to spi_delay struct" to the spi tree

[PATCH v4 05/19] spi: orion: use new `word_delay` field for SPI transfers
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: orion: use new `word_delay` field for SPI transfers" to the spi tree

[PATCH v4 06/19] spi: spidev: use new `word_delay` field for spi transfers
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: spidev: use new `word_delay` field for spi transfers" to the spi tree

[PATCH v4 07/19] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device" to the spi tree

[PATCH v4 08/19] spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()" to the spi tree

[PATCH v4 10/19] spi: tegra114: use `spi_transfer_delay_exec` helper
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: tegra114: use `spi_transfer_delay_exec` helper" to the spi tree

[PATCH v4 11/19] spi: tegra20-sflash: use to new `spi_transfer_delay_exec`
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: tegra20-sflash: use to new `spi_transfer_delay_exec`" to the spi tree

[PATCH v4 12/19] spi: spi-loopback-test: use new `delay` field
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: spi-loopback-test: use new `delay` field" to the spi tree

[PATCH v4 13/19] spi: spidev: use new `delay` field for spi transfers
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: spidev: use new `delay` field for spi transfers" to the spi tree

[PATCH v4 14/19] spi: tegra114: change format for `spi_set_cs_timing()` function
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: tegra114: change format for `spi_set_cs_timing()` function" to the spi tree

[PATCH v4 15/19] spi: implement SW control for CS times
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: implement SW control for CS times" to the spi tree

[PATCH v4 16/19] spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: spi-fsl-espi: convert transfer delay to `spi_delay` format" to the spi tree

[PATCH v4 17/19] spi: spi-falcon: extend warning to `delay` as well
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: spi-falcon: extend warning to `delay` as well" to the spi tree

[PATCH v4 18/19] spi: bcm63xx: extend error condition to `delay` as well
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: bcm63xx: extend error condition to `delay` as well" to the spi tree

[PATCH v4 19/19] spi: spi-axi: extend support for the `delay` field
 2019-10-15 11:12 UTC  (2+ messages)
` Applied "spi: spi-axi: extend support for the `delay` field" to the spi tree

[PATCH 0/7] add support for clocksource/clockevent DT selection
 2019-10-15  9:23 UTC  (7+ messages)

[PATCH v4 0/5] add Tegra194 XUSB host and pad controller support
 2019-10-14 13:40 UTC  (11+ messages)
` [PATCH v4 1/5] phy: tegra: xusb: Protect Tegra186 soc with config
` [PATCH v4 2/5] phy: tegra: xusb: Add Tegra194 support
` [PATCH v4 3/5] dt-bindings: phy: tegra: "
` [PATCH v4 4/5] arm64: tegra: Add XUSB and pad controller on Tegra194
` [PATCH v4 5/5] arm64: tegra: Enable XUSB host in P2972-0000 board

[PATCH] mailbox: tegra: Fix superfluous IRQ error message
 2019-10-14 13:24 UTC  (3+ messages)

[PATCH v7 0/9] drm: cec: convert DRM drivers to the new notifier API
 2019-10-14 12:17 UTC  (9+ messages)
` [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

[PATCH 00/11] of: Fix DMA configuration for non-DT masters
 2019-10-14 11:09 UTC  (7+ messages)
` [PATCH 07/11] dts: arm64: layerscape: add dma-ranges property to qoric-mc node
` [PATCH 08/11] dts: arm64: layerscape: add dma-ranges property to pcie nodes

[PATCH v4] dmaengine: tegra210-adma: fix transfer failure
 2019-10-14  7:11 UTC  (2+ messages)

[PATCH 0/1] arm64: tegra: enable SDIO on Jetson Nano M.2 Key E
 2019-10-12  7:52 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 1/3] dt-bindings: power: Convert Generic Power Domain bindings to json-schema
 2019-10-11 15:03 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: dts: exynos: Rename power domain nodes to "power-domain" in Exynos4

[PATCH 5.3 000/148] 5.3.6-stable review
 2019-10-11  8:58 UTC  (2+ messages)

[PATCH 4.19 000/114] 4.19.79-stable review
 2019-10-11  8:33 UTC 

[PATCH 4.14 00/61] 4.14.149-stable review
 2019-10-11  8:33 UTC 

[PATCH v2 1/8] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema
 2019-10-10 21:23 UTC  (3+ messages)
` [PATCH v2 4/8] dt-bindings: memory-controllers: Convert Samsung Exynos SROM "

[PATCH v3 1/2] dt-bindings: pwm: Convert PWM bindings to json-schema
 2019-10-10 18:58 UTC  (5+ messages)
` [PATCH v3 2/2] dt-bindings: pwm: Convert Samsung "

[PATCH -next] firmware: tegra: use devm_platform_ioremap_resource() to simplify code
 2019-10-09 14:36 UTC 

[PATCH v10 00/15] memory: tegra: Introduce Tegra30 EMC driver
 2019-10-09  8:52 UTC  (4+ messages)
` [PATCH v10 12/15] "

[PATCH -next 00/34] rtc: use devm_platform_ioremap_resource() to simplify code
 2019-10-09  7:46 UTC  (23+ messages)
` [PATCH -next 03/34] rtc: brcmstb-waketimer: "
` [PATCH -next 06/34] rtc: coh901331: "
` [PATCH -next 16/34] rtc: meson: "
` [PATCH -next 22/34] rtc: s3c: "
` [PATCH -next 23/34] rtc: sa1100: "
` [PATCH -next 24/34] rtc: spear: "
` [PATCH -next 25/34] rtc: stk17ta8: "
` [PATCH -next 26/34] rtc: ds1286: "
` [PATCH -next 27/34] rtc: st-lpc: "
` [PATCH -next 28/34] rtc: stm32: "
` [PATCH -next 29/34] rtc: sunxi: "
` [PATCH -next 30/34] rtc: tegra: "
` [PATCH -next 31/34] rtc: tx4939: "
` [PATCH -next 32/34] rtc: vt8500: "
` [PATCH -next 33/34] rtc: xgene: "
` [PATCH -next 34/34] rtc: zynqmp: "

[PATCH v2] phy: tegra: xusb: remove unused variable
 2019-10-09  7:23 UTC 

[PATCH] arm64: tegra: enable PWM fan on Jetson Nano
 2019-10-09  6:18 UTC 

[PATCH v3 0/7] add Tegra194 XUSB host and pad controller support
 2019-10-09  2:23 UTC  (4+ messages)

tegra30 tdm support
 2019-10-08 15:29 UTC  (9+ messages)
` [PATCH v4 1/7] ASoC: tegra: add a TDM configuration callback
` [PATCH v4 2/7] ASoC: tegra: Allow 24bit and 32bit samples
` [PATCH v4 3/7] ASoC: tegra: i2s: Add support for more than 2 channels
` [PATCH v4 4/7] ASoC: tegra: disable rx_fifo after disable stream
` [PATCH v4 5/7] ASoC: tegra: set i2s_offset to 0 for tdm
` [PATCH v4 6/7] ASoC: tegra: config fifos on hw_param changes
` [PATCH v4 7/7] ASoC: tegra: take packing settings from the audio cif_config

[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-10-08  9:08 UTC  (2+ messages)

[PATCH 5.3 000/166] 5.3.5-stable review
 2019-10-07 11:17 UTC  (2+ messages)

[PATCH 5.2 000/137] 5.2.20-stable review
 2019-10-07 10:08 UTC 

[PATCH 4.19 000/106] 4.19.78-stable review
 2019-10-07 10:08 UTC 

[PATCH 4.14 00/68] 4.14.148-stable review
 2019-10-07 10:08 UTC 

[PATCH 4.9 00/47] 4.9.196-stable review
 2019-10-07 10:07 UTC 

[PATCH 4.4 00/36] 4.4.196-stable review
 2019-10-07 10:07 UTC 

tegra30 tdm audio support
 2019-10-07  8:08 UTC  (5+ messages)
` [PATCH v3 6/7] ASoC: tegra: config fifos on hw_param changes


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