Devicetree
 help / color / mirror / Atom feed
 messages from 2010-11-16 22:41:40 to 2010-11-30 11:20:32 UTC [more...]

[PATCH 02/11] x86: Add device tree support
 2010-11-30 11:20 UTC  (40+ messages)
  ` [PATCH 03/11] x86/dtb: Add a device tree for CE4100
                ` [sodaville] "
  ` [PATCH 04/11] x86/dtb: add irq host abstraction
  ` [PATCH 05/11] x86/dtb: add early parsing of APIC and IO APIC
  ` [PATCH 06/11] x86/dtb: add support hpet
  ` [PATCH 07/11] x86/dtb: add support for PCI devices backed by dtb nodes
  ` [PATCH 08/11] x86/dtb: Add generic bus probe
  ` [PATCH 09/11] x86/ioapic: Add OF bindings for IO-APIC

[PATCH 3/3] x86: OLPC: speed up device tree creation during boot (v2)
 2010-11-29 23:39 UTC  (15+ messages)
              ` [PATCH 3/3] x86: OLPC: speed up device tree creation during boot (v3)
                ` [PATCH 3/3] x86: OLPC: speed up device tree creation during boot (v4)

RFC: Mega rename of device tree routines from of_*() to dt_*()
 2010-11-29  6:07 UTC  (19+ messages)
`  "

How do I choose an arbitrary minor number for my tty device?
 2010-11-24 18:13 UTC 

i2c-ocores changes (version 2)
 2010-11-24 16:26 UTC  (4+ messages)
  ` [PATCH 1/3] i2c-ocores: Adapt for device tree
  ` [PATCH 2/3] i2c-ocores: Use devres for resource allocation
  ` [PATCH 3/3] i2c-ocores: add some device tree documentation

i2c-ocores changes
 2010-11-24 15:42 UTC  (7+ messages)
  ` [PATCH 1/2] i2c-ocores: Adapt for device tree
  ` [PATCH 2/2] i2c-ocores: Use devres for resource allocation

[PATCH] of/mips: fix fdt size as be32
 2010-11-24 12:01 UTC  (2+ messages)

AUTO: Matt Tyrlik/Raleigh/IBM is out of the office until 08/08/2002. (returning 11/29/2010)
 2010-11-23  6:29 UTC 

[PATCH V2 0/3] at24: parse OF-data
 2010-11-22 16:48 UTC  (8+ messages)
` [PATCH 1/3] misc: at24: parse OF-data, too
  ` [PATCH 2/3] misc: at24: add more sanity checks for parameters
  ` [PATCH 3/3] powerpc: pcm030/032: add pagesize to dts

[PATCH v2] of/phylib: Use device tree properties to initialize Marvell PHYs
 2010-11-22 16:35 UTC  (6+ messages)

[PATCH 0/2] phylib: Cleanup marvell.c and add 88E1149R support
 2010-11-22 16:34 UTC  (4+ messages)
  ` [PATCH 1/2] phylib: Use common page register definition for Marvell PHYs
  ` [PATCH 2/2] phylib: Add support for Marvell 88E1149R devices

[PATCH 0/2] of/phylib: Use device tree properties for PHY configuration
 2010-11-19  0:39 UTC  (14+ messages)
  ` [PATCH 1/2] of/phylib: Use device tree properties to initialize Marvell PHYs
      ` [1/2] "
  ` [PATCH 2/2] phylib: Add support for Marvell 88E1149R devices

[PATCH 1/3] fdt.c: Add non-boottime device tree functions
 2010-11-18 23:55 UTC  (19+ messages)
  ` [PATCH 0/7] add of_fdt_unflatten_tree
    ` [PATCH 2/3] fdt.c: Refactor unflatten_dt_node
      ` [PATCH 3/3] fdt.c: Refactor unflatten_device_tree and add fdt_unflatten_tree
    ` [PATCH 1/7] fdt: Add Kconfig for EARLY_FLATTREE
      ` [PATCH 2/7] arch/x86: Add support for device tree code
        ` [PATCH 3/7] arch/x86: select OF and OF_FLATTREE
          ` [PATCH 4/7] fdt.c: Add non-boottime device tree functions
            ` [PATCH 5/7] fdt.c: Refactor unflatten_dt_node
              ` [PATCH 6/7] fdt.c: Reorder unflatten_dt_node
                ` [PATCH 7/7] fdt.c: Refactor unflatten_device_tree and add fdt_unflatten_tree

Device tree with early buffer allocations and aliased memory
 2010-11-18 22:14 UTC  (10+ messages)

[PATCH 0/5] Series short description
 2010-11-18  3:41 UTC  (16+ messages)
` [PATCH 1/5] scripts: dtc: Merge in changes from the dtc repository
` [PATCH 2/5] powerpc/5200: dts: rename nodes to prepare for refactoring dts files
` [PATCH 3/5] powerpc/5200: dts: remove unused properties
` [PATCH 4/5] powerpc/5200: dts: Remove incorrect combatible strings

[PATCH 0/3] Enable OF drivers for non-PPC
 2010-11-17 23:50 UTC  (4+ messages)
  ` [PATCH 1/3] ipmi: convert OF driver to platform driver
  ` [PATCH 2/3] of_serial: explicitly include of_irq.h
  ` [PATCH 3/3] OF: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OF

[PATCH 0/5] refactor dts files for mpc5200b based systems (take 2)
 2010-11-17 23:28 UTC  (6+ messages)
` [PATCH 1/5] Pull in recent changes from the main dtc repository. These changes primarily
` [PATCH 2/5] powerpc/5200: dts: rename nodes to prepare for refactoring dts files
` [PATCH 3/5] powerpc/5200: dts: remove unused properties
` [PATCH 4/5] powerpc/5200: dts: Change combatible strings on localbus
` [PATCH 5/5] powerpc/5200: dts: refactor dts files

[PATCH 0/5] Add the ability to link device blobs into vmlinux
 2010-11-17 20:24 UTC  (19+ messages)
` [PATCH 1/5] of: Add support for linking device tree "
` [PATCH 2/5] of/fdt: add kernel command line option for dtb_compat string
` [PATCH 3/5] x86/of: Add building device tree blob(s) into image
` [PATCH 4/5] of/powerpc: Move build to use generic dts->dtb rule
  ` [PATCH 5/5] of/microblaze: "

[PATCH 0/3] Add fdt_unflatten_tree
 2010-11-17 20:19 UTC  (3+ messages)

[PATCH 0/7] Various OF fixes for little-endian and ARM
 2010-11-17 15:25 UTC  (27+ messages)
` [PATCH 1/7] OF: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OF
          ` [PATCH 1/7] OF: make drivers depend on CONFIG_OF instead ofCONFIG_PPC_OF
` [PATCH 2/7] of: Fixes for OF probing on little endian systems
` [PATCH 3/7] ipmi: explicitly include of_address.h and of_irq.h
` [PATCH 4/7] mmc: sdhci-of: fix build on non-powerpc platforms
` [PATCH 5/7] mmc: sdhci-of: support generic OF controllers
` [PATCH 7/7] OF: set dma_mask for ARM

[PATCH] of: Request module by alias in of_i2c.c
 2010-11-17  6:24 UTC  (2+ messages)

[PATCH 2/3] x86: OLPC: add OLPC device-tree support (v4)
 2010-11-17  6:09 UTC  (2+ messages)
  ` [PATCH 2/3] x86: OLPC: add OLPC device-tree support (v5)

[PATCH 0/2] Adding DTB's to architecture independent vmlinux
 2010-11-17  5:59 UTC  (7+ messages)
` [PATCH 2/2] of/fdt: add kernel command line option for dtb_compat string

[PATCH 3/8] of/fdt: Add unflatten_partial_device_tree
 2010-11-17  1:48 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox