Devicetree
 help / color / mirror / Atom feed
 messages from 2010-11-10 00:55:03 to 2010-11-18 23:54:55 UTC [more...]

[PATCH 1/3] fdt.c: Add non-boottime device tree functions
 2010-11-18 23:54 UTC  (12+ 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 0/2] of/phylib: Use device tree properties for PHY configuration
 2010-11-18 23:48 UTC  (13+ 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

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

[PATCH 3/3] x86: OLPC: speed up device tree creation during boot (v2)
 2010-11-18 17:48 UTC  (13+ messages)
                      ` [PATCH 3/3] x86: OLPC: speed up device tree creation during boot (v3)

[PATCH 0/5] Series short description
 2010-11-18  3:41 UTC  (17+ 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 5/5] powerpc/5200: dts: refactor dts files

[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  (30+ 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 6/7] ARM: add dma_mask to pdev_archdata
  ` [PATCH 7/7] OF: set dma_mask for ARM

[PATCH V2 0/3] at24: parse OF-data
 2010-11-17 12:00 UTC  (4+ 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] 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  (13+ messages)
  ` [PATCH 1/2] of: Add support for linking device tree blobs into vmlinux
  ` [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)

[PATCH 1/2] misc: at24: parse OF-data, too
 2010-11-16 22:03 UTC  (12+ messages)
` [PATCH 2/2] powerpc: pcm030/032: add pagesize to dts

[PATCH 0/4] [RFC V4] Adding DTB to architecture independent vmlinux
 2010-11-16  6:34 UTC  (22+ messages)
  ` [PATCH 1/4] x86/of: Support building device tree blob(s) into image
  ` [PATCH 2/4] of: Add support for linking device tree blobs into vmlinux
              ` [sodaville] "
  ` [PATCH 3/4] of/dtc: force dtb size to modulo 32 bytes
      ` [sodaville] "
  ` [PATCH 4/4] of/fdt: add kernel command line option for dtb_compat string

[PATCH] dtc: Add command line option to force size alignment of blob
 2010-11-14  6:24 UTC  (3+ messages)

dtc: Add code to make diffing trees easier
 2010-11-13 21:49 UTC  (4+ messages)

[PATCH 0/4] Series short description
 2010-11-13 20:49 UTC  (6+ messages)
` [PATCH 1/4] Allow nodes to be refrenced by path at the top level

[PATCH 0/4] Series short description
 2010-11-13 20:40 UTC  (4+ messages)
` [PATCH 1/4] Create new and use new print_error that uses printf style formatting

[PATCH 1/3] x86: of: define irq functions to allow drivers/of/* to build on x86
 2010-11-12  5:45 UTC 

[PATCH 0/4] [RFC V4] Adding DTB to architecture independent vmlinux
 2010-11-11 23:58 UTC  (2+ messages)

[RFC] [PATCH V3 0/2] Adding DTB to architecture independent vmlinux
 2010-11-10 21:33 UTC  (8+ messages)
  ` [sodaville] "
  ` [PATCH 1/3] of: Add support for linking device tree blobs into vmlinux
  ` [PATCH 2/3] x86/of: Support building device tree blob(s) into image

[RFC] [PATCH V2] Adding DTB to architecture independent vmlinux
 2010-11-10  6:03 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