devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 15:30:05 to 2018-09-21 10:21:52 UTC [more...]

[RFC PATCH 00/40] Cleanup pci-keystone.c and Add AM654 PCIe Support
 2018-09-21 10:21 UTC  (38+ messages)
` [RFC PATCH 01/40] PCI: keystone: Use quirk to limit MRRS for K2G
` [RFC PATCH 02/40] PCI: keystone: Use quirk to set MRRS for PCI host bridge
` [RFC PATCH 03/40] PCI: keystone: Move dw_pcie_setup_rc out of ks_pcie_establish_link()
` [RFC PATCH 04/40] PCI: keystone: Do not initiate link training multiple times
` [RFC PATCH 05/40] PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()
` [RFC PATCH 06/40] PCI: keystone: Add start_link/stop_link dw_pcie_ops
` [RFC PATCH 07/40] PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.c
` [RFC PATCH 08/40] PCI: keystone: Cleanup MSI/legacy interrupt configuration and handling
` [RFC PATCH 09/40] PCI: keystone: Remove redundant platform_set_drvdata
` [RFC PATCH 10/40] PCI: keystone: Use uniform function naming convention
` [RFC PATCH 11/40] dt-bindings: PCI: keystone: Add bindings to get device control module
` [RFC PATCH 12/40] PCI: keystone: Use syscon APIs to get device id from "
` [RFC PATCH 13/40] dt-bindings: PCI: keystone: Add "reg-names" binding information
` [RFC PATCH 14/40] PCI: keystone: Use platform_get_resource_byname to get memory resources
` [RFC PATCH 15/40] PCI: keystone: Cleanup PHY handling
` [RFC PATCH 16/40] PCI: keystone: Invoke pm_runtime APIs to enable clock
` [RFC PATCH 17/40] PCI: keystone: Cleanup configuration space access
` [RFC PATCH 18/40] PCI: keystone: Get number of OB windows from DT and cleanup MEM space configuration
` [RFC PATCH 19/40] PCI: keystone: Cleanup set_dbi_mode and get_dbi_mode
` [RFC PATCH 20/40] PCI: keystone: Cleanup ks_pcie_link_up()
` [RFC PATCH 21/40] PCI: keystone: Add debug error message for all errors
` [RFC PATCH 22/40] PCI: keystone: Reorder header file in alphabetical order
` [RFC PATCH 23/40] PCI: keystone: Cleanup macros defined in pci-keystone.c
` [RFC PATCH 24/40] PCI: keystone: Move initializations to appropriate places
` [RFC PATCH 25/40] dt-bindings: PCI: Add dt-binding to configure PCIe mode
` [RFC PATCH 26/40] PCI: keystone: Explicitly set the "
` [RFC PATCH 27/40] dt-bindings: PCI: Document "atu" reg-names
` [RFC PATCH 28/40] PCI: dwc: Fix ATU identification for designware version >= 4.80
` [RFC PATCH 29/40] PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
` [RFC PATCH 30/40] dt-bindings: PCI: Add PCI RC dt binding documentation for AM654
` [RFC PATCH 31/40] PCI: keystone: Add support for PCIe in AM654x Platforms
` [RFC PATCH 32/40] phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset callback
` [RFC PATCH 33/40] dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC
` [RFC PATCH 34/40] phy: ti: Add a new SERDES driver for TI's "
` [RFC PATCH 35/40] ARM: dts: keystone-k2e: Use the updated binding to describe PCIe in k2e
` [RFC PATCH 36/40] arm64: dts: k3-am6: Add "socionext,synquacer-pre-its" property to gic_its
` [RFC PATCH 37/40] arm64: dts: k3-am6: Add Main System Control Module node

[PATCH v2 1/2] [media] imx214: device tree binding
 2018-09-21 10:09 UTC 

[PATCH] arm64: dts: allwinner: a64: Re-add "syscon" compatible
 2018-09-21  9:47 UTC  (2+ messages)

[PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
 2018-09-21  9:46 UTC  (28+ messages)
` [PATCH V2 01/27] mmc: mmci: internalize dma map/unmap into mmci dma functions
` [PATCH V2 02/27] mmc: mmci: internalize dma_inprogress "
` [PATCH V2 03/27] mmc: mmci: convert dma_setup callback to return an int
` [PATCH V2 04/27] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V2 05/27] mmc: mmci: move mmci next cookie to mci host
` [PATCH V2 06/27] mmc: mmci: merge prepare data functions
` [PATCH V2 07/27] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V2 08/27] mmc: mmci: add get_next_data callback
` [PATCH V2 09/27] mmc: mmci: modify dma_setup callback
` [PATCH V2 10/27] mmc: mmci: add dma_release callback
` [PATCH V2 11/27] mmc: mmci: add dma_start callback
` [PATCH V2 12/27] mmc: mmci: add dma_finalize callback
` [PATCH V2 13/27] mmc: mmci: add dma_error callback
` [PATCH V2 14/27] mmc: mmci: add validate_data callback
` [PATCH V2 15/27] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V2 16/27] mmc: mmci: add datactrl block size variant property
` [PATCH V2 17/27] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V2 18/27] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V2 19/27] mmc: mmci: add variant property to define dpsm bit
` [PATCH V2 20/27] mmc: mmci: add variant property to define irq pio mask
` [PATCH V2 21/27] mmc: mmci: add variant property to write datactrl before command
` [PATCH V2 22/27] mmc: mmci: add variant property to not read datacnt
` [PATCH V2 23/27] mmc: mmci: add variant property to request a reset
` [PATCH V2 24/27] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V2 25/27] mmc: mmci: add stm32 sdmmc registers
` [PATCH V2 26/27] mmc: mmci: add DT bindings for STM32 sdmmc
` [PATCH V2 27/27] mmc: mmci: add stm32 sdmmc variant

[PATCH v2 00/11] dts: Update coresight device tree bindings
 2018-09-21  9:24 UTC  (6+ messages)
` [PATCH v2 08/11] arm: dts: omap: Update coresight bindings for hardware ports
` [PATCH v2 11/11] arm: dts: ste-dbx5x0: Update coresight bindings for hardware port

[PATCH 0/2] Add an initial DT binding doc for ina3221
 2018-09-21  9:18 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH 2/2] hwmon: ina3221: Get channel names from DT node

[PATCH v7 0/7] EDAC: Enhancements to Synopsys EDAC driver
 2018-09-21  9:15 UTC  (8+ messages)
` [PATCH v7 2/7] edac: synps: Add platform specific structures for ddrc controller

[PATCH] iio: magnetometer: Add support for PNI RM3100 9-axis magnetometer
 2018-09-21  9:13 UTC  (6+ messages)

[PATCH 0/4] Enable ath10k wcn3990 wifi driver support on sdm845
 2018-09-21  9:09 UTC  (5+ messages)
  ` [PATCH 1/4] dt: bindings: add missing dt properties for WCN3990 wifi node
  ` [PATCH 2/4] dts: arm64/sdm845: Add WCN3990 WLAN module device node
  ` [PATCH 3/4] dt: bindings: add bindings for wifi iommu node
  ` [PATCH 4/4] dts: arm64/sdm845: Enable iommu for WCN3990 wifi module device node

[PATCH 2/2] [media] imx214: device tree binding
 2018-09-21  8:54 UTC 

[PATCH v4 0/5] drm: add support for Cadence MHDP DPI/DP bridge
 2018-09-21  8:41 UTC  (5+ messages)
` [PATCH v4 2/5] drm/dp: fix link probing for devices supporting DP 1.4+
` [PATCH v4 5/5] drm: bridge: add support for Cadence MHDP DPI/DP bridge

[PATCH v5 0/2] arm64: dts: meson-g12a: Introduce new DT files for Meson-G12A SoC
 2018-09-21  8:38 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: arm: amlogic: Add Meson G12A binding
` [PATCH v5 2/2] arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support

[PATCH v2 0/2] Add R8A77980/Condor PCIe support
 2018-09-21  8:27 UTC  (5+ messages)
` [PATCH] arm64: dts: renesas: r8a779{7|8}0: add TPU support

[PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
 2018-09-21  7:42 UTC  (4+ messages)
` [PATCH V2 02/27] mmc: mmci: internalize dma_inprogress into mmci dma functions

[PATCH 00/21] SMMU enablement for NXP LS1043A and LS1046A
 2018-09-21  7:32 UTC  (7+ messages)

[PATCH v2 2/7] mfd: Add ST Multi-Function eXpander (STMFX) core driver
 2018-09-21  6:29 UTC  (2+ messages)

[PATCH v5 0/8] drm/rockchip: migrate to common dw-mipi-dsi bridge and dual-dsi
 2018-09-21  6:11 UTC  (5+ messages)
` [PATCH v5 7/7] drm/rockchip: dsi: add dual mipi support

[RESEND PATCH v3 0/2] add the Amlogic Meson PCIe controller driver
 2018-09-21  6:03 UTC  (2+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller

[PATCH 0/4] Add clock support for Hi3670 SoC
 2018-09-21  6:01 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk
` [PATCH 2/4] arm64: dts: hisilicon: Add clock nodes for Hi3670 SoC
` [PATCH 3/4] arm64: dts: hisilicon: Source SoC clock for UART6
` [PATCH 4/4] clk: hisilicon: Add clock driver for Hi3670 SoC

[PATCH V4 00/27] C-SKY(csky) Linux Kernel Port
 2018-09-21  5:18 UTC  (3+ messages)

[PATCH v9 6/7] dt-bindings: phy-qcom-qmp: Add UFS phy compatible string for sdm845
 2018-09-21  4:28 UTC  (2+ messages)
` [PATCH v9 7/7] dt-bindings: ufshcd-pltfrm: Add core reset string

[PATCH] ARM: dts: sun8i: sun8i-h3-nanopi-m1-plus: enable HDMI output
 2018-09-21  3:44 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: iio: light: bh1750: Add device tree binding documentation
 2018-09-21  1:37 UTC  (4+ messages)
` [PATCH 2/2] iio: light: bh1750: Add device tree support

[PATCH V2 2/3] dt-bindings: mmc: sdhci-msm: Add entries for passing load values
 2018-09-21  0:15 UTC  (2+ messages)

[PATCH net-next] net: phy: mdio-bcm-unimac: Allow configuring MDIO clock divider
 2018-09-21  0:05 UTC 

[PATCH V8 0/2] clocksource: add gx6605s SOC system timer
 2018-09-20 23:57 UTC  (5+ messages)
` [PATCH V8 1/2] "

[PATCH v3 0/5] Wakeup GPIO support for SDM845
 2018-09-20 23:11 UTC  (3+ messages)
` [PATCH v3 1/5] drivers: pinctrl: qcom: add wakeup capability to GPIO

[PATCH v2 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-09-20 22:40 UTC 

[PATCH v3 1/3] power: supply: Add support for the Qualcomm Battery Monitoring System
 2018-09-20 22:13 UTC  (10+ messages)
` [PATCH v7 1/4] fixp-arith: add a linear interpolation function
  ` [PATCH v7 3/4] dt-bindings: power: supply: qcom_bms: Add bindings

[PATCH 1/2] gpio: mockup: Allow probing from device tree
 2018-09-20 16:28 UTC  (4+ messages)

[PATCH v7 1/6] dt-bindings: ti-lmu: Remove LM3697
 2018-09-20 22:04 UTC  (11+ messages)

[PATCH] ARM: dts: ste: Fix SPI controller node names
 2018-09-20 22:00 UTC  (2+ messages)

[PATCH] ARM: dts: ti: Fix SPI and I2C bus warnings
 2018-09-20 21:52 UTC  (2+ messages)

[PATCH net-next 0/7] add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-09-20 21:38 UTC  (2+ messages)

[PATCH v4 3/7] [media] ad5820: DT new optional field enable-gpios
 2018-09-20 20:47 UTC  (2+ messages)
` [PATCH v4 7/7] [media] ad5820: DT new compatible devices

[[PATCH v3] 2/6] [media] ad5820: DT new optional field enable-gpios
 2018-09-20 20:45 UTC  (2+ messages)
` [[PATCH v3] 6/6] [media] ad5820: DT new compatible devices

[PATCH v5 00/14] Add System Error Interrupt support to Armada SoCs
 2018-09-20 20:40 UTC  (3+ messages)
` [PATCH v5 07/14] irqchip/irq-mvebu-sei: add new driver for Marvell SEI

[PATCH 0/4] ARM: dts: mvebu: updates and new board
 2018-09-20 20:38 UTC  (3+ messages)

[PATCH 3/4] [media] ad5820: DT new optional field enable-gpios
 2018-09-20 20:28 UTC  (5+ messages)

[PATCH v4 0/2] i2c: Add support for Qcom CCI I2C controller
 2018-09-20 19:39 UTC  (7+ messages)
` [PATCH v4 2/2] i2c: Add Qualcomm CCI I2C driver

[PATCH 0/9] AHCI and SATA PHY support for BCM63138
 2018-09-20 19:19 UTC  (14+ messages)
` [PATCH 1/9] dt-bindings: phy: Document BCM63138 compatible string
` [PATCH 2/9] phy: brcm-sata: allow PHY_BRCM_SATA driver to be built for DSL SoCs
` [PATCH 2/9] phy: broadcom: "
` [PATCH 3/9] phy: brcm-sata: Add BCM63138 (DSL) PHY init sequence
` [PATCH 4/9] dt-bindings: ata: Document BCM63138 compatible string
` [PATCH 5/9] ata: ahci_brcm: Allow optional reset controller to be used
` [PATCH 5/9] ata: sata_brcmstb: "
` [PATCH 6/9] ata: ahci_brcm: Match BCM63138 compatible strings
` [PATCH 6/9] ata: ahci_brcmstb: Match 63138 "
` [PATCH 7/9] ata: ahci_brcm: Allow using driver or DSL SoCs
` [PATCH 8/9] ARM: dts: BCM63xx: enable SATA PHY and AHCI controller
` [PATCH 9/9] ARM: bcm63138: Enable SATA AHCI and PHY

[PATCH v3 00/16] Another round of tsens cleanups
 2018-09-20 19:02 UTC  (16+ messages)
` [PATCH v3 09/16] arm: dts: msm8974: thermal: split address space into two
` [PATCH v3 10/16] arm64: dts: msm8916: "
` [PATCH v3 11/16] arm: dts: msm8974: thermal: Add "qcom,sensors" property
` [PATCH v3 12/16] arm64: dts: msm8916: "
` [PATCH v3 14/16] arm64: dts: msm8916: Add gpu thermal zone
` [PATCH v3 15/16] arm64: dts: msm8916: Add camera "
` [PATCH v3 16/16] arm64: dts: sdm845: enable tsens thermal zones

emxx_udc device tree bindings
 2018-09-20 18:57 UTC  (2+ messages)

[PATCH v4 0/6] Add power domain driver for corners on msm8996/sdm845
 2018-09-20 18:51 UTC  (6+ messages)
` [PATCH v4 2/6] dt-bindings: power: Add qcom rpm power domain driver bindings

[RFC] i2c: qup: Use the interconnect API
 2018-09-20 18:29 UTC 

[PATCHv3 0/7] Add support for UHS-I on Exynos5422 odroid boards
 2018-09-20 17:58 UTC  (8+ messages)
` [PATCHv3 1/7] ARM: dts: exynos5422: Added UHS-I bus speed support
` [PATCHv3 2/7] ARM: dts: exynos5422: fix regulator min values of LDO13 for Odroid XU3/XU4
` [PATCHv3 3/7] ARM: dts: exynos5422: update maximum frequency for sdcard to 200MHz
` [PATCHv3 4/7] ARM: dts: exynos5422: use cd-gpio method to detect sd-card
` [PATCHv3 5/7] ARM: dts: exynos5422: use wp-gpio "
` [PATCHv3 6/7] ARM: dts: exynos5422: update maximum frequency for emmc to 200MHz
` [PATCHv3 7/7] mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode

[PATCH resend v2 0/2] Input: touchscreen - Add support for touchscreen-min-x and -min-y properties
 2018-09-20 17:31 UTC  (4+ messages)
` [PATCH resend v2 1/2] Input: touchscreen DT binding - add "

[PATCH 00/13] MT8183 IOMMU SUPPORT
 2018-09-20 17:31 UTC  (3+ messages)
` [PATCH 04/13] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB mode

[PATCH] remoteproc: qcom: pas: Add QCS404 remoteprocs
 2018-09-20 17:22 UTC 

[RFC PATCH v1 0/6] Resolve unwanted DMA backing with IOMMU
 2018-09-20 17:09 UTC  (6+ messages)

[RESEND PATCH v3 0/3] sh: make early_platform code SuperH-specific
 2018-09-20 16:48 UTC  (5+ messages)

[PATCH] pinctrl: qcom: spmi-gpio: Add pms405 gpio support
 2018-09-20 16:34 UTC  (3+ messages)

[PATCH] soc: qcom: smd-rpm: Add QCS404 compatible
 2018-09-20 16:18 UTC  (2+ messages)

[PATCH] regulators: qcom: Add PMS405 regulators
 2018-09-20 16:17 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: update HASH1 dma property on stm32mp157c
 2018-09-20 16:17 UTC 

[PATCH] mailbox: qcom: Add QCS404 APPS Global compatible
 2018-09-20 16:17 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: update SPI6 dmas property on stm32mp157c
 2018-09-20 15:50 UTC  (2+ messages)

[V2, 4/5] Documentation: dt-bindings: Document bindings for DW MIPI CSI-2 Host
 2018-09-20 15:44 UTC  (3+ messages)

[PATCH V4 1/4] dt-bindings: soc: qcom: Remove SPI controller maximum frequency binding
 2018-09-20 15:39 UTC  (4+ messages)
` [PATCH V4 2/4] dt-bindings: soc: qcom: GENI SE SPI controller device tree binding

[PATCH 0/4] Qualcomm QCS404 TLMM pinctrl driver
 2018-09-20 15:34 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: pinctrl: qcom: Add QCS404 pinctrl binding

[PATCH] ARM: dts: stm32: enable display on stm32mp157c-ev1 board
 2018-09-20 15:30 UTC  (2+ messages)


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