public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-23 14:30:08 to 2026-01-30 12:50:05 UTC [more...]

[PATCH v6 00/15] tegra-video: add CSI support for Tegra20 and Tegra30
 2026-01-30 12:49 UTC  (9+ messages)
` [PATCH v6 01/15] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v6 02/15] staging: media: tegra-video: vi: adjust get_selection operation check
` [PATCH v6 03/15] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v6 04/15] staging: media: tegra-video: csi: move CSI helpers to header
` [PATCH v6 05/15] gpu: host1x: convert MIPI to use operation function pointers
` [PATCH v6 06/15] staging: media: tegra-video: vi: improve logic of source requesting
` [PATCH v6 07/15] staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSI
` [PATCH v6 08/15] staging: media: tegra-video: tegra20: set correct maximum width and height

[PATCH v2 0/6] spi: tegra-qspi: Fix race condition causing NULL pointer dereference and spurious IRQ
 2026-01-30 10:16 UTC  (8+ messages)
` [PATCH v2 1/6] spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer
` [PATCH v2 2/6] spi: tegra210-quad: Move curr_xfer read inside spinlock
` [PATCH v2 3/6] spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer_one
` [PATCH v2 4/6] spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer
` [PATCH v2 5/6] spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq_xfer
` [PATCH v2 6/6] spi: tegra210-quad: Protect curr_xfer check in IRQ handler

[PATCH v7 0/7] Enhanced autonomous selection and improvements
 2026-01-30  8:23 UTC  (9+ messages)
` [PATCH v7 1/7] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v7 2/7] ACPI: CPPC: Warn on missing mandatory DESIRED_PERF register
` [PATCH v7 3/7] ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory
` [PATCH v7 4/7] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v7 5/7] ACPI: CPPC: add APIs and sysfs interface for perf_limited
` [PATCH v7 6/7] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v7 7/7] cpufreq: CPPC: Update cached perf_ctrls on sysfs write

[PATCH 0/8] perf: add NVIDIA Tegra410 Uncore PMU support
 2026-01-30  2:54 UTC  (17+ messages)
` [PATCH 1/8] perf/arm_cspmu: nvidia: Rename doc to Tegra241
` [PATCH 2/8] perf/arm_cspmu: nvidia: Add Tegra410 UCF PMU
` [PATCH 3/8] perf/arm_cspmu: Add arm_cspmu_acpi_dev_get
` [PATCH 4/8] perf/arm_cspmu: nvidia: Add Tegra410 PCIE PMU
` [PATCH 5/8] perf/arm_cspmu: nvidia: Add Tegra410 PCIE-TGT PMU
` [PATCH 6/8] perf: add NVIDIA Tegra410 CPU Memory Latency PMU
` [PATCH 7/8] perf: add NVIDIA Tegra410 C2C PMU
` [PATCH 8/8] arm64: defconfig: Enable NVIDIA TEGRA410 PMU

[PATCH rc] iommu/tegra241-cmdqv: Reset VCMDQ in tegra241_vcmdq_hw_init_user()
 2026-01-29 22:43 UTC 

[PATCH V4 00/22] Enhancements to pcie-tegra194 driver
 2026-01-29 16:40 UTC  (24+ messages)
` [PATCH V4 01/22] PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"
` [PATCH V4 02/22] PCI: tegra194: Drive CLKREQ signal low explicitly
` [PATCH V4 03/22] PCI: tegra194: Fix polling delay for L2 state
` [PATCH V4 04/22] PCI: tegra194: Apply pinctrl settings for both PCIe RP and EP
` [PATCH V4 05/22] PCI: tegra194: Refactor LTSSM state polling on surprise down
` [PATCH V4 06/22] PCI: tegra194: Disable direct speed change for EP
` [PATCH V4 07/22] PCI: tegra194: Calibrate P2U for endpoint mode
` [PATCH V4 08/22] PCI: tegra194: Free resources during controller deinitialization
` [PATCH V4 09/22] PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registration
` [PATCH V4 10/22] PCI: tegra194: Enable DMA interrupt
` [PATCH V4 11/22] PCI: tegra194: Enable hardware hot reset mode in Endpoint
` [PATCH V4 12/22] PCI: tegra194: Allow system suspend when the Endpoint link is not up
` [PATCH V4 13/22] PCI: tegra194: Disable L1.2 capability of Tegra234 EP
` [PATCH V4 14/22] PCI: tegra194: Set LTR message request before PCIe link up
` [PATCH V4 15/22] PCI: tegra194: Don't force the device into the D0 state before L2
` [PATCH V4 16/22] PCI: tegra194: Free up EP resources during remove()
` [PATCH V4 17/22] dt-bindings: PCI: tegra194: Add monitor clock support
` [PATCH V4 18/22] PCI: tegra194: Add core "
` [PATCH V4 19/22] PCI: tegra194: Add ASPM L1 entrance latency config
` [PATCH V4 20/22] PCI: tegra194: Use HW version number
` [PATCH V4 21/22] PCI: tegra194: Fix CBB timeout caused by DBI access before core power-on
` [PATCH V4 22/22] PCI: tegra194: Disable PERST IRQ only in Endpoint mode

[PATCH v10 0/3] Add I2C support for Tegra410
 2026-01-29 13:08 UTC  (5+ messages)
` [PATCH v10 1/3] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v10 2/3] i2c: tegra: Add logic to support different register offsets
` [PATCH v10 3/3] i2c: tegra: Add support for Tegra410

[RFC PATCH v3 0/4] regmap: reg_default_cb for flat cache defaults
 2026-01-29 11:13 UTC  (9+ messages)
` [RFC PATCH v3 1/4] ASoC: tegra: Add AHUB writeable_reg for RX holes
` [RFC PATCH v3 2/4] regmap: Add reg_default_cb callback for flat cache defaults
` [RFC PATCH v3 3/4] ASoC: tegra: set reg_default_cb callback
` (subset) [RFC PATCH v3 0/4] regmap: reg_default_cb for flat cache defaults

[PATCH 6.18 000/227] 6.18.8-rc1 review
 2026-01-29  9:49 UTC 

[PATCH 6.12 000/169] 6.12.68-rc1 review
 2026-01-29  9:49 UTC 

[PATCH 6.6 000/254] 6.6.122-rc1 review
 2026-01-29  9:48 UTC 

[PATCH v5 1/3] dt-bindings: gpio: Add Tegra264 support
 2026-01-29  8:33 UTC  (5+ messages)
` [PATCH v5 2/3] gpio: tegra186: Add support for Tegra264
` [PATCH v5 3/3] arm64: tegra: Add Tegra264 GPIO controllers
` (subset) [PATCH v5 1/3] dt-bindings: gpio: Add Tegra264 support

[PATCH v9 0/4] Add I2C support for Tegra410
 2026-01-29  5:30 UTC  (6+ messages)
` [PATCH v9 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature

[PATCH v10 0/8] PCI: endpoint: BAR subrange mapping support
 2026-01-28 13:47 UTC  (11+ messages)
` [PATCH v10 1/8] PCI: endpoint: Add dynamic_inbound_mapping EPC feature
` [PATCH v10 2/8] PCI: endpoint: Add BAR subrange mapping support
` [PATCH v10 3/8] PCI: dwc: Advertise dynamic inbound "
` [PATCH v10 4/8] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU
` [PATCH v10 5/8] Documentation: PCI: endpoint: Clarify pci_epc_set_bar() usage
` [PATCH v10 6/8] PCI: endpoint: pci-epf-test: Add BAR subrange mapping test support
` [PATCH v10 7/8] misc: pci_endpoint_test: Add BAR subrange mapping test case
` [PATCH v10 8/8] selftests: pci_endpoint: "

[PATCH] arm64: topology: Fix false warning in counters_read_on_cpu() for same-CPU reads
 2026-01-28 13:04 UTC  (3+ messages)

[PATCH v4 00/15] drm/atomic: Allocate drm_private_state through a callback
 2026-01-28 12:43 UTC  (3+ messages)
` [PATCH v4 13/15] drm/tegra: Switch private_obj initialization to atomic_create_state
` [PATCH v4 15/15] drm/atomic: Remove state argument to drm_atomic_private_obj_init

[PATCH] perf vendor events arm64: Add Tegra410 Olympus PMU events
 2026-01-28  9:36 UTC  (3+ messages)

[PATCH v3 3/3] PCI: dwc: Enable MSI affinity support
 2026-01-27 21:30 UTC  (11+ messages)
                      ` [PATCH] genirq/redirect: Prevent writing MSI message on affinity change

[PATCH v6 0/9] Enhanced autonomous selection and improvements
 2026-01-27 20:17 UTC  (30+ messages)
` [PATCH v6 1/9] cpufreq: CPPC: Add generic helpers for sysfs show/store
` [PATCH v6 2/9] ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structs
` [PATCH v6 4/9] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v6 5/9] ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory
` [PATCH v6 6/9] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v6 7/9] ACPI: CPPC: add APIs and sysfs interface for perf_limited

[PATCH] drm/tegra: Enable cmu for Tegra186 and Tegra194
 2026-01-27 17:57 UTC  (6+ messages)

[PATCH] drm/tegra: dc: Fix device node reference leak in tegra_dc_has_output()
 2026-01-27 16:43 UTC 

[PATCH v4 1/3] dt-bindings: gpio: Add Tegra264 support
 2026-01-27 16:16 UTC  (5+ messages)
` [PATCH v4 2/3] gpio: tegra186: Add support for Tegra264
` [PATCH v4 3/3] arm64: tegra: Add Tegra264 GPIO controllers

[PATCH v2 0/6] Fixes to Tegra USB role switching and phy handling
 2026-01-27 15:11 UTC  (7+ messages)
` [PATCH v2 1/6] phy: tegra: xusb: Fix USB2 port regulator disable logic
` [PATCH v2 2/6] usb: xhci: tegra: Remove redundant mutex when setting phy mode
` [PATCH v2 3/6] phy: tegra: xusb: Fix ordering issue when switching roles on USB2 ports
` [PATCH v2 4/6] phy: tegra: xusb: Add ID override support to padctl
` [PATCH v2 5/6] phy: tegra: xusb: Move .set_mode() to a shared location
` [PATCH v2 6/6] phy: tegra: xusb: Move T186 .set_mode() to common implementation

[PATCH v5] driver core: enforce device_lock for driver_match_device()
 2026-01-27 15:18 UTC  (17+ messages)

[GIT PULL 1/4] dt-bindings: Changes for v6.20-rc1
 2026-01-27 10:05 UTC  (10+ messages)

[PATCH v1 0/5] ARM: tegra: configure EMC and PMC
 2026-01-26 19:15 UTC  (6+ messages)
` [PATCH v1 1/5] ARM: tegra: Add ACTMON node to Tegra114 device tree
` [PATCH v1 2/5] ARM: tegra: Add External Memory Controller node on Tegra114
` [PATCH v1 3/5] ARM: tegra: Add EMC OPP and ICC properties to Tegra114 EMC and ACTMON device-tree nodes
` [PATCH v1 4/5] ARM: tegra: add DC interconnections for Tegra114
` [PATCH v1 5/5] ARM: tegra: configure Tegra114 power domains

[PATCH v1 0/1] soc: tegra: pmc: enable core domain support for Tegra114
 2026-01-26 19:20 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v1 0/1] soc: tegra: common: add Tegra114 support to devm_tegra_core_dev_init_opp_table
 2026-01-26 19:02 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v1 0/5] Tegra114: implement EMC support
 2026-01-26 19:07 UTC  (6+ messages)
` [PATCH v1 1/5] dt-bindings: memory: Document Tegra114 Memory Controller
` [PATCH v1 2/5] memory: tegra: implement EMEM regs and ICC ops for Tegra114
` [PATCH v1 3/5] dt-bindings: memory: Add Tegra114 memory client IDs
` [PATCH v1 4/5] dt-bindings: memory: Document Tegra114 External Memory Controller
` [PATCH v1 5/5] memory: tegra: Add Tegra114 EMC driver

[PATCH v1 0/1] devfreq: tegra30-devfreq: add support for Tegra114
 2026-01-26 18:54 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v1 0/1] clk: tegra: set up proper EMC clock implementation for Tegra114
 2026-01-26 18:58 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v2 0/4] ARM: tegra: lg-x3: add missing nodes
 2026-01-26 10:10 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: tegra: lg-x3: add panel and bridge nodes
` [PATCH v2 2/4] ARM: tegra: lg-x3: add USB and power related nodes
` [PATCH v2 3/4] ARM: tegra: lg-x3: add node for capacitive buttons
` [PATCH v2 4/4] ARM: tegra: lg-x3: complete video device graph

[PATCH 0/2] memory: tegra: Fix DLL setting in EMC sequences
 2026-01-26  6:50 UTC  (3+ messages)
` [PATCH 1/2] memory: tegra124-emc: Fix dll_change check
` [PATCH 2/2] memory: tegra30-emc: "

[PATCH v3 0/2] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
 2026-01-26  1:19 UTC  (4+ messages)
` [PATCH v3 1/2] gpu/drm: tegra: dsi: add "
` [PATCH v3 2/2] gpu/drm: tegra: dsi: re-add clear enable register if DSI was powered by bootloader

[PATCH 1/2 RESEND] mailbox: Use per-thread completion to fix wrong completion order
 2026-01-25  1:42 UTC  (2+ messages)

[PATCH v2 0/4 RESEND] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
 2026-01-24 20:19 UTC  (5+ messages)
` [PATCH v2 2/4 RESEND] gpu/drm: tegra: dsi: move prepare function to the top of encoder enable

[PATCH v9 0/5] PCI: endpoint: BAR subrange mapping support
 2026-01-24 14:22 UTC  (9+ messages)
` [PATCH v9 4/5] PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATU

[PATCH v2] gpu: host1x: fix missing 'host1x_context_device_bus_type'
 2026-01-24  1:20 UTC  (2+ messages)

[PATCH V8 0/4] Add device tree support for NVIDIA Tegra CMDQV
 2026-01-23 17:49 UTC  (2+ messages)

[PATCH V4 1/1] usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDN
 2026-01-23 17:31 UTC 

[PATCH v3 1/3] dt-bindings: gpio: Add Tegra264 support
 2026-01-23 17:15 UTC  (2+ messages)

[PATCH v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-01-23 14:39 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox