linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-29 23:20:42 to 2020-02-03 23:41:13 UTC [more...]

[PATCH v3 0/9] drm/bridge: ti-sn65dsi86: Improve support for AUO B116XAK01 + other DP
 2020-02-03 23:41 UTC  (17+ messages)
` [PATCH v3 1/9] drm/bridge: ti-sn65dsi86: Split the setting of the dp and dsi rates
` [PATCH v3 2/9] drm/bridge: ti-sn65dsi86: zero is never greater than an unsigned int
` [PATCH v3 3/9] drm/bridge: ti-sn65dsi86: Don't use MIPI variables for DP link
` [PATCH v3 4/9] drm/bridge: ti-sn65dsi86: Config number of DP lanes Mo' Betta
` [PATCH v3 5/9] drm/bridge: ti-sn65dsi86: Read num lanes from the DP sink
` [PATCH v3 6/9] drm/bridge: ti-sn65dsi86: Use 18-bit DP if we can
` [PATCH v3 7/9] drm/bridge: ti-sn65dsi86: Group DP link training bits in a function
` [PATCH v3 8/9] drm/bridge: ti-sn65dsi86: Train at faster rates if slower ones fail

[PATCH v4 00/15] clk: qcom: Fix parenting for dispcc/gpucc/videocc
 2020-02-03 23:17 UTC  (21+ messages)
` [PATCH v4 01/15] clk: qcom: rcg2: Don't crash if our parent can't be found; return an error
` [PATCH v4 02/15] dt-bindings: clock: Fix qcom,dispcc bindings for sdm845/sc7180
` [PATCH v4 03/15] arm64: dts: qcom: sdm845: Add the missing clocks on the dispcc
` [PATCH v4 04/15] clk: qcom: Get rid of fallback global names for dispcc-sc7180
` [PATCH v4 05/15] clk: qcom: Get rid of the test clock "
` [PATCH v4 06/15] clk: qcom: Use ARRAY_SIZE in dispcc-sc7180 for parent clocks
` [PATCH v4 07/15] dt-bindings: clock: Fix qcom,gpucc bindings for sdm845/sc7180/msm8998
` [PATCH v4 08/15] arm64: dts: qcom: sdm845: Add missing clocks / fix names on the gpucc
` [PATCH v4 09/15] clk: qcom: Get rid of the test clock for gpucc-sc7180
` [PATCH v4 10/15] clk: qcom: Use ARRAY_SIZE in gpucc-sc7180 for parent clocks
` [PATCH v4 11/15] dt-bindings: clock: Cleanup qcom,videocc bindings for sdm845/sc7180
` [PATCH v4 12/15] clk: qcom: Get rid of the test clock for videocc-sc7180
` [PATCH v4 13/15] clk: qcom: Use ARRAY_SIZE in videocc-sc7180 for parent clocks
` [PATCH v4 14/15] arm64: dts: qcom: sdm845: Add the missing clock on the videocc
` [PATCH v4 15/15] arm64: dts: sc7180: Add clock controller nodes

[PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-02-03 20:42 UTC  (7+ messages)
` [PATCH v4 04/22] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v4 05/22] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v4 10/22] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()

[PATCH v2] drm: Parse Colorimetry data block from EDID
 2020-02-03 20:32 UTC  (3+ messages)

[PATCH v2 1/2] Bluetooth: hci_qca: Enable clocks required for BT SOC
 2020-02-03 19:56 UTC  (7+ messages)
` [PATCH v2 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip WCN3991

[PATCH v4 0/2] Add Embedded USB Debugger (EUD) driver
 2020-02-03 19:35 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: Documentation for qcom,eud
` [PATCH v4 2/2] Embedded USB Debugger (EUD) driver

[PATCH v3] dt-bindings: clk: qcom: Fix self-validation, split, and clean cruft
 2020-02-03 19:27 UTC  (2+ messages)

[PATCH v4 0/8] Add QUSB2 PHY support for SC7180
 2020-02-03 18:56 UTC  (2+ messages)

[PATCH] spmi: pmic-arb: Set lockdep class for hierarchical irq domains
 2020-02-03 19:02 UTC  (3+ messages)

[PATCH v4 0/7] thermal: tsens: Handle critical interrupts
 2020-02-03 18:44 UTC  (13+ messages)
` [PATCH v4 1/7] drivers: thermal: tsens: Pass around struct tsens_sensor as a constant
` [PATCH v4 2/7] drivers: thermal: tsens: use simpler variables
` [PATCH v4 3/7] drivers: thermal: tsens: Release device in success path
` [PATCH v4 4/7] drivers: thermal: tsens: Add critical interrupt support
` [PATCH v4 5/7] drivers: thermal: tsens: Add watchdog support
` [PATCH v4 6/7] drivers: thermal: tsens: kernel-doc fixup
` [PATCH v4 7/7] drivers: thermal: tsens: Remove unnecessary irq flag

[PATCH v3 00/15] clk: qcom: Fix parenting for dispcc/gpucc/videocc
 2020-02-03 18:35 UTC  (21+ messages)
` [PATCH v3 01/15] clk: qcom: rcg2: Don't crash if our parent can't be found; return an error
` [PATCH v3 02/15] dt-bindings: clock: Fix qcom,dispcc bindings for sdm845/sc7180
` [PATCH v3 03/15] arm64: dts: qcom: sdm845: Add the missing clocks on the dispcc
` [PATCH v3 04/15] clk: qcom: Get rid of fallback global names for dispcc-sc7180
` [PATCH v3 05/15] clk: qcom: Get rid of the test clock "
` [PATCH v3 06/15] clk: qcom: Use ARRAY_SIZE in dispcc-sc7180 for parent clocks
` [PATCH v3 07/15] dt-bindings: clock: Fix qcom,gpucc bindings for sdm845/sc7180/msm8998
` [PATCH v3 08/15] arm64: dts: qcom: sdm845: Add missing clocks / fix names on the gpucc
` [PATCH v3 09/15] clk: qcom: Get rid of the test clock for gpucc-sc7180
` [PATCH v3 10/15] clk: qcom: Use ARRAY_SIZE in gpucc-sc7180 for parent clocks
` [PATCH v3 11/15] dt-bindings: clock: Cleanup qcom,videocc bindings for sdm845/sc7180
` [PATCH v3 12/15] clk: qcom: Get rid of the test clock for videocc-sc7180
` [PATCH v3 13/15] clk: qcom: Use ARRAY_SIZE in videocc-sc7180 for parent clocks
` [PATCH v3 14/15] arm64: dts: qcom: sdm845: Add the missing clock on the videocc
` [PATCH v3 15/15] arm64: dts: sc7180: Add clock controller nodes

[PATCH v2 00/16] Add MHI bus support
 2020-02-03 18:12 UTC  (21+ messages)
` [PATCH v2 01/16] docs: Add documentation for MHI bus
` [PATCH v2 02/16] bus: mhi: core: Add support for registering MHI controllers
` [PATCH v2 03/16] bus: mhi: core: Add support for registering MHI client drivers
` [PATCH v2 04/16] bus: mhi: core: Add support for creating and destroying MHI devices
` [PATCH v2 05/16] bus: mhi: core: Add support for ringing channel/event ring doorbells
` [PATCH v2 06/16] bus: mhi: core: Add support for PM state transitions
` [PATCH v2 07/16] bus: mhi: core: Add support for basic PM operations
` [PATCH v2 08/16] bus: mhi: core: Add support for downloading firmware over BHIe
` [PATCH v2 09/16] bus: mhi: core: Add support for downloading RDDM image during panic
` [PATCH v2 10/16] bus: mhi: core: Add support for processing events from client device
` [PATCH v2 11/16] bus: mhi: core: Add support for data transfer
` [PATCH v2 12/16] bus: mhi: core: Add uevent support for module autoloading
` [PATCH v2 13/16] MAINTAINERS: Add entry for MHI bus
` [PATCH v2 14/16] net: qrtr: Add MHI transport layer
` [PATCH v2 15/16] net: qrtr: Do not depend on ARCH_QCOM
` [PATCH v2 16/16] soc: qcom: Do not depend on ARCH_QCOM for QMI helpers

[PATCH V4 0/4] Enable video on sc7180
 2020-02-03 18:02 UTC  (4+ messages)
` [PATCH V4 2/4] dt-bindings: media: venus: Add sc7180 DT schema

[PATCH 0/3] ARM: qcom: add Nexus 5 bluetooth support
 2020-02-03 17:39 UTC  (4+ messages)
` [PATCH 2/3] ARM: dts: qcom: msm8974: add blsp2_uart10
` [PATCH 3/3] ARM: dts: qcom: msm8974-hammerhead: add support for bluetooth

[PATCH v5] arm64: dts: qcom: sc7180: Add WCN3990 WLAN module device node
 2020-02-03 17:35 UTC  (2+ messages)

[PATCH v2] dt-bindings: clk: qcom: Fix self-validation, split, and clean cruft
 2020-02-03 17:09 UTC  (4+ messages)

[PATCH v3 0/7] Add RSC power domain support
 2020-02-03 17:08 UTC  (9+ messages)
` [PATCH v3 1/7] drivers: qcom: rpmh: fix macro to accept NULL argument
` [PATCH v3 2/7] drivers: qcom: rpmh: remove rpmh_flush export
` [PATCH v3 3/7] dt-bindings: soc: qcom: Add RSC power domain specifier
` [PATCH v3 4/7] drivers: qcom: rpmh-rsc: Add RSC power domain support
` [PATCH v3 5/7] drivers: firmware: psci: Add hierarchical domain idle states converter
` [PATCH v3 6/7] arm64: dts: qcom: sc7180: Add cpuidle low power states
` [PATCH v3 7/7] arm64: dts: qcom: sc7180: Convert to the hierarchical CPU topology layout

[PATCH] dt-bindings: watchdog: Add optional interrupts property
 2020-02-03 17:00 UTC  (2+ messages)

[PATCH v3 1/2] Bluetooth: hci_qca: Enable clocks required for BT SOC
 2020-02-03 14:45 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip WCN3991

[PATCH v2 0/6] Add RSC power domain support
 2020-02-03 13:11 UTC  (4+ messages)
` [PATCH v2 4/6] drivers: qcom: rpmh-rsc: "

[PATCH v3] Bluetooth: hci_qca:Removed the function qca_setup_clock()
 2020-02-03  9:29 UTC  (2+ messages)

[PATCH v5 4/8] scsi: ufs-qcom: Adjust bus bandwidth voting and unvoting
 2020-02-03  9:17 UTC  (2+ messages)
` [PATCH v5 7/8] scsi: ufs-qcom: Delay specific time before gate ref clk

[RFC-v2 0/2] Add Support for SDHC bus bandwidth voting
 2020-02-03  7:20 UTC  (3+ messages)

[PATCHv2 0/2] Convert QCOM watchdog timer bindings to YAML
 2020-02-02  5:07 UTC  (7+ messages)
` [PATCHv2 1/2] dt-bindings: watchdog: "
` [PATCHv2 2/2] dt-bindings: watchdog: Add compatible for QCS404, SC7180, SDM845, SM8150

[PATCH] venus: vdec: Use pmruntime autosuspend
 2020-02-01 21:26 UTC  (3+ messages)

[PATCH v3 0/3] Introduce Protection Domain Restart (PDR) Helpers
 2020-02-01 13:44 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: soc: qcom: apr: Add protection domain bindings

[RFC v3 00/10] DDR/L3 Scaling support on SDM845 and SC7180 SoCs
 2020-02-01 12:21 UTC  (5+ messages)
` [RFC v3 02/10] cpufreq: blacklist SDM845 in cpufreq-dt-platdev

[PATCH] msm:disp:dpu1: add UBWC support for display on SC7180
 2020-01-31 22:38 UTC  (2+ messages)

[PATCH v2 0/7] drm/msm/a6xx: System Cache Support
 2020-01-31 22:00 UTC  (3+ messages)
` [PATCH v2 1/7] iommu/arm-smmu: Pass io_pgtable_cfg to impl specific init_context

[PATCH v3] Add A618 GPU nodes
 2020-01-31 21:43 UTC  (3+ messages)
` [PATCH v3] arm64: dts: qcom: sc7180: Add A618 gpu dt blob

[PATCH v2 0/6] Split SDM845 interconnect nodes and consolidate RPMh support
 2020-01-31 21:35 UTC  (3+ messages)
` [PATCH v2 3/6] dt-bindings: interconnect: Update Qualcomm SDM845 DT bindings

[PATCH v2] arm64: dts: qcom: sc7180: Add A618 gpu dt blob
 2020-01-31 21:21 UTC  (6+ messages)

[v4] arm64: dts: sc7180: add display dt nodes
 2020-01-31 19:32 UTC  (2+ messages)

[RFC v2 0/3] ARM PSCI: Add support for vendor-specific SYSTEM_RESET2
 2020-01-31 19:08 UTC  (4+ messages)
` [RFC v2 1/3] dt: psci: Add arm,psci-sys-reset2-type property
` [RFC v2 2/3] firmware: psci: Add support for dt-supplied SYSTEM_RESET2 type
` [RFC v2 3/3] arm64: dts: qcom: sm8250: Add vendor-specific PSCI system reset2 type

[PATCH v6 0/5] usb: xhci: Add support for Renesas USB controllers
 2020-01-31 15:47 UTC  (8+ messages)

[PATCH V3] dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
 2020-01-31 14:24 UTC  (2+ messages)

[PATCH v3 00/19] Enable Qualcomm QCS 404 HS/SS USB
 2020-01-31 13:46 UTC  (11+ messages)
` [PATCH v3 06/19] dt-bindings: usb: dwc3: Add a gpio-usb-connector description
` [PATCH v3 07/19] usb: dwc3: Registering a role switch in the DRD code
` [PATCH v3 09/19] usb: dwc3: qcom: Override VBUS when using gpio_usb_connector
` [PATCH v3 10/19] usb: dwc3: Add support for role-switch-default-mode binding

[PATCH] nvmem: core: Fix msb clearing bits
 2020-01-31 12:43 UTC 

[PATCH] drm/msm/a6xx: Correct the highestbank configuration
 2020-01-31  7:59 UTC  (3+ messages)

[PATCH 01/17] clk: sunxi: sunxi-ng: convert to devm_platform_ioremap_resource
 2020-01-31  1:06 UTC  (2+ messages)

[PATCH] power: avs: qcom-cpr: Avoid clang -Wsometimes-uninitialized in cpr_scale
 2020-01-31  0:02 UTC  (2+ messages)

[PATCH v2 00/10] clk: qcom: Fix parenting for dispcc/gpucc/videocc
 2020-01-30 21:19 UTC  (4+ messages)
` [PATCH v2 05/10] clk: qcom: Fix sc7180 dispcc parent data

[PATCH v3 0/3] Add modem Clock controller (MSS CC) driver for SC7180
 2020-01-30 18:09 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: clock: Add YAML schemas for the QCOM MSS clock bindings
` [PATCH v3 2/3] dt-bindings: clock: Introduce QCOM Modem "
` [PATCH v3 3/3] clk: qcom: Add modem clock controller driver for SC7180

[PATCH v3 0/9] thermal: tsens: Handle critical interrupts
 2020-01-30 12:49 UTC  (10+ messages)
` [PATCH v3 4/9] drivers: thermal: tsens: Release device in success path
` [PATCH v3 5/9] drivers: thermal: tsens: Add critical interrupt support
` [PATCH v3 6/9] drivers: thermal: tsens: Add watchdog support

[PATCH v2 0/8] remoteproc: qcom: post mortem debug support
 2020-01-30 10:07 UTC  (14+ messages)
` [PATCH v2 6/8] remoteproc: Introduce "panic" callback in ops
` [PATCH v2 7/8] remoteproc: qcom: q6v5: Add common panic handler

[PATCH V2] dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
 2020-01-30  9:13 UTC  (3+ messages)

[PATCH] pstore: Fix printing of duplicate boot messages to console
 2020-01-30  6:30 UTC  (3+ messages)

[PATCH] dt-bindings: clk: qcom: Fix self-validation, split, and clean cruft
 2020-01-30  0:24 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;
as well as URLs for NNTP newsgroup(s).