linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-01 12:44:26 to 2015-03-12 14:48:02 UTC [more...]

[PATCH v8 00/18] Tegra124 EMC (external memory controller) support
 2015-03-12 14:48 UTC  (11+ messages)
` [PATCH v8 02/18] of: Document long-ram-code property in nvidia,tegra20-apbmisc
` [PATCH v8 03/18] soc/tegra: Add ram code reader helper
` [PATCH v8 05/18] of: Document timings subnode of nvidia,tegra-mc
  ` [PATCH v8 01/18] clk: tegra124: Remove old emc clock
  ` [PATCH v8 04/18] of: document new emc-timings subnode in nvidia,tegra124-car
  ` [PATCH v8 06/18] of: Add Tegra124 EMC bindings
` [PATCH v8 07/18] of: document external-memory-controller property in tegra124-car
` [PATCH v8 08/18] ARM: tegra: Add EMC to Tegra124 device tree
` [PATCH v8 09/18] ARM: tegra: Add EMC timings to Jetson TK1 "
` [PATCH v8 10/18] memory: tegra: Add API needed by the EMC driver

[PATCH v2 00/17] Add generic PM domain support for Tegra SoCs
 2015-03-12 13:11 UTC  (23+ messages)
` [PATCH v2 01/17] reset: add of_reset_control_get_by_index()
` [PATCH v2 02/17] memory: tegra: add mc flush support
` [PATCH v2 03/17] memory: tegra: add flush operation for Tegra30 memory clients
` [PATCH v2 04/17] memory: tegra: add flush operation for Tegra114 "
` [PATCH v2 05/17] memory: tegra: add flush operation for Tegra124 "
` [PATCH v2 07/17] soc: tegra: pmc: Add generic PM domain support
` [PATCH v2 08/17] ARM: tegra: add PM domain device nodes to Tegra30 DT
` [PATCH v2 09/17] ARM: tegra: add PM domain device nodes to Tegra114 DT
` [PATCH v2 11/17] ARM: tegra: add GPU power supply to Jetson TK1 DT
` [PATCH v2 12/17] drm/tegra: dc: remove the power sequence from driver
  ` [PATCH v2 06/17] clk: tegra: remove TEGRA_PLL_USE_LOCK for PLLD/PLLD2
  ` [PATCH v2 10/17] ARM: tegra: add PM domain device nodes to Tegra124 DT
  ` [PATCH v2 13/17] PCI: tegra: remove the power sequence from driver
` [PATCH v2 14/17] ata: ahci_tegra: remove "
` [PATCH v2 15/17] drm/tegra: remove GR3D "
` [PATCH v2 16/17] ARM: tegra: select PM_GENERIC_DOMAINS
` [PATCH v2 17/17] soc/tegra: remove lagacy powergate APIs

[PATCH v6 01/22] compal-laptop: Fix leaking hwmon device
 2015-03-12 11:21 UTC  (25+ messages)
  ` [PATCH v6 02/22] compal-laptop: Check return value of power_supply_register
  ` [PATCH v6 03/22] power_supply: Add driver private data
  ` [PATCH v6 04/22] power_supply: Move run-time configuration to separate structure
  ` [PATCH v6 05/22] power_supply: Add API for safe access of power supply function attrs
  ` [PATCH v6 06/22] power_supply: sysfs: Use power_supply_*() API for accessing "
  ` [PATCH v6 07/22] power_supply: 88pm860x_charger: "
  ` [PATCH v6 08/22] power_supply: ab8500: "
  ` [PATCH v6 09/22] mfd: "
  ` [PATCH v6 10/22] power_supply: apm_power: "
  ` [PATCH v6 11/22] power_supply: bq2415x_charger: "
  ` [PATCH v6 12/22] power_supply: charger-manager: "
  ` [PATCH v6 13/22] power_supply: Change ownership from driver to core
  ` [PATCH v6 14/22] power_supply: Add power_supply_put for decrementing device reference counter
  ` [PATCH v6 15/22] power_supply: Increment power supply use counter when obtaining references
  ` [PATCH v6 16/22] power_supply: charger-manager: Decrement the power supply's device reference counter
  ` [PATCH v6 17/22] x86/olpc/xo1/sci: Use newly added power_supply_put API
  ` [PATCH v6 18/22] x86/olpc/xo15/sci: "
  ` [PATCH v6 19/22] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter
  ` [PATCH v6 20/22] power_supply: bq2415x_charger: "
  ` [PATCH v6 21/22] mfd: ab8500: "
  ` [PATCH v6 22/22] arm: mach-pxa: "

[PATCH v5 00/14] Tegra124 EMC (external memory controller) support
 2015-03-12  9:30 UTC  (5+ messages)
` [PATCH v5 12/14] clk: tegra: Add EMC clock driver

[PATCH v7 00/18] Tegra124 EMC (external memory controller) support
 2015-03-12  8:04 UTC  (20+ messages)
` [PATCH v7 01/18] clk: tegra124: Remove old emc clock
` [PATCH v7 02/18] of: Document long-ram-code property in nvidia,tegra20-apbmisc
` [PATCH v7 03/18] soc/tegra: Add ram code reader helper
` [PATCH v7 04/18] of: document new emc-timings subnode in nvidia,tegra124-car
` [PATCH v7 05/18] of: Document timings subnode of nvidia,tegra-mc
` [PATCH v7 06/18] of: Add Tegra124 EMC bindings
  ` [PATCH v7 07/18] of: document external-memory-controller property in tegra124-car
  ` [PATCH v7 08/18] ARM: tegra: Add EMC to Tegra124 device tree
  ` [PATCH v7 11/18] memory: tegra: Add EMC (external memory controller) driver
  ` [PATCH v7 14/18] memory: tegra: Add debugfs entry for getting and setting the EMC rate
  ` [PATCH v7 16/18] ARM: tegra: Add EMC timings to Nyan Big device tree
  ` [PATCH v7 17/18] ARM: tegra: Add EMC timings to Nyan Blaze "
  ` [PATCH v7 18/18] memory: tegra: Disable ARBITRATION_EMEM interrupt
` [PATCH v7 09/18] ARM: tegra: Add EMC timings to Jetson TK1 device tree
` [PATCH v7 10/18] memory: tegra: Add API needed by the EMC driver
` [PATCH v7 12/18] clk: Expose clk_hw_reparent to providers
` [PATCH v7 13/18] clk: tegra: Add EMC clock driver
` [PATCH v7 15/18] clk: tegra: Set the EMC clock as the parent of the MC clock

[tegrarcm PATCH 0/2] Add T132 support
 2015-03-12  7:51 UTC  (8+ messages)
` [tegrarcm PATCH 1/2] tegrarcm: Add Tegra132 support
` [tegrarcm PATCH 2/2] tegrarcm: Add support for loading MTS

[PATCH] pmu/gk20a: PMU boot support
 2015-03-12  5:20 UTC  (3+ messages)
  ` [Nouveau] "

[PATCH] soc/tegra: move soc_device_register call out of arch/arm
 2015-03-12  0:40 UTC  (5+ messages)

[PATCH 0/8] Add y2038 safe replacements for read_boot_clock(), read_persistent_clock() and update_persistent_clock()
 2015-03-11 15:28 UTC  (6+ messages)
  ` [PATCH 1/8] time: Add y2038 safe read_boot_clock64()
  ` [PATCH 2/8] time: Add y2038 safe read_persistent_clock64()
` [PATCH 3/8] time: Add y2038 safe update_persistent_clock64()
` [PATCH 4/8] ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() replacement

Two variants of fixing Tegra20 suspend bug
 2015-03-11 13:28 UTC  (4+ messages)
` [PATCH] ARM: tegra20: Store CPU "resettable" status in IRAM

[PATCH 2/2] ARM: l2c: Maintain CPU endianness for early resume function
 2015-03-11 13:12 UTC  (3+ messages)

[PATCH v8 00/18] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-03-11 10:07 UTC  (22+ messages)
  ` [PATCH v8 03/18] clk: tegra: Add closed loop support for the DFLL
  ` [PATCH v8 05/18] clk: tegra: Introduce ability for SoC-specific reset control callbacks
  ` [PATCH v8 07/18] clk: tegra: Add Tegra124 DFLL clocksource platform driver
  ` [PATCH v8 11/18] ARM: tegra: Add the DFLL to Tegra124 device tree
  ` [PATCH v8 16/18] ARM: tegra: Add entries for cpufreq on Tegra124
` [PATCH v8 04/18] clk: tegra: Add functions for parsing CVB tables
` [PATCH v8 06/18] clk: tegra: Add DFLL DVCO reset control for Tegra124
` [PATCH v8 08/18] clk: tegra: Save/restore CCLKG_BURST_POLICY on suspend
` [PATCH v8 09/18] clk: tegra: Add the DFLL as a possible parent of the cclk_g clock
` [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent
` [PATCH v8 12/18] ARM: tegra: Enable the DFLL on the Jetson TK1
` [PATCH v8 13/18] cpufreq: tegra124: Add device tree bindings
` [PATCH v8 14/18] cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreq
` [PATCH v8 15/18] cpufreq: Add cpufreq driver for Tegra124
` [PATCH v8 17/18] ARM: tegra: Add CPU regulator to the Jetson TK1 device tree
` [PATCH v8 18/18] ARM: tegra: enable Tegra124 cpufreq driver by default

[PATCH 0/4] ARM: tegra: Support for big-endian (version 3)
 2015-03-11 10:03 UTC  (9+ messages)
` [PATCH 2/4] ARM: gpio: tegra: Maintain endianness
                    ` [Ct173-kernel-internal] "
` [PATCH 4/4] ARM: tegra: fix big-endian issue with irq code

[PATCH] i2c: tegra: match return type of wait_for_completion_timeout
 2015-03-11  9:23 UTC  (3+ messages)

[PATCH] ARM: tegra: import latest Jetson TK1 pinmux
 2015-03-11  9:02 UTC  (2+ messages)

[PATCH] instmem/gk20a: fix crash during error path
 2015-03-11  9:01 UTC  (2+ messages)

[PATCH 5/8] ARM: tegra: clock: Provide y2038-safe tegra_read_persistent_clock() replacement
 2015-03-11  8:53 UTC  (6+ messages)
` [PATCH 6/8] ARM: time: Provide read_boot_clock64() and read_persistent_clock64()
  ` [PATCH 7/8] s390: "
` [PATCH 8/8] time: Remove read_boot_clock()

[PATCH] soc: tegra: match wait_for_completion_timeout return type
 2015-03-11  8:05 UTC  (2+ messages)

[PATCH] Update Nyan-Big pinmux from ChromeOS
 2015-03-10 16:26 UTC  (8+ messages)
  ` [pinmux scripts PATCH] "

[PATCH v6 00/22] power_supply: Allow safe usage of power supply
 2015-03-10  8:27 UTC 

[pinmux scripts PATCH] Support Tegra210
 2015-03-09 16:06 UTC  (2+ messages)

[PATCH 1/4] pinctrl: tegra: driver layout/consistency fixes
 2015-03-09 15:58 UTC  (10+ messages)
` [PATCH 2/4] pinctrl: tegra: some bits move between registers
` [PATCH 3/4] pinctrl: tegra: support nvidia,io-hv DT property
` [PATCH 4/4] pinctrl: tegra: add a driver for Tegra210

[PATCH v6 00/15] Tegra124 EMC (external memory controller) support
 2015-03-09 14:36 UTC  (8+ messages)
` [PATCH v6 03/15] soc/tegra: Add ram code reader helper
` [PATCH v6 06/15] of: Add Tegra124 EMC bindings

Tegra baseline test results for v4.0-rc3
 2015-03-09  9:11 UTC 

[PATCH v6 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
 2015-03-09  2:34 UTC 

[PATCH v2 1/1] firmware: tegra: Add XHCI firmware v45.46 for T124
 2015-03-06 16:58 UTC  (2+ messages)

[PATCH v5 23/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
 2015-03-06  9:33 UTC 

[PATCH V2 1/3] gpu: host1x: Reduce host1x job allocation size
 2015-03-06  1:51 UTC  (3+ messages)
  ` [PATCH V2 2/3] gpu: host1x: Remove addr_phys member from host1x_job
  ` [PATCH V2 3/3] gpu: host1x: Record the physical address for gathers

[PATCH] ASoC: tegra: fix platform_no_drv_owner.cocci warnings
 2015-03-05 17:08 UTC  (2+ messages)

[PATCH] mmc: tegra: Optimize write_w path for tegra114 and later
 2015-03-05 14:59 UTC  (2+ messages)

[PATCH v2] drm/tegra: Add support for DRM_FORMAT_RGBA8888
 2015-03-05  7:07 UTC  (2+ messages)

Tegra baseline test results for v4.0-rc2
 2015-03-04  9:36 UTC 

[PATCH v5 00/11] Improvements to Tegra-based Chromebook support
 2015-03-03  9:34 UTC  (7+ messages)
` [PATCH v5 09/11] drm/tegra: Reset the SOR on probe

[RFC PATCH 0/9] Add generic PM domain support for Tegra SoC
 2015-03-03  8:59 UTC  (22+ messages)
` [RFC PATCH 1/9] reset: add of_reset_control_get_by_index()
` [RFC PATCH 2/9] memory: tegra: add mc flush support
` [RFC PATCH 3/9] memory: tegra: add flush operation for Tegra124 memory clients
` [RFC PATCH 4/9] soc: tegra: pmc: Add generic PM domain support

[PATCH] gpu: host1x: Reduce host1x job allocation size
 2015-03-03  7:17 UTC  (2+ messages)

[PATCH] ARM: tegra: use generated pinmux for Beaver board
 2015-03-02 19:16 UTC  (4+ messages)

[PATCH v2 3/7] mmc: tegra: use devm help functions to get the clk and gpio
 2015-03-02  6:46 UTC  (2+ messages)

Tegra baseline test results for v4.0-rc1
 2015-03-02  2:15 UTC 


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