devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-04 09:10:27 to 2011-07-08 14:30:15 UTC [more...]

[RFC PATCH 00/11] Full device tree support for ARM Versatile
 2011-07-08 14:30 UTC  (3+ messages)
` [RFC PATCH 09/11] arm/dt: Add dt machine definition

[PATCH 0/6] Add device tree support for imx spi driver
 2011-07-08 12:33 UTC  (9+ messages)
  ` [PATCH 1/6] ARM: mxc: remove unnecessary header file inclusion from gpio.h
  ` [PATCH 2/6] spi/imx: use soc name in spi device type naming scheme
  ` [PATCH 3/6] spi/imx: copy gpio number passed by platform data into driver private data
  ` [PATCH 4/6] dt: add helper function to read u32 arrays
  ` [PATCH 5/6] dt: add empty of_property_read_u32[_array] for non-dt
  ` [PATCH 6/6] spi/imx: add device tree probe support

[PATCH v3 0/3] Add device tree probe for imx/mxc gpio
 2011-07-08 10:36 UTC  (10+ messages)
  ` [PATCH v3 1/3] gpio/mxc: get rid of the uses of cpu_is_mx()
  ` [PATCH v3 2/3] ARM: mxc: use ARCH_NR_GPIOS to define gpio number
  ` [PATCH v3 3/3] gpio/mxc: add device tree probe support

[PATCH] ARM: mmp: remove SPARSE_IRQ for mmp
 2011-07-08 10:20 UTC  (12+ messages)
` [PATCH] ARM: mmp: remove builtin gpio driver support
  ` [PATCH] ARM: mmp: parse irq from DT
    ` [PATCH] ARM: mmp: support OF by default
      ` [PATCH] tty: serial: support device tree in pxa
        ` [PATCH] tty: serial: check ops before registering console
          ` [PATCH] i2c: pxa: create dynamic platform device from device tree
            ` [PATCH] of: add devicetree API for regulator
              ` [PATCH] regulator: convert devicetree to platform data on max8649
                ` [PATCH] mfd: convert devicetree to platform data on max8925
                  ` [PATCH] mfd: convert devicetree to platform on 88pm860x
                    ` [PATCH] ARM: mmp: add DTS file

[PATCH v5 0/3] ARM: CSR: Adding CSR SiRFprimaII platform
 2011-07-08  9:40 UTC  (4+ messages)
` [PATCH v5 1/3] ARM: CSR: Adding CSR SiRFprimaII board support
` [PATCH v5 2/3] ARM: CSR: mapping early DEBUG_LL uart
` [PATCH v5 3/3] ARM: CSR: initializing L2 cache

[PATCH v2 0/5] Add basic device support for imx51 babbage
 2011-07-08  9:36 UTC  (3+ messages)
` [PATCH v2 1/5] dt: add of_alias_scan and of_alias_get_id

[PATCH 1/2] dt: add helper function to read u32 arrays
 2011-07-08  1:45 UTC  (8+ messages)
` [PATCH v4 2/2] ARM: l2x0: Add OF based initialization

[PATCH] dt: bindings: move SEC node under new crypto/
 2011-07-07 19:51 UTC  (2+ messages)

[RFC PATCH 0/5] OMAP: I2C: Add device tree support
 2011-07-07 18:28 UTC  (19+ messages)
` [RFC PATCH 1/5] OMAP3:I2C: Add device tree nodes for beagle board
` [RFC PATCH 2/5] OMAP4:I2C: Add device tree nodes for panda board
` [RFC PATCH 3/5] OMAP3: Beagle: Update beagle board file to use DT
` [RFC PATCH 4/5] OMAP4: Panda: Update panda "
` [RFC PATCH 5/5] OMAP: I2C: Convert I2C driver to use device tree

[PATCH v4 0/3] ARM: CSR: Adding CSR SiRFprimaII platform
 2011-07-07 13:46 UTC  (9+ messages)
` [PATCH v4 1/3] ARM: CSR: Adding CSR SiRFprimaII board support
` [PATCH v4 2/3] ARM: CSR: mapping early DEBUG_LL uart
` [PATCH v4 3/3] ARM: CSR: initializing L2 cache

[PATCH v2 0/3] Add device tree probe for sdhci-esdhc-imx
 2011-07-07 11:33 UTC  (10+ messages)
` [PATCH v2 1/3] mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()
` [PATCH v2 2/3] mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: add device tree probe support

[PATCH v2 0/2] Add device tree probe for imx/mxc gpio
 2011-07-07 11:30 UTC  (10+ messages)
` [PATCH v2 1/3] gpio/mxc: get gpio range/base from gpio core
` [PATCH v2 2/3] gpio/mxc: get rid of the uses of cpu_is_mx()
` [PATCH v2 3/3] gpio/mxc: add device tree probe support

[PATCH 1/3] ARM: CSR: Adding CSR SiRFprimaII board support
 2011-07-07  2:26 UTC  (4+ messages)

[PATCH v3 0/4] Add device tree probe for sdhci-esdhc-imx
 2011-07-06 21:05 UTC  (7+ messages)
` [PATCH v3 1/4] mmc: sdhci-esdhc-imx: do not reference platform data after probe
` [PATCH v3 2/4] mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()
` [PATCH v3 3/4] mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host
` [PATCH v3 4/4] mmc: sdhci-esdhc-imx: add device tree probe support

[PATCH 0/9] Add dtget and dtput for access to fdt from build system
 2011-07-06 18:47 UTC  (18+ messages)
  ` [PATCH 1/9] Split out is_printable_string() into util.c
  ` [PATCH 2/9] Add dtget utility to read property values from device tree
  ` [PATCH 3/9] Add basic tests for dtget
  ` [PATCH 4/9] Add missing tests to .gitignore
  ` [PATCH 5/9] Add utilfdt for common functions, adjust dtget
  ` [PATCH 6/9] Add new dtput utility to write values to fdt
  ` [PATCH 7/9] Add some tests for dtput
  ` [PATCH 8/9] Add dtput to .gitignore
  ` [PATCH 9/9] dtput: Support adding strings with spaces

[PATCH 1/2] powerpc/5200: mpc5200b.dtsi: add spi node address- and size-cells properties
 2011-07-06 17:27 UTC  (3+ messages)

[PATCH RESEND v3 0/2] Add device tree probe support for tty/serial/imx
 2011-07-06 17:20 UTC  (3+ messages)
` [PATCH v3 1/2] serial/imx: get rid of the uses of cpu_is_mx1()
` [PATCH v3 2/2] serial/imx: add device tree probe support

[PATCH v3 0/2] Add device tree probe support for tty/serial/imx
 2011-07-06 16:50 UTC  (5+ messages)
` [PATCH v3 1/2] serial/imx: get rid of the uses of cpu_is_mx1()
` [PATCH v3 2/2] serial/imx: add device tree probe support

[PATCH v2 0/3] Add device tree probe support for imx fec driver
 2011-07-06 16:22 UTC  (14+ messages)
` [PATCH v2 1/3] dt/net: add helper function of_get_phy_mode
` [PATCH v2 2/3] net: ibm_newemac: convert it to use of_get_phy_mode
` [PATCH v2 3/3] net/fec: add device tree probe support
  ` [PATCH RESEND "

[PATCH v3] ARM: l2x0: Add OF based initialization
 2011-07-06 11:55 UTC  (5+ messages)

[PATCH v2] ARM: CSR: Adding CSR SiRFprimaII board support
 2011-07-06  7:40 UTC  (19+ messages)

[PATCH v2 0/2] Add device tree probe support for tty/serial/imx
 2011-07-06  6:57 UTC  (7+ messages)
` [PATCH v2 1/2] serial/imx: get rid of the uses of cpu_is_mx1()
` [PATCH v2 2/2] serial/imx: add device tree probe support

[PATCH 0/3] tegra: Use engineering names in DT compatible properties
 2011-07-06  5:55 UTC  (5+ messages)
` [PATCH 1/3] mmc/tegra: Use engineering names in DT compatible property
  ` [PATCH 2/3] ARM: tegra: "
  ` [PATCH 3/3] dt: docs: "

[PATCH] ARM: tegra: Harmony: Use engineering names in DT compatible property
 2011-07-06  5:50 UTC  (2+ messages)

[PATCH] i2c: tegra: Use engineering names in DT compatible property
 2011-07-06  5:39 UTC  (2+ messages)

[PATCH] spi/tegra: Use engineering names in DT compatible property
 2011-07-06  5:38 UTC  (2+ messages)

[PATCH] ARM: tegra: gpio: Use engineering names in DT compatible property
 2011-07-06  5:37 UTC  (2+ messages)

[PATCH 0/2] Add device tree probe for imx/mxc gpio
 2011-07-06  5:21 UTC  (16+ messages)
` [PATCH 1/2] gpio/mxc: get rid of the uses of cpu_is_mx()

[PATCH] tty/serial: tegra: Use engineering names in DT compatible property
 2011-07-05 20:07 UTC 

Tegra device name for device tree
 2011-07-05 18:29 UTC  (2+ messages)

[PATCH 0/3] Add device tree probe for sdhci-esdhc-imx
 2011-07-05 17:20 UTC  (5+ messages)
` [PATCH 3/3] mmc: sdhci-esdhc-imx: add device tree probe support

[PATCH 0/2] Add device tree probe support for tty/serial/imx
 2011-07-04 15:33 UTC  (14+ messages)
` [PATCH 1/2] serial/imx: get rid of the uses of cpu_is_mx1()
` [PATCH 2/2] serial/imx: add device tree probe support

[PATCH v2] DT: Use helper function to read u32 values
 2011-07-04 14:12 UTC 


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).