linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-30 11:33:11 to 2025-08-09 21:17:37 UTC [more...]

[PATCH v2 00/76] media: Rationalise usage of v4l2_fh
 2025-08-09 21:15 UTC  (3+ messages)
` [PATCH v2 08/76] media: Wrap file->private_data access with a helper function
` [PATCH v2 10/76] media: nvidia: tegra-vde: Replace file->private_data access

[PATCH v2 0/4] Support USB wakeup function for Tegra234
 2025-08-08 16:45 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: usb: Add wake-up support for Tegra234 XUSB host controller
` [PATCH v2 2/4] arm64: tegra: Add interrupts for Tegra234 USB wake events
` [PATCH v2 3/4] soc/tegra: pmc: Add USB wake events for Tegra234
` [PATCH v2 4/4] usb: xhci: tegra: Support USB wakeup function "

[PATCH] dt-bindings: usb: Drop duplicate nvidia,tegra20-ehci.txt
 2025-08-08 15:55 UTC  (2+ messages)

[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-08-08 10:46 UTC  (11+ messages)
` [PATCH v5 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v5 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v5 04/25] drm/gem-shmem: "
` [PATCH v5 17/25] drm/renesas/rcar-du: "
` [PATCH v5 25/25] drm/xlnx: "

[PATCH 00/65] media: Rationalise usage of v4l2_fh
 2025-08-08  7:22 UTC  (97+ messages)
` [PATCH 01/65] media: pci: saa7164: Store v4l2_fh pointer in file->private_data
` [PATCH 02/65] media: imagination: "
` [PATCH 03/65] media: ti: vpe: "
` [PATCH 04/65] media: usb: hdpvr: "
` [PATCH 05/65] media: usb: pvrusb2: "
` [PATCH 06/65] media: usb: uvcvideo: "
` [PATCH 07/65] media: staging: most: "
` [PATCH 08/65] media: Wrap file->private_data access with a helper function
` [PATCH 09/65] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH 10/65] media: nvidia: tegra-vde: Replace file->private_data access
` [PATCH 11/65] media: Replace file->private_data access with custom functions
` [PATCH 12/65] media: pci: ivtv: Don't create fake v4l2_fh
` [PATCH 13/65] media: amphion: Make some vpu_v4l2 functions static
  ` [EXT] "
` [PATCH 14/65] media: amphion: Delete v4l2_fh synchronously in .release()
  ` [EXT] "
` [PATCH 15/65] media: visl: Drop visl_v4l2fh_to_ctx() function
` [PATCH 16/65] media: v4l2-fh: Move piece of documentation to correct function
` [PATCH 17/65] media: rcar-vin: Do not set file->private_data
` [PATCH 18/65] media: rzg2l-cru: "
` [PATCH 19/65] media: camss: Replace .open() file operation with v4l2_fh_open()
` [PATCH 20/65] media: camss: Remove custom .release fop()
` [PATCH 21/65] media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()
` [PATCH 22/65] media: qcom: iris: Pass file pointer to iris_v4l2_fh_(de)init()
` [PATCH 23/65] media: qcom: iris: Set file->private_data in iris_v4l2_fh_(de)init()
` [PATCH 24/65] media: qcom: iris: Drop unused argument to iris_get_inst()
` [PATCH 25/65] media: qcom: venus: Pass file pointer to venus_close_common()
` [PATCH 26/65] media: Set file->private_data in v4l2_fh_add()
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH 28/65] media: v4l2-ioctl: Access v4l2_fh from private_data
` [PATCH 29/65] media: allegro: Access v4l2_fh from file
` [PATCH 30/65] media: meson-ge2d: "
` [PATCH 31/65] media: coda: "
` [PATCH 32/65] media: wave5: "
` [PATCH 33/65] media: m2m-deinterlace: "
` [PATCH 34/65] media: mtk: jpeg: Access v4l2_fh from file->private_data
` [PATCH 35/65] media: mtk_mdp_m2m: Access v4l2_fh from file
` [PATCH 36/65] media: mtk: mdp3: "
` [PATCH 37/65] media: mtk: vcodec: "
` [PATCH 38/65] media: tegra-vde: "
` [PATCH 39/65] media: imx-jpeg: "
  ` [EXT] "
` [PATCH 40/65] media: imx-isi: "
` [PATCH 41/65] media: nxp: mx2: "
` [PATCH 42/65] media: renesas: "
` [PATCH 43/65] media: rockhip: rga: "
` [PATCH 44/65] media: rockchip: rkvdec: "
` [PATCH 45/65] media: exynos-gsc: "
` [PATCH 46/65] media: exynos4-is: "
` [PATCH 47/65] media: s3c-camif: Set queue owner using file
` [PATCH 48/65] media: s5p-g2d: Access v4l2_fh from file
` [PATCH 49/65] media: s5p-jpeg: "
` [PATCH 50/65] media: s5p-mfc: "
` [PATCH 51/65] media: bdisp: "
` [PATCH 52/65] media: st: delta: "
` [PATCH 53/65] media: stm32: dma2d: "
` [PATCH 54/65] media: hantro: Access v4l2_fh from file->private_data
` [PATCH 55/65] media: omap3isp: Access v4l2_fh from file
` [PATCH 56/65] media: cx18: "
` [PATCH 57/65] media: ivtv: "
` [PATCH 58/65] media: zoran: Remove access to __fh
` [PATCH 59/65] media: usb: hdpvr: Access v4l2_fh from file
` [PATCH 60/65] media: usb: uvc: "
` [PATCH 61/65] media: staging: imx: "
` [PATCH 62/65] media: v4l2-ctrls: Move v4l2_fh retrieval after V4L2_FL_USES_V4L2_FH check
` [PATCH 63/65] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH 64/65] media: staging: ipu7: "
` [PATCH 65/65] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers

[PATCH 0/3] phy: fix device leaks at unbind
 2025-08-06 14:35 UTC  (3+ messages)
` [PATCH 1/3] phy: tegra: xusb: fix device and OF node leak at probe

[bug report] drm/tegra: Implement job submission part of new UAPI
 2025-08-06 11:42 UTC 

[RFC PATCH 0/6] Allow DMA consumers to pass a cookie to providers' of_xlate
 2025-08-05 22:08 UTC  (16+ messages)
` [PATCH RFC 1/6] dt-bindings: dma: qcom,gpi: Retire passing the protocol ID
` [PATCH RFC 2/6] dmaengine: Make of_dma_request_slave_channel pass a cookie to of_xlate
` [PATCH RFC 3/6] dmaengine: qcom: gpi: Accept protocol ID hints

[PATCH AUTOSEL 6.16-6.6] clk: tegra: periph: Fix error handling and resolve unsigned compare warning
 2025-08-05 13:09 UTC 

[PATCH 1/2] dt-bindings: gpio: Add Tegra256 support
 2025-08-05  6:46 UTC  (4+ messages)
` [PATCH 2/2] gpio: tegra186: Add support for Tegra256

[PATCH v5 0/4] Add NVIDIA VRS RTC support
 2025-08-05  6:18 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: rtc: Document NVIDIA VRS RTC

[PATCH v2 0/2] arm64: tegra: Add reserved-memory node to L4T Tegra210 devices
 2025-08-04  3:14 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: tegra: Add reserved-memory node for P3450
` [PATCH v2 2/2] arm64: tegra: Add reserved-memory node for P2180

[PATCH AUTOSEL 5.4 12/28] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:42 UTC 

[PATCH AUTOSEL 5.10 15/39] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:40 UTC 

[PATCH AUTOSEL 5.15 18/44] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:38 UTC 

[PATCH AUTOSEL 6.1 20/51] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:36 UTC 

[PATCH AUTOSEL 6.6 23/59] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:33 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 27/59] firmware: tegra: Fix IVC dependency problems

[PATCH AUTOSEL 6.12 28/69] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 33/69] firmware: tegra: Fix IVC dependency problems

[PATCH AUTOSEL 6.15 34/80] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:27 UTC  (2+ messages)
` [PATCH AUTOSEL 6.15 39/80] firmware: tegra: Fix IVC dependency problems

[PATCH AUTOSEL 6.16 35/85] ARM: tegra: Use I/O memcpy to write to IRAM
 2025-08-04  0:22 UTC  (2+ messages)
` [PATCH AUTOSEL 6.16 40/85] firmware: tegra: Fix IVC dependency problems

[PATCH v2] dt-bindings: Correct indentation and style in DTS example
 2025-08-03  1:31 UTC  (2+ messages)

[PATCH 0/4] Support USB wakeup function for Tegra234
 2025-08-02  5:30 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: usb: Add wake-up support for Tegra234 XUSB host controller
` [PATCH 2/4] arm64: tegra: Add interrupts for Tegra234 USB wake events
` [PATCH 3/4] soc/tegra: pmc: Add USB wake events for Tegra234
` [PATCH 4/4] usb: xhci: tegra: Support USB wakeup function "

[PATCH] usb: gadget: tegra-xudc: fix PM use count underflow
 2025-08-01 17:40 UTC 

[PATCH][next] thermal: tegra: Fix dereference of pointer tz before it is null checked
 2025-08-01 17:22 UTC  (4+ messages)

[PATCH 0/2] i2c: tegra: Add Tegra256 I2C controller support
 2025-08-01  9:56 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: i2c: nvidia,tegra20-i2c: Add Tegra256 I2C compatible
` [PATCH 2/2] i2c: tegra: Add Tegra256 support

[REQUEST] Release Firmware to Match Current Driver Support
 2025-08-01  9:56 UTC  (2+ messages)

[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
 2025-08-01  9:49 UTC  (14+ messages)

[PATCH] arm64: tegra: Remove otg id gpio from Jetson TX2 NX
 2025-08-01  9:43 UTC  (6+ messages)

[PATCH] arm64: tegra: Set usb micro-b port to otg mode on P3450
 2025-08-01  9:41 UTC  (4+ messages)

[PATCH RFC] arm64: tegra: Add reserved-memory node for P3450
 2025-08-01  9:39 UTC  (8+ messages)

[PATCH v2 0/3] pinctrl: tegra: Add Tegra186 pinmux driver
 2025-08-01  9:35 UTC  (11+ messages)
` [PATCH v2 2/3] "

[PATCH v7 0/3] PCI: tegra: Allow building as a module
 2025-08-01  6:00 UTC  (6+ messages)
` [PATCH v7 1/3] irqdomain: Export irq_domain_free_irqs
` [PATCH v7 2/3] cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use
` [PATCH v7 3/3] PCI: tegra: Allow building as a module

[BUG] cpufreq: tegra186: Denver cores do not register
 2025-07-31 21:49 UTC  (5+ messages)

[PATCH v2 00/17] arm64: tegra: Add Tegra210B01 support
 2025-07-31 21:45 UTC  (2+ messages)

[PATCH v2 0/2] arm64: tegra: Add NVIDIA Jetson Nano 2GB Developer Kit support
 2025-07-31 21:41 UTC  (4+ messages)

[GIT PULL 1/8] soc/tegra: Updates for v6.17-rc1
 2025-07-31 16:32 UTC  (5+ messages)
` [GIT PULL 7/8] arm64: tegra: Changes "

[GIT PULL v2] arm64: tegra: Changes for v6.17-rc1
 2025-07-31 16:29 UTC  (2+ messages)
` [GIT PULL v3] arm64: tegra: Device tree changes "

[GIT PULL 3/8] dt-bindings: Updates for v6.17-rc1
 2025-07-31 16:28 UTC  (2+ messages)
` [GIT PULL v2] dt-bindings: Changes "

[PATCH v3 21/24] pmdomain: core: Leave powered-on genpds on until late_initcall_sync
 2025-07-31 15:07 UTC  (5+ messages)
  ` [PATCH v3 20/24] pmdomain: core: Default to use of_genpd_sync_state() for genpd providers

[PATCH] soc/tegra: pmc: Ensure power-domains are in a known state
 2025-07-31 12:18 UTC 

[PATCH v2 1/3] arm: Update HD-audio configs again
 2025-07-31  9:11 UTC 

[PATCH 1/3] arm: Update HD-audio configs again
 2025-07-31  6:48 UTC 

[PATCH 6.6 00/76] 6.6.101-rc1 review
 2025-07-30 20:10 UTC 

[PATCH 6.15 00/92] 6.15.9-rc1 review
 2025-07-30 14:09 UTC 

[PATCH 6.12 000/117] 6.12.41-rc1 review
 2025-07-30 14:09 UTC 

[PATCH] soc: Use dev_fwnode()
 2025-07-30 13:37 UTC  (3+ 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).