linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-17 14:26:20 to 2020-02-27 09:20:11 UTC [more...]

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

[PATCH] usb: host: xhci-tegra: Tegra186/Tegra194 LPM
 2020-02-27  2:03 UTC  (6+ messages)

[PATCH v1 0/3] Introduce NVIDIA Tegra Partition Table
 2020-02-27  0:40 UTC  (9+ messages)
` [PATCH v1 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v1 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v1 3/3] partitions: Introduce NVIDIA Tegra Partition Table

[PATCH V4 0/8] Add EMC scaling support for Tegra210
 2020-02-26 16:57 UTC  (5+ messages)
` [PATCH V4 4/8] memory: tegra: Add Tegra210 EMC clock driver

[PATCH] regulator: pwm: Don't warn on probe deferral
 2020-02-26 16:39 UTC  (5+ messages)

kernel panic on the nvidia tegra tk1 board running nginx
 2020-02-26 16:34 UTC 

[PATCH v3 00/10] add ASoC components for AHUB
 2020-02-26 16:02 UTC  (38+ messages)
  ` [PATCH v3 01/10] dt-bindings: sound: tegra: add DT binding "
  ` [PATCH v3 02/10] ASoC: tegra: add support for CIF programming
  ` [PATCH v3 03/10] ASoC: tegra: add Tegra210 based DMIC driver
                        `  "
  ` [PATCH v3 04/10] ASoC: tegra: add Tegra210 based I2S driver
  ` [PATCH v3 05/10] ASoC: tegra: add Tegra210 based AHUB driver
  ` [PATCH v3 06/10] ASoC: tegra: add Tegra186 based DSPK driver
  ` [PATCH v3 07/10] ASoC: tegra: add Tegra210 based ADMAIF driver
  ` [PATCH v3 08/10] arm64: tegra: add AHUB components for few Tegra chips
  ` [PATCH v3 09/10] arm64: tegra: enable AHUB modules "
  ` [PATCH v3 10/10] arm64: defconfig: enable AHUB components for Tegra210 and later

[RFC PATCH v3 0/6] Add Tegra driver for video capture
 2020-02-26  5:50 UTC  (28+ messages)
` [RFC PATCH v3 3/6] dt-binding: tegra: Add VI and CSI bindings
` [RFC PATCH v3 4/6] media: tegra: Add Tegra210 Video input driver

[PATCH] USB: Replace zero-length array with flexible-array member
 2020-02-25  8:44 UTC  (2+ messages)

[PATCH v8 00/19] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-02-25  7:05 UTC  (8+ messages)
` [PATCH v8 18/19] dmaengine: tegra-apb: Remove unused function argument

[PATCH] phy: tegra: xusb: Don't warn on probe defer
 2020-02-25  5:02 UTC  (3+ messages)

[PATCH v1 1/3] memory: tegra: Correct debugfs clk rate-range on Tegra20
 2020-02-24 23:58 UTC  (3+ messages)
  ` [PATCH v1 2/3] memory: tegra: Correct debugfs clk rate-range on Tegra30
  ` [PATCH v1 3/3] memory: tegra: Correct debugfs clk rate-range on Tegra124

[PATCH v1] partitions/efi: Add 'gpt_sector' kernel cmdline parameter
 2020-02-24 18:22 UTC  (10+ messages)

[PATCH v9 00/17] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2020-02-24 16:44 UTC  (47+ messages)
` [PATCH v9 03/17] ARM: tegra: Remove pen-locking from cpuidle-tegra20
` [PATCH v9 04/17] ARM: tegra: Change tegra_set_cpu_in_lp2() type to void
` [PATCH v9 05/17] ARM: tegra: Propagate error from tegra_idle_lp2_last()
` [PATCH v9 06/17] ARM: tegra: Expose PM functions required for new cpuidle driver
` [PATCH v9 07/17] ARM: tegra: Rename some of the newly exposed PM functions
` [PATCH v9 09/17] arm: tegra20: cpuidle: Handle case where secondary CPU hangs on entering LP2
` [PATCH v9 10/17] arm: tegra20: cpuidle: Make abort_flag atomic
` [PATCH v9 11/17] arm: tegra20/30: cpuidle: Remove unnecessary memory barrier
` [PATCH v9 12/17] cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidle
` [PATCH v9 13/17] cpuidle: tegra: Squash Tegra30 driver into the common driver
` [PATCH v9 15/17] cpuidle: tegra: Disable CC6 state if LP2 unavailable
` [PATCH v9 16/17] ARM: multi_v7_defconfig: Enable Tegra cpuidle driver
` [PATCH v9 17/17] ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfig

[PATCH] backlight: lp855x: Ensure regulators are disabled on probe failure
 2020-02-24 14:37 UTC  (2+ messages)

[PATCH 1/4] ARM64: Tegra: Enable I2C controller for EEPROM
 2020-02-24 14:34 UTC  (4+ messages)
  ` [PATCH 2/4] ARM64: tegra: Add EEPROM supplies
  ` [PATCH 3/4] ARM64: tegra: Fix Tegra186 SOR supply
  ` [PATCH 4/4] ARM64: tegra: Populate LP8557 backlight regulator

[PATCH] PCI: tegra: Use pci_parse_request_of_pci_ranges()
 2020-02-24 13:55 UTC  (5+ messages)

[PATCH 5.4 000/344] 5.4.22-stable review
 2020-02-24 11:19 UTC  (5+ messages)

[PATCH 5.5 000/399] 5.5.6-stable review
 2020-02-23 17:37 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 12/25] soc/tegra: fuse: Fix build with Tegra194 configuration
 2020-02-23  2:23 UTC 

[PATCH AUTOSEL 5.4 27/50] soc/tegra: fuse: Fix build with Tegra194 configuration
 2020-02-23  2:22 UTC 

[PATCH AUTOSEL 5.5 28/58] soc/tegra: fuse: Fix build with Tegra194 configuration
 2020-02-23  2:20 UTC 

[PATCH for 5.6 v2] tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started
 2020-02-21 19:10 UTC  (5+ messages)

RECEIVE MONEY IN BANK ACCOUNT REPLY TO fta447447-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
 2020-02-21 11:42 UTC 

[PATCH 4.19 000/191] 4.19.106-stable review
 2020-02-21 10:09 UTC 

[PATCH 30/32] pwm: hibvt: do some cleanup
 2020-02-20 20:49 UTC  (2+ messages)
    ` [PATCH 26/32] pwm: mtk-disp: convert to devm_platform_ioremap_resource

[PATCH 5.5 00/80] 5.5.5-stable review
 2020-02-19 18:52 UTC  (2+ messages)

[alsa-devel] [PATCH v3 0/7] ASoC: soc-pcm cleanup step2
 2020-02-19 17:03 UTC  (5+ messages)

[PATCH 0/9] add ASoC components for AHUB
 2020-02-19 16:10 UTC  (20+ messages)
` [PATCH 4/9] ASoC: tegra: add Tegra210 based I2S driver
  ` [alsa-devel] "

[PATCH] dt-bindings: memory-controller: Update example for Tegra124 EMC
 2020-02-19 15:04 UTC  (3+ messages)

[PATCH] dmaengine: tegra210-adma: Replace zero-length array with flexible-array member
 2020-02-19 12:19 UTC  (2+ messages)

[PATCH 5.4 00/66] 5.4.21-stable review
 2020-02-19 11:06 UTC 

[PATCH 4.19 00/38] 4.19.105-stable review
 2020-02-19 11:06 UTC 

19-02-2020
 2020-02-19 10:51 UTC 

[PATCH v6 0/5] add Tegra194 XUSB host and pad controller support
 2020-02-18 20:47 UTC  (3+ messages)
` [PATCH v6 3/5] dt-bindings: phy: tegra: Add Tegra194 support

Wohltätigkeitsspende von 2.000.000 Euro
 2020-02-18 19:59 UTC 

[PATCH] drm/tegra: remove checks for debugfs functions return value
 2020-02-18 15:55 UTC 

[arm-tegra:for-5.7/arm64/dt 12/13] arch/arm64/boot/dts/nvidia/tegra132.dtsi:9:10: fatal error: dt-bindings/soc/tegra-pmc.h: No such file or directory
 2020-02-18 13:20 UTC 

[PATCH v8 00/22] Move PMC clocks into Tegra PMC driver
 2020-02-17 14:51 UTC  (4+ messages)
` [PATCH v8 11/22] ASoC: tegra: Add fallback implementation for audio mclk


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