linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-14 16:41:32 to 2021-04-18 12:30:04 UTC [more...]

[PATCH v2 0/5] Samsung Galaxy S III Neo Initial DTS
 2021-04-18 12:29 UTC  (5+ messages)
` [PATCH v2 1/5] dt-bindings: clock: qcom: Add MSM8226 GCC clock bindings
` [PATCH v2 2/5] clk: qcom: gcc: Add support for Global Clock controller found on MSM8226
` [PATCH v2 3/5] arm: dts: qcom: Add support for MSM8226 SoC
` [PATCH v2 4/5] dt-bindings: arm: qcom: Document MSM8226 SoC binding

[PATCH 00/12] Use qmp_send to update co-processor load state
 2021-04-18  2:03 UTC  (24+ messages)
` [PATCH 01/12] dt-bindings: soc: qcom: aoss: Drop power-domain bindings
` [PATCH 02/12] soc: qcom: aoss: Drop power domain support
` [PATCH 03/12] dt-bindings: remoteproc: qcom: pas: Add QMP bindings
` [PATCH 04/12] dt-bindings: remoteproc: qcom: "
` [PATCH 05/12] remoteproc: qcom: q6v5: Use qmp_send to update co-processor load state
` [PATCH 06/12] arm64: dts: qcom: sc7180: Use QMP binding to control "
` [PATCH 07/12] arm64: dts: qcom: sc7280: "
` [PATCH 08/12] arm64: dts: qcom: sdm845: "
` [PATCH 09/12] arm64: dts: qcom: sm8150: "
` [PATCH 10/12] arm64: dts: qcom: sm8250: "
` [PATCH 11/12] arm64: dts: qcom: sm8350: "
` [PATCH 12/12] dt-bindings: soc: qcom: aoss: Delete unused power-domain definitions

[PATCH] drm/msm: always parse interconnects
 2021-04-17 17:52 UTC  (2+ messages)

[Patch v2 0/7] Add support for AEAD algorithms in Qualcomm Crypto Engine driver
 2021-04-17 15:38 UTC  (9+ messages)
` [Patch v2 1/7] crypto: qce: common: Add MAC failed error checking
` [Patch v2 2/7] crypto: qce: common: Make result dump optional
` [Patch v2 3/7] crypto: qce: Add mode for rfc4309
` [Patch v2 4/7] crypto: qce: Add support for AEAD algorithms
` [Patch v2 5/7] crypto: qce: common: Clean up qce_auth_cfg
` [Patch v2 6/7] crypto: qce: common: Add support for AEAD algorithms
` [Patch v2 7/7] crypto: qce: aead: Schedule fallback algorithm

[PATCH v3] arm64: boot: dts: qcom: sm8150: add SPI nodes
 2021-04-17 12:04 UTC  (5+ messages)

[PATCH v2 0/2] arm64: sm8150: Add minimal DMA support
 2021-04-17 12:03 UTC  (4+ messages)
` [PATCH v2 1/2] DMA: qcom: gpi: add compatible for sm8150
` [PATCH v2 2/2] arm64: boot: dts: qcom: sm8150: Add DMA nodes

[PATCH v7 0/9] Extend regulator notification support
 2021-04-17  8:49 UTC  (6+ messages)
` [PATCH v7 2/9] reboot: thermal: Export hardware protection shutdown

[PATCH 0/2] arm64: sm8150: Add minimal DMA support
 2021-04-17  6:20 UTC  (6+ messages)
` [PATCH 1/2] DMA: qcom: gpi: add compatible for sm8150
` [PATCH 2/2] arm64: boot: dts: qcom: sm8150: Add DMA nodes

[v1 0/3] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-04-16 23:02 UTC  (5+ messages)
` [v1 1/3] drm/dp: Add DisplayPort aux backlight control support
` [v1 2/3] dt-bindings: drm/bridge: ti-sn65dsi86: Document use-aux-backlight

[PATCH net-next 0/2] net: ipa: allow different firmware names
 2021-04-16 22:50 UTC  (4+ messages)
` [PATCH net-next 1/2] dt-bindings: net: qcom,ipa: add firmware-name property
` [PATCH net-next 2/2] net: ipa: optionally define firmware name via DT

[PATCH v4 00/27] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-16 22:39 UTC  (28+ messages)
` [PATCH v4 01/27] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
` [PATCH v4 02/27] drm/bridge: ti-sn65dsi86: Simplify refclk handling
` [PATCH v4 03/27] drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc comment
` [PATCH v4 04/27] drm/bridge: ti-sn65dsi86: Reorder remove()
` [PATCH v4 05/27] drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()
` [PATCH v4 06/27] drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function
` [PATCH v4 07/27] drm/panel: panel-simple: Use runtime pm to avoid excessive unprepare / prepare
` [PATCH v4 08/27] drm/bridge: ti-sn65dsi86: Rename the main driver data structure
` [PATCH v4 09/27] drm/bridge: ti-sn65dsi86: More renames in prep for sub-devices
` [PATCH v4 10/27] drm/bridge: ti-sn65dsi86: Clean debugfs code
` [PATCH v4 11/27] drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probe
` [PATCH v4 12/27] drm/bridge: ti-sn65dsi86: Cleanup managing of drvdata
` [PATCH v4 13/27] drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disable
` [PATCH v4 14/27] drm/bridge: ti-sn65dsi86: Move all the chip-related init to the start
` [PATCH v4 15/27] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers
` [PATCH v4 16/27] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [PATCH v4 17/27] drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspend
` [PATCH v4 18/27] drm/bridge: ti-sn65dsi86: Code motion of refclk management functions
` [PATCH v4 19/27] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v4 20/27] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v4 21/27] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v4 22/27] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v4 23/27] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v4 24/27] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v4 25/27] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v4 26/27] arm64: dts: qcom: Link the panel to the bridge's DDC bus
` [PATCH v4 27/27] drm/panel: panel-simple: Prepare/unprepare are refcounted, not forced

[PATCH net-next v11 1/2] net: Add a WWAN subsystem
 2021-04-16 22:40 UTC  (3+ messages)
` [PATCH net-next v11 2/2] net: Add Qcom WWAN control driver

[PATCH V2 0/4] Add RTC support for PMIC PMK8350
 2021-04-16 22:20 UTC  (6+ messages)
` [PATCH V2 3/4] dt-bindings: mfd: Convert pm8xxx bindings to yaml
` (subset) [PATCH V2 0/4] Add RTC support for PMIC PMK8350

[PATCH v5 0/7] Add devcoredump support for DPU
 2021-04-16 20:57 UTC  (8+ messages)
` [PATCH v5 1/7] drm: allow drm_atomic_print_state() to accept any drm_printer
` [PATCH v5 2/7] drm/msm: add support to take dpu snapshot
` [PATCH v5 3/7] drm/msm/dsi: add API to take DSI register snapshot
` [PATCH v5 4/7] drm/msm/dp: add API to take DP "
` [PATCH v5 5/7] drm/msm/disp/dpu1: add API to take DPU "
` [PATCH v5 6/7] drm/msm: add support to take dsi, dp and dpu snapshot
` [PATCH v5 7/7] drm/msm: add disp snapshot points across dpu driver

[PATCH 1/2] drm/msm/dp: service only one irq_hpd if there are multiple irq_hpd pending
 2021-04-16 20:27 UTC 

[PATCH v20 0/2] Enable power management for ufs wlun
 2021-04-16 19:49 UTC  (3+ messages)
` [PATCH v20 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v20 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH v1 0/6] BHI/BHIe improvements for MHI power purposes
 2021-04-16 18:47 UTC  (7+ messages)
` [PATCH v1 1/6] bus: mhi: core: Set BHI/BHIe offsets on power up preparation
` [PATCH v1 2/6] bus: mhi: core: Set BHI and BHIe pointers to NULL in clean-up
` [PATCH v1 3/6] bus: mhi: Add MMIO region length to controller structure
` [PATCH v1 4/6] ath11k: set register access length for MHI driver
` [PATCH v1 5/6] bus: mhi: pci_generic: Set "
` [PATCH v1 6/6] bus: mhi: core: Add range checks for BHI and BHIe

[PATCH v18 0/2] Enable power management for ufs wlun
 2021-04-16 18:21 UTC  (10+ messages)
` [PATCH v18 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v18 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH v3 3/3] drm/msm/dp: check main link status before start aux read
 2021-04-16 17:38 UTC 

[PATCH v3 2/3] drm/msm/dp: initialize audio_comp when audio starts
 2021-04-16 17:38 UTC 

[PATCH -next] bus: mhi: pci_generic: Fix possible use-after-free in mhi_pci_remove()
 2021-04-16 15:38 UTC  (2+ messages)

[PATCH 00/40] [Set 16] Rid W=1 warnings from GPU!
 2021-04-16 14:36 UTC  (2+ messages)
` [PATCH 03/40] drm/msm/dp/dp_display: Remove unused variable 'hpd'

[PATCH v1] arm64: dts: qcom: sc7180: coachz: Add thermal config for skin temperature
 2021-04-16 14:29 UTC  (2+ messages)

[PATCH v2] arm64: boot: dts: qcom: sm8150: add SPI nodes
 2021-04-16 10:31 UTC  (3+ messages)

[PATCH v19 0/2] Enable power management for ufs wlun
 2021-04-16 10:08 UTC  (5+ messages)
` [PATCH v19 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v19 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH v6 0/5] USB DWC3 host wake up support from system suspend
 2021-04-16 10:01 UTC  (6+ messages)
` [PATCH v6 1/5] usb: dwc3: host: Add suspend_quirk for dwc3 host
` [PATCH v6 2/5] usb: dwc3: core: Host wake up support from system suspend
` [PATCH v6 3/5] usb: dwc3: qcom: Add helper functions to enable,disable wake irqs
` [PATCH v6 4/5] usb: dwc3: qcom: Configure wakeup interrupts during suspend
` [PATCH v6 5/5] usb: dwc3: qcom: Set genpd active wakeup flag for usb gdsc

[PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card
 2021-04-16  9:52 UTC  (8+ messages)

[PATCH] thermal/drivers/tsens: fix missing put_device error
 2021-04-16  9:00 UTC  (2+ messages)

[0/3] Add L3 provider support for SC7280
 2021-04-16  6:58 UTC  (4+ messages)
` [1/3] dt-bindings: interconnect: Add EPSS L3 DT binding on SC7280
` [2/3] interconnect: qcom: Add EPSS L3 support "
` [3/3] arm64: dts: qcom: sc7280: Add EPSS L3 interconnect provider

[PATCH -next] scsi: ufs-qcom: Remove redundant dev_err call in ufs_qcom_init()
 2021-04-16  2:51 UTC  (2+ messages)

[PATCH v2 3/3] drm/msm/dp: check main link status before start aux read
 2021-04-15 23:28 UTC  (7+ messages)
          ` [PATCH v3 "

[PATCH v3 2/3] drm/msm/dp: initialize audio_comp when audio starts
 2021-04-15 23:26 UTC 

[PATCH v4 1/1] arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88
 2021-04-15 19:39 UTC 

[PATCH v3 1/1] nexus: Fix gpio-reserved-ranges 85-88
 2021-04-15 19:36 UTC  (3+ messages)

[PATCH RFC 1/2] thermal: qcom: tsens-v1: Add support for MSM8994 TSENS
 2021-04-15 19:06 UTC  (2+ messages)

[PATCH v2 2/3] drm/msm/dp: initialize audio_comp when audio starts
 2021-04-15 17:40 UTC  (3+ messages)

[PATCH v3 00/12] drm: Fix EDID reading on ti-sn65dsi86
 2021-04-15 14:48 UTC  (10+ messages)
` [PATCH v3 01/12] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
` [PATCH v3 12/12] drm/panel: panel-simple: Use runtime pm to avoid excessive unprepare / prepare

[PATCH 0/2] soc: qcom: Add Qualcomm Memshare QMI service
 2021-04-15 12:03 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: Add bindings for Qualcomm Memshare service

[PATCH] arm64: boot: dts: qcom: sm8150: add SPI nodes
 2021-04-15 11:30 UTC  (5+ messages)

[PATCH v6 2/4] leds: Add driver for Qualcomm LPG
 2021-04-15 10:46 UTC 

[PATCH] drm/msm/dsi: fix msm_dsi_phy_get_clk_provider return code
 2021-04-15 10:12 UTC  (2+ messages)

[PATCH V3 0/4] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
 2021-04-15  6:31 UTC  (3+ messages)
` [PATCH V3 2/4] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

[PATCH v4 0/3] Add devcoredump support for DPU
 2021-04-15  4:07 UTC  (7+ messages)
` [PATCH v4 1/3] drm: allow drm_atomic_print_state() to accept any drm_printer
` [PATCH v4 2/3] drm/msm: add support to take dpu snapshot
` [PATCH v4 3/3] drm/msm: add disp snapshot points across dpu driver

[PATCH v2 00/14] drm: Fix EDID reading on ti-sn65dsi86
 2021-04-15  1:18 UTC  (9+ messages)
  ` [PATCH v2 11/14] drm/bridge: ti-sn65dsi86: Power things properly for reading the EDID

[PATCH v2 1/3] drm/msm/dp: check sink_count before update is_connected status
 2021-04-14 21:18 UTC  (2+ messages)

[PATCH v2 2/3] drm/msm/dp: do not re initialize of audio_comp at display_disable()
 2021-04-14 17:55 UTC  (3+ 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).