linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-16 20:06:45 to 2016-10-05 14:42:10 UTC [more...]

[PATCH v5 00/12] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-10-05 14:40 UTC  (12+ messages)
  ` [PATCH v5 01/12] mmc: sdhci-msm: Change poor style writel/readl of registers
  ` [PATCH v5 02/12] mmc: sdhci-msm: Update DLL reset sequence
  ` [PATCH v5 10/12] mmc: sdhci-msm: Add HS400 platform support
  ` [PATCH v5 11/12] mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuit
` [PATCH v5 03/12] mmc: sdhci-msm: add pltfm_data support to get clk-rates from DT
` [PATCH v5 04/12] ARM: dts: qcom: Add clk-rates to sdhc1 & sdhc2
` [PATCH v5 05/12] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback
` [PATCH v5 06/12] mmc: sdhci-msm: Enable few quirks
` [PATCH v5 07/12] mmc: sdhci-msm: Implement set_clock callback for sdhci-msm
` [PATCH v5 08/12] mmc: sdhci-msm: Add clock changes for DDR mode
` [PATCH v5 09/12] arm64: dts: qcom: msm8916: Add ddr support to sdhc1

[PATCH V2 0/3] ACPI,PCI,IRQ: revert penalty calculation for SCI
 2016-10-05 13:38 UTC  (5+ messages)
` [PATCH V2 1/3] Revert "ACPI,PCI,IRQ: reduce static IRQ array size to 16"
` [PATCH V2 2/3] ACPI, PCI IRQ: add PCI_USING penalty for ISA interrupts
` [PATCH V2 3/3] Revert "ACPI,PCI,IRQ: remove SCI penalize function"

[PATCH] arm64: dts: qcom: Add missing interrupt entry for pm8994 gpios
 2016-10-05  9:11 UTC 

[PATCH V3 0/8] IOMMU probe deferral support
 2016-10-04 17:03 UTC  (9+ messages)
  ` [PATCH V3 1/8] arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
  ` [PATCH V3 4/8] drivers: platform: Configure dma operations at probe time
  ` [PATCH V3 6/8] arm: dma-mapping: Reset the device's dma_ops
` [PATCH V3 2/8] of: dma: Move range size workaround to of_dma_get_range()
` [PATCH V3 3/8] of: dma: Make of_dma_deconfigure() public
` [PATCH V3 5/8] iommu: of: Handle IOMMU lookup failure with deferred probing or error
` [PATCH V3 7/8] arm/arm64: dma-mapping: Call iommu's remove_device callback during device detach
` [PATCH V3 8/8] arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops

[PATCH v6] soc: qcom: add l2 cache perf events driver
 2016-10-04 16:25 UTC  (4+ messages)

[PATCH 1/3] Revert "ACPI,PCI,IRQ: reduce static IRQ array size to 16"
 2016-10-04 14:23 UTC  (11+ messages)
` [PATCH 2/3] ACPI, PCI IRQ: add PCI_USING penalty for ISA interrupts
  ` [2/3] "
` [PATCH 3/3] Revert "ACPI,PCI,IRQ: remove SCI penalize function"
  ` [3/3] "
` [1/3] Revert "ACPI,PCI,IRQ: reduce static IRQ array size to 16"

[PATCH v4 0/9] mmc: sdhci-msm: Add clk-rates and DDR support
 2016-10-04  9:33 UTC  (9+ messages)
` [PATCH v4 3/9] mmc: sdhci-msm: add pltfm_data support to get clk-rates from DT

[PATCH] bus: qcom-ebi2: depend on HAS_IOMEM
 2016-10-04  9:22 UTC  (4+ messages)

[PATCH V4 00/10] dmaengine: qcom_hidma: add MSI interrupt support
 2016-10-03 13:39 UTC  (18+ messages)
` [PATCH V4 02/10] Documentation: DT: qcom_hidma: correct spelling mistakes
` [PATCH V4 06/10] dmaengine: qcom_hidma: make error and success path common
` [PATCH V4 07/10] dmaengine: qcom_hidma: bring out interrupt cause
  ` [PATCH V4 01/10] Documentation: DT: qcom_hidma: update binding for MSI
  ` [PATCH V4 03/10] of: irq: make of_msi_configure accessible from modules
  ` [PATCH V4 04/10] dmaengine: qcom_hidma: configure DMA and MSI for OF
  ` [PATCH V4 05/10] dmaengine: qcom_hidma: make pending_tre_count atomic
  ` [PATCH V4 08/10] dmaengine: qcom_hidma: add a common API to setup the interrupt
  ` [PATCH V4 09/10] dmaengine: qcom_hidma: protect common data structures
` [PATCH V4 10/10] dmaengine: qcom_hidma: add MSI support for interrupts

[PATCH V3 0/2] PCI: add CRS support after hot reset and FLR
 2016-10-03  5:37 UTC  (3+ messages)
` [PATCH V3 1/2] PCI: add CRS support to error handling path
` [PATCH V3 2/2] PCI: handle CRS returned by device after FLR

[PATCH V2 0/5] PCI: error handling clean up and add CRS support
 2016-10-03  3:34 UTC  (7+ messages)
` [PATCH V2 1/5] PCI/AER: replace pci_reset_bridge_secondary_bus with pci_reset_bus
` [PATCH V2 3/5] PCI: save and restore bus on parent bus reset
` [PATCH V2 5/5] PCI: handle CRS returned by device after FLR

[RFC V2 PATCH 00/12] msm8992/msm8994: Google Nexus 5X/6P initial board support
 2016-10-02  2:38 UTC  (13+ messages)
` [RFC V2 PATCH 01/12] msm8994 clocks: global clock support Global clock support for the msm8994 SOC
` [RFC V2 PATCH 02/12] arm64: configs: enable 8994/8992 GCC by default
` [RFC V2 PATCH 03/12] msm8994 clocks: fix mapping
` [RFC V2 PATCH 05/12] msm8992: defconfig updates to support initrd
` [RFC V2 PATCH 06/12] arm64: dts: msm8992 issolate non standard bootloader/LK entries
  ` [RFC V2 PATCH 04/12] dt-bindings: qcom: Add msm8992 bindings
  ` [RFC V2 PATCH 07/12] arm64: dts: msm8992 default serial config
` [RFC V2 PATCH 08/12] arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support
` [RFC V2 PATCH 09/12] arm64: dts: move Huawei Angler (Nexus 6P) to qcom directory
` [RFC V2 PATCH 10/12] arm64: dts: msm8994 issolate non standard bootloader/LK entries
` [RFC V2 PATCH 11/12] arm64: msm8994 / Nexus 6P remove defconfig
` [RFC V2 PATCH 12/12] arm64: dts: msm8994 default serial config

[RFC] msm8992/msm8994: Google Nexus 5X/6P initial board support
 2016-10-01  0:36 UTC  (9+ messages)
` [RFC 1/4] arm64: dts: msm8992 SoC and LG Bullhead (Nexus 5X) support
` [RFC 3/4] arm64: dts: msm8994 SoC and Huawei Angler (Nexus 6P) support

[PATCH v3 00/11] clk: qcom: PLL updates
 2016-09-29  8:35 UTC  (12+ messages)
` [PATCH v3 01/11] clk: qcom: Add support for alpha pll hwfsm ops
` [PATCH v3 02/11] clk: qcom: Add support to initialize alpha plls
` [PATCH v3 03/11] clk: qcom: handle alpha PLLs with 16bit alpha val registers
` [PATCH v3 04/11] clk: qcom: Enable FSM mode for votable alpha PLLs
` [PATCH v3 05/11] clk: qcom: Add .is_enabled ops for clk-alpha-pll
` [PATCH v3 06/11] clk: qcom: Fix .set_rate to handle alpha PLLs w/wo dynamic update
` [PATCH v3 07/11] clk: qcom: support dynamic update using latched interface
` [PATCH v3 08/11] clk: qcom: mmcc-8996: Add capability flags for some alpha PLLs
` [PATCH v3 09/11] clk: qcom: Add support for table based lookups in clk-regmap-mux
` [PATCH v3 10/11] clk: Add clk_hw_get_clk() helper API to be used by clk providers
` [RFC v3 11/11] clk: qcom: Add basic CPU clock driver for msm8996

[PATCH v2 0/8] Qualcomm video decoder/encoder driver
 2016-09-29  0:55 UTC  (16+ messages)
` [PATCH v2 1/8] doc: DT: vidc: binding document for Qualcomm video driver
` [PATCH v2 3/8] media: vidc: decoder: add video decoder files
` [PATCH v2 4/8] media: vidc: encoder: add video encoder files
` [PATCH v2 7/8] media: vidc: add Makefiles and Kconfig files

Improper TTBCR for arm 32bit kernel decompression
 2016-09-28 22:00 UTC  (8+ messages)
` [PATCH] ARM: decompressor: reset ttbcr fields to use TTBR0 on ARMv7
          ` [PATCH v1] "

[PATCH] firmware: qcom: scm: Fix interrupted SCM calls fully
 2016-09-28 10:42 UTC 

[RFC/PATCH] usb: misc: Add a driver for TC7USB40MU
 2016-09-27 21:25 UTC  (17+ messages)

[RFC] irqchip/gic-v3: Implement suspend and resume callbacks
 2016-09-27 14:18 UTC  (5+ messages)

[PATCH v3] mmc: sdhci-msm: Add pm_runtime and system PM support
 2016-09-27  4:40 UTC  (10+ messages)

[PATCH 0/3] arm64: apq8016-sbc: Enable regulators for ADV7533
 2016-09-26  8:12 UTC  (12+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] dt-bindings: drm/bridge: adv7511: Add regulator bindings
  ` [PATCH v2 2/4] drm/bridge: adv7511: Initialize regulators
  ` [PATCH v2 3/4] arm64: dts: apq8016-sbc: Add some missing regulator supplies for ADV7533
  ` [PATCH v2 4/4] arm64: dts: apq8016-sbc: Set up LDO2, LDO6 and LDO17 regulator voltage ranges

[PATCH 1/2] drm/msm: add missing header dependencies
 2016-09-25  7:51 UTC  (2+ messages)
  ` [PATCH 2/2] drm/msm/adreno: move function declarations to header file

[PATCH] PCI: enable extended tags support for PCIe endpoints
 2016-09-25  2:10 UTC 

[RFC][PATCH] arm: dts: qcom: apq8064-nexus7: Add pstore support to nexus7
 2016-09-24  0:28 UTC  (2+ messages)

[RFC][PATCH 1/2 v2] arm: dts: qcom: apq8064: Add dsi, gpu and iommu nodes
 2016-09-24  0:01 UTC  (2+ messages)
` [RFC][PATCH 2/2 v2] arm: dts: qcom: apq8064-nexus7: Add DSI and panel nodes

[PATCH V3 00/10] dmaengine: qcom_hidma: add MSI interrupt support
 2016-09-23 18:58 UTC  (6+ messages)
` [PATCH V3 01/10] Documentation: DT: qcom_hidma: update binding for MSI

[PATCH v3 0/4] drm/msm: HDMI support on IFC6410
 2016-09-23  6:33 UTC  (4+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] arm: dts: qcom: apq8064: Add display DT nodes
  ` [PATCH v4 2/2] arm: dts: qcom: apq8064-ifc6410: Add HDMI support

[PATCH] i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
 2016-09-22 18:10 UTC  (4+ messages)

[Query] increased latency observed in cpu hotplug path
 2016-09-22 10:06 UTC  (3+ messages)

[GIT PULL] Qualcomm EBI2 bindings and bus driver
 2016-09-21 20:42 UTC  (7+ messages)

[PATCH v5] soc: qcom: add l2 cache perf events driver
 2016-09-21 20:17 UTC  (2+ messages)

[pull] drm/msm: msm-next for 4.9
 2016-09-21 14:17 UTC  (5+ messages)
    ` [Freedreno] "

[PATCH v3 0/7] Patches for QCOM IPQ4019 clock driver
 2016-09-21 12:21 UTC  (8+ messages)
` [PATCH v3 1/7] clk: qcom: ipq4019: Added the clock nodes and operations for pll
` [PATCH v3 2/7] clk: qcom: ipq4019: Added the apss cpu pll divider clock node
  ` [PATCH v3 3/7] clk: qcom: ipq4019: Added the nodes for pcnoc
` [PATCH v3 4/7] clk: qcom: ipq4019: Added all the frequencies for apps cpu
` [PATCH v3 5/7] clk: qcom: ipq4019: corrected sdcc frequency and parent name
` [PATCH v3 6/7] clk: qcom: ipq4019: changed the frequency value for ddr pll
` [PATCH v3 7/7] clk: qcom: ipq4019: changed i2c freq table

[PATCH v5 00/16] PM: SoC idle support using PM domains
 2016-09-21  9:48 UTC  (15+ messages)
` [PATCH v5 02/16] dt/bindings: Update binding for PM domain idle states

[PATCH v4 00/22] Support qcom's HSIC USB and rewrite USB2 HS support
 2016-09-19 21:01 UTC  (5+ messages)
` [PATCH v4 22/22] phy: Add support for Qualcomm's USB HS phy

[PATCH v5 0/5] ASoC: Add support to Qualcomm msm8916-wcd multi codec
 2016-09-19 11:00 UTC  (7+ messages)
` [PATCH v5 1/5] ASoC: codecs: Add msm8916-wcd analog codec
` [PATCH v5 2/5] ASoC: codecs: Add msm8916-wcd digital codec

[PATCH] drm/msm/adreno: move function declarations to header file
 2016-09-18 14:20 UTC 

[PATCH] drm/msm: add missing header dependencies
 2016-09-18 13:01 UTC 

[PATCH 0/2] dts: arm64: db820c: adds support to pmic pins
 2016-09-18 11:38 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: pm8994: add pad voltage regulator defines

[PATCH] ARM: dts: msm8974: Add definitions for QCE & cryptobam
 2016-09-17  0:10 UTC  (3+ messages)

[PATCH] clk: Add USB3 PHY reset lines
 2016-09-16 23:21 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).