linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-17 14:19:12 to 2016-04-05 14:03:49 UTC [more...]

[PATCH V8 0/4] Add generic PM domain support for Tegra
 2016-04-05 14:03 UTC  (8+ messages)
` [PATCH V8 2/4] Documentation: DT: bindings: Add power domain info for NVIDIA PMC
  ` [PATCH V8 1/4] ARM64: tegra: Remove unused #power-domain-cells property
  ` [PATCH V8 3/4] soc: tegra: pmc: Add generic PM domain support
  ` [PATCH V8 4/4] ARM64: tegra: select PM_GENERIC_DOMAINS

[PATCH v10 1/9] dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding
 2016-04-05 13:35 UTC  (10+ messages)
` [PATCH v10 4/9] phy: Add Tegra XUSB pad controller support
` [PATCH v10 8/9] usb: xhci: Add NVIDIA Tegra XUSB controller driver

spi/tegra114: add spi driver
 2016-04-04  8:56 UTC  (3+ messages)

thermal: tegra: add thermtrip function
 2016-04-02  5:50 UTC 

[PATCH 00/15] Add support for Tegra210 AGIC
 2016-04-01 23:25 UTC  (58+ messages)
` [PATCH 01/15] ARM: tegra: Correct interrupt type for ARM TWD
` [PATCH 02/15] ARM: OMAP: "
` [PATCH 04/15] irqchip/gic: WARN if setting the interrupt type fails
` [PATCH 06/15] irqdomain: Ensure type settings match for an existing mapping
` [PATCH 07/15] irqdomain: Don't set type when mapping an IRQ
  ` [PATCH 08/15] genirq: Add runtime power management support for IRQ chips
` [PATCH 09/15] irqchip/gic: Don't initialise chip if mapping IO space fails
` [PATCH 10/15] irqchip/gic: Remove static irq_chip definition for eoimode1
` [PATCH 11/15] irqchip/gic: Return an error if GIC initialisation fails
` [PATCH 12/15] irqchip/gic: Pass GIC pointer to save/restore functions
` [PATCH 13/15] irqchip/gic: Prepare for adding platform driver
` [PATCH 14/15] dt-bindings: arm-gic: Drop 'clock-names' from binding document
` [PATCH 15/15] irqchip/gic: Add support for tegra AGIC interrupt controller

[PATCH] regulator: core: Use parent voltage from the supply when bypassed
 2016-04-01 16:58 UTC  (3+ messages)

[PATCH V9 RESEND 00/14] Add T210 support in Tegra soctherm
 2016-04-01  7:04 UTC  (25+ messages)
  ` [PATCH V9 RESEND 01/14] thermal: tegra: move tegra thermal files into tegra directory
  ` [PATCH V9 RESEND 06/14] thermal: tegra: add a debugfs to show registers
  ` [PATCH V9 RESEND 07/14] thermal: of-thermal: allow setting trip_temp on hardware
  ` [PATCH V9 RESEND 11/14] thermal: tegra: handle HW initialization in one funcotion
  ` [PATCH V9 RESEND 13/14] arm64: tegra: add soctherm node for Tegra210
` [PATCH V9 RESEND 02/14] thermal: tegra: combine sensor group-related data
` [PATCH V9 RESEND 03/14] thermal: tegra: get rid of PDIV/HOTSPOT hack
` [PATCH V9 RESEND 04/14] thermal: tegra: split tegra_soctherm driver
` [PATCH V9 RESEND 05/14] thermal: tegra: add Tegra210 specific SOC_THERM driver
` [PATCH V9 RESEND 08/14] of: add notes of critical trips for soctherm
` [PATCH V9 RESEND 09/14] thermal: tegra: add thermtrip function
` [PATCH V9 RESEND 10/14] thermal: tegra: handle clocks in one function
` [PATCH V9 RESEND 12/14] thermal: tegra: add PM support
` [PATCH V9 RESEND 14/14] arm: tegra: set critical trips for Tegra124

Tegra boots failing due to as3722 I/O errors
 2016-03-31 14:45 UTC  (5+ messages)

[PATCH 0/9] Add HW throttle for Tegra soctherm
 2016-03-31  8:50 UTC  (11+ messages)
` [PATCH 1/9] thermal: tegra: add Tegra132 specific SOC_THERM driver
  ` [PATCH 2/9] arm64: tegra: use tegra132-soctherm for Tegra132
` [PATCH 3/9] arm64: tegra: set critical trips "
` [PATCH 4/9] of: Add bindings of hw throttle for soctherm
` [PATCH 5/9] thermal: tegra: add hw-throttle function
` [PATCH 6/9] thermal: tegra: add hw-throttle for Tegra132
` [PATCH 7/9] arm64: tegra: set hot trips for Tegra210
` [PATCH 8/9] arm64: tegra: set hot trips for Tegra132
` [PATCH 9/9] arm: tegra: set hot trips for Tegra124

[PATCH] dmaengine: tegra-apb: proper default init of channel slave_id
 2016-03-31  8:34 UTC  (2+ messages)

[PATCH 1/2] TTY: serial, handle platform_get_irq retval properly
 2016-03-31  8:23 UTC 

[PATCH] regulator: Fix deadlock during regulator registration
 2016-03-30 23:38 UTC  (8+ messages)

[PATCH v2] thermal: add sysfs_notify on some attributes
 2016-03-30 17:06 UTC  (6+ messages)

[PATCH v3 0/4] add sysfs_notify on some attributes
 2016-03-30 16:54 UTC  (10+ messages)
` [PATCH v3 2/4] thermal: send notifications for tz temperature
  ` [PATCH v3 1/4] thermal: send notifications for cdev state change
  ` [PATCH v3 3/4] thermal: of: enable temperature notifications
  ` [PATCH v3 4/4] thermal: update documentation for new device ops

[PATCH v2 0/5] Tegra SDHCI UHS-I support
 2016-03-29 17:12 UTC  (4+ messages)
` [PATCH v2 3/5] mmc: tegra: implement UHS tuning

[PATCH] cpufreq: tegra124: No need of setting platform-data
 2016-03-29 14:05 UTC 

[PATCH V8 00/14] Add T210 support in Tegra soctherm
 2016-03-29 10:19 UTC  (8+ messages)

[PATCH V9 14/14] arm: tegra: set critical trips for Tegra124
 2016-03-29  9:18 UTC 

[PATCH V9 13/14] arm64: tegra: add soctherm node for Tegra210
 2016-03-29  9:18 UTC 

[PATCH V9 12/14] thermal: tegra: add PM support
 2016-03-29  9:18 UTC 

[PATCH V9 11/14] thermal: tegra: handle HW initialization in one funcotion
 2016-03-29  9:18 UTC 

[PATCH V9 10/14] thermal: tegra: handle clocks in one function
 2016-03-29  9:18 UTC 

[PATCH V9 09/14] thermal: tegra: add thermtrip function
 2016-03-29  9:17 UTC 

[PATCH V9 08/14] of: add notes of critical trips for soctherm
 2016-03-29  9:17 UTC 

[PATCH V9 07/14] thermal: of-thermal: allow setting trip_temp on hardware
 2016-03-29  9:17 UTC 

[PATCH V9 06/14] thermal: tegra: add a debugfs to show registers
 2016-03-29  9:17 UTC 

[PATCH V9 05/14] thermal: tegra: add Tegra210 specific SOC_THERM driver
 2016-03-29  9:17 UTC 

[PATCH V9 04/14] thermal: tegra: split tegra_soctherm driver
 2016-03-29  9:16 UTC 

[PATCH V9 03/14] thermal: tegra: get rid of PDIV/HOTSPOT hack
 2016-03-29  9:16 UTC 

[PATCH V9 02/14] thermal: tegra: combine sensor group-related data
 2016-03-29  9:16 UTC 

[PATCH V9 01/14] thermal: tegra: move tegra thermal files into tegra directory
 2016-03-29  9:16 UTC 

[PATCH V9 00/14] Add T210 support in Tegra soctherm
 2016-03-29  9:15 UTC 

[PATCH V8 09/14] thermal: tegra: add thermtrip function
 2016-03-29  3:09 UTC  (2+ messages)

[PATCH V8 10/14] thermal: tegra: handle clocks in one function
 2016-03-29  3:09 UTC  (2+ messages)

[PATCH V4 0/3] Add support for Tegra210 ADMA
 2016-03-28 12:39 UTC  (4+ messages)
` [PATCH V4 1/3] Documentation: DT: Add binding documentation for NVIDIA ADMA

[RFC PATCH 0/8] PM / Domains: Add support for removing PM domains
 2016-03-28 12:38 UTC  (3+ messages)

[PATCH v3 0/5] arm64: tegra: fix DT definitions for GM20B GPU
 2016-03-28  9:23 UTC  (6+ messages)
  ` [PATCH v3 1/5] dt-bindings: gk20a: Fix typo in compatible name
  ` [PATCH v3 3/5] dt-bindings: Add documentation for GM20B GPU
  ` [PATCH v3 4/5] arm64: tegra210: Add reference clock to GM20B
` [PATCH v3 2/5] dt-bindings: gk20a: Document iommus property
` [PATCH v3 5/5] arm64: tegra210: Add IOMMU node to GM20B

Darlehen Angebot
 2016-03-27 12:44 UTC 

[PATCH] clk: tegra210: Add SLCG override gate clocks
 2016-03-25 18:21 UTC  (5+ messages)

[PATCH v2 0/5] arm64: tegra: fix DT definitions for GM20B GPU
 2016-03-22 12:44 UTC  (12+ messages)
` [PATCH v2 1/5] dt-bindings: gk20a: Fix typo in compatible name
` [PATCH v2 2/5] dt-bindings: gk20a: Document iommus property
` [PATCH v2 3/5] dt-bindings: Add documentation for GM20B GPU

[PATCH 1/2] clk: tegra: Fix pllre Tegra210 and add pll_re_out1
 2016-03-21 19:58 UTC  (2+ messages)
` [PATCH 2/2] clk: tegra: Initialize UTMIPLL when enabling PLLU

[PATCH] Staging: nvec: removes useless cast on a void pointer
 2016-03-21 19:41 UTC  (2+ messages)

[PATCH] irqchip: tegra: Switch to use irq_domain_free_irqs_common
 2016-03-20 12:44 UTC 

[PATCH] gpu/drm: Use u64_to_user_pointer
 2016-03-18 17:46 UTC  (5+ messages)

[RFC PATCH V2 0/8] Add support for Tegra210 AGIC
 2016-03-18 13:57 UTC  (13+ messages)
` [RFC PATCH V2 2/8] irqdomain: Don't set type when mapping an IRQ
` [RFC PATCH V2 3/8] genirq: Add runtime power management support for IRQ chips

[patch] drm/tegra: fixup error handling in tegra_dc_init()
 2016-03-18  9:02 UTC 

[PATCH V4] PM / clk: Add support for obtaining clocks from device-tree
 2016-03-18  0:46 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: pci: tegra: Update for per-lane PHYs
 2016-03-17 16:26 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).