linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-07 15:29:13 to 2018-12-13 09:34:38 UTC [more...]

[PATCH V2 00/21] Tegra210 DFLL support
 2018-12-13  9:34 UTC  (22+ messages)
` [PATCH V2 01/21] dt-bindings: clock: tegra124-dfll: Update DFLL binding for PWM regulator
` [PATCH V2 02/21] dt-bindings: clock: tegra124-dfll: add Tegra210 support
` [PATCH V2 03/21] dt-bindings: cpufreq: tegra124: remove vdd-cpu-supply from required properties
` [PATCH V2 04/21] dt-bindings: cpufreq: tegra124: remove cpu_lp clock "
` [PATCH V2 05/21] clk: tegra: dfll: registration for multiple SoCs
` [PATCH V2 06/21] clk: tegra: dfll: CVB calculation alignment with the regulator
` [PATCH V2 07/21] clk: tegra: dfll: support PWM regulator control
` [PATCH V2 08/21] clk: tegra: dfll: round down voltages based on alignment
` [PATCH V2 09/21] clk: tegra: dfll: add protection for find_vdd_map APIs
` [PATCH V2 10/21] clk: tegra: dfll: add CVB tables for Tegra210
` [PATCH V2 11/21] clk: tegra: dfll: build clk-dfll.c for Tegra124 and Tegra210
` [PATCH V2 12/21] cpufreq: tegra124: do not handle the CPU rail
` [PATCH V2 13/21] cpufreq: tegra124: extend to support Tegra210
` [PATCH V2 14/21] cpufreq: dt-platdev: add Tegra210 to blacklist
` [PATCH V2 15/21] arm64: dts: tegra210: add DFLL clock
` [PATCH V2 16/21] arm64: dts: tegra210: add CPU clocks
` [PATCH V2 17/21] arm64: dts: tegra210-p2597: add pinmux for PWM-based DFLL support
` [PATCH V2 18/21] arm64: dts: tegra210-p2371-2180: enable DFLL clock
` [PATCH V2 19/21] arm64: dts: tegra210-smaug: add CPU power rail regulator
` [PATCH V2 20/21] arm64: dts: tegra210-smaug: enable DFLL clock
` [PATCH V2 21/21] arm64: defconfig: Enable MAX8973 regulator

[PATCH 2/4] ARM: tegra: avoid section mismatch warning
 2018-12-12 21:57 UTC  (5+ messages)

[GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1
 2018-12-12 21:45 UTC  (12+ messages)
` [GIT PULL 2/6] soc/tegra: "
` [GIT PULL 3/6] firmware: tegra: "
` [GIT PULL 4/6] memory: "
` [GIT PULL 5/6] ARM: tegra: Device tree changes "
` [GIT PULL 6/6] arm64: tegra: Device tree change "

[PATCH v7 00/24] Tegra GART driver clean up and optimization
 2018-12-12 20:39 UTC  (25+ messages)
` [PATCH v7 01/24] iommu/tegra: gart: Remove pr_fmt and clean up includes
` [PATCH v7 02/24] iommu/tegra: gart: Clean up driver probe errors handling
` [PATCH v7 03/24] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT
` [PATCH v7 04/24] iommu: Introduce iotlb_sync_map callback
` [PATCH v7 05/24] iommu/tegra: gart: Optimize mapping / unmapping performance
` [PATCH v7 06/24] dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc
` [PATCH v7 07/24] ARM: dts: tegra20: Update Memory Controller node to the new binding
` [PATCH v7 08/24] memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20
` [PATCH v7 09/24] memory: tegra: Adapt to Tegra20 device-tree binding changes
` [PATCH v7 10/24] memory: tegra: Read client ID on GART page fault
` [PATCH v7 11/24] memory: tegra: Use of_device_get_match_data()
` [PATCH v7 12/24] memory: tegra: Use relaxed versions of readl/writel
` [PATCH v7 13/24] iommu/tegra: gart: Integrate with Memory Controller driver
` [PATCH v7 14/24] memory: tegra: Do not try to probe SMMU on Tegra20
` [PATCH v7 15/24] memory: tegra: Do not ask for IRQ sharing
` [PATCH v7 16/24] memory: tegra: Clean up error messages
` [PATCH v7 17/24] iommu/tegra: gart: Fix spinlock recursion
` [PATCH v7 18/24] iommu/tegra: gart: Fix NULL pointer dereference
` [PATCH v7 19/24] iommu/tegra: gart: Allow only one active domain at a time
` [PATCH v7 20/24] iommu/tegra: gart: Don't use managed resources
` [PATCH v7 21/24] iommu/tegra: gart: Prepend error/debug messages with "gart:"
` [PATCH v7 22/24] iommu/tegra: gart: Don't detach devices from inactive domains
` [PATCH v7 23/24] iommu/tegra: gart: Simplify clients-tracking code
` [PATCH v7 24/24] iommu/tegra: gart: Perform code refactoring

[PATCH] clk: tegra: fix SMP build
 2018-12-12 17:20 UTC  (5+ messages)

[PATCH v6 00/21] IOMMU: Tegra GART driver clean up and optimization
 2018-12-12 13:52 UTC  (38+ messages)
` [PATCH v6 03/21] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT
` [PATCH v6 04/21] iommu: Introduce iotlb_sync_map callback
` [PATCH v6 06/21] dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc
` [PATCH v6 07/21] ARM: dts: tegra20: Update Memory Controller node to the new binding
  ` [PATCH v6 01/21] iommu/tegra: gart: Remove pr_fmt and clean up includes
  ` [PATCH v6 02/21] iommu/tegra: gart: Clean up driver probe errors handling
  ` [PATCH v6 05/21] iommu/tegra: gart: Optimize mapping / unmapping performance
  ` [PATCH v6 08/21] memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20
  ` [PATCH v6 09/21] memory: tegra: Adapt to Tegra20 device-tree binding changes
  ` [PATCH v6 10/21] memory: tegra: Read client ID on GART page fault
  ` [PATCH v6 11/21] memory: tegra: Use of_device_get_match_data()
` [PATCH v6 12/21] memory: tegra: Use relaxed versions of readl/writel
` [PATCH v6 13/21] iommu/tegra: gart: Integrate with Memory Controller driver
` [PATCH v6 14/21] iommu/tegra: gart: Fix spinlock recursion
` [PATCH v6 15/21] iommu/tegra: gart: Fix NULL pointer dereference
` [PATCH v6 16/21] iommu/tegra: gart: Allow only one active domain at a time
` [PATCH v6 17/21] iommu/tegra: gart: Don't use managed resources
` [PATCH v6 18/21] iommu/tegra: gart: Prepend error/debug messages with "gart:"
` [PATCH v6 19/21] iommu/tegra: gart: Don't detach devices from inactive domains
` [PATCH v6 20/21] iommu/tegra: gart: Simplify clients-tracking code
` [PATCH v6 21/21] iommu/tegra: gart: Perform code refactoring

[PATCH v4 8/8] ARM: dts: Add stmpe-adc DT node to Toradex T30 modules
 2018-12-12 13:06 UTC 

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2018-12-12 10:53 UTC  (6+ messages)

[PATCH V2] kmemleak: Add config to select auto scan
 2018-12-12 10:14 UTC  (4+ messages)

[PATCH] scatterlist: Update size type to support greater then 4GB size
 2018-12-12  8:06 UTC  (7+ messages)

[PATCH 00/19] Tegra210 DFLL support
 2018-12-12  1:52 UTC  (30+ messages)
` [PATCH 01/19] dt-bindings: clock: tegra124-dfll: Update DFLL binding for PWM regulator
` [PATCH 06/19] clk: tegra: dfll: CVB calculation alignment with the regulator
` [PATCH 07/19] clk: tegra: dfll: support PWM regulator control
` [PATCH 09/19] clk: tegra: dfll: add CVB tables for Tegra210
` [PATCH 11/19] cpufreq: tegra124: do not handle the CPU rail
` [PATCH 16/19] arm64: dts: tegra210-p2371-2180: enable DFLL clock

[PATCH] i2c: of: Try to find an I2C adapter matching the parent
 2018-12-11 19:43 UTC  (3+ messages)

[PATCH] i2c: i2c-tegra: replace spin_lock_irqsave with spin_lock in ISR
 2018-12-11 19:38 UTC  (2+ messages)

[PATCH] host1x: cdma: use completion instead of semaphore
 2018-12-11 10:27 UTC  (4+ messages)

[PATCH] drm/tegra: Refactor CEC support
 2018-12-11  9:22 UTC  (4+ messages)

[PATCH v10 0/8] Introduce on-chip interconnect API
 2018-12-11  6:58 UTC  (8+ messages)

[PATCH] thermal: tegra: add get_trend ops
 2018-12-11  6:20 UTC  (7+ messages)

[PATCH v5 0/3] Fixes for Tegra soctherm
 2018-12-11  5:54 UTC  (3+ messages)

[PATCH v1 0/3] clk/serial tegra: uart related fixes
 2018-12-10 21:41 UTC  (7+ messages)
` [PATCH v1 1/3] clk: tegra: get rid of duplicate defines
` [PATCH v1 2/3] clk: tegra: ignore unused vfir clock shared with uartb

[PATCH v2 00/10] serial: Add Tegra Combined UART driver
 2018-12-10 21:32 UTC  (20+ messages)
` [PATCH v2 01/10] mailbox: Support blocking transfers in atomic context
` [PATCH v2 05/10] mailbox: tegra-hsp: Add suspend/resume support

[PATCH V2] clk: tegra: Return the exact clock rate from clk_round_rate
 2018-12-10 19:11 UTC  (2+ messages)

[RESEND PATCH 1/2] clk: tegra: Fix maximum audio sync clock for Tegra124/210
 2018-12-10 19:10 UTC  (4+ messages)
` [RESEND PATCH 2/2] clk: tegra30: Use Tegra CPU powergate helper function

TK1: DRM, Nouveau and VIC
 2018-12-10 16:38 UTC  (8+ messages)

drm/nouveau: tegra: Call nouveau_drm_device_init()
 2018-12-10 15:14 UTC 

[RFC PATCH v1] drm/tegra: vic: Defer firmware loading until it is really needed
 2018-12-10 12:03 UTC 

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2018-12-10 10:10 UTC 

[PATCH v2 1/2] clk: tegra: Don't enable already enabled PLLs
 2018-12-10  0:58 UTC  (6+ messages)
` [PATCH v2 2/2] clk: tegra20: Enable lock-status polling for PLLs

[PATCH v12 0/7] Introduce on-chip interconnect API
 2018-12-09  5:15 UTC  (10+ messages)
` [PATCH v12 1/7] interconnect: Add generic "
` [PATCH v12 2/7] dt-bindings: Introduce interconnect binding
` [PATCH v12 3/7] interconnect: Allow endpoints translation via DT
` [PATCH v12 4/7] interconnect: Add debugfs support
` [PATCH v12 5/7] interconnect: qcom: Add sdm845 interconnect provider driver
` [PATCH v12 6/7] arm64: dts: sdm845: Add interconnect provider DT nodes
` [PATCH v12 7/7] MAINTAINERS: add a maintainer for the interconnect API

[PATCH v11 0/8] Introduce on-chip interconnect API
 2018-12-08  0:24 UTC  (12+ messages)
` [PATCH v11 4/8] interconnect: Add debugfs support
` [PATCH v11 5/8] interconnect: qcom: Add sdm845 interconnect provider driver
` [PATCH v11 6/8] arm64: dts: sdm845: Add interconnect provider DT nodes
` [PATCH v11 7/8] MAINTAINERS: add a maintainer for the interconnect API
` [PATCH v11 8/8] interconnect: sdm845: Fix build failure after cmd_db API change

[PATCH V3] arm64: Don't flush tlb while clearing the accessed bit
 2018-12-08  0:05 UTC  (8+ 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).