messages from 2020-09-04 16:43:47 to 2020-09-08 02:29:29 UTC [more...]
[PATCH v2 00/12] Tegra XHCI controller ELPG support
2020-09-08 2:29 UTC (19+ 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 v6 00/35] Improvements for Tegra I2C driver
2020-09-08 2:10 UTC (36+ 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 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 v4 1/1] drm: allow limiting the scatter list size
2020-09-07 13:53 UTC (2+ messages)
[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 (58+ messages)
` [PATCH v5 01/36] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v5 02/36] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v5 03/36] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v5 04/36] i2c: tegra: Initialization div-clk rate unconditionally
` [PATCH v5 05/36] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [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 14/36] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v5 15/36] i2c: tegra: Remove outdated barrier()
` [PATCH v5 16/36] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v5 17/36] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v5 18/36] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
` [PATCH v5 19/36] i2c: tegra: Improve formatting of function variables
` [PATCH v5 20/36] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load()
` [PATCH v5 21/36] i2c: tegra: Rename wait/poll functions
` [PATCH v5 22/36] i2c: tegra: Rename variable in tegra_i2c_issue_bus_clear()
` [PATCH v5 23/36] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v5 24/36] i2c: tegra: Factor out packet header setup "
` [PATCH v5 25/36] i2c: tegra: Factor out register polling into separate function
` [PATCH v5 26/36] i2c: tegra: Factor out hardware initialization "
` [PATCH v5 27/36] i2c: tegra: Reorder location of functions in the code
` [PATCH v5 28/36] i2c: tegra: Check errors for both positive and negative values
` [PATCH v5 29/36] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
` [PATCH v5 30/36] i2c: tegra: Clean up printk messages
` [PATCH v5 31/36] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v5 32/36] i2c: tegra: Clean up and improve comments
` [PATCH v5 33/36] i2c: tegra: Clean up variable types
` [PATCH v5 34/36] i2c: tegra: Improve driver module description
` [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 v3 0/5] Introduce Embedded Controller driver for Acer A500
2020-09-06 19:51 UTC (6+ 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 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
[PATCH v4 00/31] Improvements for Tegra I2C driver
2020-09-05 23:35 UTC (48+ messages)
` [PATCH v4 01/31] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v4 02/31] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v4 03/31] i2c: tegra: Initialization div-clk rate unconditionally
` [PATCH v4 04/31] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v4 05/31] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v4 06/31] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v4 07/31] i2c: tegra: Use reset_control_reset()
` [PATCH v4 08/31] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v4 09/31] i2c: tegra: Use platform_get_irq()
` [PATCH v4 10/31] i2c: tegra: Use clk-bulk helpers
` [PATCH v4 11/31] i2c: tegra: Factor out runtime PM and hardware initialization
` [PATCH v4 12/31] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v4 13/31] i2c: tegra: Clean up probe function
` [PATCH v4 14/31] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v4 15/31] i2c: tegra: Remove bogus barrier()
` [PATCH v4 16/31] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v4 17/31] i2c: tegra: Improve formatting of function variables
` [PATCH v4 18/31] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load()
` [PATCH v4 19/31] i2c: tegra: Rename wait/poll functions
` [PATCH v4 20/31] i2c: tegra: Rename variable in tegra_i2c_issue_bus_clear()
` [PATCH v4 21/31] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v4 22/31] i2c: tegra: Factor out packet header setup "
` [PATCH v4 23/31] i2c: tegra: Factor out register polling into separate function
` [PATCH v4 24/31] i2c: tegra: Reorder location of functions in the code
` [PATCH v4 25/31] i2c: tegra: Check errors for both positive and negative values
` [PATCH v4 26/31] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
` [PATCH v4 27/31] i2c: tegra: Clean up printk messages
` [PATCH v4 28/31] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v4 29/31] i2c: tegra: Improve driver module description
` [PATCH v4 30/31] i2c: tegra: Clean up and improve comments
` [PATCH v4 31/31] i2c: tegra: Rename couple "ret" variables to "err"
[xhci-tegra] Kernel 5.7 regression - tegra124-nyan
2020-09-05 17:39 UTC
[RFC PATCH v2 00/17] Host1x/TegraDRM UAPI
2020-09-05 14:53 UTC (20+ messages)
` [RFC PATCH v2 01/17] gpu: host1x: Use different lock classes for each client
` [RFC PATCH v2 02/17] gpu: host1x: Allow syncpoints without associated client
` [RFC PATCH v2 03/17] gpu: host1x: Show number of pending waiters in debugfs
` [RFC PATCH v2 04/17] gpu: host1x: Remove cancelled waiters immediately
` [RFC PATCH v2 05/17] gpu: host1x: Use HW-equivalent syncpoint expiration check
` [RFC PATCH v2 06/17] gpu: host1x: Cleanup and refcounting for syncpoints
` [RFC PATCH v2 07/17] gpu: host1x: Introduce UAPI header
` [RFC PATCH v2 08/17] gpu: host1x: Implement /dev/host1x device node
` [RFC PATCH v2 09/17] gpu: host1x: DMA fences and userspace fence creation
` [RFC PATCH v2 10/17] WIP: gpu: host1x: Add no-recovery mode
` [RFC PATCH v2 11/17] gpu: host1x: Add job release callback
` [RFC PATCH v2 12/17] gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer
` [RFC PATCH v2 13/17] gpu: host1x: Reset max value when freeing a syncpoint
` [RFC PATCH v2 14/17] drm/tegra: Add new UAPI to header
` [RFC PATCH v2 15/17] drm/tegra: Add power_on/power_off engine callbacks
` [RFC PATCH v2 16/17] drm/tegra: Allocate per-engine channel in core code
` [RFC PATCH v2 17/17] WIP: drm/tegra: Implement new UAPI
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).