Devicetree
 help / color / mirror / Atom feed
 messages from 2010-09-20 14:26:11 to 2010-10-14 04:54:13 UTC [more...]

Proposal: new device-tree syntax and semantics for extending information from included dts files
 2010-10-14  4:54 UTC  (13+ messages)
    ` Proposal: new device-tree syntax and semantics for extendinginformation "

[PATCH] of/device: Rework to use common platform_device_alloc() for allocating devices
 2010-10-14  3:59 UTC 

[PATCH 1/2] of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch
 2010-10-13  6:48 UTC  (2+ messages)
  ` [PATCH 2/2 RFC] of/mips: Add device tree support to MIPS

PPC: Possible bug in prom_parse.c:of_irq_map_raw?
 2010-10-12  3:02 UTC  (2+ messages)

dtc: Add code to make diffing trees easier
 2010-10-12  2:08 UTC  (5+ messages)

[PATCH] When dumping from file system show results in sane order
 2010-10-12  0:41 UTC  (5+ messages)

powerpc, fs_enet: scanning PHY after Linux is up
 2010-10-11 11:49 UTC  (8+ messages)

[PATCH 1/7] sparc: make drivers/of/pdt.c no longer sparc-only
 2010-10-11  6:50 UTC  (6+ messages)

[PATCH 5/5] x86: OLPC: add OLPC device-tree support
 2010-10-11  4:13 UTC  (2+ messages)

[PATCH 4/5] of: add package-to-path support to pdt
 2010-10-11  4:11 UTC  (2+ messages)

[PATCH 3/5] of: add of_pdt namespace to pdt code
 2010-10-11  4:10 UTC  (2+ messages)

[PATCH 2/7] of: no longer call prom_ functions directly; use an ops structure
 2010-10-11  4:10 UTC  (2+ messages)

[PATCH 1/2 v2] of: move phandle/ihandle into types.h and export to userspace
 2010-10-10  7:19 UTC  (16+ messages)
          ` [PATCH] sparc: stop exporting openprom.h header

[PATCH v3] sparc: convert various prom_* functions to use phandle
 2010-10-08 21:20 UTC  (2+ messages)

[RFC PATCH 00/11] ppc: enable dynamic dma window support
 2010-10-08 17:33 UTC  (4+ messages)
` [RFC PATCH 05/11] ppc: do not search for dma-window property on dlpar remove
` [RFC PATCH 08/11] ppc/iommu: remove unneeded pci_dma_bus_setup_pSeriesLP
` [RFC PATCH 11/11] ppc: add dynamic dma window support

[PATCH 2/2 v2] sparc: convert various prom_* functions to use phandle
 2010-10-08  7:44 UTC 

[PATCH 09/18] powerpc: Support device tree regardless of CPU endianness
 2010-10-07 23:23 UTC  (7+ messages)
` [PATCH 13/18] powerpc 44x: Make DCR endianness agnostic
` [PATCH 14/18] powerpc, of_serial: Endianness issues setting up the serial ports
` [PATCH 17/18] net: Fix endianess issues in IBM newemac driver

[PATCH] Globally s/struct irq_host/struct irq_domain/
 2010-10-05  7:25 UTC  (6+ messages)

[PATCH v6 0/8] ptp: IEEE 1588 hardware clock support
 2010-10-02  1:44 UTC  (53+ messages)
` [PATCH 1/8] posix clocks: introduce a syscall for clock tuning
` [PATCH 2/8] posix clocks: dynamic clock ids
` [PATCH 3/8] posix clocks: introduce a sysfs presence
  ` [PATCH 4/8] ptp: Added a brand new class driver for ptp clocks
` [PATCH 5/8] ptp: Added a simulated PTP hardware clock
` [PATCH 6/8] ptp: Added a clock that uses the eTSEC found on the MPC85xx
` [PATCH 7/8] ptp: Added a clock driver for the IXP46x
` [PATCH 8/8] ptp: Added a clock driver for the National Semiconductor PHYTER

[RFC] irq: Migrate powerpc virq subsystem into generic code
 2010-10-02  1:02 UTC  (5+ messages)

[PATCH 1/7] of: GPIO: Fix OF probing on little-endian systems
 2010-09-29  7:33 UTC  (10+ messages)
      ` [PATCH 2/7] of: MTD: "
          ` [PATCH 3/7] of: Fix uart16550 initialization "
              ` [PATCH 4/7] net: emaclite: Add support for little-endian platforms

resend-- RFC: representation of CPUs/threads in device trees
 2010-09-29  3:08 UTC  (9+ messages)
  ` [Power.org:parch] cpu nodes and Power ISA categories

[PATCH 1/9] ibm_newemac: use free_netdev(netdev) instead of kfree()
 2010-09-27  1:54 UTC  (2+ messages)

[PATCH 3/7] Samsung: SMDKV210 - Add basic Device Tree Support This patch enables the SMDKV210 to boot using the device tree method. The board initialisation routines are moved to a seperate file for device tree probing.When device tree is not ena
 2010-09-24  7:33 UTC 

[PATCH 1/7] Samsung: SMDKV210 Added Basic DTS file The DTS file which descibes the SMDKV210 board is introduced. Support for VIC, Tiner and Uart are enabled at present
 2010-09-24  4:51 UTC  (3+ messages)

[PATCH 7/7] Samsung: Probe the serial driver using Device tree
 2010-09-23 20:11 UTC  (2+ messages)

[PATCH 6/7] Samsung:SMDKV210: Init Uart Using Device Tree
 2010-09-23 20:02 UTC  (2+ messages)

[PATCH 5/7] Samsung: SMDKV210: Init Timer Using Device tree
 2010-09-23 20:01 UTC  (2+ messages)

[PATCH 4/7] Samsung: SMDKV210 Init VIC using Device Tree
 2010-09-23 20:00 UTC  (2+ messages)

[PATCH 3/7] Samsung: SMDKV210 - Add basic Device Tree Support This patch enables the SMDKV210 to boot using the device tree method. The board initialisation routines are moved to a seperate file for device tree probing.When device tree is not enabled, the board boots with the normal boot mechanism
 2010-09-23 19:51 UTC  (2+ messages)

[PATCH] Fix the Kernel Crash if Initrd is not passed in Device tree
 2010-09-23 19:16 UTC  (2+ messages)

Regarding hw irq to Linux irq mapping on ARM
 2010-09-22 11:52 UTC  (11+ messages)

[PATCH v5 0/5] ptp: IEEE 1588 clock support
 2010-09-22 10:14 UTC  (15+ messages)
` [PATCH 1/5] ptp: Added a brand new class driver for ptp clocks

[PATCH] ARM: Fix device tree blob corruption
 2010-09-22  3:13 UTC  (2+ messages)

[PATCH 2/2] x86: of: define irq functions to allow drivers/of/* to build on x86
 2010-09-21 19:27 UTC  (11+ messages)

[PATCH] Add merging of labelled subnodes. This patch allows the following
 2010-09-21 15:17 UTC  (2+ messages)

[grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org: Re: [PATCH] Add merging of labelled subnodes. This patch allows the following]
 2010-09-20 22:33 UTC  (3+ messages)

[dtc] Remove another bashism from run_tests.sh
 2010-09-20 14:33 UTC  (2+ messages)

[PATCH 2/7] Serial: Samsung: Fix uart clock init order The clk_get API returns -ENOENT when invoked from s3c24xx_serial_initconsole. This happens since the serial_console gets registered before the platform driver is registered.Defer the call to clk_get to s3c24xx_serial_probe so that the API returns a valid clock. Signed-off-by: Shaju Abraham <shaju.abraham-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 2010-09-20 14: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