devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-23 16:18:37 to 2012-01-28 05:10:42 UTC [more...]

[FOR 3.4 PATCH 4/6] of/mtd/nand: add generic bindings and helpers
 2012-01-28  5:10 UTC 

[RFCv2 00/14]
 2012-01-27 22:13 UTC  (30+ messages)
` [RFCv2 01/14] irq_domain: add documentation and MAINTAINERS entry
` [RFCv2 03/14] irq_domain: Make irq_domain structure match powerpc's irq_host
` [RFCv2 05/14] irq_domain/powerpc: Use common irq_domain structure instead of irq_host
` [RFCv2 06/14] irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead
` [RFCv2 07/14] irq_domain/powerpc: Eliminate virq_is_host()
` [RFCv2 08/14] irq_domain: Move irq_domain code from powerpc to kernel/irq
` [RFCv2 09/14] irqdomain: remove NO_IRQ from irq domain code
` [RFCv2 10/14] irq_domain: Remove references to old irq_host names
` [RFCv2 11/14] irq_domain: Replace irq_alloc_host() with revmap-specific initializers
` [RFCv2 12/14] irq_domain: Add support for base irq and hwirq in legacy mappings
` [RFCv2 13/14] irq_domain: Remove 'new' irq_domain in favour of the ppc one
` [RFCv2 14/14] irq_domain: Remove irq_domain_add_simple()
  ` [RFCv2 02/14] dt: Make irqdomain less verbose
  ` [RFCv2 04/14] irq_domain: convert microblaze from irq_host to irq_domain
  ` [PATCH] irq_domain/c6x: Convert c6x to use generic irq_domain support

[PATCH v3 00/25] irq_domain generalization and refinement
 2012-01-27 21:36 UTC  (26+ messages)
` [PATCH v3 01/25] irq_domain: add documentation and MAINTAINERS entry
` [PATCH v3 02/25] dt: Make irqdomain less verbose
` [PATCH v3 03/25] irq_domain: Make irq_domain structure match powerpc's irq_host
` [PATCH v3 04/25] irq_domain: convert microblaze from irq_host to irq_domain
  ` [PATCH v3 05/25] irq_domain/powerpc: Use common irq_domain structure instead of irq_host
` [PATCH v3 06/25] irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead
` [PATCH v3 07/25] irq_domain/powerpc: Eliminate virq_is_host()
` [PATCH v3 08/25] irq_domain: Move irq_domain code from powerpc to kernel/irq
` [PATCH v3 09/25] irqdomain: remove NO_IRQ from irq domain code
` [PATCH v3 10/25] irq_domain: Remove references to old irq_host names
` [PATCH v3 11/25] irq_domain: Replace irq_alloc_host() with revmap-specific initializers
` [PATCH v3 12/25] irq_domain: Add support for base irq and hwirq in legacy mappings
` [PATCH v3 13/25] irq_domain: Remove 'new' irq_domain in favour of the ppc one
` [PATCH v3 14/25] irq_domain: Remove irq_domain_add_simple()
` [PATCH v3 15/25] irq_domain: Create common xlate functions that device drivers can use
` [PATCH v3 16/25] irq_domain: constify irq_domain_ops
` [PATCH v3 17/25] irq_domain/c6x: Convert c6x to use generic irq_domain support
` [PATCH v3 18/25] irq_domain/c6x: constify irq_domain structures
` [PATCH v3 19/25] irq_domain/c6x: Use library of xlate functions
` [PATCH v3 20/25] irq_domain/powerpc: constify irq_domain_ops
` [PATCH v3 21/25] irqdomain/powerpc: Replace custom xlate functions with library functions
` [PATCH v3 22/25] irq_domain/x86: Convert x86 (embedded) to use common irq_domain
` [PATCH v3 23/25] irq_domain: Include hwirq number in /proc/interrupts
` [PATCH v3 24/25] irq_domain: remove "hint" when allocating irq numbers
` [PATCH v3 25/25] irq_domain: mostly eliminate slow-path revmap lookups

[RFC PATCH 1/2] of: Add generic device tree DMA helpers
 2012-01-27 20:36 UTC  (3+ messages)

Pinmux bindings proposal V2
 2012-01-27 18:10 UTC  (25+ messages)

[RFC PATCH 2/2] arm/dts: OMAP4: Add dma-controller and dma-request for I2C
 2012-01-27 17:30 UTC 

[RFC PATCH 0/2] Generic DMA bindings helpers for Device Tree
 2012-01-27 17:27 UTC 

[PATCH 1/3] ARM: dt: tegra: Enable device tree audio on PAZ00 board
 2012-01-27 17:03 UTC  (5+ messages)

[RFC PATCH 0/7] ARM: davinci: add support for the am1808 based enbw_cmc board
 2012-01-27 17:02 UTC  (16+ messages)
` [RFC PATCH 4/7] ARM: davinci: net: davinci_emac: add OF support
` [RFC PATCH 5/7] ARM: davinci: i2c: "
` [RFC PATCH 6/7] ARM: mtd: nand: davinci: add OF support for davinci nand controller

Pinmux bindings proposal
 2012-01-27 16:58 UTC  (21+ messages)

[PATCH v6 0/9] Versatile Express DT support
 2012-01-27 14:02 UTC  (15+ messages)
` [PATCH v6 6/9] ARM: vexpress: Motherboard RS1 memory map support
` [PATCH v6 9/9] ARM: vexpress: Add Device Tree for V2P-CA15 core tile (TC1 variant)

remoteproc: Load coprocessor code to the specific main memory location
 2012-01-27 11:38 UTC  (5+ messages)

[PATCH] irq_domain/microblaze: Convert microblaze to use irq_domains
 2012-01-27  7:51 UTC  (2+ messages)

[PATCH 00/31] Clean up amba/primecell bus support
 2012-01-26 17:41 UTC  (32+ messages)
` [PATCH 03/31] ARM: amba: ux500: convert to use amba_device_alloc
` [PATCH 07/31] ARM: amba: ux500: get rid of NO_IRQ
` [PATCH 13/31] ARM: amba: nomadik: get rid of NO_IRQ initializers
` [PATCH 16/31] ARM: amba: u300: "
` [PATCH 19/31] ARM: amba: vexpress: get rid of private platform amba_device initializer
` [PATCH 20/31] ARM: amba: versatile: "
` [PATCH 21/31] ARM: amba: realview: "
` [PATCH 22/31] ARM: amba: integrator: use common amba device initializers
` [PATCH 28/31] ARM: amba: u300: "
` [PATCH 29/31] ARM: amba: nomadik: "

[PATCH] scripts: dtc: fix compile warnings
 2012-01-26 17:14 UTC  (3+ messages)

[PATCH 0/6] ARM: at91: at91sam9x5 family basic support
 2012-01-26 17:12 UTC  (7+ messages)
` [PATCH 1/6] ARM: at91/at91sam9x5: overall definition
  ` [PATCH 2/6] ARM: at91/at91sam9x5: PMC header file
    ` [PATCH 3/6] ARM: at91/at91sam9x5: clock management for at91sam9x5 chip family
    ` [PATCH 4/6] ARM: at91/at91sam9x5: Configuration and Makefile
    ` [PATCH 5/6] ARM: at91/at91sam9x5: SoC basic support
    ` [PATCH 6/6] ARM: at91/at91sam9x5: Device tree definition files

[PATCH 8/9] usb: dwc3: gadget: dynamically re-size TxFifos
 2012-01-26 12:15 UTC 

[PATCH 1/2] ARM: tegra: Define Tegra20 CAR binding
 2012-01-25 22:30 UTC  (5+ messages)
  ` [PATCH 2/2] ARM: tegra: Add clock binding to tegra-seabaord.dts

[PATCH 1/3] ARM: dt: Add binding for Tegra PMC
 2012-01-25 21:43 UTC  (3+ messages)
  ` [PATCH 2/3] ARM: tegra: Add a simple PMC driver
  ` [PATCH 3/3] ARM: tegra: Remove duplicate PMU interrupt inversion code

[PATCH 0/3] Add device tree support of audio (ALC5632) on PAZ00 board and enable headphones autodetection
 2012-01-25 18:48 UTC 

[PATCH] serial/efm32: add new driver
 2012-01-25 18:36 UTC  (8+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] serial/efm32: add new driver
 2012-01-25 16:56 UTC  (6+ messages)
  ` Kconfig option for compile time build coverage (Was: Re: [PATCH] serial/efm32: add new driver)

[PATCH] ARM: Exynos4: dts: Specify address and size cells for i2c controllers
 2012-01-25 10:40 UTC 

[PATCH v4 11/20] tegra: fdt: Add clock bindings
 2012-01-25  9:50 UTC  (16+ messages)
` [PATCH] ARM: tegra: Define Tegra20 CAR binding

[RFC/PATCH] usb: dwc3: omap: convert pdata to of property
 2012-01-25  9:11 UTC 

[PATCH v5 01/18] fdt: Add basic support for decoding GPIO definitions
 2012-01-24 23:21 UTC  (13+ messages)
  ` [PATCH v5 02/18] arm: fdt: Ensure that an embedded fdt is word-aligned
  ` [PATCH v5 03/18] arm: fdt: Add skeleton device tree file from kernel
  ` [PATCH v5 04/18] tegra: fdt: Add Tegra2x "
  ` [PATCH v5 05/18] tegra: fdt: Add device tree file for Tegra2 Seaboard "
  ` [PATCH v5 06/18] fdt: Add staging area for device tree binding documentation
  ` [PATCH v5 07/18] fdt: Add tegra-usb bindings file from linux
  ` [PATCH v5 08/18] tegra: fdt: Add additional USB binding
  ` [PATCH v5 09/18] tegra: fdt: Add clock bindings
  ` [PATCH v5 10/18] tegra: usb: fdt: Add additional device tree definitions for USB ports
  ` [PATCH v5 11/18] tegra: usb: fdt: Add USB definitions for Tegra2 Seaboard
  ` [PATCH v5 13/18] fdt: Add function to return peripheral/clock ID
  ` [PATCH v5 18/18] tegra: fdt: Enable FDT support for Seaboard

[PATCH v4 03/20] fdt: Add basic support for decoding GPIO definitions
 2012-01-24 23:17 UTC  (7+ messages)

[PATCH V2 1/4] ARM: dt: tegra: Add Tegra APB DMA device tree binding
 2012-01-24  8:42 UTC  (2+ messages)

[PATCH 1/6] ARM: tegra: Remove use of TEGRA_GPIO_TO_IRQ
 2012-01-24  8:34 UTC  (3+ messages)

RFC v2 irq_domain rework posted to linux-kernel. (Was: [RFCv2 00/14])
 2012-01-23 22:08 UTC 

[PATCH v2 3/7] tegra: fdt: Add extra I2C bindings for U-Boot
 2012-01-23 18:25 UTC  (4+ 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).