Linux-Tegra Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-19 09:27:57 to 2021-10-28 12:06:46 UTC [more...]

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-10-28 12:04 UTC  (49+ messages)
` [PATCH v2 01/45] notifier: Remove extern annotation from function prototypes
` [PATCH v2 02/45] notifier: Add blocking_notifier_call_chain_empty()
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 04/45] reboot: Correct typo in a comment
` [PATCH v2 05/45] reboot: Warn if restart handler has duplicated priority
` [PATCH v2 06/45] reboot: Warn if unregister_restart_handler() fails
` [PATCH v2 07/45] reboot: Remove extern annotation from function prototypes
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 09/45] xen/x86: Use do_kernel_power_off()
` [PATCH v2 10/45] ARM: "
` [PATCH v2 11/45] arm64: "
` [PATCH v2 12/45] csky: "
` [PATCH v2 13/45] ia64: "
` [PATCH v2 14/45] mips: "
` [PATCH v2 15/45] nds32: "
` [PATCH v2 16/45] parisc: "
` [PATCH v2 17/45] powerpc: "
` [PATCH v2 18/45] riscv: "
` [PATCH v2 19/45] sh: "
` [PATCH v2 20/45] x86: "
` [PATCH v2 21/45] m68k: Switch to new power-handler API
` [PATCH v2 22/45] memory: emif: Use kernel_can_power_off()
` [PATCH v2 23/45] ACPI: power: Switch to power-handler API
` [PATCH v2 24/45] regulator: pfuze100: Use devm_register_power_handler()
` [PATCH v2 25/45] reboot: Remove pm_power_off_prepare()
` [PATCH v2 26/45] soc/tegra: pmc: Utilize power-handler API to power off Nexus 7 properly
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
` [PATCH v2 28/45] mfd: rn5t618: "
` [PATCH v2 29/45] mfd: acer-a500: "
` [PATCH v2 30/45] mfd: ene-kb3930: "
` [PATCH v2 31/45] mfd: axp20x: Use register_simple_power_off_handler()
` [PATCH v2 32/45] mfd: retu: Use devm_register_simple_power_off_handler()
` [PATCH v2 33/45] mfd: rk808: "
` [PATCH v2 34/45] mfd: palmas: "
` [PATCH v2 35/45] mfd: max8907: "
` [PATCH v2 36/45] mfd: tps6586x: "
` [PATCH v2 37/45] mfd: tps65910: "
` [PATCH v2 38/45] mfd: max77620: "
` [PATCH v2 39/45] mfd: dm355evm_msp: Use devm_register_trivial_power_off_handler()
` [PATCH v2 40/45] mfd: twl4030: "

[PATCH 1/5] thermal: tegra-bpmp: Handle errors in BPMP response
 2021-10-28 11:54 UTC  (3+ messages)
` [PATCH 2/5] reset: "

[PATCH 2/5] PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size()
 2021-10-28  8:45 UTC  (3+ messages)

[PATCH v3] dt-bindings: opp: Allow multi-worded OPP entry names
 2021-10-27 21:19 UTC  (3+ messages)

[PATCH v14 00/39] NVIDIA Tegra power management patches for 5.17
 2021-10-27 19:42 UTC  (46+ messages)
` [PATCH v14 01/39] soc/tegra: Enable runtime PM during OPP state-syncing
` [PATCH v14 02/39] soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()
` [PATCH v14 03/39] soc/tegra: Don't print error message when OPPs not available
` [PATCH v14 04/39] dt-bindings: clock: tegra-car: Document new clock sub-nodes
` [PATCH v14 05/39] clk: tegra: Support runtime PM and power domain
` [PATCH v14 06/39] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v14 07/39] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v14 08/39] gpu: host1x: Add initial runtime PM and OPP support
` [PATCH v14 09/39] gpu: host1x: Add host1x_channel_stop()
` [PATCH v14 10/39] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v14 11/39] drm/tegra: hdmi: Add OPP support
` [PATCH v14 12/39] drm/tegra: gr2d: Support generic power domain and runtime PM
` [PATCH v14 13/39] drm/tegra: gr3d: "
` [PATCH v14 14/39] drm/tegra: vic: Stop channel on suspend
` [PATCH v14 15/39] drm/tegra: nvdec: "
` [PATCH v14 16/39] drm/tegra: submit: Remove pm_runtime_enabled() checks
` [PATCH v14 17/39] drm/tegra: submit: Add missing pm_runtime_mark_last_busy()
` [PATCH v14 18/39] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v14 19/39] bus: tegra-gmi: "
` [PATCH v14 20/39] pwm: tegra: "
` [PATCH v14 21/39] mmc: sdhci-tegra: "
` [PATCH v14 22/39] mtd: rawnand: tegra: "
` [PATCH v14 23/39] spi: tegra20-slink: Add "
` [PATCH v14 24/39] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v14 25/39] media: dt: bindings: tegra-vde: Document OPP and power domain
` [PATCH v14 26/39] media: staging: tegra-vde: Support generic "
` [PATCH v14 27/39] soc/tegra: fuse: Reset hardware
` [PATCH v14 28/39] soc/tegra: fuse: Use resource-managed helpers
` [PATCH v14 29/39] soc/tegra: regulators: Prepare for suspend
` [PATCH v14 30/39] soc/tegra: pmc: Rename 3d power domains
` [PATCH v14 31/39] soc/tegra: pmc: Rename core power domain
` [PATCH v14 32/39] soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30
` [PATCH v14 33/39] ARM: tegra: Rename CPU and EMC OPP table device-tree nodes
` [PATCH v14 34/39] ARM: tegra: Add 500MHz entry to Tegra30 memory OPP table
` [PATCH v14 35/39] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v14 36/39] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v14 37/39] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v14 38/39] ARM: tegra: Add Memory Client resets to Tegra30 "
` [PATCH v14 39/39] ARM: tegra20/30: Disable unused host1x hardware

[PATCH 22/22] usb: host: xhci-tegra: deny IRQ0
 2021-10-27 11:13 UTC  (4+ messages)

[PATCH v2 00/13] replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2021-10-26 22:28 UTC  (15+ messages)
` [PATCH v2 01/13] gpu/drm: make drm_add_edid_modes() consistent when updating connector->display_info
    ` [PATCH v3 "
` [PATCH v2 13/13] drm/i915: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
    ` [PATCH v3 "
            ` [Intel-gfx] "
  ` [PATCH v2 06/13] drm/exynos: "

[PATCH v10 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-10-26 18:31 UTC  (7+ messages)
` [PATCH v10 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v10 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v10 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v10 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194

[PATCH v2 22/22] usb: host: xhci-tegra: deny IRQ0
 2021-10-26 17:39 UTC 

[PATCH] pinctrl: tegra: Fix warnings and error
 2021-10-26 12:31 UTC 

[PATCH 4.14 00/30] 4.14.253-rc1 review
 2021-10-26  9:20 UTC 

[PATCH 4.19 00/37] 4.19.214-rc1 review
 2021-10-26  9:17 UTC  (2+ messages)

[PATCH 5.14 000/169] 5.14.15-rc1 review
 2021-10-26  9:16 UTC 

[PATCH 5.4 00/58] 5.4.156-rc1 review
 2021-10-26  9:16 UTC 

[PATCH 5.10 00/95] 5.10.76-rc1 review
 2021-10-26  9:16 UTC 

[PATCH 4.9 00/50] 4.9.288-rc1 review
 2021-10-26  9:16 UTC 

[PATCH 4.4 00/44] 4.4.290-rc1 review
 2021-10-26  9:16 UTC 

[PATCH v1] usb: xhci: tegra: Check padctrl interrupt presence in device tree
 2021-10-26  7:23 UTC  (16+ messages)

[PATCH] ASoC: tegra: Add master volume/mute control support
 2021-10-26  6:23 UTC  (3+ messages)

[PATCH] pinctrl: tegra: Use correct offset for pin group
 2021-10-25 23:28 UTC  (2+ messages)

[PATCH] dt-bindings: sound: nvidia,tegra-audio: Convert multiple txt bindings to yaml
 2021-10-25 17:19 UTC 

[PATCH v1 1/2] ASoC: tegra: Restore AC97 support
 2021-10-25 16:39 UTC  (3+ messages)
` [PATCH v1 2/2] ASoC: tegra: Set default card name for Trimslice

[PATCH v1 1/2] spi: tegra20-slink: Put device into suspend on driver removal
 2021-10-25 16:39 UTC  (3+ messages)
` [PATCH v1 2/2] spi: tegra210-quad: "

[PATCH] soc/tegra: fuse: Fix bitwise vs. logical OR warning
 2021-10-25 14:34 UTC  (3+ messages)

[PATCH] arm64: tegra: Add dma-coherent for Tegra194 VIC
 2021-10-25 11:08 UTC 

[PATCH v9 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-10-25  6:08 UTC  (5+ messages)
` [PATCH v9 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v9 2/4] dmaengine: tegra: Add tegra gpcdma driver

[PATCH] dmaengine: tegra210-adma: fix pm runtime unbalance in tegra_adma_remove
 2021-10-25  4:36 UTC  (3+ messages)

[PATCH] dmaengine: tegra210-adma: fix pm runtime unbalance
 2021-10-25  4:36 UTC  (3+ messages)

[PATCH 1/2] pinctrl: tegra: include lpdr pin properties
 2021-10-24 21:25 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: tegra: Add pinmux support for Tegra194

[PATCH v1 0/3] Tegra ARM32 device-tree improvements for 5.16
 2021-10-24 19:08 UTC  (4+ messages)
` [PATCH v1 2/3] ARM: tegra: Name clock and regulator nodes according to DT-schema

[PATCH v2] regulator: Don't error out fixed regulator in regulator_sync_voltage()
 2021-10-23 19:58 UTC  (2+ messages)

[PATCH v1] regulator: Don't error out fixed regulator in regulator_sync_voltage()
 2021-10-21 14:33 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: tegra186-gpio: Add Tegra234 ports
 2021-10-21 12:30 UTC  (2+ messages)
` [PATCH 2/2] gpio: tegra186: Add support for Tegra234 gpio

[PATCH v2] dt-bindings: opp: Allow opp-table postfix and multi-worded node names
 2021-10-21 11:30 UTC 

[PATCH v1] memory: tegra20-emc: Add runtime dependency on devfreq governor module
 2021-10-21  9:19 UTC  (2+ messages)

[PATCH] firmware: tegra: switch over to memdup_user()
 2021-10-21  1:27 UTC  (3+ messages)
  ` 回复: "

[PATCH v1] i2c: tegra: Ensure that device is suspended before driver is removed
 2021-10-19 23:29 UTC 

[PATCH 5.14 000/151] 5.14.14-rc2 review
 2021-10-19 21:22 UTC 

[PATCH v1 0/6] Introduce power off call chain API
 2021-10-19 20:51 UTC  (4+ messages)
` [PATCH v1 4/6] mfd: max77620: Use "

[PATCH v1 0/5] Improvements for TC358768 DSI bridge driver
 2021-10-19 20:37 UTC  (9+ messages)
` [PATCH v1 3/5] drm/bridge: tc358768: Calculate video start delay
` [PATCH v1 4/5] drm/bridge: tc358768: Disable non-continuous clock mode
` [PATCH v1 5/5] drm/bridge: tc358768: Correct BTACNTRL1 programming

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-19 11:40 UTC  (7+ messages)
` [PATCH v13 20/35] mtd: rawnand: tegra: Add runtime PM and OPP support


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 read-only IMAP folder(s) and NNTP newsgroup(s).