Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2017-01-12 00:32:34 to 2017-01-19 15:05:45 UTC [more...]

[PATCH V5 00/12] IOMMU probe deferral support
 2017-01-19 15:05 UTC  (2+ messages)
  ` [PATCH V5 01/12] iommu/of: Refactor of_iommu_configure() for error handling

[PATCH 2/5] dmaengine: Add support for custom data mapping
 2017-01-19 14:57 UTC  (13+ messages)

[PATCH v4 00/10] IOMMU probe deferral support
 2017-01-19 14:40 UTC  (11+ messages)
` [PATCH 02/10] iommu/of: Prepare for deferred IOMMU configuration

[Patch v3 0/2] Support ARM SMCC SoC vendor quirks
 2017-01-19 14:40 UTC  (3+ messages)
` [Patch v3 1/2] arm: kernel: Add SMC structure parameter

[RESEND RFC 0/3] mmc: sdhci: sdhci-msm: Add more debug logs
 2017-01-19 11:54 UTC  (9+ messages)
` [RESEND RFC 1/3] mmc: sdhci: Add platform_dumpregs callback support to sdhci_ops
` [RESEND RFC 2/3] mmc: sdhci-msm: Implement platform_dumpregs callback in sdhci-msm
` [RESEND RFC 3/3] mmc: sdhci: Add more debug info in case of data error

[RESEND PATCHv1 0/8] mmc: sdhci-msm: Provide support for enhanced strobe
 2017-01-19 11:37 UTC  (20+ messages)
` [RESEND PATCHv1 1/8] mmc: sdhci-msm: Factor out sdhci_msm_hc_select_mode
` [RESEND PATCHv1 2/8] mmc: sdhci-msm: Factor out function to set/get msm clock rate
` [RESEND PATCHv1 3/8] mmc: sdhci-msm: Factor out sdhci_msm_hs400
` [RESEND PATCHv1 4/8] mmc: sdhci-msm: Reset vendor specific func register on probe
` [RESEND PATCHv1 5/8] mmc: sdhci-msm: configure CORE_CSR_CDC_DELAY_CFG to recommended value
` [RESEND PATCHv1 6/8] mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuning
` [RESEND PATCHv1 7/8] mmc: sdhci-msm: Make HS400 tuning follow as per recommeneded HW sequence
` [RESEND PATCHv1 8/8] mmc: sdhci-msm: Provide enhanced_strobe mode feature support

[PATCH 1/4] phy: qcom-ufs: Don't kfree devres resource
 2017-01-19 10:47 UTC  (3+ messages)
` [PATCH 2/4] phy: qcom-ufs: Correct usage of regulator_get()
` [PATCH 3/4] phy: qcom-ufs: Remove -always-on property

[PATCH v6 00/25] Support qcom's HSIC USB and rewrite USB2 HS support
 2017-01-19  7:39 UTC  (21+ messages)
` [PATCH v6 03/25] usb: ulpi: Support device discovery via DT
` [PATCH v6 11/25] usb: chipidea: vbus event may exist before starting gadget
` [PATCH v6 23/25] usb: chipidea: Pullup D+ in device mode via phy APIs

[PATCH v4 0/4] phy: USB and PCIe phy drivers for Qcom chipsets
 2017-01-19  5:12 UTC  (11+ messages)
` [PATCH v4 2/4] phy: qcom-qusb2: New driver for QUSB2 PHY on Qcom chips
` [PATCH v4 3/4] dt-bindings: phy: Add support for QMP phy

[RFC 0/3] remoteproc: Introducing Qualcomm SLPI rproc driver
 2017-01-19  5:00 UTC  (13+ messages)
` [RFC 1/3] remoteproc: qcom: Introduce Qualcomm low pass sensor peripheral loader
` [RFC 2/3] dt-binding: remoteproc: Introduce DT binding for Qualcomm slpi subsystem
` [RFC 3/3] arm64: dts: msm8996: Add SMP2P node for Qualcomm SLPI rproc driver

[PATCH] arm64: dts: msm8996: Add ADSP PIL node
 2017-01-19  3:31 UTC 

[PATCH v2 1/2] nvmem: core: Correct a bunch of function documentations
 2017-01-19  0:45 UTC  (2+ messages)

[PATCH 0/5] Remove qcom SoC configs
 2017-01-18 23:51 UTC  (8+ messages)
  ` [PATCH 1/5] iommu: Generalize MSM_IOMMU config to ARCH_QCOM
` [PATCH 2/5] ARM: Makefile: Generalize qcom platform text offset
` [PATCH 3/5] ARM: qcom: Remove SoC specific configs
` [PATCH 4/5] ARM: qcom_defconfig: Drop "
` [PATCH 5/5] ARM: multi_v7_defconfig: Remove qcom SoC configs

[PATCH 00/37] PCI: Support for configurable PCI endpoint
 2017-01-18 21:46 UTC  (62+ messages)
` [PATCH 02/37] PCI: dwc: designware: Add new *ops* for cpu addr fixup
` [PATCH 03/37] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
` [PATCH 04/37] PCI: dwc: designware: Move the register defines to designware header file
` [PATCH 05/37] PCI: dwc: Add platform_set_drvdata
` [PATCH 06/37] PCI: dwc: Rename cfg_read/cfg_write to read/write
` [PATCH 07/37] PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init
` [RFT PATCH 08/37] PCI: dwc: Split *struct pcie_port* into host only and core structures
` [PATCH 09/37] PCI: dwc: designware: Parse *num-lanes* property in dw_pcie_setup_rc
` [PATCH 10/37] PCI: dwc: designware: Fix style errors in pcie-designware.c
` [PATCH 11/37] PCI: dwc: Split pcie-designware.c into host and core files
` [PATCH 12/37] PCI: dwc: Create a new config symbol to enable pci dwc host
` [PATCH 13/37] PCI: dwc: Remove dependency of designware to CONFIG_PCI
` [PATCH 14/37] PCI: endpoint: Add EP core layer to enable EP controller and EP functions
` [PATCH 15/37] Documentation: PCI: Guide to use PCI Endpoint Core Layer
` [PATCH 16/37] PCI: endpoint: Introduce configfs entry for configuring EP functions
` [PATCH 17/37] Documentation: PCI: Guide to use pci endpoint configfs
` [PATCH 18/37] Documentation: PCI: Add specification for the *pci test* function device
` [PATCH 19/37] PCI: endpoint: functions: Add an EP function to test PCI
` [PATCH 20/37] Documentation: PCI: Add binding documentation for pci-test endpoint function
` [PATCH 21/37] PCI: dwc: Modify dbi accessors to take dbi_base as argument
` [PATCH 22/37] PCI: dwc: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH 23/37] PCI: dwc: Add *ops* to start and stop pcie link
` [PATCH 24/37] PCI: dwc: designware: Add EP mode support
` [PATCH 25/37] dt-bindings: PCI: Add dt bindings for pci designware EP mode
` [PATCH 26/37] PCI: dwc: dra7xx: Facilitate wrapper and msi interrupts to be enabled independently
` [PATCH 27/37] PCI: dwc: dra7xx: Add EP mode support
` [PATCH 28/37] dt-bindings: PCI: dra7xx: Add dt bindings for pci dra7xx EP mode
` [PATCH 29/37] PCI: dwc: dra7xx: Workaround for errata id i870
` [PATCH 30/37] dt-bindings: PCI: dra7xx: Add dt bindings to enable legacy mode
  ` [PATCH 01/37] PCI: dwc: dra7xx: Group all host related setup in add_pcie_port
  ` [PATCH 31/37] misc: Add host side pci driver for pci test function device
` [PATCH 32/37] Documentation: misc-devices: Add Documentation for pci-endpoint-test driver
` [PATCH 33/37] tools: PCI: Add a userspace tool to test PCI endpoint
` [PATCH 34/37] tools: PCI: Add sample test script to invoke pcitest
` [PATCH 35/37] MAINTAINERS: add PCI EP maintainer
` [PATCH 36/37] ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUP
` [PATCH 37/37] ARM: dts: DRA7: Add pcie1 dt node for EP mode

[PATCH V2 0/4] Enable onboard SDHCI for Nexus 5X (msm8992)
 2017-01-18 20:14 UTC  (8+ messages)
  ` [PATCH V2 1/4] clk: gcc: Updates for SDHCI enablement
  ` [PATCH V2 2/4] sdhci: Add quirk for delayed IRQ ACK
  ` [PATCH V2 3/4] arm64: dts: Enable SDHCI for Nexus 5X (msm8992)
  ` [PATCH V2 4/4] dts: doc: rename rpm_requests to respect DT naming conventions

[PATCH 00/12] Adreno A5XX support
 2017-01-18 17:37 UTC  (14+ messages)
` [PATCH 10/12] firmware: qcom_scm: Add qcom_scm_gpu_zap_resume()
    ` [Freedreno] "
    ` [PATCH] firmware: qcom_scm: Add set remote state API

Crash in kernel/locking/rtmutex.c
 2017-01-18 16:39 UTC  (3+ messages)

[PATCH v2] mmc: sdhci-msm: Add sdhci_reset() implementation
 2017-01-18 12:28 UTC  (7+ messages)

[PATCH] regulator: qcom-smd: Add PM8994 regulator support
 2017-01-18 10:46 UTC 

[PATCH] arm64: dts: qcom: Replace PMU compatible with a53 specific one
 2017-01-17 19:47 UTC 

[PATCH 3/3 v2] iio: adc: add a driver for Qualcomm PM8xxx HK/XOADC
 2017-01-17 14:35 UTC  (3+ messages)

[PATCH 1/3 v3] iio: adc: add device tree bindings for Qualcomm PM8xxx ADCs
 2017-01-17 14:25 UTC  (3+ messages)
` [PATCH 2/3 v3] iio: adc: break out common code from SPMI VADC
` [PATCH 3/3 v3] iio: adc: add a driver for Qualcomm PM8xxx HK/XOADC

[PATCH 0/9] drm/msm/mdp5: Cursor plane stuff
 2017-01-17  4:45 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] drm/msm/mdp5: cfg: Add pipe_cursor block
  ` [PATCH v2 2/8] drm/msm/mdp5: Prepare CRTC/LM for empty stages
  ` [PATCH v2 3/8] drm/msm/mdp5: Use plane helpers to configure src/dst rectangles
  ` [PATCH v2 4/8] drm/msm/mdp5: Configure COLOR3_OUT propagation
  ` [PATCH v2 5/8] drm/msm/mdp5: Misc cursor plane bits
  ` [PATCH v2 6/8] drm/msm/mdp5: Add cursor planes
  ` [PATCH v2 7/8] drm/msm/mdp5: Refactor mdp5_plane_atomic_check
  ` [PATCH v2 8/8] HACK: drm/msm/mdp5: Add support for legacy cursor updates

[PATCH 0/6] drm/msm/mdp5: Encoder related cleanups
 2017-01-17  4:06 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] drm/msm: Construct only one encoder for DSI
  ` [PATCH v2 2/6] drm/msm: Set encoder's mode of operation using a kms func
  ` [PATCH v2 3/6] drm/msm/mdp5: Prepare for merging video and command encoders
  ` [PATCH v2 4/6] drm/msm/mdp5: Create single encoder per interface (INTF)
  ` [PATCH v2 5/6] drm/msm/mdp5: cfg: Change count to unsigned int
  ` [PATCH v2 6/6] drm/msm/mdp5: Create only as many CRTCs as we need

[PATCH] Add Nexus 6P(msm8994) SDHCI support
 2017-01-17  1:33 UTC  (2+ messages)

[RFC PATCH 0/3] mmc: sdhci: sdhci-msm: Add more debug logs
 2017-01-17  1:09 UTC  (10+ messages)
` [RFC PATCH 1/3] mmc: sdhci: Add platform_dumpregs callback support to sdhci_ops
` [RFC PATCH 2/3] mmc: sdhci-msm: Implement platform_dumpregs callback in sdhci-msm

[PATCH v5 0/2] qcom OTG regulator support
 2017-01-16 21:49 UTC  (3+ messages)

[PATCH v8] perf: add qcom l2 cache perf events driver
 2017-01-16 18:52 UTC 

[patch] drm/msm: return -EFAULT if copy_from_user() fails
 2017-01-16 11:58 UTC 

[pull] drm/msm: msm-fixes for 4.10-rc4
 2017-01-15 19:15 UTC 

[PATCH] firmware: qcom: scm: add a video command for state setting
 2017-01-15  5:25 UTC  (2+ messages)

[PATCH] firmware: qcom: scm: Mask APQ8064 core clk dependency
 2017-01-13 18:15 UTC  (2+ messages)

[PATCH] pinctrl: qcom: Add msm8998 pinctrl driver
 2017-01-12 16:20 UTC  (2+ messages)

[PATCH] bus: qcom_ebi2: default y if ARCH_QCOM
 2017-01-12 15:44 UTC  (2+ messages)

[RFC 0/3] iommu/arm-smmu: patches for adreno
 2017-01-12 15:17 UTC  (11+ messages)
` [RFC 1/3] iommu/arm-smmu: Add support to opt-in to stalling

[PATCH v5 1/5] soc: qcom: smem_state: Fix include for ERR_PTR()
 2017-01-12 10:47 UTC  (2+ messages)
` [v5,1/5] "

[PATCH] clk: qcom: gdsc: Fix handling of hw control enable/disable
 2017-01-12  8:47 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox