devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-28 20:56:57 to 2013-07-02 15:32:29 UTC [more...]

[PATCH v2 0/9] wilink: add device tree support
 2013-07-02 15:32 UTC  (14+ messages)
` [PATCH v2 3/9] wlcore: remove pwr_in_suspend from platform data
  ` [PATCH v2 1/9] wl1251: split wl251 platform data to a separate structure
  ` [PATCH v2 2/9] wlcore: use irq_flags in pdata instead of hiding it behind a quirk
  ` [PATCH v2 4/9] wl12xx: use frequency instead of enumerations for pdata clocks
  ` [PATCH v2 6/9] wlcore: add initial device tree support to the sdio module
` [PATCH v2 5/9] wlcore: always use one-shot IRQ
` [PATCH v2 7/9] wlcore: sdio: add wilink clock providers
` [PATCH v2 8/9] wlcore: sdio: get clocks from device tree
` [PATCH v2 9/9] wlcore/wl12xx: check if we got correct clock data from DT

[PATCH 0/4]iio: STMicroelectronics DT and event support
 2013-07-02 15:28 UTC  (7+ messages)
  ` [PATCH 1/4] iio: st_sensors: Add DT bindings for st_accel and st_gyro
  ` [PATCH 2/4] iio: st_sensors: Add threshold events support
  ` [PATCH 3/4] iio: accel: Add event subsystem to st_accel driver
  ` [PATCH 4/4] iio: lps331ap: Add support for DT

[PATCHv3 0/3] Add support for the Nuvoton NAU7802 ADC to the cfa10049
 2013-07-02 14:06 UTC  (7+ messages)
` [PATCHv3 2/3] ARM: mxs: cfa10049: Switch bus i2c1 to bitbanging

[PATCH v1 0/3] extend stmmac DT support
 2013-07-02 13:04 UTC  (4+ messages)
  ` [PATCH v1 1/3] dt:net:stmmac: Allocate platform data only if its NULL
` [PATCH v1 2/3] dt:net:stmmac: Add support to dwmac version 3.610 and 3.710
` [PATCH v1 3/3] dt:net:stmmac: Add dt specific phy reset callback support

[PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes
 2013-07-02 11:32 UTC  (5+ messages)
` [PATCH v4 1/4] mtd:nand:omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
` [PATCH v4 2/4] ARM: OMAP2+: cleaned-up DT support of various ECC schemes
` [PATCH v4 3/4] mtd:nand:omap2: updated support for BCH4 ECC scheme
` [PATCH v4 4/4] ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt

[PATCH 0/2] ARM: mvebu: fixes for v3.11
 2013-07-02 10:54 UTC  (3+ messages)
  ` [PATCH 1/2] ARM: remove dmacap,memset from Device tree binding
` [PATCH 2/2] ARM: orion5x: add missing mbus include

[PATCH -next] spi: tegra114: remove redundant dev_err call in tegra_spi_probe()
 2013-07-02  9:50 UTC  (2+ messages)

[PATCH 1/4] MFD: Add TPS659038 documentation under Palmas
 2013-07-02  9:42 UTC  (3+ messages)

[PATCH 3/4] regulators: Add TPS659038 documentation under Palmas
 2013-07-02  9:41 UTC  (2+ messages)

[PATCH] ASoC: mop500: add .owner to struct snd_soc_card
 2013-07-02  9:25 UTC 

[RFC PATCH 00/13] audio support for at91sam9x5ek board
 2013-07-02  9:11 UTC  (20+ messages)
` [RFC PATCH 01/13] misc: atmel_ssc: add device tree DMA support
` [RFC PATCH 03/13] ARM: at91: DTS: sam9x5: add clock for SSC DT entry
` [RFC PATCH 05/13] ARM: AT91: DTS: sam9x5ek: add WM8731 codec
  ` [RFC PATCH 02/13] misc: atmel_ssc: keep the count of pdev->id
  ` [RFC PATCH 04/13] ARM: at91: DTS: sam9x5: add SSC DMA parameters
  ` [RFC PATCH 06/13] ARM: AT91: DTS: sam9x5ek: add sound configuration
  ` [RFC PATCH 07/13] ARM: AT91: DTS: sam9x5ek: enable SSC
` [RFC PATCH 08/13] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards
` [RFC PATCH 09/13] sound: atmel-pcm: don't return ok if pcm-dma is not implemented
` [RFC PATCH 10/13] sound: atmel_ssc_dai: PM: actually stopping clock on suspend/resume
` [RFC PATCH 11/13] sound: atmel-pcm-dma: check pointer before dereference
` [RFC PATCH 12/13] sound: wm8731: rework power management
` [RFC PATCH 13/13] sound: codec: wm8371: correct capture line/mic

[PATCH V4 4/4] video: exynos_dp: Use the generic PHY driver
 2013-07-02  8:42 UTC 

[PATCH V4 3/4] video: exynos_dp: remove non-DT support for Exynos Display Port
 2013-07-02  8:41 UTC 

[PATCH V4 2/4] phy: Add driver for Exynos DP PHY
 2013-07-02  8:40 UTC 

[PATCH V4 1/4] ARM: dts: Add DP PHY node to exynos5250.dtsi
 2013-07-02  8:39 UTC 

[PATCH V4 0/4] Generic PHY driver for the Exynos SoC DP PHY
 2013-07-02  8:38 UTC 

[PATCH -next] net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_probe()
 2013-07-02  8:10 UTC  (4+ messages)

[PATCH 0/4] Add PCI Express to i.MX6
 2013-07-02  8:09 UTC  (14+ messages)
` [PATCH 1/4] ARM i.MX6q: Add descriptors for LVDS clocks
` [PATCH 2/4] ARM: Enable PCI Express on ARM
` [PATCH 3/4] PCI: Add driver for i.MX6 PCI Express
` [PATCH 4/4] ARM i.MX6: Add PCI Express to device tree

[PATCH RFC 0/3] extend stmmac DT support
 2013-07-02  8:04 UTC  (9+ messages)
` [PATCH RFC 1/3] dt:net:stmmac: Allocate platform data only if its NULL
` [PATCH RFC 2/3] dt:net:stmmac: Add support to dwmac version 3.610 and 3.710
` [PATCH RFC 3/3] dt:net:stmmac: Add dt specific phy reset callback support

[PATCH V3 3/3] video: exynos_dp: Use the generic PHY driver
 2013-07-02  7:05 UTC  (5+ messages)

[PATCH V3 2/3] phy: Add driver for Exynos DP PHY
 2013-07-02  6:58 UTC  (3+ messages)

[PATCH 0/4] rtc: omap: handle rtc wakeup support in driver
 2013-07-02  6:19 UTC  (21+ messages)
` [PATCH 1/4] rtc: omap: restore back (hard-code) wakeup support
` [PATCH 2/4] davinci: da8xx/omap-l1: Remove hard coding of rtc device wakeup
` [PATCH 3/4] rtc: omap: add rtc wakeup support to alarm events
` [PATCH 4/4] ARM: dts: AM33XX: update rtc node compatibility

[PATCH] leds: Add device tree binding for pca9633
 2013-07-02  6:06 UTC  (6+ messages)

[PATCH v2] of: Specify initrd location using 64-bit
 2013-07-02  4:17 UTC  (3+ messages)

[PATCH -next] [SCSI] ufshcd-pltfrm: remove redundant dev_err call in ufshcd_pltfrm_probe()
 2013-07-02  0:45 UTC 

[RFC] wlcore: sdio: add wilink clock providers
 2013-07-01 20:55 UTC  (3+ messages)

[PATCH] of/platform: Staticize of_platform_device_create_pdata()
 2013-07-01 19:26 UTC 

binding for nvec mfd device
 2013-07-01 15:36 UTC  (4+ messages)

[PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board
 2013-07-01 15:22 UTC  (14+ messages)
` [PATCH v3 01/13] ARM: dts: Correct camera pinctrl nodes for Exynos4x12 SoCs
` [PATCH v3 02/13] ARM: dts: Add pinctrl entries for Exynos4x12 FIMC-IS peripherals
` [PATCH v3 03/13] ARM: dts: Add ISP power domain node for Exynos4x12
` [PATCH v3 04/13] ARM: dts: Use generic DMA bindings for Exynos4 SPI devices
` [PATCH v3 05/13] ARM: dts: Add camera subsystem device nodes to exynos4.dtsi
` [PATCH v3 06/13] ARM: dts: Add camera subsystem nodes to exynos4x12.dtsi
` [PATCH v3 07/13] ARM: dts: Add AK8975 device node for Exynos4412 TRATS2 board
` [PATCH v3 08/13] ARM: dts: Add camera device nodes "
` [PATCH v3 09/13] ARM: dts: Add camera device nodes for Exynos4210 SoCs
` [PATCH v3 10/13] ARM: dts: Add FIMC nodes for Exynos4210 Trats board
` [PATCH v3 11/13] ARM: dts: Add Exynos4210 SoC camera port pinctrl nodes
` [PATCH v3 12/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board
` [PATCH v3 13/13] ARM: dts: Add MIPI PHY node to exynos4.dtsi

[PATCH] of: Specify initrd location using 64-bit
 2013-07-01 13:58 UTC  (12+ messages)

[PATCH] Documentation: dt: bindings: TI WiLink modules
 2013-07-01 12:39 UTC  (11+ messages)

[PATCH] ASoC: Add PCM1681 codec driver
 2013-07-01 12:37 UTC  (2+ messages)
` [alsa-devel] "

[PATCH V3 0/2] Add DT support for tps6507x touchscreen
 2013-07-01 11:10 UTC  (7+ messages)
` [PATCH V3 1/2] tps6507x-ts: Add DT support

[PATCH 1/3] i2c: exynos5: add High Speed I2C controller driver
 2013-07-01 10:25 UTC  (4+ messages)
` [PATCH v10] "

[PATCH v3 0/5] ARM: dts: imx27 Phytec phyCARD-S
 2013-07-01  9:30 UTC  (5+ messages)
` [PATCH v3 2/5] ARM: dts: imx27: Add imx framebuffer device

[PATCH] tty: serial: Add initial MSM UART High Speed Lite driver
 2013-07-01  9:11 UTC 

[PATCH 1/2] ARM: dts: mx53qsb: Enable VPU support
 2013-07-01  7:07 UTC 

[PATCH v3 0/5] Generic PHY driver for the Exynos SoC MIPI CSI-2/DSI DPHYs
 2013-07-01  5:24 UTC  (7+ messages)
` [PATCH v3 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

[PATCH V3 1/3] ARM: dts: Add DP PHY node to exynos5250.dtsi
 2013-07-01  5:23 UTC 

[PATCH V3 0/3] Generic PHY driver for the Exynos SoC DP PHY
 2013-07-01  5:22 UTC 

[PATCH V2 1/3] phy: Add driver for Exynos DP PHY
 2013-07-01  1:08 UTC  (3+ messages)

[PATCH 3/3] video: exynos_dp: Use the generic PHY driver
 2013-07-01  0:35 UTC  (5+ messages)

[PATCH v2 2/2] media: i2c: tvp7002: add OF support
 2013-06-30 15:57 UTC  (2+ messages)

[PATCH RFC v3] media: OF: add video sync endpoint property
 2013-06-30 15:53 UTC  (2+ messages)

[PATCH v1 00/12] input: keypad-matrix: doc update, hw separation, polling, binary columns
 2013-06-30 12:03 UTC  (23+ messages)
` [PATCH v1 01/12] input: matrix-keypad: update devicetree binding doc
` [PATCH v1 04/12] input: matrix-keypad: push/pull, separate polarity
` [PATCH v1 08/12] input: keypad-matrix: tell GPIO pins from matrix lines

[PATCH 1/1] of/documentation: Update s5m8767-regulator bindings document
 2013-06-30  5:01 UTC  (5+ messages)

[PATCH v2 1/6] GPIO: xilinx: Simplify driver probe function
 2013-06-29 23:21 UTC  (7+ messages)
` [PATCH v2 6/6] DT: Add documentation for gpio-xilinx

[PATCH v5 00/12] MBus DT binding: A new hope
 2013-06-29 20:11 UTC  (14+ messages)
  ` [PATCH v5 01/12] bus: mvebu-mbus: Factor out initialization details
  ` [PATCH v5 02/12] bus: mvebu-mbus: Introduce device tree binding
  ` [PATCH v5 03/12] bus: mvebu-mbus: Add static window allocation to the DT binding
  ` [PATCH v5 04/12] ARM: mvebu: Initialize MBus using "
  ` [PATCH v5 05/12] ARM: mvebu: Remove the harcoded BootROM window allocation
  ` [PATCH v5 06/12] memory: mvebu-devbus: Remove address decoding window workaround
  ` [PATCH v5 07/12] ARM: mvebu: Use the preprocessor on Armada 370/XP device tree files
  ` [PATCH v5 08/12] ARM: mvebu: Add MBus to Armada 370/XP device tree
  ` [PATCH v5 09/12] ARM: mvebu: Add BootROM "
  ` [PATCH v5 10/12] ARM: mvebu: Relocate Armada 370/XP DeviceBus device tree nodes
  ` [PATCH v5 11/12] ARM: mvebu: Relocate Armada 370 PCIe "
  ` [PATCH v5 12/12] ARM: mvebu: Relocate Armada XP "

[PATCH 0/4] Add SMP support for MSM8660, MSM8960 and MSM8974
 2013-06-28 23:26 UTC  (4+ messages)
` [PATCH 2/4] ARM: msm: Re-organize platsmp to make it extensible
` [PATCH 3/4] ARM: msm: Add SMP support for 8960
` [PATCH 4/4] ARM: msm: Add support for 8974 SMP

[PATCH 0/2] ARM: bcm281xx: Board specific reboot code
 2013-06-28 21:07 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ARM: bcm281xx: DT changes for "

[PATCH 0/4] ARM: OMAP5 and DRA7 clock data
 2013-06-28 21:04 UTC  (5+ messages)
` [PATCH 2/4] ARM: OMAP5: clockdomain data: add init file for omap54xx
` [PATCH 4/4] ARM: DRA7: clockdomain data: add init file for dra7


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