devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-28 23:51:19 to 2011-07-06 16:50:08 UTC [more...]

[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 v3 0/4] Add device tree probe for sdhci-esdhc-imx
 2011-07-06 16:47 UTC  (5+ 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 v3 0/3] Add device tree probe for imx/mxc gpio
 2011-07-06 16:37 UTC  (4+ 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 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 v2 0/3] Add device tree probe for sdhci-esdhc-imx
 2011-07-06 15:50 UTC  (9+ 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 1/3] ARM: CSR: Adding CSR SiRFprimaII board support
 2011-07-06 13:44 UTC  (3+ messages)

[PATCH v2 0/2] Add device tree probe for imx/mxc gpio
 2011-07-06 13:00 UTC  (9+ 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 v3] ARM: l2x0: Add OF based initialization
 2011-07-06 11:55 UTC  (5+ messages)

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

[PATCH v2] ARM: CSR: Adding CSR SiRFprimaII board support
 2011-07-06  7:40 UTC  (24+ 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  (19+ messages)
  ` [PATCH 1/2] gpio/mxc: get rid of the uses of cpu_is_mx()
  ` [PATCH 2/2] gpio/mxc: add device tree probe support

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

[PATCH 0/9] Add dtget and dtput for access to fdt from build system
 2011-07-05 19:02 UTC  (10+ 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

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  (9+ messages)
  ` [PATCH 1/3] mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()
  ` [PATCH 3/3] mmc: sdhci-esdhc-imx: add device tree probe support
` [PATCH 2/3] mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host

[PATCH 0/2] Add device tree probe support for tty/serial/imx
 2011-07-04 15:33 UTC  (17+ 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 

x86 FDT and bootloader
 2011-07-04  6:51 UTC  (2+ messages)

[PATCH] net/fec: add device tree probe support
 2011-07-04  6:38 UTC  (6+ messages)

[PATCH] dt: add helper functions to read u32 and string property values
 2011-07-04  5:47 UTC  (6+ messages)
              ` [PATCH] dt: add 'const' for of_property_read_string parameter **out_string

[PATCH v2 02/19] OpenRISC: Device tree
 2011-07-04  5:35 UTC  (6+ messages)

Device Trees
 2011-07-03 21:01 UTC 

[PATCH] DT: Use helper function to read u32 values
 2011-07-01 17:44 UTC  (4+ messages)

[PATCH] tty/serial: change of_serial to use new of_property_read_u32() api
 2011-07-01 16:32 UTC  (4+ messages)

[PATCH v3 RESEND] watchdog: Add driver for Altera Watchdog Timer
 2011-07-01  8:31 UTC  (4+ messages)

[PATCHv3 1/2] dt: document the of_serial bindings
 2011-06-30 18:38 UTC  (3+ messages)
` [PATCHv3 2/2] tty: of_serial: support for 32 bit accesses

[RFC PATCH 0/5] OMAP: I2C: Add device tree support
 2011-06-30 14:27 UTC  (7+ 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 v3 0/2] powerpc: define and implement MPIC message register support
 2011-06-30  4:19 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc: add support for MPIC message register API
    ` [openmcapi-dev] "

Converting i2c-omap driver to use device tree
 2011-06-29  4:53 UTC  (7+ messages)

[PATCH v3] i2c: Tegra: Add DeviceTree support
 2011-06-28 23:51 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).