linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-18 17:31:35 to 2019-09-30 14:29:13 UTC [more...]

[PATCH v5 00/14] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-09-30 14:29 UTC  (18+ messages)
` [PATCH v5 01/14] ARM: tegra: Remove cpuidle drivers to replace them with a new driver
` [PATCH v5 02/14] ARM: tegra: Change tegra_set_cpu_in_lp2() type to void
` [PATCH v5 03/14] ARM: tegra: Propagate error from tegra_idle_lp2_last()
` [PATCH v5 04/14] ARM: tegra: Compile sleep-tegra20/30.S unconditionally
` [PATCH v5 05/14] ARM: tegra: Expose PM functions required for new cpuidle driver
` [PATCH v5 06/14] ARM: tegra: Rename some of the newly exposed PM functions
` [PATCH v5 07/14] ARM: tegra: Add tegra_pm_park_secondary_cpu()
` [PATCH v5 08/14] ARM: tegra: Make outer_disable() open-coded
` [PATCH v5 09/14] clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP
` [PATCH v5 10/14] cpuidle: Introduce unified driver for NVIDIA Tegra SoCs
` [PATCH v5 11/14] cpuidle: tegra: Support CPU cluster power-down state on Tegra30
` [PATCH v5 12/14] ARM: tegra: Create simple platform device for cpuidle driver
` [PATCH v5 13/14] ARM: multi_v7_defconfig: Enable Tegra "
` [PATCH v5 14/14] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig

[RESEND PATCH] ARM: dts: Add stmpe-adc DT node to Toradex T30 modules
 2019-09-30 14:17 UTC  (3+ messages)

[PATCH 00/11] of: dma-ranges fixes and improvements
 2019-09-30 13:35 UTC  (3+ messages)

[PATCH] arm64: tegra: only map accessible sysram
 2019-09-30 10:02 UTC  (3+ messages)

[PATCH] drm/tegra: Fix ordering of cleanup code
 2019-09-29 19:53 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 04/13] PCI: tegra: Fix OF node reference leak
 2019-09-29 17:36 UTC 

[PATCH AUTOSEL 4.14 05/23] PCI: tegra: Fix OF node reference leak
 2019-09-29 17:35 UTC 

[PATCH AUTOSEL 4.19 06/33] PCI: tegra: Fix OF node reference leak
 2019-09-29 17:33 UTC 

[PATCH AUTOSEL 5.2 07/42] PCI: tegra: Fix OF node reference leak
 2019-09-29 17:32 UTC 

[PATCH AUTOSEL 5.3 07/49] PCI: tegra: Fix OF node reference leak
 2019-09-29 17:30 UTC  (2+ messages)
` [PATCH AUTOSEL 5.3 35/49] i2c: tegra: Move suspend handling to NOIRQ phase

[PATCH v5 1/2] soc/tegra: pmc: Query PCLK clock rate at probe time
 2019-09-26 19:17 UTC  (2+ messages)
` [PATCH v5 2/2] soc/tegra: pmc: Remove unnecessary memory barrier

[PATCH v4 1/2] soc/tegra: pmc: Query PCLK clock rate at probe time
 2019-09-26 18:33 UTC  (8+ messages)

[PATCH 1/2] devfreq: Rename devfreq_update_status() to devfreq_update_stats() and viceversa
 2019-09-26 17:35 UTC  (9+ messages)
  ` [PATCH 2/2] devfreq: Rename df->previous_freq to df->cur_freq

[PATCH 00/11] of: Fix DMA configuration for non-DT masters
 2019-09-26 11:20 UTC  (22+ messages)
` [PATCH 01/11] of: address: clean-up unused variable in of_dma_get_range()
` [PATCH 02/11] of: base: introduce __of_n_*_cells_parent()
` [PATCH 03/11] of: address: use parent DT node in bus->count_cells()
` [PATCH 04/11] of: address: introduce of_translate_dma_address_parent()
` [PATCH 05/11] of: expose __of_get_dma_parent() to OF subsystem
` [PATCH 06/11] of: address: use parent OF node in of_dma_get_range()
` [PATCH 07/11] dts: arm64: layerscape: add dma-ranges property to qoric-mc node
` [PATCH 10/11] of: device: introduce of_dma_configure_parent()
` [PATCH 11/11] of: simplify of_dma_config()'s arguments
  ` [PATCH 08/11] dts: arm64: layerscape: add dma-ranges property to pcie nodes
  ` [PATCH 09/11] of: device: remove comment in of_dma_configure()

[PATCH v4 00/19] spi: introduce `struct spi_delay` data-type
 2019-09-26 10:51 UTC  (20+ messages)
` [PATCH v4 01/19] spi: move `cs_change_delay` backwards compat logic outside switch
` [PATCH v4 02/19] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [PATCH v4 03/19] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [PATCH v4 04/19] spi: sprd: convert transfer word delay to spi_delay struct
` [PATCH v4 05/19] spi: orion: use new `word_delay` field for SPI transfers
` [PATCH v4 06/19] spi: spidev: use new `word_delay` field for spi transfers
` [PATCH v4 07/19] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
` [PATCH v4 08/19] spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()
` [PATCH v4 09/19] spi: use new `spi_transfer_delay_exec` helper where straightforward
` [PATCH v4 10/19] spi: tegra114: use `spi_transfer_delay_exec` helper
` [PATCH v4 11/19] spi: tegra20-sflash: use to new `spi_transfer_delay_exec`
` [PATCH v4 12/19] spi: spi-loopback-test: use new `delay` field
` [PATCH v4 13/19] spi: spidev: use new `delay` field for spi transfers
` [PATCH v4 14/19] spi: tegra114: change format for `spi_set_cs_timing()` function
` [PATCH v4 15/19] spi: implement SW control for CS times
` [PATCH v4 16/19] spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
` [PATCH v4 17/19] spi: spi-falcon: extend warning to `delay` as well
` [PATCH v4 18/19] spi: bcm63xx: extend error condition "
` [PATCH v4 19/19] spi: spi-axi: extend support for the `delay` field

[Patch V10 0/8] Tegra XUSB gadget driver support
 2019-09-26  9:04 UTC  (10+ messages)
` [Patch V10 1/8] phy: tegra: xusb: Add XUSB dual mode support on Tegra210
` [Patch V10 2/8] phy: tegra: xusb: Add usb3 port fake "
` [Patch V10 3/8] phy: tegra: xusb: Add vbus override "
` [Patch V10 4/8] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding
` [Patch V10 5/8] arm64: tegra: Add xudc node for Tegra210
` [Patch V10 6/8] arm64: tegra: Enable xudc on Jetson TX1
` [Patch V10 7/8] usb: gadget: Add UDC driver for tegra XUSB device mode controller
` [Patch V10 8/8] arm64: defconfig: Enable tegra XUDC support

[PATCH 0/7] add support for clocksource/clockevent DT selection
 2019-09-26  8:42 UTC  (3+ messages)

[PATCH v3 0/2] net: stmmac: Enhanced addressing mode for DWMAC 4.10
 2019-09-26  8:22 UTC  (15+ messages)
` [PATCH v3 1/2] net: stmmac: Only enable enhanced addressing mode when needed
` [PATCH v3 2/2] net: stmmac: Support enhanced addressing mode for DWMAC 4.10

[PATCH net-next] net: stmmac: Fix page pool size
 2019-09-26  7:28 UTC  (3+ messages)

[PATCH 1/2] arm64: tegra: Fix 'active-low' warning for Jetson Xavier regulator
 2019-09-25 14:12 UTC  (2+ messages)
` [PATCH 2/2] arm64: tegra: Fix 'active-low' warning for Jetson TX1 regulator

[PATCH AUTOSEL 4.4 09/14] pinctrl: tegra: Fix write barrier placement in pmx_writel
 2019-09-24 16:52 UTC 

[PATCH AUTOSEL 4.9 12/19] pinctrl: tegra: Fix write barrier placement in pmx_writel
 2019-09-24 16:51 UTC 

[PATCH AUTOSEL 4.14 19/28] pinctrl: tegra: Fix write barrier placement in pmx_writel
 2019-09-24 16:50 UTC 

[PATCH AUTOSEL 4.19 28/50] pinctrl: tegra: Fix write barrier placement in pmx_writel
 2019-09-24 16:48 UTC 

[PATCH AUTOSEL 5.2 39/70] pinctrl: tegra: Fix write barrier placement in pmx_writel
 2019-09-24 16:45 UTC 

[PATCH AUTOSEL 5.3 50/87] pinctrl: tegra: Fix write barrier placement in pmx_writel
 2019-09-24 16:41 UTC 

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

[PATCH 00/11] drm/nouveau: Enable GP10B by default
 2019-09-24  8:50 UTC  (6+ messages)
` [PATCH 04/11] drm/nouveau: gp10b: Add custom L2 cache implementation

[PATCH v2 1/2] mmc: sdhci: Let drivers define their DMA mask
 2019-09-23 21:55 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: tegra: Implement ->set_dma_mask()

[PATCH V7 5/7] cpufreq: Register notifiers with the PM QoS framework
 2019-09-23 17:27 UTC  (3+ messages)

[PATCH 14/36] drm/tegra: use bpp instead of cpp for drm_format_info
 2019-09-23 12:47 UTC 

[PATCH] net: stmmac: Fix page pool size
 2019-09-23  8:09 UTC  (3+ messages)

[PATCH 0/2] mmc: tegra: Use proper DMA mask
 2019-09-23  6:41 UTC  (7+ messages)
` [PATCH 1/2] mmc: sdhci: Let drivers define their "
` [PATCH 2/2] mmc: tegra: Implement ->set_dma_mask()

[PATCH v1] clk: tegra20/30: Optimize PLLX configuration restoring
 2019-09-22 21:52 UTC 

[PATCH v2 1/2] clk: tegra: divider: Add missing check for enable-bit on rate's recalculation
 2019-09-22 21:47 UTC  (2+ messages)

[PATCH AUTOSEL 5.3 054/203] media: staging: tegra-vde: Fix build error
 2019-09-22 18:41 UTC 

[PATCH 5.3 00/21] 5.3.1-stable review
 2019-09-22  8:13 UTC  (4+ messages)

[PATCH] drm/tegra: vic: Use devm_platform_ioremap_resource() in vic_probe()
 2019-09-21 19:03 UTC 

[PATCH] media: staging: tegra-vde: Fix build error
 2019-09-20 22:26 UTC  (4+ messages)

[PATCH -next] PCI: tegra: Add missing include file
 2019-09-20 19:28 UTC  (7+ messages)
` [PATCH v2 "

[PATCH v2 1/8] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema
 2019-09-20 16:23 UTC  (10+ messages)
` [PATCH v2 2/8] dt-bindings: sram: Convert SRAM "
` [PATCH v2 3/8] dt-bindings: sram: Convert Samsung Exynos SYSRAM "
` [PATCH v2 4/8] dt-bindings: memory-controllers: Convert Samsung Exynos SROM "
` [PATCH v2 5/8] dt-bindings: watchdog: Convert Samsung SoC watchdog "
` [PATCH v2 6/8] dt-bindings: watchdog: Add missing clocks requirement in Samsung SoC watchdog
` [PATCH v2 7/8] dt-bindings: pwm: Convert PWM bindings to json-schema
` [PATCH v2 8/8] dt-bindings: pwm: Convert Samsung "

[PATCH] PCI: tegra: include linux/pinctrl/consumer.h
 2019-09-20 15:18 UTC  (3+ messages)

[PATCH v2] arm64: tegra: Add CPU and cache topology for Tegra194
 2019-09-20 14:56 UTC 

[PATCH 5.2 000/124] 5.2.17-stable review
 2019-09-20 13:48 UTC 

[PATCH 4.19 00/79] 4.19.75-stable review
 2019-09-20 13:48 UTC 

[PATCH 4.14 00/59] 4.14.146-stable review
 2019-09-20 13:48 UTC 

[PATCH 4.9 00/74] 4.9.194-stable review
 2019-09-20 13:47 UTC 

[PATCH 4.4 00/56] 4.4.194-stable review
 2019-09-20 13:47 UTC 

[Patch V2] soc/tegra: fuse: Add fuse clock check in tegra_fuse_readl
 2019-09-19  8:40 UTC  (2+ messages)

[PATCH 5.2 00/85] 5.2.16-stable review
 2019-09-19  6:37 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).