linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 19:29:32 to 2021-03-31 10:58:32 UTC [more...]

[PATCH v4 00/24] drm/msm/dsi: refactor MSM DSI PHY/PLL drivers
 2021-03-31 10:57 UTC  (7+ messages)
` [PATCH v4 01/24] clk: mux: provide devm_clk_hw_register_mux()
` [PATCH v4 02/24] clk: divider: add devm_clk_hw_register_divider
` [PATCH v4 03/24] drm/msm/dsi: replace PHY's init callback with configurable data
` [PATCH v4 05/24] drm/msm/dsi: drop multiple pll enable_seq support
` [PATCH v4 08/24] drm/msm/dsi: move min/max PLL rate to phy config
` [PATCH v4 12/24] drm/msm/dsi: use devm_of_clk_add_hw_provider

[PATCH v2 1/1] i2c: drivers: Use generic definitions for bus frequencies (part 2)
 2021-03-31 10:46 UTC 

[PATCH net-next v6 1/2] net: Add a WWAN subsystem
 2021-03-31 10:44 UTC  (3+ messages)
` [PATCH net-next v6 2/2] net: Add Qcom WWAN control driver

[PATCH net-next v7 1/2] net: Add a WWAN subsystem
 2021-03-31 10:48 UTC  (2+ messages)
` [PATCH net-next v7 2/2] net: Add Qcom WWAN control driver

[PATCH v2 00/14] drm: Fix EDID reading on ti-sn65dsi86
 2021-03-31 10:12 UTC  (26+ messages)
` [PATCH v2 01/14] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
` [PATCH v2 02/14] drm/bridge: ti-sn65dsi86: Simplify refclk handling
` [PATCH v2 03/14] drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc comment
` [PATCH v2 04/14] drm/bridge: ti-sn65dsi86: Reorder remove()
` [PATCH v2 05/14] drm/bridge: ti-sn65dsi86: Move MIPI detach() / unregister() to detach()
` [PATCH v2 06/14] drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()
` [PATCH v2 07/14] drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function
` [PATCH v2 08/14] drm/bridge: ti-sn65dsi86: Remove extra call: drm_connector_update_edid_property()
` [PATCH v2 09/14] drm/edid: Use the cached EDID in drm_get_edid() if eDP
` [PATCH v2 10/14] drm/bridge: ti-sn65dsi86: Stop caching the EDID ourselves
` [PATCH v2 11/14] drm/bridge: ti-sn65dsi86: Power things properly for reading the EDID
` [PATCH v2 12/14] drm/bridge: ti-sn65dsi86: Read the EDID only if refclk was provided
` [PATCH v2 13/14] drm/bridge: ti-sn65dsi86: Print an error if we fallback to panel modes
` [PATCH v2 14/14] drm/panel: panel-simple: Use runtime pm to avoid excessive unprepare / prepare

[PATCH] venus: helpers: keep max bandwidth when mbps exceeds the supported range
 2021-03-31  9:28 UTC 

[PATCH v7 0/2] Qualcomm's lpass device tree changes for I2s dai
 2021-03-31  8:48 UTC  (5+ messages)
` [PATCH v7 1/2] arm64: dts: qcom: sc7180-trogdor: Add lpass dai link for I2S driver
` [PATCH v7 2/2] arm64: dts: qcom: Add sound node for sc7180-trogdor-coachz

[PATCH v13 1/9] drivers: thermal: tsens: Add VER_0 tsens version
 2021-03-31  8:35 UTC  (2+ messages)
` [kbuild] "

Bidding invitation
 2021-03-31  7:10 UTC 

[PATCH] soundwire: qcom: use signed variable for error return
 2021-03-31  7:21 UTC 

[PATCH v1] usb: dwc3: core: Add shutdown callback for dwc3
 2021-03-31  7:07 UTC  (9+ messages)

[PATCH v14 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-03-31  4:02 UTC  (9+ messages)
` [PATCH v14 3/4] dt-bindings: msm: dsi: add yaml schemas for DSI PHY bindings

[PATCH] usb: dwc3: reference clock configuration
 2021-03-31  1:17 UTC  (8+ messages)

[PATCH v14 0/2] Enable power management for ufs wlun
 2021-03-30 22:31 UTC  (3+ messages)
` [PATCH v14 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v14 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH 1/2] dt-bindings: nvmem: Add SoC compatible for sc7280
 2021-03-30 21:19 UTC  (4+ messages)
` [PATCH 2/2] nvmem: qfprom: Add support for fuse blowing on sc7280

[PATCH v3 00/25] drm/msm/dsi: refactor MSM DSI PHY/PLL drivers
 2021-03-30 19:29 UTC  (44+ messages)
` [PATCH v3 01/25] clk: fixed: add devm helper for clk_hw_register_fixed_factor()
` [PATCH v3 02/25] clk: mux: provide devm_clk_hw_register_mux()
` [PATCH v3 03/25] clk: divider: add devm_clk_hw_register_divider
` [PATCH v3 11/25] drm/msm/dsi: push provided clocks handling into a generic code
  ` [Freedreno] "
` [PATCH v3 12/25] drm/msm/dsi: use devm_clk_*register to registe DSI PHY clocks
  ` [Freedreno] "
` [PATCH v3 13/25] drm/msm/dsi: use devm_of_clk_add_hw_provider
  ` [Freedreno] "
` [PATCH v3 14/25] drm/msm/dsi: make save/restore_state phy-level functions
  ` [Freedreno] "
` [PATCH v3 15/25] drm/msm/dsi: drop vco_delay setting from 7nm, 10nm, 14nm drivers
  ` [Freedreno] "
` [PATCH v3 16/25] drm/msm/dpu: simplify vco_delay handling in dsi_phy_28nm driver
  ` [Freedreno] "
` [PATCH v3 17/25] drm/msi/dsi: inline msm_dsi_pll_helper_clk_prepare/unprepare
  ` [Freedreno] "
` [PATCH v3 18/25] drm/msm/dsi: make save_state/restore_state callbacks accept msm_dsi_phy
` [PATCH v3 19/25] drm/msm/dsi: drop msm_dsi_pll abstracton
  ` [Freedreno] "
` [PATCH v3 20/25] drm/msm/dsi: drop PLL accessor functions
  ` [Freedreno] "
` [PATCH v3 21/25] drm/msm/dsi: move ioremaps to dsi_phy_driver_probe
  ` [Freedreno] "
` [PATCH v3 22/25] drm/msm/dsi: remove duplicate fields from dsi_pll_Nnm instances
` [PATCH v3 23/25] drm/msm/dsi: remove temp data from global pll structure
  ` [Freedreno] "
` [PATCH v3 24/25] drm/msm/dsi: inline msm_dsi_phy_set_src_pll
  ` [Freedreno] "
` [PATCH v3 25/25] drm/msm/dsi: stop passing src_pll_id to the phy_enable call
  ` [Freedreno] "

[PATCH v3 01/11] drm/atomic: Pass the full state to planes async atomic check and update
 2021-03-30 18:56 UTC  (5+ messages)
` [PATCH v3 10/11] drm: Use state helper instead of the plane state pointer

[PATCH] arm64: dts: qcom: Move rmtfs memory region
 2021-03-30 18:48 UTC  (2+ messages)

[v1] drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resume
 2021-03-30 18:34 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Add PMIC peripherals for SC7280
 2021-03-30 18:19 UTC  (6+ messages)

[PATCH v2 1/2] thermal: qcom-spmi-temp-alarm: Don't suppress negative temp
 2021-03-30 18:00 UTC  (5+ messages)
` [PATCH v2 2/2] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 1 PMIC peripherals

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-30 16:28 UTC  (40+ messages)
` [PATCH 01/18] iommu: remove the unused domain_window_disable method
` [PATCH 02/18] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/18] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/18] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[PATCH] ASoC: q6afe-clocks: fix reprobing of the driver
 2021-03-30 16:05 UTC  (5+ messages)

[PATCH 1/2] iommu/arm-smmu-qcom: Skip the TTBR1 quirk for db820c
 2021-03-30 16:07 UTC  (10+ messages)
` [PATCH 2/2] arm64: dts: msm8996: Mark the GPU's SMMU as an adreno one

[RESEND 00/19] Rid GPU from W=1 warnings
 2021-03-30 15:19 UTC  (3+ messages)

[PATCH] drm/msm: Fix removal of valid error case when checking speed_bin
 2021-03-30 15:14 UTC  (3+ messages)

[PATCH v2] dt-bindings: interrupt-controller: Convert bindings to yaml for qcom,pdc
 2021-03-30 14:46 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: Add Qualcomm Memshare QMI service
 2021-03-30 14:40 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: Add bindings for Qualcomm Memshare service

[PATCH v13 0/2] Enable power management for ufs wlun
 2021-03-30 10:07 UTC  (5+ messages)
` [PATCH v13 1/2] scsi: ufs: Enable power management for wlun

[PATCH v4 0/4] arm64: dts: qcom: sm8250: fix display nodes
 2021-03-30  8:04 UTC  (9+ messages)
` [PATCH v4 2/4] dt-bindings: msm/disp: add compatibles for sm8150/sm8250 display
` [PATCH v4 3/4] drm/msm: "
` [PATCH v4 4/4] arm64: dts: qcom: sm8250: fix display nodes

[PATCH v1 0/7] MHI Emergency download and flash programmer support
 2021-03-30  8:03 UTC  (15+ messages)
` [PATCH v1 1/7] bus: mhi: core: Rely on accurate method to determine EDL mode
` [PATCH v1 2/7] bus: mhi: core: Wait for ready after an EDL firmware download
` [PATCH v1 3/7] bus: mhi: core: Handle EDL mode entry appropriately
` [PATCH v1 4/7] bus: mhi: core: Add support for Flash Programmer execution environment
` [PATCH v1 5/7] bus: mhi: core: Identify Flash Programmer as a mission mode use case
` [PATCH v1 6/7] bus: mhi: core: Wait for MHI READY state in most scenarios
` [PATCH v1 7/7] bus: mhi: core: Improve state strings for debug messages

[PATCH v2] media: venus : hfi: add venus image info into smem
 2021-03-30  3:59 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: thermal: qcom-tsens: Add compatible for sm8350
 2021-03-30  3:48 UTC  (2+ messages)

[PATCH 0/5] Samsung Galaxy S III Neo Initial DTS
 2021-03-30  3:41 UTC  (3+ messages)
` [PATCH 3/5] arm: dts: qcom: Add support for MSM8226 SoC

[PATCH v5 0/7] phy: qcom-qmp: provide DP phy support for sm8250
 2021-03-30  3:33 UTC  (15+ messages)
` [PATCH v5 1/7] dt-bindings: phy: qcom,qmp-usb3-dp-phy: move usb3 compatibles back to qcom,qmp-phy.yaml
` [PATCH v5 2/7] dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SM8250
` [PATCH v5 3/7] phy: qcom-qmp: move DP functions to callbacks
` [PATCH v5 4/7] phy: qcom-qmp: rename common registers
` [PATCH v5 5/7] phy: qcom-qmp: add support for sm8250-usb3-dp phy
` [PATCH v5 6/7] arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode
` [PATCH v5 7/7] arm64: dts: qcom: use dp_phy to provide clocks to dispcc

[PATCH 1/3] drm/bridge: ti-sn65dsi86: Simplify refclk handling
 2021-03-30  3:19 UTC  (8+ messages)
` [PATCH 3/3] drm/bridge: ti-sn65dsi86: Properly get the EDID, but only if refclk

[PATCH v7 0/7] Updates to MHI channel handling
 2021-03-30  2:11 UTC  (8+ messages)
` [PATCH v7 1/7] bus: mhi: core: Allow sending the STOP channel command
` [PATCH v7 2/7] bus: mhi: core: Clear context for stopped channels from remove()
` [PATCH v7 3/7] bus: mhi: core: Improvements to the channel handling state machine
` [PATCH v7 4/7] bus: mhi: core: Clear configuration from channel context during reset
` [PATCH v7 5/7] bus: mhi: core: Check channel execution environment before issuing reset
` [PATCH v7 6/7] bus: mhi: core: Remove __ prefix for MHI channel unprepare function
` [PATCH v7 7/7] bus: mhi: Improve documentation on channel transfer setup APIs

[PATCH AUTOSEL 4.19 08/15] drm/msm: Ratelimit invalid-fence message
 2021-03-29 22:23 UTC 

[PATCH AUTOSEL 4.9 05/10] drm/msm: Ratelimit invalid-fence message
 2021-03-29 22:23 UTC 

[PATCH AUTOSEL 4.14 06/12] drm/msm: Ratelimit invalid-fence message
 2021-03-29 22:23 UTC 

[PATCH AUTOSEL 5.4 10/19] drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs
 2021-03-29 22:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 11/19] drm/msm: Ratelimit invalid-fence message

[PATCH AUTOSEL 5.10 13/33] drm/msm/dsi_pll_7nm: Fix variable usage for pll_lockdet_rate
 2021-03-29 22:22 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 14/33] drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs
` [PATCH AUTOSEL 5.10 15/33] drm/msm: Ratelimit invalid-fence message
` [PATCH AUTOSEL 5.10 21/33] drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resume

[PATCH AUTOSEL 5.11 03/38] drm/msm: a6xx: Make sure the SQE microcode is safe
 2021-03-29 22:21 UTC  (5+ messages)
` [PATCH AUTOSEL 5.11 16/38] drm/msm/dsi_pll_7nm: Fix variable usage for pll_lockdet_rate
` [PATCH AUTOSEL 5.11 17/38] drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs
` [PATCH AUTOSEL 5.11 18/38] drm/msm: Ratelimit invalid-fence message
` [PATCH AUTOSEL 5.11 24/38] drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resume

[PATCH v2] clk: qcom: camcc: Update the clock ops for the SC7180
 2021-03-29 21:08 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for Qualcomm IPC Router (QRTR) driver
 2021-03-29 20:40 UTC  (2+ messages)

[PATCH V2 0/5] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
 2021-03-29 20:09 UTC  (7+ messages)
` [PATCH V2 1/5] dt-bindings: Added the yaml bindings for DCC
` [PATCH V2 2/5] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
` [PATCH V2 3/5] DCC: Added the sysfs entries for DCC(Data Capture and Compare) driver

[PATCH v5 0/2] Polling for MHI ready
 2021-03-29 19:53 UTC  (3+ messages)
` [PATCH v5 1/2] bus: mhi: core: Introduce internal register poll helper function
` [PATCH v5 2/2] bus: mhi: core: Move to polling method to wait for MHI ready


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