linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-06 11:14:56 to 2013-01-11 18:23:56 UTC [more...]

[PATCH v3 0/9] Migrate Tegra to common clock framework
 2013-01-11 18:23 UTC  (11+ messages)

[PATCH 0/2] ARM: tegra: Add cpu node in device tree
 2013-01-11 18:13 UTC  (6+ messages)
  ` [PATCH 1/2] ARM: tegra20: Add cpu node
      ` [PATCH 1'/2] "
  ` [PATCH 2/2] ARM: tegra30: "

[PATCH 00/14] Rewrite Tegra PCIe driver
 2013-01-11 15:45 UTC  (58+ messages)
` [PATCH 02/14] of/pci: Add of_pci_get_devfn() function
` [PATCH 05/14] lib: Add I/O map cache implementation
` [PATCH 09/14] ARM: tegra: Move pmc.h to include/mach
` [PATCH 10/14] PCI: tegra: Move PCIe driver to drivers/pci/host
` [PATCH 12/14] ARM: tegra: tec: Add PCIe support
` [PATCH 13/14] ARM: tegra: harmony: Initialize PCIe from DT
  ` [PATCH 01/14] of/pci: Provide support for parsing PCI DT ranges property
  ` [PATCH 03/14] of/pci: Add of_pci_get_bus() function
  ` [PATCH 04/14] of/pci: Add of_pci_parse_bus_range() function
  ` [PATCH 06/14] ARM: pci: Keep pci_common_init() around after init
  ` [PATCH 07/14] ARM: pci: Allow passing per-controller private data
  ` [PATCH 08/14] ARM: tegra: Move tegra_pcie_xclk_clamp() to PMC
  ` [PATCH 11/14] ARM: tegra: tamonten: Add PCIe support
  ` [PATCH 14/14] ARM: tegra: trimslice: Initialize PCIe from DT

[PATCH 1/3] ARM: DT: tegra: add DT entry for KBC controller
 2013-01-11 13:33 UTC  (3+ messages)
` [PATCH 2/3] ARM: tegra: config: enable KEYBOARD_TEGRA
` [PATCH RFT 3/3] ARM: tegra: dts: seaboard: enable keyboard

[PATCH V2 0/6] ARM: tegra20: cpuidle: add power-down state
 2013-01-11 12:24 UTC  (5+ messages)
` [PATCH V2 2/6] ARM: tegra20: cpuidle: add powered-down state for secondary CPU

[PATCH v4 0/9] Migrate Tegra to common clock framework
 2013-01-11 12:17 UTC  (12+ messages)
` [PATCH v4 1/9] ARM: tegra: Add function to read chipid
` [PATCH v4 2/9] clk: tegra: Add tegra specific clocks
` [PATCH v4 3/9] arm: tegra: Move tegra_cpu_car.h to linux/clk/tegra.h
` [PATCH v4 4/9] ARM: tegra: Define Tegra20 CAR binding
` [PATCH v4 5/9] ARM: Tegra: Define Tegra30 "
  ` [PATCH v4 6/9] clk: tegra: add clock support for tegra20
  ` [PATCH v4 7/9] clk: tegra: add clock support for tegra30
` [PATCH v4 8/9] arm: tegra: Migrate to new clock code
` [PATCH v4 9/9] arm: tegra: Remove legacy "

[v2 0/9] ARM: Initial support for Tegra 114 SoC
 2013-01-11 11:56 UTC  (50+ messages)
  ` [v2 1/9] ARM: tegra: fuse: Add chipid TEGRA114 0x35
  ` [v2 2/9] HACK: ARM: tegra: Use CLK_IGNORE_UNUSED for Tegra 114 SoC
  ` [v2 3/9] ARM: tegra: # of CPU cores detection w/ & w/o HAVE_ARM_SCU
  ` [v2 4/9] clocksource: tegra: Reorganize funcs by clock functionarities
  ` [v2 5/9] clocksource: tegra: Enable ARM arch_timer with TSC
  ` [v2 6/9] ARM: dt: tegra114: Add new SoC base, Tegra 114 SoC
  ` [v2 7/9] ARM: dt: tegra114: Add new board, Dalmore
  ` [v2 8/9] ARM: dt: tegra114: Add new board, Pluto
  ` [v2 9/9] ARM: tegra: Add initial support for Tegra 114 SoC

[PATCH v2 01/10] spi: tegra: Do not use clock name to get clock
 2013-01-11  8:01 UTC  (10+ messages)
  ` [PATCH v2 02/10] ARM: dt: tegra20: Add clock information
  ` [PATCH v2 03/10] ARM: dt: tegra30: "
  ` [PATCH v2 04/10] ARM: dt: tegra: paz00: add "
  ` [PATCH v2 05/10] staging: nvec: remove use of clk_get_sys
  ` [PATCH v2 06/10] ASoC: tegra: remove auxdata
  ` [PATCH v2 07/10] arm: tegra20: "
  ` [PATCH v2 08/10] arm: tegra30: "
  ` [PATCH v2 09/10] clk: tegra20: remove unused TEGRA_CLK_DUPLICATE()s
  ` [PATCH v2 10/10] clk: tegra30: "

[PATCH V4 0/4] input: keyboard: tegra: cleanups and DT supports
 2013-01-11  4:47 UTC  (9+ messages)
  ` [PATCH V4 1/4] input: keyboard: tegra: fix build warning
  ` [PATCH V4 2/4] input: keyboard: tegra: use devm_* for resource allocation
  ` [PATCH V4 3/4] input: keyboard: tegra: add support for rows/cols configuration from dt
  ` [PATCH V4 4/4] input: keyboard: tegra: remove default key mapping

[PATCH 00/11] Migrate Tegra to common clock framework
 2013-01-09 15:42 UTC  (3+ messages)
` [PATCH 04/11] ARM: Tegra: Define Tegra30 CAR binding

[PATCH v2 00/11] Migrate Tegra to common clock framework
 2013-01-09 14:41 UTC  (7+ messages)
` [PATCH v2 01/11] clk: tegra: Add tegra specific clocks
` [PATCH v2 04/11] ARM: Tegra: Define Tegra30 CAR binding
` [PATCH v2 08/11] clk: tegra: add clock support for tegra30

[PATCH RESEND] dma: tegra: implement flags parameters for cyclic transfer
 2013-01-09 13:30 UTC  (2+ messages)

[PATCH V2 0/4] input: keyboard: tegra: cleanups and DT supports
 2013-01-09  9:23 UTC  (8+ messages)
` [PATCH v2 2/4] input: keyboard: tegra: use devm_* for resource allocation

[PATCH v2 0/3] Tegra AC97 v2
 2013-01-08 22:52 UTC  (10+ messages)
` [PATCH v2 1/3] ASoC: tegra: add ac97 host driver
` [PATCH v2 2/3] ASoC: tegra: add ac97 host controller to device tree
` [PATCH v2 3/3] ASoC: tegra: add tegra machine driver using wm9712 codec

[PATCH V4 RESEND] serial: tegra: add serial driver
 2013-01-08 22:23 UTC  (2+ messages)

ehci-tegra issue with deep sleep
 2013-01-08 22:19 UTC  (6+ messages)

[PATCH 0/2] dma: tegra: add channel wise pause control support and Tegra114 SoCs
 2013-01-08 11:38 UTC  (5+ messages)
` [PATCH 1/2] dma: tegra: add support for channel wise pause
  ` [PATCH 2/2] dma: tegra: add support for Tegra114 SoC

[PATCH V2 1/2] pinctrl: tegra: add support for rcv-sel and drive type
 2013-01-08  7:32 UTC  (2+ messages)
` [PATCH V2 2/2] pinctrl: tegra114: add pinctrl driver for NVIDIA's Tegra114 SoC

[PATCH] ARM: tegra30: make the wait time of CPU power up to proportional to HZ
 2013-01-08  1:24 UTC  (3+ messages)

[RFC v2 6/8] gpu: drm: tegra: Remove redundant host1x
 2013-01-07 17:07 UTC  (19+ messages)

[PATCH] dma: tegra: add support for Tegra114 SoC
 2013-01-07 17:03 UTC  (4+ messages)

[PATCH] i2c: tegra: add support for Tegra114 SoC
 2013-01-07 17:01 UTC  (2+ messages)

[PATCH 1/2] pinctrl: tegra: add support for rcv-sel and drive type
 2013-01-07 16:58 UTC  (3+ messages)
` [PATCH 2/2] pinctrl: tegra114: add pinctrl driver for NVIDIA's Tegra114 SoC

[PATCH] dma: tegra: implement flags parameters for cyclic transfer
 2013-01-07 13:52 UTC  (7+ 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).