linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-06 18:55:58 to 2020-09-09 08:14:17 UTC [more...]

[PATCH v3 00/15] Tegra XHCI controller ELPG support
 2020-09-09  8:10 UTC  (15+ messages)
` [PATCH v3 01/15] clk: tegra: Add PLLE HW power sequencer control
` [PATCH v3 02/15] clk: tegra: Don't enable PLLE HW sequencer at init
` [PATCH v3 03/15] phy: tegra: xusb: Move usb3 port init for Tegra210
` [PATCH v3 05/15] phy: tegra: xusb: Rearrange UPHY init on Tegra210
` [PATCH v3 06/15] phy: tegra: xusb: Add Tegra210 lane_iddq operation
` [PATCH v3 07/15] phy: tegra: xusb: Add sleepwalk and suspend/resume
` [PATCH v3 08/15] soc/tegra: pmc: Provide usb sleepwalk register map
` [PATCH v3 09/15] arm64: tegra210: XUSB PADCTL add "nvidia,pmc" prop
` [PATCH v3 10/15] phy: tegra: xusb: Add wake/sleepwalk for Tegra210
` [PATCH v3 11/15] phy: tegra: xusb: Tegra210 host mode VBUS control
` [PATCH v3 12/15] phy: tegra: xusb: Add wake/sleepwalk for Tegra186
` [PATCH v3 13/15] arm64: tegra210/tegra186/tegra194: XUSB PADCTL irq
` [PATCH v3 14/15] usb: host: xhci-tegra: Unlink power domain devices
` [PATCH v3 15/15] xhci: tegra: Enable ELPG for runtime/system PM

[RFC PATCH v2 00/17] Host1x/TegraDRM UAPI
 2020-09-09  8:11 UTC  (21+ messages)
` [RFC PATCH v2 06/17] gpu: host1x: Cleanup and refcounting for syncpoints
` [RFC PATCH v2 14/17] drm/tegra: Add new UAPI to header
  ` DRM_TEGRA_SUBMIT_BUF_WRITE_RELOC
` [RFC PATCH v2 15/17] drm/tegra: Add power_on/power_off engine callbacks
` [RFC PATCH v2 17/17] WIP: drm/tegra: Implement new UAPI
  ` [RFC PATCH v2 17/17] WIP: drm/tegra: Implement new UAPI (submit_handle_syncpts)

[PATCH v21 4/4] arm64: dts: mt8183: add scp node
 2020-09-09  7:37 UTC 

[PATCH 4.19 00/88] 4.19.144-rc1 review
 2020-09-09  7:03 UTC 

[PATCH 5.8 000/186] 5.8.8-rc1 review
 2020-09-09  7:03 UTC 

[PATCH 5.4 000/129] 5.4.64-rc1 review
 2020-09-09  7:03 UTC 

[PATCH 4.14 00/65] 4.14.197-rc1 review
 2020-09-09  7:03 UTC 

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-08 22:40 UTC  (35+ messages)
` [PATCH v7 01/34] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v7 02/34] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v7 03/34] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v7 04/34] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v7 05/34] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v7 06/34] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v7 07/34] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v7 08/34] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v7 09/34] i2c: tegra: Use reset_control_reset()
` [PATCH v7 10/34] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v7 11/34] i2c: tegra: Use platform_get_irq()
` [PATCH v7 12/34] i2c: tegra: Use clk-bulk helpers
` [PATCH v7 13/34] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v7 14/34] i2c: tegra: Clean up probe function
` [PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code
` [PATCH v7 16/34] i2c: tegra: Clean up variable types
` [PATCH v7 17/34] i2c: tegra: Remove outdated barrier()
` [PATCH v7 18/34] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v7 19/34] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v7 20/34] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v7 21/34] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
` [PATCH v7 22/34] i2c: tegra: Rename wait/poll functions
` [PATCH v7 23/34] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v7 24/34] i2c: tegra: Factor out packet header setup "
` [PATCH v7 25/34] i2c: tegra: Factor out register polling into separate function
` [PATCH v7 26/34] i2c: tegra: Factor out hardware initialization "
` [PATCH v7 27/34] i2c: tegra: Check errors for both positive and negative values
` [PATCH v7 28/34] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
` [PATCH v7 29/34] i2c: tegra: Improve formatting of variables
` [PATCH v7 30/34] i2c: tegra: Clean up variable names
` [PATCH v7 31/34] i2c: tegra: Clean up printk messages
` [PATCH v7 32/34] i2c: tegra: Clean up and improve comments
` [PATCH v7 33/34] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v7 34/34] i2c: tegra: Improve driver module description

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-09-08 22:43 UTC  (11+ messages)
                ` [Intel-gfx] "

[PATCH v1 0/6] Introduce Embedded Controller driver for Acer A500
 2020-09-08 22:01 UTC  (8+ messages)
` [PATCH v1 4/6] dt-bindings: mfd: ene-kb3930: Add compatibles for KB930 and "

[PATCH] phy: tegra: xusb: fix xusb backwards compatibility
 2020-09-08 15:01 UTC 

[PATCH v6 00/35] Improvements for Tegra I2C driver
 2020-09-08 13:33 UTC  (47+ messages)
` [PATCH v6 01/35] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v6 02/35] i2c: tegra: Add missing runtime PM put
` [PATCH v6 03/35] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v6 04/35] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v6 05/35] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v6 06/35] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v6 07/35] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v6 08/35] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v6 09/35] i2c: tegra: Use reset_control_reset()
` [PATCH v6 10/35] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v6 11/35] i2c: tegra: Use platform_get_irq()
` [PATCH v6 12/35] i2c: tegra: Use clk-bulk helpers
` [PATCH v6 13/35] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v6 14/35] i2c: tegra: Clean up probe function
` [PATCH v6 15/35] i2c: tegra: Clean up variable types
` [PATCH v6 16/35] i2c: tegra: Reorder location of functions in the code
` [PATCH v6 17/35] i2c: tegra: Remove likely/unlikely from "
` [PATCH v6 18/35] i2c: tegra: Remove outdated barrier()
` [PATCH v6 19/35] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v6 20/35] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v6 21/35] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
` [PATCH v6 22/35] i2c: tegra: Improve formatting of variables
` [PATCH v6 23/35] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load()
` [PATCH v6 24/35] i2c: tegra: Rename wait/poll functions
` [PATCH v6 25/35] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v6 26/35] i2c: tegra: Factor out packet header setup "
` [PATCH v6 27/35] i2c: tegra: Factor out register polling into separate function
` [PATCH v6 28/35] i2c: tegra: Factor out hardware initialization "
` [PATCH v6 29/35] i2c: tegra: Check errors for both positive and negative values
` [PATCH v6 30/35] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
` [PATCH v6 31/35] i2c: tegra: Clean up variable names
` [PATCH v6 32/35] i2c: tegra: Clean up printk messages
` [PATCH v6 33/35] i2c: tegra: Clean up and improve comments
` [PATCH v6 34/35] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v6 35/35] i2c: tegra: Improve driver module description

[PATCH v3 0/5] Introduce Embedded Controller driver for Acer A500
 2020-09-08 19:46 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: mfd: Add ENE KB930 Embedded Controller binding
` [PATCH v3 2/5] mfd: Add driver for Embedded Controller found on Acer Iconia Tab A500
` [PATCH v3 3/5] power: supply: Add battery gauge driver for "
` [PATCH v3 4/5] leds: Add "
` [PATCH v3 5/5] ARM: tegra: acer-a500: Add Embedded Controller

[PATCH v4 1/1] drm: allow limiting the scatter list size
 2020-09-08 11:37 UTC  (6+ messages)

[PATCH 01/11] spi: sprd: Release DMA channel also on probe deferral
 2020-09-08 17:21 UTC  (8+ messages)
` [PATCH 02/11] spi: sprd: Simplify with dev_err_probe()
` [PATCH 08/11] spi: stm32: "

[PATCH] PM / devfreq: tegra30: disable clock on error in probe
 2020-09-08 13:02 UTC  (2+ messages)

[PATCH v2 0/6] Introduce Embedded Controller driver for Acer A500
 2020-09-08 17:09 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: Add ENE KB930 Embedded Controller binding

[PATCH v2 00/12] Tegra XHCI controller ELPG support
 2020-09-08  2:42 UTC  (21+ messages)
` [PATCH v2 04/12] phy: tegra: xusb: t210: add lane_iddq operations
` [PATCH v2 05/12] phy: tegra: xusb: add sleepwalk and suspend/resume
` [PATCH v2 06/12] soc/tegra: pmc: provide usb sleepwalk register map
` [PATCH v2 08/12] phy: tegra: xusb: t210: support wake and sleepwalk
` [PATCH v2 11/12] usb: host: xhci-tegra: unlink power domain devices
` [PATCH v2 12/12] xhci: tegra: enable ELPG for runtime/system PM

[PATCH 0/9] arm64: tegra: Initial Tegra234 VDK support
 2020-09-07 19:46 UTC  (17+ messages)
` [PATCH 1/9] dt-bindings: tegra: Add Tegra234 VDK compatible
` [PATCH 2/9] dt-bindings: fuse: tegra: Add missing compatible strings
` [PATCH 3/9] dt-bindings: fuse: tegra: Document Tegra234 compatible string
` [PATCH 5/9] soc/tegra: fuse: Extract tegra_get_platform()
` [PATCH 6/9] soc/tegra: fuse: Implement tegra_is_silicon()
` [PATCH 7/9] soc/tegra: fuse: Add Tegra234 support
` [PATCH 8/9] firmware: tegra: Enable BPMP support on Tegra234
` [PATCH 9/9] arm64: tegra: Initial Tegra234 VDK support

[PATCH AUTOSEL 5.8 12/53] ALSA: hda/tegra: Program WAKEEN register for Tegra
 2020-09-07 16:31 UTC 

[PATCH AUTOSEL 5.4 09/43] ALSA: hda/tegra: Program WAKEEN register for Tegra
 2020-09-07 16:32 UTC 

[PATCH v5 00/36] Improvements for Tegra I2C driver
 2020-09-07 16:06 UTC  (37+ messages)
` [PATCH v5 01/36] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v5 06/36] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v5 07/36] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v5 08/36] i2c: tegra: Use reset_control_reset()
` [PATCH v5 09/36] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v5 10/36] i2c: tegra: Use platform_get_irq()
` [PATCH v5 11/36] i2c: tegra: Use clk-bulk helpers
` [PATCH v5 12/36] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v5 13/36] i2c: tegra: Clean up probe function
` [PATCH v5 26/36] i2c: tegra: Factor out hardware initialization into separate function
` [PATCH v5 27/36] i2c: tegra: Reorder location of functions in the code
` [PATCH v5 32/36] i2c: tegra: Clean up and improve comments
` [PATCH v5 33/36] i2c: tegra: Clean up variable types
` [PATCH v5 35/36] i2c: tegra: Rename couple "ret" variables to "err"
` [PATCH v5 36/36] i2c: tegra: Improve tegra_i2c_dev structure

[PATCH v2 1/2] mmc: host: Drop unneeded MMC dependency in Kconfig
 2020-09-07 10:07 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: host: Enable compile testing of multiple drivers

[PATCH] PCI: tegra: no need to check return value of debugfs_create functions
 2020-09-07  9:50 UTC  (2+ messages)

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-09-07  9:35 UTC  (2+ messages)

[PATCH v3 1/3] brcmfmac: increase F2 watermark for BCM4329
 2020-09-07  8:52 UTC  (2+ messages)

[PATCH v2 1/2] drm: allow limiting the scatter list size
 2020-09-07  7:13 UTC  (4+ messages)

[PATCH v3 1/2] drm: allow limiting the scatter list size
 2020-09-07  6:33 UTC 

[PATCH v1 1/3] ARM: tegra: nexus7: Add aliases for MMC
 2020-09-06 19:00 UTC  (3+ messages)
` [PATCH v1 2/3] ARM: tegra: acer-a500: "
` [PATCH v1 3/3] ARM: tegra: acer-a500: Remove atmel,cfg_name property


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