linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-13 21:33:12 to 2013-02-20 10:29:15 UTC [more...]

[RFC PATCH 0/9] Support for tegra30 thermal
 2013-02-20 10:29 UTC  (38+ messages)
` [RFC PATCH 2/9] hwmon: (lm90) split set&show temp as common codes
  ` [lm-sensors] "
  ` [RFC PATCH 1/9] ARM: dt: t30 cardhu: add dt entry for lm90
  ` [RFC PATCH 3/9] hwmon: (lm90) add support to handle irq
      ` [lm-sensors] "
  ` [RFC PATCH 5/9] Thermal: Support using dt node to get sensor
  ` [RFC PATCH 6/9] hwmon: (lm90) Register to the thermal framework
    ` [lm-sensors] "
  ` [RFC PATCH 8/9] ARM: dt: t30 cardhu: add dt entry for thermal driver
  ` [RFC PATCH 9/9] ARM: tegra: defconfig: enable thermal framework
` [RFC PATCH 4/9] hwmon: (lm90) use macros for the indexes of temp8 and temp11
` [RFC PATCH 7/9] thermal: tegra30: add tegra30 thermal driver

unhandled interrupt from otg port
 2013-02-20  8:59 UTC  (7+ messages)

[PATCH 0/2] mmc: tegra: use mmc_of_parse to get support of standard MMC DT binding
 2013-02-20  7:05 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: tegra: fix the activate polarity of cd-gpio in mmc host
` [PATCH 2/2] mmc: tegra: use mmc_of_parse to get the support of standard MMC DT bindings

[GIT PULL] ARM: tegra: common clock framework fixes
 2013-02-19 21:43 UTC  (2+ messages)

Broken build due to 6aed8ec "drm: review locking for drm_fb_helper_restore_fbdev_mode"
 2013-02-19 19:29 UTC  (3+ messages)

[PATCH] mmc: tegra: assume CONFIG_OF, remove platform data
 2013-02-19 19:22 UTC  (3+ messages)

[PATCH v7 00/12] Tegra114 clockframework
 2013-02-19 18:50 UTC  (16+ messages)
` [PATCH v7 01/12] clk: tegra: provide dummy cpu car ops
  ` [PATCH v7 02/12] clk: tegra: Refactor PLL programming code
  ` [PATCH v7 03/12] clk: tegra: Add TEGRA_PLL_BYPASS flag
  ` [PATCH v7 04/12] clk: tegra: Add PLL post divider table
  ` [PATCH v7 05/12] clk: tegra: Add new fields and PLL types for Tegra114
  ` [PATCH v7 08/12] ARM: tegra: Define Tegra114 CAR binding
  ` [PATCH v7 09/12] clk: tegra: Implement clocks for Tegra114
  ` [PATCH v7 10/12] clk: tegra: devicetree match for nvidia, tegra114-car
  ` [PATCH v7 11/12] ARM: dt: Add references to tegra_car clocks
  ` [PATCH v7 12/12] clk: tegra: Remove forced clk_enable of uartd
` [PATCH v7 06/12] clk: tegra: Add flags to tegra_clk_periph()
` [PATCH v7 07/12] clk: tegra: Workaround for Tegra114 MSENC problem

[PATCH] spi: tegra114: add spi driver
 2013-02-19 18:16 UTC  (2+ messages)

[RFC 0/3] Add DT Binding for Power-Supply supplied-nodes property
 2013-02-19 18:00 UTC  (7+ messages)
` [RFC 1/3] power_supply: Define Binding for supplied-nodes
` [RFC 2/3] power: power_supply: Add core support for supplied_nodes
` [RFC 3/3] power: power_supply: add support for getting supplied-nodes from dt

[PATCH 0/9] ARM: tegra: use new dtc+cpp feature
 2013-02-19 17:35 UTC  (22+ messages)
` [PATCH 1/9] ARM: dt: add header to define GPIO flags
  ` [PATCH 3/9] ARM: dt: create a DT header for the GIC
  ` [PATCH 4/9] ARM: tegra: device tree whitespace cleanup
  ` [PATCH 5/9] ARM: tegra: fix sort order of USB PHY nodes
  ` [PATCH 6/9] ARM: tegra: use pre-processor for all device trees
  ` [PATCH 7/9] ARM: tegra: create a DT header defining GPIO IDs
  ` [PATCH 8/9] ARM: tegra: convert device tree files to use GPIO defines
  ` [PATCH 9/9] ARM: tegra: convert device tree files to use IRQ defines
  ` [PATCH 1/1] ARM: dt: add header to define tegra20 clocks

[RFC 1/2] Makefile: Add arch/arch/$(hdr-arch)/boot in header include path
 2013-02-19 17:18 UTC  (6+ messages)
` [RFC 2/2] clk: tegra20: Use DT defines for CLK ID

[v3 0/6] ARM: tegra: convert device tree files to use CLK defines
 2013-02-19 17:10 UTC  (13+ messages)
` [v3 1/6] ARM: tegra20: create a DT header defining CLK IDs
` [v3 3/6] ARM: tegra30: "
` [v3 5/6] ARM: tegra114: "
` [v3 6/6] ARM: tegra114: convert device tree files to use CLK defines
  ` [v3 2/6] ARM: tegra20: "
  ` [v3 4/6] ARM: tegra30: "

[PATCH] dma: tegra: assume CONFIG_OF
 2013-02-19 17:06 UTC  (4+ messages)

[PATCH 1/2] iommu/tegra: assume CONFIG_OF in gart driver
 2013-02-19 15:02 UTC  (3+ messages)
  ` [PATCH 2/2] iommu/tegra: assume CONFIG_OF in SMMU driver

[PATCH] ARM: tegra: don't unlock MMIO access to DBGLAR
 2013-02-19 10:16 UTC 

[PATCH 1/6] ASoC: tegra: assume CONFIG_OF in tegra_asoc_utils_init
 2013-02-18 17:11 UTC  (8+ messages)
  ` [PATCH 2/6] ASoC: tegra_wm8753: minor cleanup
  ` [PATCH 3/6] ASoC: tegra_wm9712: assume CONFIG_OF
  ` [PATCH 4/6] ASoC: tegra_alc5632: assume CONFIG_OF, and other cleanup
  ` [PATCH 5/6] ASoC: tegra trimslice: "
  ` [PATCH 6/6] ASoC: tegra_wm8903: assume CONFIG_OF, remove platform data

[PATCH v3 0/7] drm/tegra: Miscellaneous enhancements
 2013-02-18  9:07 UTC  (17+ messages)
` [PATCH v3 2/7] drm/tegra: Add plane support
` [PATCH v3 3/7] drm/tegra: Implement .mode_set_base()

We offer 3% interest rate for loan
 2013-02-17 12:13 UTC 

[PATCH V2] Input: tegra-kbc - assume CONFIG_OF, remove platform data
 2013-02-16  2:53 UTC  (2+ messages)

[PATCH] Input: tegra-kbc - assume CONFIG_OF, remove platform data
 2013-02-15 22:48 UTC  (3+ messages)

[PATCH v2 0/5] drm/tegra: Miscellaneous enhancements
 2013-02-15 22:38 UTC  (10+ messages)
` [PATCH v2 4/5] drm/tegra: Implement VBLANK support
` [PATCH v2 5/5] drm/tegra: Implement page-flipping support

[PATCH] pwm: tegra: assume CONFIG_OF
 2013-02-15 22:28 UTC  (2+ messages)

[PATCH] drm: tegra: don't depend on OF
 2013-02-15 22:26 UTC  (2+ messages)

[PATCH] serial: tegra: assume CONFIG_OF
 2013-02-15 22:04 UTC 

[PATCH 1/4] spi: tegra slink: remove redundant code
 2013-02-15 22:03 UTC  (4+ messages)
  ` [PATCH 2/4] spi: tegra sflash: assume CONFIG_OF, remove platform data
  ` [PATCH 3/4] spi: tegra slink: "
  ` [PATCH 4/4] spi: remove unused Tegra platform data header

[PATCH] i2c: tegra: assume CONFIG_OF, remove platform data
 2013-02-15 21:56 UTC 

[PATCH] gpio: tegra: assume CONFIG_OF
 2013-02-15 21:54 UTC 

[PATCH] i2c: tegra: remove warning dump if timeout happen in transfer
 2013-02-15 20:10 UTC  (6+ messages)

[PATCH 1/2] pinctrl: tegra: add clfvs function to Tegra114 support
 2013-02-15 19:24 UTC  (8+ messages)
` [PATCH 2/2] ARM: dt: tegra: add default pinctrl nodes for Dalmore

[v2 0/4] ARM: tegra: convert device tree files to use CLK defines
 2013-02-15 16:45 UTC  (10+ messages)
` [v2 1/4] ARM: tegra20: create a DT header defining CLK IDs
` [v2 3/4] ARM: tegra30: "
  ` [v2 2/4] ARM: tegra20: convert device tree files to use CLK defines
  ` [v2 4/4] ARM: tegra30: "

[PATCH v6 00/10] Tegra114 clockframework
 2013-02-15 12:22 UTC  (12+ messages)
` [PATCH v6 08/10] ARM: dt: Add references to tegra_car clocks
` [PATCH v6 09/10] clk: tegra: Implement clocks for Tegra114

[PATCH 1/2] ARM: tegra114: create a DT header defining CLK IDs
 2013-02-14 19:54 UTC  (2+ messages)
` [PATCH 2/2] ARM: tegra114: convert device tree files to use CLK defines

[PATCH] clk: tegra: provide dummy cpu car ops
 2013-02-14 17:43 UTC  (2+ messages)

[PATCH] i2c: tegra: remove warning dump if timeout happen in transfer
 2013-02-14 12:41 UTC 

[PATCH V2] clk: tegra: initialise parent of uart clocks
 2013-02-14 10:51 UTC  (5+ messages)

[PATCH 00/14] Rewrite Tegra PCIe driver
 2013-02-13 23:11 UTC  (3+ messages)
` [PATCH 10/14] PCI: tegra: Move PCIe driver to drivers/pci/host

[PATCH] clk: tegra: fix driver to match DT binding
 2013-02-13 23:00 UTC  (3+ 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).