devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-11 14:29:33 to 2013-02-13 22:58:44 UTC [more...]

[PATCH 0/4] Various PCI-related device tree helpers
 2013-02-13 22:58 UTC  (15+ messages)
` [PATCH 1/4] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH 3/4] of/pci: Add of_pci_get_bus() function
` [PATCH 4/4] of/pci: Add of_pci_parse_bus_range() function

[PATCH 0/7] ARM: dts: Add G2D DT nodes to Exynos4 machines
 2013-02-13 22:32 UTC  (4+ messages)
` [PATCH 7/7] ARM: dts: Add Samsung G2D DT bindings documentation

[PATCH 0/9] ARM: tegra: use new dtc+cpp feature
 2013-02-13 22:21 UTC  (11+ messages)
  ` [PATCH 1/9] ARM: dt: add header to define GPIO flags
  ` [PATCH 2/9] ARM: dt: add header to define IRQ flags
  ` [PATCH 3/9] ARM: dt: create a DT header for the GIC
  ` [PATCH 4/9] ARM: tegra: device tree whitespace cleanup
  ` [PATCH 5/9] ARM: tegra: fix sort order of USB PHY nodes
  ` [PATCH 6/9] ARM: tegra: use pre-processor for all device trees
  ` [PATCH 7/9] ARM: tegra: create a DT header defining GPIO IDs
  ` [PATCH 8/9] ARM: tegra: convert device tree files to use GPIO defines
  ` [PATCH 9/9] ARM: tegra: convert device tree files to use IRQ defines

[PATCH v1 1/4] i2c: mux: Add i2c-arbitrator 'mux' driver
 2013-02-13 21:02 UTC  (4+ messages)

[PATCH 4/4] serial/arc-uart: switch to devicetree based probing
 2013-02-13 20:47 UTC  (4+ messages)

[PATCH v4 00/10] Device tree support for Exynos SoC camera subsystem
 2013-02-13 20:42 UTC  (11+ messages)
` [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

[PATCH v2 0/6] Add ChromeOS Embedded Controller support
 2013-02-13 20:02 UTC  (5+ messages)
  ` [PATCH v2 2/6] mfd: Add ChromeOS EC implementation
` [PATCH v2 6/6] Input: Add ChromeOS EC keyboard driver

[PATCH v2 0/5] Reset controller API to reset IP modules on i.MX5 and i.MX6
 2013-02-13 17:34 UTC  (9+ messages)
  ` [PATCH v2 1/8] dt: describe base reset signal binding
  ` [PATCH v2 2/8] reset: Add reset controller API
  ` [PATCH v2 3/8] ARM i.MX6q: Add GPU, VPU, IPU, and OpenVG resets to System Reset Controller (SRC)
  ` [PATCH v2 4/8] ARM i.MX6q: Link system reset controller (SRC) to IPU in DT
  ` [PATCH v2 5/8] staging: drm/imx: Use SRC to reset IPU
  ` [PATCH v2 6/8] ARM i.MX5: Add System Reset Controller (SRC) support for i.MX51 and i.MX53
  ` [PATCH v2 7/8] ARM i.MX5: Add system reset controller (SRC) to i.MX51 and i.MX53 device tree
  ` [PATCH v2 8/8] reset: Add driver for gpio-controlled reset pins

Use of of_parse_phandle()/of_node_put()
 2013-02-13 17:02 UTC  (4+ messages)

[PATCH 3/5] arm: dts: omap4-panda: Add I2c pinctrl data
 2013-02-13 16:40 UTC  (4+ messages)

[PATCH] Added license header to dtc/libfdt/fdt.h and libfdt_env.h
 2013-02-13 16:32 UTC 

[PATCH v3 00/13] mmc: core and driver DT and related development
 2013-02-13 15:59 UTC  (5+ messages)
` [PATCH v3 06/13] mmc: tmio-mmc: define device-tree bindings

[PATCH v9 0/4] Add generic driver for on-chip SRAM
 2013-02-13 15:46 UTC  (5+ messages)
` [PATCH v9 1/4] genalloc: add devres support, allow to find a managed pool by device
` [PATCH v9 2/4] misc: Generic on-chip SRAM allocation driver
  ` [PATCH v9 3/4] media: coda: use genalloc API
  ` [PATCH v9 4/4] ARM: dts: add sram for imx53 and imx6q

Making a Release
 2013-02-13 15:36 UTC 

[RFC 1/1] ARM: omap2: gpmc: Move binding documentation to memory-controller
 2013-02-13 15:13 UTC 

[PATCH v3] gpio: Add device driver for GRGPIO cores and support custom accessors with gpio-generic
 2013-02-13 14:13 UTC  (3+ messages)

[PATCH] of: spi: Return error from of_spi_register_master on bad "cs-gpios" property
 2013-02-13 13:23 UTC 

[PATCH] spi: Initialize cs_gpio and cs_gpios with -ENOENT
 2013-02-13 13:20 UTC 

[PATCH v2] gpio: mcp23s08: convert driver to DT
 2013-02-13 12:51 UTC  (4+ messages)

[PATCH v8 0/7] watchdog: dt: add support for the timeout-sec dt property
 2013-02-13 12:22 UTC  (8+ messages)
  ` [PATCH v8 1/7] watchdog: core: add and use watchdog_is_valid_timeout function
  ` [PATCH v8 2/7] watchdog: core: dt: add support for the timeout-sec dt property
  ` [PATCH v8 3/7] watchdog: orion_wdt: add timeout-sec property binding
  ` [PATCH v8 4/7] watchdog: pnx4008: "
  ` [PATCH v8 5/7] watchdog: s3c2410_wdt: "
  ` [PATCH v8 6/7] watchdog: at91sam9_wdt: "
  ` [PATCH v8 7/7] watchdog: orion_wdt: move the min_timeout initialization

[PATCH] of: dma.c: fix memory leakage
 2013-02-13 11:26 UTC  (5+ messages)

[PATCH] of: dma: protect list write operation by spin_lock
 2013-02-13 10:48 UTC  (7+ messages)

[PATCH v7 0/6] watchdog: dt: add support for the timeout-sec dt property
 2013-02-13 10:32 UTC  (6+ messages)
` [PATCH v7 1/6] watchdog: core: "

[PATCH] of: Fix locking when calling of_get_next_available_child()
 2013-02-13 10:08 UTC  (6+ messages)

[PATCH v3 0/5] of: Add helper for counting phandle refernces
 2013-02-13 10:00 UTC  (8+ messages)
` [PATCH v3 1/5] of/selftest: Fix GPIOs selftest to cover the 7th case
` [PATCH v3 2/5] of/selftest: Use selftest() macro throughout
  ` [PATCH v3 3/5] of/base: Clean up exit paths for of_parse_phandle_with_args()
  ` [PATCH v3 4/5] of: Create function for counting number of phandles in a property
` [PATCH v3 5/5] gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()

[PATCH 5/5] arm: dts: omap5-evm: Add mcspi data
 2013-02-13  9:28 UTC 

[PATCH 4/5] arm: dts: omap5: add SPI devices to OMAP5 DeviceTree file
 2013-02-13  9:28 UTC 

[PATCH 2/5] arm: dts: omap5-evm: Add I2c pinctrl data
 2013-02-13  9:28 UTC 

[PATCH 1/5] arm: dts: omap4-sdp: Add I2c pinctrl data
 2013-02-13  9:28 UTC 

[PATCH 0/5] omap[4/5] I2c/Spi dts patches
 2013-02-13  9:28 UTC 

[PATCH v2 0/4] ARM: mvebu: Add support for SPI flash devices in Armada 370/XP
 2013-02-13  9:24 UTC  (4+ messages)

[PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250
 2013-02-13  9:09 UTC  (4+ messages)

[PATCH v6 05/12] iommu/exynos: support for device tree
 2013-02-13  5:33 UTC  (5+ messages)

[PATCH V4 0/5] Add generic DMA DT binding support
 2013-02-13  4:22 UTC  (3+ messages)

[PATCH 1/9] sh-pfc: Add OF support
 2013-02-13  3:29 UTC 

[PATCH 0/5] Add ChromeOS Embedded Controller support
 2013-02-13  1:40 UTC  (3+ messages)

[RFC][PATCH 0/2 v2] ASoC: simple-card: add Device Tree support
 2013-02-13  1:13 UTC  (23+ messages)
        ` [RFC][PATCH 2/2 "
                      ` [RFC][PATCH 2/2 v3] "
                              ` [RFC][PATCH 0/3 v4] "
                                ` [PATCH 1/3] ASoC: use list_add_tail() instead of list_add() for platform/codec/dai list
                                ` [PATCH 2/3] ASoC: add snd_soc_of_get_port_dai_name()
                                ` [PATCH 3/3 v4] ASoC: simple-card: add Device Tree support
                                  ` [PATCH 3/3 v5] "

[PATCH] kbuild: limit dtc+cpp include path
 2013-02-12 23:09 UTC  (2+ messages)

[PATCHv1] crypto: caam - Added property fsl,sec-era in SEC4.0 device tree binding
 2013-02-12 20:04 UTC  (2+ messages)
` [PATCHv1] crypto: caam - Added property fsl, sec-era "

[PATCH -next] powerpc/85xx: use for_each_compatible_node() macro
 2013-02-12 20:02 UTC  (2+ messages)

[PATCH V8] kbuild: create a rule to run the pre-processor on *.dts files
 2013-02-12 19:27 UTC  (8+ messages)

[PATCH v8 0/4] Add generic driver for on-chip SRAM
 2013-02-12 18:09 UTC  (5+ messages)
` [PATCH v8 2/4] misc: Generic on-chip SRAM allocation driver

Devicetree node to turn off LCD when backlight is 'disabled'
 2013-02-12 18:05 UTC  (5+ messages)

[PATCH v2 0/6] of, of_gpio, of_spi: Bugfix and improve of_parse_phandle_with_args, of_gpio_named_count and of_spi_register_master
 2013-02-12 18:01 UTC  (9+ messages)
` [PATCH v2 5/6] of_spi: Add fetching of of_gpio flags to of_spi_register_master
` [PATCH v2 6/6] of_spi: Initialize cs_gpios and cs_gpio with -EEXIST

[PATCH V2 1/3] of/selftest: Fix GPIOs selftest to cover the 7th case
 2013-02-12 17:59 UTC  (3+ messages)
` [PATCH V2 2/3] of: Create function for counting number of phandles in a property
  ` [PATCH V2 3/3] gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()

[PATCH] ARM: tegra: remove clock-frequency properties from serial nodes
 2013-02-12 17:47 UTC  (2+ messages)

[PATCH v2 1/2] [media] s5p-g2d: Add DT based discovery support
 2013-02-12 17:30 UTC  (7+ messages)
` [PATCH v2 2/2] drm/exynos: Add device tree based discovery support for G2D
      ` [PATCH "

[PATCH] of: Create function for counting number of phandles in a property
 2013-02-12 17:28 UTC  (5+ messages)

[PATCH v7 00/10] DMA Engine support for AM33XX
 2013-02-12 16:38 UTC  (3+ messages)
` [PATCH v7 07/10] dmaengine: add dma_request_slave_channel_compat()

I2C and devicetrees
 2013-02-12 16:34 UTC  (4+ messages)

Reg:Trying to get the ADC working on the Beaglebone with 3.8 kernel
 2013-02-12 14:50 UTC  (4+ messages)

RFC: Static memory controller node description
 2013-02-12 13:52 UTC  (4+ messages)

[PATCH] ARM: dts: omap3-devkit8000: Enable audio support
 2013-02-12 12:21 UTC 

[PATCH] pinctrl: pinctrl-single: fix the binding documentation
 2013-02-12 12:13 UTC  (2+ messages)

[PATCH 12/12] clocksource: samsung-time: Add Device Tree support
 2013-02-12 11:06 UTC  (4+ messages)

[PATCH v3 0/3] Add DT support for davinci_mmc driver
 2013-02-12 11:00 UTC  (5+ messages)
` [PATCH v3 1/3] mmc: davinci_mmc: add DT support
` [PATCH v3 2/3] ARM: davinci: da850: add mmc DT entries
` [PATCH v3 3/3] ARM: davinci: da850: override mmc DT node device name

[PATCH V4] i2c: add bcm2835 driver
 2013-02-12 10:34 UTC  (2+ messages)

[PATCH V3] i2c: add bcm2835 driver
 2013-02-12 10:27 UTC  (4+ messages)

[PATCH 1/2] ARM: OMAP2+: Allow clock alias provision from device tree
 2013-02-12  7:47 UTC  (5+ messages)
  ` [PATCH 2/2] ARM: dts: omap4-panda: Add clock alias for USB PHY

[PATCH v2 0/3] Add DT support for davinci_mmc driver
 2013-02-12  6:21 UTC  (6+ messages)
` [PATCH v2 1/3] ARM: davinci: da850: override mmc DT node device name
` [PATCH v2 2/3] mmc: davinci_mmc: add DT support

Sound record on Devkit8000 with DT boot issue
 2013-02-12  3:20 UTC  (5+ messages)

Fwd:
 2013-02-12  0:14 UTC 

[PATCH] of: fix recursive locking in of_get_next_available_child()
 2013-02-11 22:39 UTC  (2+ messages)

[PATCH next] OF: convert devtree lock from rw_lock to raw spinlock
 2013-02-11 22:29 UTC  (8+ messages)
` [PATCH next v2] "

[PATCH 1/2] powerpc/5200: Add Lite5200 on-board LEDs as devices
 2013-02-11 21:55 UTC  (4+ messages)
` [PATCH 2/2] powerpc/5200: Use the gpt* labels to simplify mpc5200 dts files

[PATCH V4 0/4] input: keyboard: tegra: cleanups and DT supports
 2013-02-11 21:36 UTC  (3+ messages)
` [PATCH V4 3/4] input: keyboard: tegra: add support for rows/cols configuration from dt

[PATCH 0/3] omap_hsmmc DT DMA Client support
 2013-02-11 17:34 UTC  (2+ messages)

[PATCH RFC 0/7] ARM: OMAP: add DT binding for gpmc-smsc911x
 2013-02-11 14:29 UTC  (4+ messages)
` [PATCH RFC 2/7] net: smsc911x: add pinctrl support


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