linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-23 15:16:39 to 2023-01-27 15:11:17 UTC [more...]

[PATCH V9 0/6] Add device-tree support for Cypress CYPD4226
 2023-01-27 15:10 UTC  (3+ messages)
` [PATCH V9 1/6] dt-bindings: usb: Add Cypress cypd4226 Type-C controller
` [PATCH V9 2/6] i2c: nvidia-gpu: Add ACPI property to align with device-tree

[PATCH V8 0/6] Add device-tree support for Cypress CYPD4226
 2023-01-27 14:59 UTC  (10+ messages)
` [PATCH V8 1/6] dt-bindings: usb: Add Cypress cypd4226 Type-C controller
` [PATCH V8 2/6] i2c: nvidia-gpu: Add ACPI property to align with device-tree
` [PATCH V8 3/6] usb: typec: ucsi_ccg: Add OF support
` [PATCH V8 4/6] i2c: nvidia-gpu: Remove ccgx,firmware-build property
` [PATCH V8 5/6] arm64: tegra: Populate USB Type-C Controller for Jetson AGX Orin
` [PATCH V8 6/6] arm64: defconfig: Enable UCSI support

[PATCH v3 00/10] drm/fb-helper: Various cleanups
 2023-01-27 14:21 UTC  (17+ messages)
` [PATCH v3 01/10] drm/client: Test for connectors before sending hotplug event
` [PATCH v3 02/10] drm/client: Add hotplug_failed flag
` [PATCH v3 03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare()
` [PATCH v3 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup
` [PATCH v3 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
` [PATCH v3 06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
` [PATCH v3 07/10] drm/fbdev-generic: Minimize hotplug error handling
` [PATCH v3 08/10] drm/fbdev-generic: Minimize client unregistering
` [PATCH v3 09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy()
` [PATCH v3 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

[PATCH] arm64: tegra: dts: add vccmq on p3310 TX2 SoM
 2023-01-27  9:39 UTC 

[PATCH v4 0/9] media: dt-bindings: common CEC properties
 2023-01-27  9:40 UTC  (5+ messages)

jetson tx2 module, no wifi with upstream kernel
 2023-01-26 19:56 UTC 

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH] thermal: tegra-bpmp: Check if BPMP supports trip points
 2023-01-26 16:07 UTC  (5+ messages)

thermal/drivers/tegra: Getting rid of the get_thermal_instance() usage
 2023-01-26 15:37 UTC  (3+ messages)

[PATCH 1/4] gpu: host1x: Implement syncpoint wait using DMA fences
 2023-01-26 14:37 UTC  (2+ messages)

[PATCH 1/4] arm64: tegra: Mark host1x as dma-coherent on Tegra194/234
 2023-01-26 14:37 UTC  (2+ messages)

[PATCH] gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()
 2023-01-26 12:45 UTC  (2+ messages)

[PATCH v2 1/2] spi: dt-bindings: drop unneeded quotes
 2023-01-26  0:25 UTC  (4+ messages)
` [PATCH v2 2/2] spi: dt-bindings: cleanup examples - indentation, lowercase hex

[PATCH 1/2] dt-bindings: thermal: Add Tegra234 BPMP thermal zones
 2023-01-25 21:18 UTC  (5+ messages)
` [PATCH 2/2] arm64: tegra: Add thermal support for Tegra234

[PATCH v2 1/2] dt-bindings: dma: drop unneeded quotes
 2023-01-25 20:03 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex

[PATCH V5 0/5] Tegra USB device support updates
 2023-01-25 14:44 UTC  (9+ messages)
` [PATCH V5 1/5] dt-bindings: usb: tegra-xudc: Add dma-coherent for Tegra194
` [PATCH V5 3/5] dt-bindings: usb: tegra-xudc: Add Tegra234 XUDC support
` [PATCH V5 4/5] usb: gadget: tegra-xudc: Add Tegra234 support

[PATCH treewide v2 0/9] phy: Add devm_of_phy_optional_get() helper
 2023-01-25 14:38 UTC  (13+ messages)
` [PATCH v2 1/9] phy: Remove unused phy_optional_get()
` [PATCH v2 2/9] doc: phy: Document devm_of_phy_get()
` [PATCH v2 3/9] phy: Add devm_of_phy_optional_get() helper
` [PATCH v2 4/9] net: fman: memac: Convert to devm_of_phy_optional_get()
` [PATCH v2 5/9] net: lan966x: "
` [PATCH v2 6/9] net: ethernet: ti: am65-cpsw: "
` [PATCH v2 7/9] PCI: tegra: "
` [PATCH v2 8/9] usb: host: ehci-exynos: "
` [PATCH v2 9/9] usb: host: ohci-exynos: "

[PATCH v2 00/10] drm/fb-helper: Various cleanups
 2023-01-25 14:11 UTC  (25+ messages)
` [PATCH v2 01/10] drm/client: Test for connectors before sending hotplug event
` [PATCH v2 02/10] drm/client: Add hotplug_failed flag
` [PATCH v2 03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare()
` [PATCH v2 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup
` [PATCH v2 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
` [PATCH v2 06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
  ` [Intel-gfx] "
` [PATCH v2 07/10] drm/fbdev-generic: Minimize hotplug error handling
` [PATCH v2 08/10] drm/fbdev-generic: Minimize client unregistering
` [PATCH v2 09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy()
` [PATCH v2 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

[PATCH 4.14 00/25] 4.14.304-rc1 review
 2023-01-25 13:59 UTC  (2+ messages)

[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-25 10:59 UTC  (13+ messages)
` [PATCH v3 01/10] iommu: Add a gfp parameter to iommu_map()
` [PATCH v3 02/10] iommu: Remove iommu_map_atomic()
` [PATCH v3 03/10] iommu: Add a gfp parameter to iommu_map_sg()
` [PATCH v3 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
` [PATCH v3 05/10] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
` [PATCH v3 06/10] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH v3 07/10] iommu/intel: Support the gfp argument to the map_pages op
` [PATCH v3 08/10] iommu/intel: Use GFP_KERNEL in sleepable contexts
` [PATCH v3 09/10] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
` [PATCH v3 10/10] iommu/s390: Use GFP_KERNEL in sleepable contexts

[PATCH v13 0/4] iommu: Support mappings/reservations in reserved-memory regions
 2023-01-25 10:48 UTC  (2+ messages)

[PATCH 6.1 000/188] 6.1.8-rc2 review
 2023-01-25 10:31 UTC 

[PATCH 5.10 00/98] 5.10.165-rc2 review
 2023-01-25 10:31 UTC 

[PATCH 5.4 00/51] 5.4.230-rc2 review
 2023-01-25 10:31 UTC 

[PATCH 4.19 00/37] 4.19.271-rc1 review
 2023-01-25 10:30 UTC 

[PATCH] cpufreq: tegra194: Enable CPUFREQ thermal cooling
 2023-01-25  3:56 UTC  (2+ messages)

[PATCH v2 00/13] spi: Add support for stacked/parallel memories
 2023-01-25  0:57 UTC  (5+ messages)
` [PATCH v2 02/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[PATCH v3 00/21] Add Tegra20 parallel video input capture
 2023-01-24 22:15 UTC  (7+ messages)
` [PATCH v3 01/21] dt-bindings: display: tegra: add Tegra20 VIP
` [PATCH v3 02/21] dt-bindings: display: tegra: vi: add 'vip' property and example

[PATCH V7 0/6] Add device-tree support for Cypress CYPD4226
 2023-01-24 16:23 UTC  (11+ messages)
` [PATCH V7 1/6] dt-bindings: usb: Add Cypress cypd4226 Type-C controller
` [PATCH V7 2/6] i2c: nvidia-gpu: Add ACPI property to align with device-tree
` [PATCH V7 3/6] usb: typec: ucsi_ccg: Add OF support
` [PATCH V7 4/6] i2c: nvidia-gpu: Remove ccgx,firmware-build property
` [PATCH V7 5/6] arm64: tegra: Populate USB Type-C Controller for Jetson AGX Orin
` [PATCH V7 6/6] arm64: defconfig: Enable UCSI support

[PATCH 0/2] drm/tegra: handle implicit scanout modifiers
 2023-01-24 14:25 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mmc: drop unneeded quotes
 2023-01-24 12:57 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: mmc: correct pwrseq node names

[PATCH 00/10] drm/fb-helper: Various cleanups
 2023-01-24 11:27 UTC  (4+ messages)
` [PATCH 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

[PATCH 1/2] spi: dt-bindings: drop unneeded quotes
 2023-01-24  8:17 UTC  (5+ messages)
` [PATCH 2/2] spi: dt-bindings: cleanup examples - indentation, lowercase hex

[PATCH 1/2] dt-bindings: dma: drop unneeded quotes
 2023-01-24  7:52 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex

[PATCH V6 0/6] Add device-tree support for Cypress CYPD4226
 2023-01-24  7:27 UTC  (7+ messages)
` [PATCH V6 1/6] dt-bindings: usb: Add Cypress cypd4226 Type-C controller

[PATCH v2 18/25] ASoC: tegra: use helper function
 2023-01-24  2:14 UTC 

[PATCH] dt-bindings: drop type for operating-points-v2
 2023-01-23 21:20 UTC  (2+ messages)

[PATCH 5/7] PCI: tegra: Convert to devm_of_phy_optional_get()
 2023-01-23 18:17 UTC  (2+ messages)

[PATCH v4 0/8] drm/simpledrm: Support system memory framebuffers
 2023-01-23 15:19 UTC  (4+ messages)
` [PATCH v4 7/8] drm/simpledrm: Support the XB24/AB24 format

[PATCH] arm64: dts: tegra: drop serial clock-names and reset-names
 2023-01-23 15:15 UTC 


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