public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 14:11:51 to 2026-03-09 09:39:43 UTC [more...]

[PATCH net-next v2 0/7] net: stmmac: start to shrink memory usage
 2026-03-09  9:39 UTC  (3+ messages)
` [PATCH net-next v2 1/7] net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()
` [PATCH net-next v2 2/7] net: stmmac: convert plat_stmmacenet_data booleans to type bool

[PATCH v2 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-09  9:18 UTC  (33+ messages)
` [PATCH v2 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v2 phy-next 03/24] usb: add "
` [PATCH v2 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v2 phy-next 05/24] phy: "
` [PATCH v2 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v2 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v2 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v2 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v2 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v2 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v2 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v2 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v2 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v2 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v2 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v2 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v2 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v2 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v2 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v2 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v2 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v2 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
` [PATCH v2 phy-next 24/24] MAINTAINERS: add regexes for linux-phy

[PATCH] i2c: i2c-core-base: fix devicetree alias handling
 2026-03-09  9:08 UTC  (4+ messages)

[PATCH v2 1/2] PCI/ASPM: Override the ASPM and Clock PM states set by BIOS for devicetree platforms
 2026-03-09  8:00 UTC  (13+ messages)

[PATCH v4 0/2] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
 2026-03-09  7:52 UTC  (3+ messages)
` [PATCH v4 1/2] drm/tegra: dsi: add "
` [PATCH v4 2/2] drm/tegra: dsi: re-add clear enable register if DSI was powered by bootloader

[PATCH v2] mailbox: remove superfluous internal header
 2026-03-09  7:49 UTC  (2+ messages)

[PATCH v3 0/2] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
 2026-03-09  7:11 UTC  (6+ messages)
` [PATCH v3 1/2] gpu/drm: tegra: dsi: add "

[PATCH v1 0/1] devfreq: tegra30-devfreq: add support for Tegra114
 2026-03-08  8:01 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH] ARM: tegra: paz00: configure WiFi rfkill switch through device tree
 2026-03-07 21:13 UTC  (8+ messages)

[PATCH v7 0/6] memory: tegra: Add MC error logging support for Tegra264 SoC
 2026-03-07 17:02 UTC  (4+ messages)

[PATCH net-next 0/7] net: stmmac: start to shrink memory usage
 2026-03-07 11:03 UTC  (8+ messages)
` [PATCH net-next 1/7] net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()
` [PATCH net-next 2/7] net: stmmac: convert plat_stmmacenet_data booleans to type bool
` [PATCH net-next 3/7] net: stmmac: reorder structs to reduce memory consumption
` [PATCH net-next 4/7] net: stmmac: use u8 for ?x_queues_to_use and number_?x_queues
` [PATCH net-next 5/7] net: stmmac: use u8 for host_dma_width and similar struct members
` [PATCH net-next 6/7] net: stmmac: add documentation for stmmac_dma_cfg members
` [PATCH net-next 7/7] net: stmmac: add documentation for clocks

[PATCH] spi: tegra210-quad: Remove redundant pm_runtime_mark_last_busy() calls
 2026-03-07  7:24 UTC 

[PATCH phy-next 00/22] Split Generic PHY consumer and provider API
 2026-03-06 13:06 UTC  (65+ messages)
` [PATCH phy-next 01/22] ata: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 02/22] PCI: add missing headers transitively included by <linux/phy/phy.h>
` [PATCH phy-next 03/22] usb: "
` [PATCH phy-next 04/22] drm: add <linux/pm_runtime.h> where missing
` [PATCH phy-next 05/22] phy: "
` [PATCH phy-next 06/22] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH phy-next 07/22] net: lan969x: include missing <linux/of.h>
` [PATCH phy-next 08/22] PCI: remove device links to PHY
` [PATCH phy-next 09/22] ufs: exynos: stop poking into struct phy guts
` [PATCH phy-next 10/22] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH phy-next 11/22] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH phy-next 12/22] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH phy-next 13/22] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH phy-next 14/22] drm/rockchip: dsi: include PHY provider header
` [PATCH phy-next 15/22] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH phy-next 16/22] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH phy-next 17/22] net: renesas: rswitch: "
` [PATCH phy-next 18/22] pinctrl: tegra-xusb: "
` [PATCH phy-next 19/22] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH phy-next 20/22] phy: include PHY provider header
` [PATCH phy-next 21/22] phy: remove temporary provider compatibility from consumer header
` [PATCH phy-next 22/22] MAINTAINERS: add regex for linux-phy

[PATCH v2] perf vendor events arm64: Add Tegra410 Olympus PMU events
 2026-03-06 10:37 UTC  (3+ messages)

[PATCH v10 0/3] Add I2C support for Tegra410
 2026-03-06 10:28 UTC  (3+ messages)

[PATCH] staging: nvec: fix block comment style
 2026-03-06  5:01 UTC  (2+ messages)

[RFC v1 00/18] PCI: Enable async probe by default
 2026-03-06  4:14 UTC  (12+ messages)
` [RFC v1 10/18] PCI: keystone: Allow asynchronous probing for background link training
` [RFC v1 11/18] PCI: keembay: "
` [RFC v1 12/18] PCI: kirin: "
` [RFC v1 13/18] PCI: layerscape: "
` [RFC v1 14/18] PCI: meson: "
` [RFC v1 15/18] PCI: sophgo: "
` [RFC v1 16/18] PCI: tegra194: "
` [RFC v1 17/18] PCI: uniphier: "
` [RFC v1 18/18] PCI: visconti: "

[PATCH] iommu: tegra-smmu: Fix spacing around operators
 2026-03-06  3:48 UTC 

[PATCH v3 0/5] PCI: tegra: A couple of cleanups
 2026-03-06  0:43 UTC  (4+ messages)
` [PATCH v3 1/5] dt-bindings: PCI: Convert nvidia,tegra-pcie to DT schema

[PATCH 00/10] dt-bindings: Various cleanups for Tegra-related bindings
 2026-03-06  0:25 UTC  (13+ messages)
` [PATCH v2 01/10] dt-bindings: phy: tegra-xusb: Document Type C support
` [PATCH 02/10] dt-bindings: pci: tegra: Convert to json-schema
` [PATCH v3 03/10] dt-bindings: clock: tegra124-dfll: "
` [PATCH 04/10] dt-bindings: interrupt-controller: tegra: Fix reg entries
` [PATCH 06/10] dt-bindings: phy: tegra: Document Tegra210 USB PHY
` [PATCH v2 07/10] dt-bindings: memory: Add Tegra210 memory controller bindings

[PATCH v2 0/8] perf: add NVIDIA Tegra410 Uncore PMU support
 2026-03-05 23:59 UTC  (10+ messages)
` [PATCH v2 2/8] perf/arm_cspmu: nvidia: Add Tegra410 UCF PMU
` [PATCH v2 3/8] perf/arm_cspmu: Add arm_cspmu_acpi_dev_get
` [PATCH v2 4/8] perf/arm_cspmu: nvidia: Add Tegra410 PCIE PMU

[PATCH v2 0/2] ARM: tegra: document Tegra20 HDMI port
 2026-03-05 23:59 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: "

[PATCH v1 0/2] [RFC] drm/tegra: dsi: remove tegra_output_probe use
 2026-03-05 16:10 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: tegra: document Tegra20 DSI port
` [PATCH v1 2/2] [RFC] drm/tegra: dsi: remove tegra_output_probe use

[PATCH] arm64: tegra: Fix RTC aliases
 2026-03-05 15:16 UTC 

[PATCH 0/4] memory: Few code cleanups
 2026-03-05 11:57 UTC  (2+ messages)

[PATCH v7 0/9] Enhancements to pcie-tegra194 driver
 2026-03-05 11:15 UTC  (16+ messages)
` [PATCH v7 1/9] PCI: tegra194: Drive CLKREQ# signal low explicitly
` [PATCH v7 2/9] PCI: tegra194: Calibrate P2U for Endpoint mode
` [PATCH v7 3/9] PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registration
` [PATCH v7 4/9] PCI: tegra194: Enable DMA interrupt
` [PATCH v7 6/9] PCI: tegra194: Disable L1.2 capability of Tegra234 EP
` [PATCH v7 8/9] PCI: tegra194: Add core monitor clock support
` [PATCH v7 9/9] PCI: tegra194: Add ASPM L1 entrance latency config

[PATCH v7 00/13] Fixes to pcie-tegra194 driver
 2026-03-05 10:43 UTC  (17+ messages)
` [PATCH v7 02/13] PCI: tegra194: Refactor LTSSM state polling on surprise down
` [PATCH v7 03/13] PCI: tegra194: Don't force the device into the D0 state before L2
` [PATCH v7 06/13] PCI: tegra194: Disable direct speed change for EP
` [PATCH v7 07/13] PCI: tegra194: Set LTR message request before PCIe link up
` [PATCH v7 08/13] PCI: tegra194: Apply pinctrl settings for both PCIe RP and EP
` [PATCH v7 09/13] PCI: tegra194: Allow system suspend when the Endpoint link is not up
` [PATCH v7 11/13] PCI: tegra194: Use HW version number
` [PATCH v7 13/13] PCI: tegra194: Free resources during controller deinitialization

[PATCH 0/4] irqchip/gic: Use GIC_* DT binding definitions
 2026-03-05 10:38 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: interrupt-controller: arm,gic: Document symbolic definitions
` [PATCH 2/4] genirq: Document interaction between <linux/irq.h> and DT binding defs
` [PATCH 3/4] irqchip/gic: Use GIC_* DT binding definitions
` [PATCH 4/4] iirqchip/gic children: "

[PATCH v7 00/15] tegra-video: add CSI support for Tegra20 and Tegra30
 2026-03-05  9:24 UTC  (2+ messages)

[PATCH v2 0/2] PCI: dwc: Add multi-port controller support
 2026-03-05  6:20 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: API changes for "
` [PATCH v2 2/2] PCI: dwc: Add "

[PATCH] staging: nvec: fix multi-line comment
 2026-03-05  6:04 UTC  (3+ messages)

[PATCH v2] staging: nvec: fix block comment style in nvec.c
 2026-03-05  1:09 UTC 

[PATCH] staging: nvec: fix block comment style in nvec.c
 2026-03-04 19:18 UTC 

[PATCH v6 7/8] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
 2026-03-04 18:11 UTC  (4+ messages)

[RFC v1 08/18] PCI: fu740: Allow asynchronous probing for background link training
 2026-03-04 15:54 UTC  (3+ messages)

[PATCH] staging: nvec: fix block comment style in nvec.c
 2026-03-04 14:47 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