linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-30 10:30:46 to 2013-05-16 14:13:01 UTC [more...]

[PATCH v4 0/8] Tegra USB PHY driver series
 2013-05-16 14:13 UTC  (8+ messages)
` [PATCH v4 1/8] ARM: tegra: finalize USB EHCI and PHY bindings
` [PATCH v4 2/8] arm: dt: Tegra20: Modify ULPI reset GPIO properties
` [PATCH v4 5/8] usb: phy: tegra: Get PHY mode using DT
  ` [PATCH v4 3/8] ARM: tegra: update device trees for USB binding rework
  ` [PATCH v4 4/8] usb: phy: tegra: Return correct error value provided by clk_get_sys
  ` [PATCH v4 6/8] usb: phy: tegra: get ULPI reset GPIO info using DT
` [PATCH v4 7/8] usb: phy: tegra: Add error handling & clean up

[PATCH 00/33] devm improvement series, part 1, take 2
 2013-05-16 13:17 UTC  (14+ messages)
` [PATCH 05/33] drivers/gpio: don't check resource with devm_ioremap_resource
` [PATCH 08/33] drivers/i2c/busses: "
` [PATCH 15/33] drivers/pwm: "
` [PATCH 16/33] drivers/rtc: "
  ` [PATCH 04/33] drivers/dma: "
  ` [PATCH 17/33] drivers/spi: "
` [PATCH 19/33] drivers/staging/nvec: "
` [PATCH 29/33] arch/arm/mach-tegra: "

[PATCH 0/6] ARM: tegra114: add CPU hotplug support
 2013-05-16 11:14 UTC  (18+ messages)
  ` [PATCH 1/6] ARM: tegra: add an assembly marco to check Tegra SoC ID
  ` [PATCH 2/6] ARM: tegra: skip SCU and PL310 code when CPU is not Cortex-A9
  ` [PATCH 3/6] ARM: tegra: make tegra_resume can work for Tegra114
  ` [PATCH 4/6] ARM: tegra114: add power up sequence for warm boot CPU
  ` [PATCH 5/6] clk: tegra114: implement wait_for_reset and disable_clock for tegra_cpu_car_ops
  ` [PATCH 6/6] ARM: tegra114: add CPU hotplug support

[PATCH 1/4] ARM: tegra30: clocks: Fix pciex clock registration
 2013-05-15 17:28 UTC  (10+ messages)
` [PATCH 2/4] ARM: tegra: pcie: Add tegra3 support
` [PATCH 3/4] ARM: dts: tegra: Correct PCIe entry
  ` [PATCH 4/4] ARM: tegra: pcie: Enable PCIe controller on Cardhu

[PATCH] Move PCIe node to correct place
 2013-05-15 16:21 UTC  (2+ messages)

Fwd: Tegra 30 System hangs because of commit "pinctrl: move subsystem mutex to pinctrl_dev struct"
 2013-05-15 14:13 UTC  (23+ messages)

[PATCH v3 3/4] clk: add CLK_SET_RATE_NO_REPARENT flag
 2013-05-15 13:41 UTC 

[PATCH] drivers/spi/spi-tegra114.c clean use of devm_ioremap_resource()
 2013-05-14 16:12 UTC  (2+ messages)

[PATCH 0/6] CLK: tegra: convert device tree files to use CLK defines
 2013-05-14  5:59 UTC  (11+ messages)
  ` [PATCH 1/6] ARM: tegra20: create a DT header defining CLK IDs
  ` [PATCH 2/6] ARM: tegra20: convert device tree files to use CLK defines
  ` [PATCH 3/6] ARM: tegra30: create a DT header defining CLK IDs
  ` [PATCH 4/6] ARM: tegra30: convert device tree files to use CLK defines
  ` [PATCH 5/6] ARM: tegra114: create a DT header defining CLK IDs
  ` [PATCH 6/6] ARM: tegra114: convert device tree files to use CLK defines

[PATCH] ASoC: tegra: always use clk_get() in utility code
 2013-05-14  4:45 UTC  (2+ messages)

[PATCH -next] staging: nvec: don't call input_free_device() after input_unregister_device()
 2013-05-13 21:44 UTC  (5+ messages)

[PATCH 1/2] dma: tegra20-apbdma: err message correction
 2013-05-13 21:11 UTC  (6+ messages)
  ` [PATCH 2/2] dma: tegra: avoid channel lock up after free

[PATCH] ARM: tegra: fix memory size on Beaver
 2013-05-13 19:47 UTC 

[PATCH 1/2] ARM: tegra: dalmore: populate key mapping
 2013-05-13 19:29 UTC  (2+ messages)

[PATCH 1/4] ARM: tegra: use #include for all device trees
 2013-05-13 19:24 UTC  (4+ messages)
  ` [PATCH 2/4] ARM: tegra: create a DT header defining GPIO IDs
  ` [PATCH 3/4] ARM: tegra: convert device tree files to use GPIO defines
  ` [PATCH 4/4] ARM: tegra: convert device tree files to use IRQ defines

[PATCH v3 00/10] Tegra USB PHY driver series
 2013-05-13 17:29 UTC  (17+ messages)
` [PATCH v3 01/10] ARM: tegra: finalize USB EHCI and PHY bindings
  ` [PATCH v3 02/10] arm: dt: Tegra20: Modify ULPI reset GPIO properties
  ` [PATCH v3 06/10] usb: phy: tegra: Return correct error value provided by clk_get_sys
  ` [PATCH v3 09/10] usb: phy: registering Tegra USB PHY as platform driver
` [PATCH v3 03/10] ARM: tegra: update device trees for USB binding rework
` [PATCH v3 04/10] Revert "usb: phy: tegra: don't call into tegra-ehci directly"
` [PATCH v3 05/10] usb: phy: tegra: Get PHY mode using DT
` [PATCH v3 07/10] usb: phy: tegra: get ULPI reset GPIO info "
` [PATCH v3 08/10] usb: phy: tegra: Add error handling & clean up
` [PATCH v3 10/10] Usb: Move PORTSC access to PHY

[RFC 00/42] devm improvement series, part #1
 2013-05-13  6:08 UTC  (30+ messages)
` [RFC 04/42] drivers/dma: don't check resource with devm_ioremap_resource
  ` [RFC 05/42] drivers/gpio: "
` [RFC 09/42] drivers/i2c/busses: "
` [RFC 10/42] drivers/input/keyboard: "
` [RFC 20/42] drivers/pwm: "
` [RFC 22/42] drivers/rtc: "
` [RFC 23/42] drivers/spi: "
` [RFC 25/42] drivers/staging/nvec: "
` [RFC 27/42] drivers/tty/serial: "
` [RFC 37/42] arch/arm/mach-tegra: "

[PATCH] ARM: tegra: emc: correction of ram-code parsing from dt
 2013-05-12 20:26 UTC 

Умопомрачительная Игрушка
 2013-05-12 17:45 UTC 

[PATCH 1/1] ARM: DT: tegra: Add gpio-leds to Tegra30 Beaver
 2013-05-11  0:40 UTC 

[PATCH 1/2] dma: tegra20-apbdma: err message correction
 2013-05-10 23:04 UTC  (3+ messages)
  ` [PATCH 2/2] dma: tegra: avoid channel lock up after free

[PATCH v3 04/10] Revert "usb: phy: tegra: don't call into tegra-ehci directly"
 2013-05-10 18:05 UTC 

[PATCH 0/2] ARM: tegra: a couple clock bug-fixes
 2013-05-10  2:54 UTC  (5+ messages)
  ` [PATCH 1/2] clk: tegra: remove USB from clk init table
  ` [PATCH 2/2] clk: tegra: add ac97 controller clock

[PATCH] USB: set device dma_mask without reference to global data
 2013-05-09 21:39 UTC  (18+ messages)

[PATCH] ARM: tegra: disable LP2 cpuidle state if PCIe is enabled
 2013-05-08 18:44 UTC  (10+ messages)

dringender Vorschlag
 2013-05-08  8:46 UTC 

[PATCH resend 1/2] clk: tegra: remove USB from clk init table
 2013-05-06 21:05 UTC  (3+ messages)

[PATCH 1/3] ARM: tegra: pcie: Add tegra3 support
 2013-05-06 19:49 UTC  (2+ messages)

[PATCH] dma: tegra: implement suspend/resume callbacks
 2013-05-03  3:50 UTC  (5+ messages)

[PATCH 1/2] pinctrl: tegra: add suspend-resume support
 2013-05-02 18:33 UTC  (5+ messages)
` [PATCH 2/2] ARM: DT: tegra: pinctrl suspend resume hook


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