linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-06 14:33:13 to 2021-08-18 00:57:21 UTC [more...]

[PATCH v5 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-18  0:55 UTC  (6+ messages)
` [PATCH v5 1/5] block: Add alternative_gpt_sector() operation
` [PATCH v5 2/5] mmc: block: Support "
` [PATCH v5 3/5] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v5 4/5] mmc: sdhci-tegra: Implement alternative_gpt_sector()
` [PATCH v5 5/5] partitions/efi: Support non-standard GPT location

[PATCH v1] rtc: tps65910: Correct driver module alias
 2021-08-17 21:45 UTC  (2+ messages)

[PATCH v3 0/3] NVIDIA Tegra NVDEC support
 2021-08-17 21:20 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: Add YAML bindings for NVDEC
` [PATCH v3 2/3] arm64: tegra: Add NVDEC to Tegra186/194 device trees
` [PATCH v3 3/3] drm/tegra: Add NVDEC driver

[PATCH v4 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-08-17 16:16 UTC  (12+ messages)
` [PATCH v4 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v4 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v4 3/3] partitions/efi: Support NVIDIA Tegra devices

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-17 15:53 UTC  (42+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 02/34] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v8 03/34] soc/tegra: Don't print error message when OPPs not available
` [PATCH v8 04/34] soc/tegra: Add devm_tegra_core_dev_init_opp_table_simple()
` [PATCH v8 05/34] soc/tegra: Use dev_pm_opp_sync()
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 08/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 10/34] gpu: host1x: Add host1x_channel_stop()
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 12/34] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v8 13/34] drm/tegra: hdmi: Add OPP support
` [PATCH v8 14/34] drm/tegra: gr2d: Support power management
` [PATCH v8 15/34] drm/tegra: gr3d: "
` [PATCH v8 16/34] drm/tegra: vic: Support system suspend
` [PATCH v8 17/34] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v8 18/34] bus: tegra-gmi: "
` [PATCH v8 19/34] pwm: tegra: "
` [PATCH v8 20/34] mmc: sdhci-tegra: "
` [PATCH v8 21/34] mtd: rawnand: tegra: "
` [PATCH v8 22/34] spi: tegra20-slink: Add "
` [PATCH v8 23/34] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v8 24/34] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v8 25/34] media: staging: tegra-vde: Support generic power domain and OPP
` [PATCH v8 26/34] soc/tegra: fuse: Add OPP support
` [PATCH v8 27/34] soc/tegra: fuse: Reset hardware
` [PATCH v8 28/34] soc/tegra: regulators: Prepare for suspend
` [PATCH v8 29/34] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v8 30/34] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v8 31/34] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v8 32/34] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v8 33/34] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v8 34/34] ARM: tegra20/30: Disable unused host1x hardware

[PATCH 0/2] ASoC: tegra30: Fix use of of_device_get_match_data
 2021-08-17 14:22 UTC  (6+ messages)
` [PATCH 1/2] ASoC: tegra30: ahub: Fix incorrect usage "
` [PATCH 2/2] ASoC: tegra30: i2s: "

[PATCH v1 0/3] Tegra DRM and Host1x driver fixes
 2021-08-17 14:17 UTC  (6+ messages)
` [PATCH v1 1/3] drm/tegra: dc: Remove unused variables
` [PATCH v1 2/3] drm/tegra: uapi: Fix wrong mapping end address in case of disabled IOMMU
` [PATCH v1 3/3] gpu/host1x: fence: Make spinlock static

[PATCH 0/2] ASoC: tegra: Use of_device_get_match_data
 2021-08-17 13:52 UTC  (12+ messages)
` [PATCH 1/2] ASoC: tegra30: ahub: "
` [PATCH 2/2] ASoC: tegra30: i2s: "

[PATCH 1/6] usb: mtu3: restore HS function when set SS/SSP
 2021-08-17  7:10 UTC  (16+ messages)
` [PATCH 2/6] usb: mtu3: fix the wrong HS mult value
` [PATCH 3/6] usb: cdnsp: fix the wrong mult value for HS isoc or intr
` [PATCH 4/6] usb: gadget: tegra-xudc: "
` [PATCH 5/6] usb: gadget: bdc: remove unnecessary AND operation when get ep maxp
` [PATCH 6/6] usb: gadget: "

[PATCH v6 00/12] Add OTG mode support to Tegra USB PHY, SMB347 and Nexus 7
 2021-08-16 16:22 UTC  (15+ messages)
` [PATCH v6 04/12] usb: phy: tegra: Support OTG mode programming
` [PATCH v6 05/12] dt-bindings: power: supply: smb347-charger: Document USB VBUS regulator
` [PATCH v6 06/12] power: supply: smb347-charger: Make smb347_set_writable() IRQ-safe
` [PATCH v6 07/12] power: supply: smb347-charger: Utilize generic regmap caching
` [PATCH v6 08/12] power: supply: smb347-charger: Add missing pin control activation
` [PATCH v6 09/12] power: supply: smb347-charger: Implement USB VBUS regulator

[PATCH v2 0/5] Compile-test NVIDIA Tegra CPUIDLE driver
 2021-08-16 15:32 UTC  (3+ messages)
` [PATCH v2 5/5] cpuidle: tegra: Enable compile testing

[PATCH v1 0/2] Fix Tegra PMC driver racing with cpuidle driver
 2021-08-16 15:32 UTC  (9+ messages)
` [PATCH v1 1/2] soc/tegra: pmc: Prevent racing with cpuilde driver
` [PATCH v1 2/2] cpuidle: tegra: Check whether PMC is ready

[PATCH v3 1/7] usb: mtu3: restore HS function when set SS/SSP
 2021-08-15  7:24 UTC  (8+ messages)
` [PATCH v3 2/7] usb: mtu3: use @mult for HS isoc or intr
` [PATCH v3 3/7] usb: mtu3: fix the wrong HS mult value
` [PATCH v3 4/7] usb: cdnsp: fix the wrong mult value for HS isoc or intr
` [PATCH v3 5/7] usb: gadget: tegra-xudc: "
` [PATCH v3 6/7] usb: gadget: bdc: remove unnecessary AND operation when get ep maxp
` [PATCH v3 7/7] usb: gadget: "

[PATCH v2 0/3] NVIDIA Tegra NVDEC support
 2021-08-13 20:37 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: Add YAML bindings for Host1x and NVDEC
` [PATCH v2 3/3] drm/tegra: Add NVDEC driver

[tegra-drm:drm/tegra/for-next 16/17] drivers/gpu/drm/tegra/dc.c:1843:53: warning: variable 'new_dc_state' set but not used
 2021-08-13 17:16 UTC  (3+ messages)

[GIT PULL] drm/tegra: Changes for v5.15-rc1
 2021-08-13 16:36 UTC 

[GIT PULL 1/6] dt-bindings: Changes for v5.15-rc1
 2021-08-13 16:21 UTC  (6+ messages)
` [GIT PULL 2/6] firmware: tegra: "
` [GIT PULL 3/6] soc/tegra: "
` [GIT PULL 4/6] ARM: tegra: Device tree changes "
` [GIT PULL 5/6] ARM: tegra: Default configuration "
` [GIT PULL 6/6] arm64: tegra: Device tree "

[GIT PULL] clk/tegra: Changes for v5.15-rc1
 2021-08-13 16:20 UTC 

[PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver
 2021-08-13 13:27 UTC  (4+ messages)

[PATCH v7 00/37] NVIDIA Tegra power management patches for 5.15
 2021-08-12 16:24 UTC  (16+ messages)
` [PATCH v7 01/37] soc/tegra: pmc: Temporarily disable PMC state syncing
` [PATCH v7 02/37] soc/tegra: pmc: Implement attach_dev() of power domain drivers

[PATCH v2 1/7] usb: mtu3: restore HS function when set SS/SSP
 2021-08-12 16:15 UTC  (8+ messages)
` [PATCH v2 2/7] usb: mtu3: use @mult for HS isoc or intr
` [PATCH v2 3/7] usb: mtu3: fix the wrong HS mult value
` [PATCH v2 4/7] usb: cdnsp: fix the wrong mult value for HS isoc or intr
` [PATCH v2 5/7] usb: gadget: tegra-xudc: "
` [PATCH v2 6/7] usb: gadget: bdc: remove unnecessary AND operation when get ep maxp
` [PATCH v2 7/7] usb: gadget: "

[PATCH] arm64: tegra: Add missing interconnects property for USB on Tegra186
 2021-08-12 14:17 UTC 

[PATCH] firmware: tegra: stop using seq_get_buf
 2021-08-12 14:05 UTC  (2+ messages)

[PATCH v2 1/7] usb: mtu3: restore HS function when set SS/SSP
 2021-08-12 13:11 UTC  (3+ messages)
` [PATCH v2 2/7] usb: mtu3: use @mult for HS isoc or intr
` [PATCH v2 3/7] usb: mtu3: fix the wrong HS mult value

[PATCH 1/3] dt-bindings: tegra: Document NVIDIA Jetson TX2 NX developer kit
 2021-08-12 12:26 UTC  (3+ messages)
` [PATCH 2/3] arm64: tegra: Add PWM nodes on Tegra186
` [PATCH 3/3] arm64: tegra: Add NVIDIA Jetson TX2 NX Developer Kit support

[PATCH] drm/tegra: vic: Use autosuspend
 2021-08-11 10:59 UTC 

[PATCH v2 0/7] Tegra Kconfig improvements for 5.15
 2021-08-11 10:17 UTC  (2+ messages)

[PATCH v1 0/1] Tegra ARM64 device-tree improvements for 5.15
 2021-08-11 10:10 UTC  (3+ messages)
` [PATCH v1 1/1] arm64: tegra194: p2888: Correct interrupt trigger type of temperature sensor

[PATCH v2 00/15] Tegra ARM32 device-tree improvements for 5.15
 2021-08-11 10:05 UTC  (2+ messages)

[PATCH v1 0/4] Tegra FUSE clock improvements for 5.15
 2021-08-11  9:58 UTC  (4+ messages)
` [PATCH v1 4/4] clk: tegra: Remove CLK_IS_CRITICAL flag from fuse clock

[RFC 00/11] Intro to Hardware timestamping engine
 2021-08-11  9:11 UTC  (17+ messages)
` [RFC 03/11] hte: Add tegra194 HTE kernel provider
` [RFC 09/11] tools: gpio: Add new hardware clock type

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2021-08-09 15:02 UTC  (7+ messages)
` [PATCH v2 03/40] PCI: dwc: Allow overriding bridge pci_ops
` [PATCH v2 39/40] PCI: dwc: Move N_FTS setup to common setup

[PATCH v4 00/27] Deprecate struct drm_device.irq_enabled
 2021-08-09 13:08 UTC  (3+ messages)
` [PATCH v4 13/27] drm/mediatek: Don't set "

[PATCH v2 1/2] spi: tegra20-slink: Improve runtime PM usage
 2021-08-09 13:06 UTC  (2+ messages)

[PATCH v2 0/6] arm64: IPQ6018 PCIe support
 2021-08-06 19:59 UTC  (5+ messages)
` [PATCH v2 1/6] PCI: dwc: tegra: move GEN3_RELATED DBI register to common header
` [PATCH v2 2/6] PCI: qcom: add support for IPQ60xx PCIe controller

[PATCH 5.13 00/35] 5.13.9-rc1 review
 2021-08-06 14:33 UTC 

[PATCH 4.9 0/7] 4.9.279-rc1 review
 2021-08-06 14:33 UTC 

[PATCH 4.19 00/16] 4.19.202-rc1 review
 2021-08-06 14:33 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).