linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 16:57:31 to 2020-08-03 21:02:38 UTC [more...]

[RFC 00/27] PCI: dwc: Driver clean-ups
 2020-08-03 21:01 UTC  (28+ messages)
` [RFC 01/27] PCI: Allow root and child buses to have different pci_ops
` [RFC 02/27] PCI: dwc: Use DBI accessors instead of own config accessors
` [RFC 03/27] PCI: dwc: Allow overriding bridge pci_ops
` [RFC 04/27] PCI: dwc: Add a default pci_ops.map_bus for root port
` [RFC 05/27] PCI: dwc: al: Use pci_ops for child config space accessors
` [RFC 06/27] PCI: dwc: keystone: Use pci_ops for "
` [RFC 07/27] PCI: dwc: tegra: Use pci_ops for root "
` [RFC 08/27] PCI: dwc: meson: "
` [RFC 09/27] PCI: dwc: kirin: "
` [RFC 10/27] PCI: dwc: exynos: "
` [RFC 11/27] PCI: dwc: histb: "
` [RFC 12/27] PCI: dwc: Remove dwc specific config accessor ops
` [RFC 13/27] PCI: dwc: Use generic config accessors
` [RFC 14/27] PCI: Also call .add_bus() callback for root bus
` [RFC 15/27] PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus
` [RFC 16/27] PCI: dwc: Convert to use pci_host_probe()
` [RFC 17/27] PCI: dwc: Remove root_bus pointer
` [RFC 18/27] PCI: dwc: Remove storing of PCI resources
` [RFC 19/27] PCI: dwc: Simplify config space handling
` [RFC 20/27] PCI: dwc/keystone: Drop duplicated 'num-viewport'
` [RFC 21/27] PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()
` [RFC 22/27] PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROL
` [RFC 23/27] PCI: dwc/meson: Drop unnecessary RC config space initialization
` [RFC 24/27] PCI: dwc/meson: Rework PCI config and DW port logic register accesses
` [RFC 25/27] PCI: dwc/qcom: Use common PCI register definitions
` [RFC 26/27] PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset
` [RFC 27/27] PCI: dwc/tegra: Use common Designware port logic register definitions

[PATCH v1 0/6] Fix timeout clock used by hardware data timeout
 2020-08-03 19:44 UTC  (7+ messages)
` [PATCH v1 1/6] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210
` [PATCH v1 2/6] sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186
` [PATCH v1 3/6] arm64: tegra: Add missing timeout clock to Tegra210 SDMMC
` [PATCH v1 4/6] arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodes
` [PATCH v1 5/6] arm64: tegra: Add missing timeout clock to Tegra194 "
` [PATCH v1 6/6] sdhci: tegra: Add missing TMCLK for data timeout

[PATCH] arm64: tegra: Add ID EEPROMs on Jetson AGX Xavier
 2020-08-03 15:44 UTC 

[PATCH v8 00/10] Support for Tegra video capture from external sensor
 2020-08-03 15:42 UTC  (11+ messages)
` [PATCH v8 01/10] media: tegra-video: Fix channel format alignment
` [PATCH v8 02/10] media: tegra-video: Enable TPG based on kernel config
` [PATCH v8 03/10] media: tegra-video: Update format lookup to offset based
` [PATCH v8 04/10] dt-bindings: tegra: Update VI and CSI bindings with port info
` [PATCH v8 05/10] media: tegra-video: Separate CSI stream enable and disable implementations
` [PATCH v8 06/10] media: tegra-video: Add support for external sensor capture
` [PATCH v8 07/10] media: tegra-video: Add support for selection ioctl ops
` [PATCH v8 08/10] gpu: host1x: mipi: Keep MIPI clock enabled till calibration is done
` [PATCH v8 09/10] media: tegra-video: Add CSI MIPI pads calibration
` [PATCH v8 10/10] media: tegra-video: Compute settle times based on the clock rate

[PATCH 00/10] Remove surplus dev_err() when handing an error from platform_get_irq()
 2020-08-03 14:55 UTC  (16+ messages)
` [PATCH 01/10] PCI: dwc: Remove "
` [PATCH 02/10] PCI: mobiveil: "
` [PATCH 03/10] PCI: tegra: "
` [PATCH 04/10] PCI: altera: "
` [PATCH 05/10] PCI: host-generic: "
` [PATCH 06/10] PCI: v3-semi: "
` [PATCH 07/10] PCI: altera-msi: "
` [PATCH 08/10] PCI: xgene-msi: "
` [PATCH 09/10] PCI: rockchip: "
` [PATCH 10/10] PCI: xilinx-nwl: "

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-08-03 14:40 UTC  (4+ messages)
` [PATCH v4 0/7] Support inhibiting input devices

[PATCH -next] media: staging: tegra-vde: Mark tegra_vde_runtime_suspend as __maybe_unused
 2020-08-03 14:11 UTC  (4+ messages)

[PATCH 00/10] Audio graph card updates and usage with Tegra210 audio
 2020-08-03 12:06 UTC  (11+ messages)
` [PATCH 03/10] ASoC: audio-graph: Support Codec with multiple endpoints
` [PATCH 09/10] arm64: tegra: Audio graph header for Tegra210

acpi: fix 'return' with no value build warning
 2020-08-03  2:40 UTC  (4+ messages)
` [PATCH] "

[PATCH] change slave occurence to secondary everywhere
 2020-08-02  9:09 UTC  (18+ messages)
` [PATCH v3] staging: nvec: change usage of slave to secondary
  ` [PATCH v4] "

[PATCH -next] arm64: Export __cpu_logical_map
 2020-08-01 12:16 UTC 

[PATCH v7 00/10] Support for Tegra video capture from external sensor
 2020-08-01  1:04 UTC  (13+ messages)
` [PATCH v7 01/10] media: tegra-video: Fix channel format alignment
` [PATCH v7 02/10] media: tegra-video: Enable TPG based on kernel config
` [PATCH v7 03/10] media: tegra-video: Update format lookup to offset based
` [PATCH v7 04/10] dt-bindings: tegra: Update VI and CSI bindings with port info
` [PATCH v7 05/10] media: tegra-video: Separate CSI stream enable and disable implementations
` [PATCH v7 06/10] media: tegra-video: Add support for external sensor capture
` [PATCH v7 07/10] media: tegra-video: Add support for selection ioctl ops
` [PATCH v7 08/10] gpu: host1x: mipi: Keep MIPI clock enabled till calibration is done
` [PATCH v7 09/10] media: tegra-video: Add CSI MIPI pads calibration
` [PATCH v7 10/10] media: tegra-video: Compute settle times based on the clock rate

[RFC PATCH v6 00/10] Support for Tegra video capture from external sensor
 2020-07-31 21:03 UTC  (20+ messages)
` [RFC PATCH v6 01/10] media: tegra-video: Fix channel format alignment
` [RFC PATCH v6 02/10] media: tegra-video: Enable TPG based on kernel config
` [RFC PATCH v6 03/10] media: tegra-video: Update format lookup to offset based
` [RFC PATCH v6 04/10] dt-bindings: tegra: Update VI and CSI bindings with port info
` [RFC PATCH v6 05/10] media: tegra-video: Separate CSI stream enable and disable implementations
` [RFC PATCH v6 06/10] media: tegra-video: Add support for external sensor capture
` [RFC PATCH v6 07/10] media: tegra-video: Add support for selection ioctl ops
` [RFC PATCH v6 08/10] gpu: host1x: mipi: Keep MIPI clock enabled till calibration is done
` [RFC PATCH v6 09/10] media: tegra-video: Add CSI MIPI pads calibration
` [RFC PATCH v6 10/10] media: tegra-video: Compute settle times based on the clock rate

[PATCH 5.7 00/20] 5.7.12-rc1 review
 2020-07-31 17:15 UTC  (2+ messages)

[PATCH 5.4 00/19] 5.4.55-rc1 review
 2020-07-31 12:53 UTC 

[PATCH 4.19 00/17] 4.19.136-rc1 review
 2020-07-31 12:52 UTC 

[PATCH 4.14 00/14] 4.14.191-rc1 review
 2020-07-31 12:42 UTC 

[PATCH 4.9 00/61] 4.9.232-rc1 review
 2020-07-31 12:41 UTC 

[PATCH 4.4 00/54] 4.4.232-rc1 review
 2020-07-31 12:41 UTC 

[PATCH 1/2] cpufreq: tegra186: Fix initial frequency
 2020-07-31 12:14 UTC  (5+ messages)

[RFC PATCH v5 00/14] Support for Tegra video capture from external sensor
 2020-07-30  1:10 UTC  (40+ messages)
` [RFC PATCH v5 01/14] i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
` [RFC PATCH v5 02/14] i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unprepare
` [RFC PATCH v5 03/14] i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
` [RFC PATCH v5 04/14] i2c: tegra: Fix runtime resume to re-init VI I2C
` [RFC PATCH v5 05/14] i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c
` [RFC PATCH v5 06/14] media: tegra-video: Fix channel format alignment
` [RFC PATCH v5 07/14] media: tegra-video: Enable TPG based on kernel config
` [RFC PATCH v5 08/14] media: tegra-video: Update format lookup to offset based
` [RFC PATCH v5 09/14] dt-bindings: tegra: Update VI and CSI bindings with port info
` [RFC PATCH v5 10/14] media: tegra-video: Add support for external sensor capture
` [RFC PATCH v5 11/14] media: tegra-video: Add support for selection ioctl ops
` [RFC PATCH v5 12/14] gpu: host1x: mipi: Keep MIPI clock enabled till calibration is done
` [RFC PATCH v5 13/14] media: tegra-video: Add CSI MIPI pads calibration
` [RFC PATCH v5 14/14] media: tegra-video: Compute settle times based on the clock rate

[PATCH 1/2] usb: tegra: Fix allocation for the FPCI context
 2020-07-29 10:08 UTC  (4+ messages)
` [PATCH V2] "

[PATCH 4.19 00/86] 4.19.135-rc3 review
 2020-07-29  9:01 UTC  (2+ messages)

[PATCH 5.7 000/179] 5.7.11-rc1 review
 2020-07-29  8:22 UTC  (2+ messages)

[PATCH] mmc: tegra: Add Runtime PM callbacks
 2020-07-28 14:12 UTC  (3+ messages)

[PATCH 4.14 00/64] 4.14.190-rc1 review
 2020-07-28 12:45 UTC 

[PATCH v2 1/2] dt-bindings: pci: tegra: Remove PLL power supplies
 2020-07-28 10:20 UTC  (7+ messages)
` [PATCH v2 2/2] PCI: "

[PATCH v4] clk: tegra: pll: Improve PLLM enable-state detection
 2020-07-28  1:21 UTC  (2+ messages)

[RFC PATCH v4 00/14] Support for Tegra video capture from external sensor
 2020-07-27 20:58 UTC  (15+ messages)
` [RFC PATCH v4 01/14] i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
` [RFC PATCH v4 03/14] i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
` [RFC PATCH v4 04/14] i2c: tegra: Fix runtime resume to re-init VI I2C
` [RFC PATCH v4 05/14] i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c
` [RFC PATCH v4 12/14] gpu: host1x: mipi: Keep MIPI clock enabled till calibration is done

[PATCH 5.4 000/138] 5.4.54-rc1 review
 2020-07-27 14:46 UTC 

[PATCH 4.19 00/86] 4.19.135-rc1 review
 2020-07-27 14:45 UTC 

[PATCH v3] cpuidle: Fix CFI failure
 2020-07-27 12:09 UTC  (3+ messages)
` [PATCH v3] cpuidle: change enter_s2idle() prototype

[Patch v1 0/4] Add Nvidia Tegra GPC-DMA driver
 2020-07-27  9:07 UTC  (3+ messages)
` [Patch v1 2/4] dma: tegra: Adding Tegra GPC DMA controller driver

[PATCH v2 00/29] *memory: Cleanup, improve and compile test memory drivers
 2020-07-27  8:17 UTC  (3+ messages)
` [PATCH v2 06/29] memory: Enable compile testing for most of the drivers

[PATCH v2] cpuidle: Fix CFI failure
 2020-07-25 15:48 UTC  (11+ messages)
` [PATCH v2] cpuidle: change enter_s2idle() prototype

[PATCH 1/7] i2c: tegra: remove dead code
 2020-07-25 11:26 UTC  (3+ messages)
` [PATCH 4/7] i2c: tegra: add high speed mode support

[PATCH] arm64: tegra: Properly size register regions for GPU on Tegra194
 2020-07-24 23:29 UTC  (2+ messages)


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