linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 17:44:00 to 2021-03-30 03:18:01 UTC [more...]

[PATCH v3 00/25] drm/msm/dsi: refactor MSM DSI PHY/PLL drivers
 2021-03-30  3:16 UTC  (41+ 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 04/25] drm/msm/dsi: replace PHY's init callback with configurable data
` [PATCH v3 06/25] drm/msm/dsi: drop multiple pll enable_seq support
` [PATCH v3 07/25] drm/msm/dsi: move all PLL callbacks into PHY config struct
` [PATCH v3 08/25] drm/msm/dsi: drop global msm_dsi_phy_type enumaration
` [PATCH v3 09/25] drm/msm/dsi: move min/max PLL rate to phy config
` [PATCH v3 10/25] drm/msm/dsi: remove msm_dsi_pll_set_usecase
` [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
` [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
` [PATCH v3 24/25] drm/msm/dsi: inline msm_dsi_phy_set_src_pll
` [PATCH v3 25/25] drm/msm/dsi: stop passing src_pll_id to the phy_enable call

[PATCH v4 0/4] arm64: dts: qcom: sm8250: fix display nodes
 2021-03-30  3:16 UTC  (9+ messages)
` [PATCH v4 1/4] "
` [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 1/3] drm/bridge: ti-sn65dsi86: Simplify refclk handling
 2021-03-30  2:57 UTC  (7+ messages)
` [PATCH 3/3] drm/bridge: ti-sn65dsi86: Properly get the EDID, but only if refclk

[PATCH v2 00/14] drm: Fix EDID reading on ti-sn65dsi86
 2021-03-30  2:53 UTC  (15+ 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 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 v3 01/11] drm/atomic: Pass the full state to planes async atomic check and update
 2021-03-30  1:52 UTC  (3+ 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  1:46 UTC 

[PATCH] drm/msm: Fix removal of valid error case when checking speed_bin
 2021-03-30  1:34 UTC 

[PATCH v1 0/7] MHI Emergency download and flash programmer support
 2021-03-30  1:28 UTC  (8+ 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 v13 0/2] Enable power management for ufs wlun
 2021-03-29 22:48 UTC  (2+ messages)

[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] ASoC: q6afe-clocks: fix reprobing of the driver
 2021-03-29 21:26 UTC  (3+ messages)

[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  (21+ 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 V3 0/5] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
  ` [PATCH V3 1/5] dt-bindings: Added the yaml bindings for DCC
  ` [PATCH V3 2/5] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
  ` [PATCH V3 3/5] DCC: Added the sysfs entries for DCC(Data Capture and Compare) driver
  ` [PATCH V3 4/5] MAINTAINERS: Add the entry for DCC(Data Capture and Compare) driver support
  ` [PATCH V3 5/5] arm64: dts: qcom: sm8150: Add Data Capture and Compare(DCC) support node
` [Resend PATCH V3 0/5] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
  ` [Resend PATCH V3 1/5] dt-bindings: Added the yaml bindings for DCC
  ` [Resend PATCH V3 2/5] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
  ` [Resend PATCH V3 3/5] DCC: Added the sysfs entries for DCC(Data Capture and Compare) driver
  ` [Resend PATCH V3 4/5] MAINTAINERS:Add the entry for DCC(Data Capture and Compare) driver support
  ` [Resend PATCH V3 5/5] arm64: dts: qcom: sm8150: Add Data Capture and Compare(DCC) support node

[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

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

[RFC PATCH 1/3] dt-bindings: display: simple: Add the panel on sc7180-trogdor-pompom
 2021-03-29 16:25 UTC  (15+ messages)

[PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card
 2021-03-29 14:56 UTC  (5+ messages)

[PATCH v2 05/20] drm/dp: Add backpointer to drm_device in drm_dp_aux
 2021-03-29  7:08 UTC  (4+ messages)
` [PATCH v2 08/20] drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
` [PATCH v2 09/20] drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()

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

[PATCH 5/5] arm: dts: qcom: Add initial DTS file for Samsung Galaxy S III Neo phone
 2021-03-29  0:50 UTC  (2+ messages)

[PATCH v5 0/7] phy: qcom-qmp: provide DP phy support for sm8250
 2021-03-28 20:52 UTC  (8+ 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] MAINTAINERS: icc: add interconnect tree
 2021-03-28 17:16 UTC 

[PATCH] iommu/arm-smmu-qcom: create qcom_smmu_impl for ACPI boot
 2021-03-28  8:44 UTC  (6+ messages)

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

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

[PATCH 1/2] dt-bindings: nvmem: Add SoC compatible for sc7280
 2021-03-27 17:40 UTC  (2+ messages)

(No Subject)
 2021-03-27 16:40 UTC  (3+ messages)
` [PATCH v2 3/3] dt-bindings: qcom: geni-se: document iommus

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

[PATCH v1 00/15] clk: qcom: cleanup sm8250/sdm845/sc7180 clock drivers
 2021-03-27  8:13 UTC  (4+ messages)
` [PATCH v1 06/15] clk: qcom: videocc-sc7180: drop unused enum entries

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up
 2021-03-27  6:56 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: add another entry for ARM/QUALCOMM SUPPORT
` [PATCH 2/2] soc: qcom: address kernel-doc warnings

[PATCH] clk: qcom: camcc: Update the clock ops for the SC7180
 2021-03-27  1:52 UTC  (3+ messages)

[PATCH v2 00/28] drm/msm/dsi: refactor MSM DSI PHY/PLL drivers
 2021-03-27  0:58 UTC  (24+ messages)
` [PATCH v2 01/28] clk: fixed: add devm helper for clk_hw_register_fixed_factor()
  ` [Freedreno] "
` [PATCH v2 02/28] clk: mux: provide devm_clk_hw_register_mux()
  ` [Freedreno] "
` [PATCH v2 03/28] clk: divider: add devm_clk_hw_register_divider
  ` [Freedreno] "
` [PATCH v2 04/28] drm/msm/dsi: replace PHY's init callback with configurable data
  ` [Freedreno] "
` [PATCH v2 06/28] drm/msm/dsi: drop multiple pll enable_seq support
  ` [Freedreno] "
` [PATCH v2 07/28] drm/msm/dsi: move all PLL callbacks into PHY config struct
  ` [Freedreno] "
` [PATCH v2 08/28] drm/msm/dsi: drop global msm_dsi_phy_type enumaration
  ` [Freedreno] "
` [PATCH v2 09/28] drm/msm/dsi: move min/max PLL rate to phy config
  ` [Freedreno] "
` [PATCH v2 10/28] drm/msm/dsi: remove msm_dsi_pll_set_usecase
  ` [Freedreno] "
` [PATCH v2 11/28] drm/msm/dsi: stop setting clock parents manually
  ` [Freedreno] "

[PATCH V2 5/5] arm64: dts: qcom: sm8150: Add Data Capture and Compare(DCC) support node
 2021-03-26 22:08 UTC  (2+ messages)

[RESEND PATCH v4 1/2] dt-bindings: tsens: qcom: Document MDM9607 compatible
 2021-03-26 21:17 UTC  (2+ messages)

[PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
 2021-03-26 19:55 UTC  (8+ messages)

[PATCH v2] media: venus : hfi: add venus image info into smem
 2021-03-26 18:53 UTC  (2+ messages)

[PATCH v3] ARM: kernel: Fix interrupted SMC calls
 2021-03-26 18:22 UTC 

[PATCH v3 0/6] phy: qcom-qmp: provide DP phy support for sm8250
 2021-03-26 17:44 UTC  (4+ messages)
` [PATCH v3 1/6] dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SM8250


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