devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-08 02:16:22 to 2019-02-08 17:34:58 UTC [more...]

[PATCH v2 00/33] ARM: davinci: modernize the irq support
 2019-02-08 17:34 UTC  (34+ messages)
` [PATCH v2 01/33] ARM: davinci: remove intc_host_map from davinci_soc_info struct
` [PATCH v2 02/33] ARM: davinci: aintc: use irq domain
` [PATCH v2 03/33] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER
` [PATCH v2 04/33] ARM: davinci: remove davinci_intc_type
` [PATCH v2 05/33] ARM: davinci: pull davinci_intc_base into the respective intc drivers
` [PATCH v2 06/33] ARM: davinci: wrap HW interrupt numbers with a macro
` [PATCH v2 07/33] ARM: davinci: select SPARSE_IRQ
` [PATCH v2 08/33] ARM: davinci: make irqs.h a local header
` [PATCH v2 09/33] ARM: davinci: aintc: drop GPL license boilerplate
` [PATCH v2 10/33] ARM: davinci: aintc: wrap davinci_irq_init() with a helper
` [PATCH v2 11/33] ARM: davinci: aintc: use a common prefix for symbols in the driver
` [PATCH v2 12/33] ARM: davinci: aintc: drop the 00 prefix from register offsets
` [PATCH v2 13/33] ARM: davinci: aintc: use readl/writel_relaxed()
` [PATCH v2 14/33] irqchip: davinci-aintc: add a new config structure
` [PATCH v2 15/33] ARM: davinci: aintc: use the new irqchip config structure in dm* SoCs
` [PATCH v2 16/33] ARM: davinci: aintc: use the new config structure
` [PATCH v2 17/33] ARM: davinci: aintc: move timer-specific irq_set_handler() out of irq.c
` [PATCH v2 18/33] ARM: davinci: aintc: remove unnecessary includes
` [PATCH v2 19/33] irqchip: davinci-aintc: move the driver to drivers/irqchip
` [PATCH v2 20/33] ARM: davinci: cp-intc: remove cp_intc.h
` [PATCH v2 21/33] ARM: davinci: cp-intc: add a wrapper around cp_intc_init()
` [PATCH v2 22/33] irqchip: davinci-cp-intc: add a new config structure
` [PATCH v2 23/33] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs
` [PATCH v2 24/33] ARM: davinci: cp-intc: use a common prefix for all symbols
` [PATCH v2 25/33] ARM: davinci: cp-intc: convert all hex numbers to lowercase
` [PATCH v2 26/33] ARM: davinci: cp-intc: use the new-style config structure
` [PATCH v2 27/33] ARM: davinci: cp-intc: improve coding style
` [PATCH v2 28/33] ARM: davinci: cp-intc: unify error handling
` [PATCH v2 29/33] ARM: davinci: cp-intc: use readl/writel_relaxed()
` [PATCH v2 30/33] ARM: davinci: cp-intc: drop GPL license boilerplate
` [PATCH v2 31/33] ARM: davinci: cp-intc: remove redundant comments
` [PATCH v2 32/33] irqchip: davinci-cp-intc: move the driver to drivers/irqchip
` [PATCH v2 33/33] ARM: davinci: remove intc related fields from davinci_soc_info

[PATCH 0/2] arm64: meson: g12a: enable peripheral clock controller
 2019-02-08 17:34 UTC  (4+ messages)
` [PATCH 1/2] arm64: meson: enable g12a "
` [PATCH 2/2] arm64: dts: meson: g12a: add peripheral "

[PATCH v2 00/33] ARM: davinci: modernize the irq support
 2019-02-08 17:31 UTC  (34+ messages)
` [PATCH v2 01/33] ARM: davinci: remove intc_host_map from davinci_soc_info struct
` [PATCH v2 02/33] ARM: davinci: aintc: use irq domain
` [PATCH v2 03/33] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER
` [PATCH v2 04/33] ARM: davinci: remove davinci_intc_type
` [PATCH v2 05/33] ARM: davinci: pull davinci_intc_base into the respective intc drivers
` [PATCH v2 06/33] ARM: davinci: wrap HW interrupt numbers with a macro
` [PATCH v2 07/33] ARM: davinci: select SPARSE_IRQ
` [PATCH v2 08/33] ARM: davinci: make irqs.h a local header
` [PATCH v2 09/33] ARM: davinci: aintc: drop GPL license boilerplate
` [PATCH v2 10/33] ARM: davinci: aintc: wrap davinci_irq_init() with a helper
` [PATCH v2 11/33] ARM: davinci: aintc: use a common prefix for symbols in the driver
` [PATCH v2 12/33] ARM: davinci: aintc: drop the 00 prefix from register offsets
` [PATCH v2 13/33] ARM: davinci: aintc: use readl/writel_relaxed()
` [PATCH v2 14/33] irqchip: davinci-aintc: add a new config structure
` [PATCH v2 15/33] ARM: davinci: aintc: use the new irqchip config structure in dm* SoCs
` [PATCH v2 16/33] ARM: davinci: aintc: use the new config structure
` [PATCH v2 17/33] ARM: davinci: aintc: move timer-specific irq_set_handler() out of irq.c
` [PATCH v2 18/33] ARM: davinci: aintc: remove unnecessary includes
` [PATCH v2 19/33] irqchip: davinci-aintc: move the driver to drivers/irqchip
` [PATCH v2 20/33] ARM: davinci: cp-intc: remove cp_intc.h
` [PATCH v2 21/33] ARM: davinci: cp-intc: add a wrapper around cp_intc_init()
` [PATCH v2 22/33] irqchip: davinci-cp-intc: add a new config structure
` [PATCH v2 23/33] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs
` [PATCH v2 24/33] ARM: davinci: cp-intc: use a common prefix for all symbols
` [PATCH v2 25/33] ARM: davinci: cp-intc: convert all hex numbers to lowercase
` [PATCH v2 26/33] ARM: davinci: cp-intc: use the new-style config structure
` [PATCH v2 27/33] ARM: davinci: cp-intc: improve coding style
` [PATCH v2 28/33] ARM: davinci: cp-intc: unify error handling
` [PATCH v2 29/33] ARM: davinci: cp-intc: use readl/writel_relaxed()
` [PATCH v2 30/33] ARM: davinci: cp-intc: drop GPL license boilerplate
` [PATCH v2 31/33] ARM: davinci: cp-intc: remove redundant comments
` [PATCH v2 32/33] irqchip: davinci-cp-intc: move the driver to drivers/irqchip
` [PATCH v2 33/33] ARM: davinci: remove intc related fields from davinci_soc_info

[PATCH 0/3] pinctrl: meson: g12a fixes
 2019-02-08 17:27 UTC  (5+ messages)

[PATCH v7 0/5] misc: Add support to Qualcomm FastRPC driver
 2019-02-08 17:11 UTC  (6+ messages)
` [PATCH v7 1/5] misc: dt-bindings: Add Qualcomm Fastrpc bindings
` [PATCH v7 2/5] misc: fastrpc: Add Qualcomm fastrpc basic driver model
` [PATCH v7 3/5] misc: fastrpc: Add support for context Invoke method
` [PATCH v7 4/5] misc: fastrpc: Add support for create remote init process
` [PATCH v7 5/5] misc: fastrpc: Add support for dmabuf exporter

[PATCH] fbdev: Use of_node_name_eq for node name comparisons
 2019-02-08 17:03 UTC  (2+ messages)

[PATCH 0/3] ASoC: msm8916-wcd: license and documentation fixes
 2019-02-08 16:42 UTC  (5+ messages)
` [PATCH 1/3] ASoC: msm8916-wcd-analog: add missing license information

[PATCH 0/7] QCS404 PCIe PHY and controller
 2019-02-08 16:39 UTC  (11+ messages)
` [PATCH 1/7] clk: gcc-qcs404: Add PCIe resets
` [PATCH 3/7] phy: qcom: Add Qualcomm PCIe2 PHY driver
` [PATCH 4/7] PCI: qcom: Use clk_bulk API for 2.4.0 controllers
` [PATCH 6/7] PCI: qcom: Add QCS404 PCIe controller support
` [PATCH 7/7] arm64: dts: qcom: qcs404: Add PCIe related nodes

[PATCH v3] dt-bindings: reset: meson: add g12a bindings
 2019-02-08 16:33 UTC  (4+ messages)

[PATCH v3 0/2] Add Stratix 10 PCIe Root Port support
 2019-02-08 16:29 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: altera: Add Stratix 10 PCIe support

[PATCH 0/5] Adding scale support to the lpc32xx ADC driver
 2019-02-08 16:09 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: iio: adc: move lpc32xx-adc out of staging
` [PATCH 2/5] dt-bindings: iio: adc: lpc32xx-adc: Document vref-supply
` [PATCH 3/5] iio:adc:lpc32xx use SPDX-License-Identifier
` [PATCH 4/5] iio:adc:lpc32xx Cleanup headers
` [PATCH 5/5] iio:adc:lpc32xx Add scale feature

[PATCH] clk: at91: fix masterck name
 2019-02-08 15:53 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: Document the i.MX50 IOMUXC binding
 2019-02-08 15:47 UTC  (4+ messages)

[PATCH] ARM: dts: add description of Netgear RN NV+v2 LCD
 2019-02-08 15:23 UTC  (3+ messages)

[PATCH v1 1/1] arm64: dts: mt8173: add pmu nodes for mt8173
 2019-02-08 15:04 UTC  (2+ messages)

[PATCHv7 0/6] Add coresight support for SDM845, MSM8998 and MSM8996
 2019-02-08 14:53 UTC  (15+ messages)
` [PATCHv7 1/6] arm64: dts: qcom: sdm845: Add Coresight support
` [PATCHv7 2/6] arm64: dts: qcom: msm8998: "
` [PATCHv7 3/6] arm64: dts: qcom: msm8996: "
` [PATCHv7 5/6] coresight: etm4x: Add ETM PIDs for SDM845 and MSM8996
` [PATCHv7 6/6] coresight: cpu-debug: Add support for Qualcomm Kryo

[PATCH v6 0/5] misc: Add support to Qualcomm FastRPC driver
 2019-02-08 14:26 UTC  (11+ messages)
` [PATCH v6 1/5] misc: dt-bindings: Add Qualcomm Fastrpc bindings
` [PATCH v6 2/5] misc: fastrpc: Add Qualcomm fastrpc basic driver model
` [PATCH v6 3/5] misc: fastrpc: Add support for context Invoke method
` [PATCH v6 4/5] misc: fastrpc: Add support for create remote init process
` [PATCH v6 5/5] misc: fastrpc: Add support for dmabuf exporter

[PATCHv3] arm64: dts: allwinner: a64: teres-i: enable backlight
 2019-02-08 14:16 UTC 

[PATCHv3 00/27] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-02-08 14:13 UTC  (26+ messages)
` [PATCHv3 13/27] PCI: mobiveil: move irq chained handler setup out of DT parse
` [PATCHv3 14/27] PCI: mobiveil: initialize Primary/Secondary/Subordinate bus number
` [PATCHv3 15/27] dt-bindings: pci: mobiveil: change gpio_slave and apb_csr to optional
` [PATCHv3 16/27] PCI: mobiveil: refactor Mobiveil PCIe Host Bridge IP driver
` [PATCHv3 17/27] PCI: mobiveil: fix the checking of valid device
` [PATCHv3 18/27] PCI: mobiveil: continue to initialize the host upon no PCIe link
` [PATCHv3 19/27] PCI: mobiveil: disabled IB and OB windows set by bootloader
` [PATCHv3 20/27] PCI: mobiveil: add Byte and Half-Word width register accessors
` [PATCHv3 21/27] PCI: mobiveil: make mobiveil_host_init can be used to re-init host
` [PATCHv3 23/27] PCI: mobiveil: add PCIe Gen4 RC driver for NXP Layerscape SoCs
` [PATCHv3 24/27] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011577
` [PATCHv3 25/27] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011451

[PATCH] dt-bindings: regulator: update fixed-regulator example
 2019-02-08 14:04 UTC 

[PATCH v2 00/14] Add support for TI PRU ICSS
 2019-02-08 13:51 UTC  (3+ messages)
` [PATCH v2 01/14] dt-bindings: remoteproc: Add TI PRUSS bindings

[PATCH] ata: macio: Use of_node_name_eq for node name comparisons
 2019-02-08 13:45 UTC  (2+ messages)

[PATCH v2 11/15] dt-bindings: pinctrl: milbeaut: Add Milbeaut M10V pinctrl description
 2019-02-08 13:32 UTC  (2+ messages)

[PATCH v2 00/11] qcom: ssbi-gpio: add support for hierarchical IRQ chip
 2019-02-08 13:25 UTC  (12+ messages)
` [PATCH v2 02/11] genirq: introduce irq_domain_translate_twocell
` [PATCH v2 03/11] genirq: introduce irq_chip_mask_ack_parent()
` [PATCH v2 04/11] mfd: pm8xxx: convert to v2 irq interfaces to support hierarchical IRQ chips
` [PATCH v2 05/11] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists
` [PATCH v2 06/11] qcom: ssbi-gpio: add support for hierarchical IRQ chip
` [PATCH v2 07/11] arm: dts: qcom: apq8064: add interrupt controller properties
` [PATCH v2 08/11] arm: dts: qcom: msm8660: "
` [PATCH v2 09/11] arm: dts: qcom: mdm9615: "
` [PATCH v2 10/11] ARM: dts: qcom-apq8060: Fix up interrupt parents
` [PATCH v2 11/11] mfd: pm8xxx: revert "disassociate old virq if hwirq mapping already exists"

[PATCH v2 00/12] ARM: davinci: modernize the timer support
 2019-02-08 13:24 UTC  (16+ messages)
` [PATCH v2 01/12] ARM: dts: da850: fix interrupt numbers for clocksource
` [PATCH v2 02/12] clocksource: davinci-timer: new driver
` [PATCH v2 05/12] ARM: davinci: da850: switch to using the clocksource driver
` [PATCH v2 06/12] ARM: davinci: da830: "
` [PATCH v2 08/12] ARM: davinci: dm355: "

[PATCH 3/3] dt-bindings: sound: msm8916-wcd-analog: fix example regulator names
 2019-02-08 13:11 UTC  (2+ messages)
` Applied "dt-bindings: sound: msm8916-wcd-analog: fix example regulator names" to the asoc tree

[PATCH v8 0/8] support ROHM BD70528 PMIC
 2019-02-08 12:41 UTC  (7+ messages)
` [PATCH v8 2/8] mfd: bd70528: Support ROHM bd70528 PMIC - core

[PATCH 0/2] Reset xHCI port PHY on disconnect
 2019-02-08 12:35 UTC  (5+ messages)
` [PATCH 2/2] drivers: xhci: Add quirk to reset xHCI port PHY

[PATCH 1/7] Revert "ARM: mediatek: add MT7623a smp bringup code"
 2019-02-08 12:30 UTC  (8+ messages)
` [PATCH 4/7] dt-bindings: mediatek: update bindings for MT7629 SoC
` [PATCH 5/7] dt-bindings: interrupt-controller: update bindings for MT7623
` [PATCH 7/7] arm: dts: mediatek: add basic support for MT7629 SoC

[PATCH v5 0/5] misc: Add support to Qualcomm FastRPC driver
 2019-02-08 12:28 UTC  (4+ messages)
` [PATCH v5 1/5] misc: dt-bindings: Add Qualcomm Fastrpc bindings

[PATCH v2 13/15] ARM: dts: milbeaut: Add device tree set for the Milbeaut M10V board
 2019-02-08 12:28 UTC 

[PATCH v2 09/15] dt-bindings: serial: Add Milbeaut serial driver description
 2019-02-08 12:27 UTC 

[PATCH v2 07/15] ndings: clock: milbeaut: add Milbeaut clock description
 2019-02-08 12:27 UTC 

[PATCH v2 05/15] dt-bindings: timer: Add Milbeaut M10V timer description
 2019-02-08 12:26 UTC 

[PATCH v2 03/15] dt-bindings: Add documentation for Milbeaut SoCs
 2019-02-08 12:26 UTC 

[PATCH v2 02/15] dt-bindings: arm: Add SMP enable-method for Milbeaut
 2019-02-08 12:25 UTC 

[PATCH v2 01/15] dt-bindings: sram: milbeaut: Add binding for Milbeaut smp-sram
 2019-02-08 12:25 UTC 

[PATCH v2 00/15] Add basic support for Socionext Milbeaut M10V SoC
 2019-02-08 12:24 UTC 

[PATCH v4 00/10] mfd: add support for max77650 PMIC
 2019-02-08 12:15 UTC  (5+ messages)
` [PATCH v4 01/10] dt-bindings: mfd: add DT bindings for max77650
` [PATCH v4 07/10] gpio: max77650: add GPIO support

[PATCH v3 0/7] add support for SAM9X60 pin controller
 2019-02-08 12:07 UTC  (2+ messages)

[PATCH v2 43/49] dt-bindings: display: Add OSD Displays OSD070T1718-19TS panel binding
 2019-02-08 11:19 UTC  (3+ messages)
    ` [PATCH v2.1 "

[RFT PATCH 0/9] ARM: sun8i: a83t: Enable USB OTG
 2019-02-08 11:03 UTC  (5+ messages)
` [RFT PATCH 7/9] mfd: axp20x: add USB power supply mfd cell to AXP813

[PATCH v4 00/13] Add support for TISCI irqchip drivers
 2019-02-08 10:39 UTC  (8+ messages)
` [PATCH v4 01/13] firmware: ti_sci: Add support to get TISCI handle using of_phandle
  ` [RFC PATCH v4 08/13] genirq/msi: Add support for allocating single MSI for a device

[PATCH net-next v2 0/6] Add comphy support for Armada 38x
 2019-02-08 10:24 UTC  (8+ messages)
` [PATCH net-next v2 2/6] phy: armada38x: add common phy support

[PATCH v2 0/2] drm/omap: panel-tpo-td028ttec1: add backlight support
 2019-02-08  9:13 UTC  (2+ messages)

[PATCH v4 0/8] Exynos5 Dynamic Memory Controller driver
 2019-02-08  8:15 UTC  (5+ messages)
  ` [PATCH v4 6/8] DT: arm: exynos: add DMC device for exynos5422
  ` [PATCH v4 8/8] ARM: exynos_defconfig: enable DMC driver

[PATCH 00/11] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-02-08  8:08 UTC  (2+ messages)
` [PATCH 09/11] mtd: rawnand: denali: decouple controller and NAND chips

[PATCH 1/2] dt-bindings: input: sitronix-st1232: document optional reset-gpios property
 2019-02-08  8:05 UTC  (4+ messages)
` [PATCH 2/2] Input: st1232 - switch to gpiod API

[PATCH] dt-bindings: display: add missing semicolon in example
 2019-02-08  7:51 UTC 

[PATCH v2 0/4] PHY: Add support for SERDES in TI's AM654 platform
 2019-02-08  5:05 UTC  (6+ messages)
` [PATCH v2 3/4] dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC


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