linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 13:24:10 to 2021-03-24 15:33:08 UTC [more...]

[RESEND PATCH V3 0/2] Separate out earlycon
 2021-03-24 15:32 UTC  (4+ messages)
` [RESEND PATCH V3 1/2] soc: qcom-geni-se: Cleanup the code to remove proxy votes
` [RESEND PATCH V3 2/2] arm64: dts: qcom: sc7180: Remove QUP-CORE ICC path

[PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card
 2021-03-24 15:23 UTC  (4+ messages)

[PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC
 2021-03-24 15:22 UTC  (2+ messages)

[PATCH 0/5] qcom: wcnss: Allow overriding firmware form DT
 2021-03-24 15:21 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: soc: qcom: wcnss: Add firmware-name property
` [PATCH 2/5] wcn36xx: Allow firmware name to be overridden by DT
` [PATCH 3/5] soc: qcom: wcnss_ctrl: Introduce local variable "dev"
` [PATCH 4/5] soc: qcom: wcnss_ctrl: Allow reading firmware-name from DT
` [PATCH 5/5] arm64: dts: qcom: msm8916: Enable modem and WiFi

[PATCH v2 00/28] drm/msm/dsi: refactor MSM DSI PHY/PLL drivers
 2021-03-24 15:18 UTC  (28+ messages)
` [PATCH v2 01/28] clk: fixed: add devm helper for clk_hw_register_fixed_factor()
` [PATCH v2 02/28] clk: mux: provide devm_clk_hw_register_mux()
` [PATCH v2 03/28] clk: divider: add devm_clk_hw_register_divider
` [PATCH v2 04/28] drm/msm/dsi: replace PHY's init callback with configurable data
` [PATCH v2 06/28] drm/msm/dsi: drop multiple pll enable_seq support
` [PATCH v2 07/28] drm/msm/dsi: move all PLL callbacks into PHY config struct
` [PATCH v2 08/28] drm/msm/dsi: drop global msm_dsi_phy_type enumaration
` [PATCH v2 09/28] drm/msm/dsi: move min/max PLL rate to phy config
` [PATCH v2 10/28] drm/msm/dsi: remove msm_dsi_pll_set_usecase
` [PATCH v2 11/28] drm/msm/dsi: stop setting clock parents manually
` [PATCH v2 12/28] arm64: dts: qcom: sdm845: assign DSI clock source parents
` [PATCH v2 13/28] arm64: dts: qcom: sc7180: "
` [PATCH v2 14/28] drm/msm/dsi: push provided clocks handling into a generic code
` [PATCH v2 15/28] drm/msm/dsi: use devm_clk_*register to registe DSI PHY clocks
` [PATCH v2 16/28] drm/msm/dsi: use devm_of_clk_add_hw_provider
` [PATCH v2 17/28] drm/msm/dsi: make save/restore_state phy-level functions
` [PATCH v2 18/28] drm/msm/dsi: drop vco_delay setting from 7nm, 10nm, 14nm drivers
` [PATCH v2 19/28] drm/msm/dpu: simplify vco_delay handling in dsi_phy_28nm driver
` [PATCH v2 20/28] drm/msi/dsi: inline msm_dsi_pll_helper_clk_prepare/unprepare
` [PATCH v2 21/28] drm/msm/dsi: make save_state/restore_state callbacks accept msm_dsi_phy
` [PATCH v2 22/28] drm/msm/dsi: drop msm_dsi_pll abstracton
` [PATCH v2 23/28] drm/msm/dsi: drop PLL accessor functions
` [PATCH v2 24/28] drm/msm/dsi: move ioremaps to dsi_phy_driver_probe
` [PATCH v2 25/28] drm/msm/dsi: remove duplicate fields from dsi_pll_Nnm instances
` [PATCH v2 26/28] drm/msm/dsi: remove temp data from global pll structure
` [PATCH v2 27/28] drm/msm/dsi: inline msm_dsi_phy_set_src_pll
` [PATCH v2 28/28] drm/msm/dsi: stop passing src_pll_id to the phy_enable call

[PATCH v1 0/2] Enable Bluetooth functinality for WCN6750
 2021-03-24 15:18 UTC  (3+ messages)
` [PATCH v1 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn6750

[RFC PATCH v3 0/7] Extend regulator notification support
 2021-03-24 15:08 UTC  (3+ messages)
` [RFC PATCH v3 1/7] dt_bindings: Add protection limit properties

[PATCH 00/21] drm/msm/dpu: cleanup callbacks, resource manager
 2021-03-24 15:00 UTC  (22+ messages)
` [PATCH 01/21] drm/msm/dpu: enable DPU_SSPP_QOS_8LVL for SM8250
` [PATCH 02/21] drm/msm/dpu: remove unused dpu_hw_blk features
` [PATCH 03/21] drm/msm/dpu: drop dpu_hw_blk_destroy function
` [PATCH 04/21] drm/msm/dpu: get DSPP blocks directly rather than through RM
` [PATCH 05/21] drm/msm/dpu: get MERGE_3D "
` [PATCH 06/21] drm/msm/dpu: get PINGPONG "
` [PATCH 07/21] drm/msm/dpu: drop unused lm_max_width from RM
` [PATCH 08/21] drm/msm/dpu: simplify peer LM handling
` [PATCH 09/21] drm/msm/dpu: drop dpu_encoder_phys's get_hw_resources() callback
` [PATCH 10/21] drm/msm/dpu: drop dpu_hw_lm_setup_blend_config()
` [PATCH 11/21] drm/msm/dpu: call hw_lm ops directly
` [PATCH 12/21] drm/msm/dpu: call hw_dspp "
` [PATCH 13/21] drm/msm/dpu: hw_pp: make setup_dither mandatory
` [PATCH 14/21] drm/msm/dpu: call hw_pingpong ops directly
` [PATCH 15/21] drm/msm/dpu: call hw_merge_3d "
` [PATCH 16/21] drm/msm/dpu: call hw_intf "
` [PATCH 17/21] drm/msm/dpu: call hw_top "
` [PATCH 18/21] drm/msm/dpu: hw_vbif: make set_qos_remap mandatory
` [PATCH 19/21] drm/msm/dpu: call hw_vbif ops directly
` [PATCH 20/21] drm/msm/dpu: fix smart dma support
` [PATCH 21/21] drm/msm/dpu: call hw_intr ops directly

[PATCH] media: venus: Fix internal buffer size calculations for v6
 2021-03-24 14:45 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: thermal: qcom-tsens: Add compatible for sm8350
 2021-03-24 12:43 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sm8350: Add thermal zones and throttling support

[PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
 2021-03-24 12:18 UTC  (6+ messages)

[PATCH V2] driver core: Use unbound workqueue for deferred probes
 2021-03-24 11:01 UTC 

[RESEND 00/19] Rid GPU from W=1 warnings
 2021-03-24 10:36 UTC  (2+ messages)

[PATCH V3 0/2] Separate out earlycon
 2021-03-24 10:12 UTC  (4+ messages)
` [PATCH V3 1/2] soc: qcom-geni-se: Cleanup the code to remove proxy votes

[PATCH v10 0/2] Add encoder ctrls for long term reference
 2021-03-24  9:54 UTC  (3+ messages)
` [PATCH v10 1/2] media: v4l2-ctrl: add controls "
` [PATCH v10 2/2] venus: venc: Add support for Long Term Reference (LTR) controls

[PATCH v1] usb: dwc3: core: Add shutdown callback for dwc3
 2021-03-24  9:39 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: leds: backlight: qcom-wled: Add PMI8994 compatible
 2021-03-24  9:14 UTC  (9+ messages)
` [PATCH 2/2] video: "

[PATCH] usb: dwc3: reference clock configuration
 2021-03-24  8:14 UTC  (6+ messages)

[PATCH v3 0/8] Add managed version of delayed work init
 2021-03-24  7:19 UTC  (11+ messages)
` [PATCH v3 1/8] workqueue: Add resource "
` [PATCH v3 2/8] MAINTAINERS: Add entry for devm helpers
` [PATCH v3 3/8] extconn: Clean-up few drivers by using managed work init

[PATCH 0/9] qcom/sc7280: Enable various hardware blocks on SC7280 SoC
 2021-03-24  7:05 UTC  (9+ messages)
` [PATCH 8/9] arm64: dts: qcom: sc7280: Add AOSS QMP node

[PATCH 0/6] Enable miscellaneous hardware blocks to boot WPSS
 2021-03-24  6:49 UTC  (6+ messages)
` [PATCH 6/6] arm64: dts: qcom: sc7280: Add nodes "

[PATCH] media: venus : hfi: add venus image info into smem
 2021-03-24  6:32 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: trogdor: Add no-hpd to DSI bridge node
 2021-03-24  3:11 UTC  (2+ messages)

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

[PATCH v2 1/2] arm64: dts: qcom: sdm845: Move reserved-memory to devices
 2021-03-24  1:32 UTC  (3+ messages)

[PATCH v5 0/4] USB DWC3 host wake up support from system suspend
 2021-03-24  0:56 UTC  (13+ messages)
` [PATCH v5 1/4] usb: dwc3: core: Host "
` [PATCH v5 2/4] usb: dwc3: host: Add suspend_quirk for dwc3 host
` [PATCH v5 3/4] usb: dwc3: qcom: Configure wakeup interrupts and set genpd active wakeup flag
` [PATCH v5 4/4] arm64: dts: qcom: sc7180: Add wakeup-source property for USB node in IDP and trogdor

[PATCH v2] firmware: qcom_scm: Only compile legacy calls on ARM
 2021-03-23 22:43 UTC 

[PATCH v8 0/3] Add support for secure regions in NAND
 2021-03-23 22:29 UTC  (6+ messages)
` [PATCH v8 1/3] dt-bindings: mtd: Convert Qcom NANDc binding to YAML
` [PATCH v8 2/3] dt-bindings: mtd: Add a property to declare secure regions in NAND chips
` [PATCH v8 3/3] mtd: rawnand: Add support for secure regions in NAND memory

[PATCH v13 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-03-23 21:05 UTC  (2+ messages)

[PATCH 0/3] Add DT bindings and DT nodes for USB in SC7280
 2021-03-23 21:02 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: usb: qcom,dwc3: Add bindings for SC7280
` [PATCH 2/3] dt-bindings: phy: qcom,usb-snps-femto-v2: "

[PATCH v12 0/2] Enable power management for ufs wlun
 2021-03-23 19:19 UTC  (7+ messages)
` [PATCH v12 1/2] scsi: ufs: Enable power management for wlun

[PATCH 0/6] firmware: qcom_scm: Fix SMCCC detection on sc7180
 2021-03-23 18:46 UTC  (10+ messages)
` [PATCH 6/6] firmware: qcom_scm: Only compile legacy calls on ARM

[PATCH v4 0/2] Add support for Qualcomm MFD PMIC register layout
 2021-03-23 18:43 UTC  (3+ messages)
` [PATCH v4 1/2] regmap-irq: Introduce virtual regs to handle more config regs
` [PATCH v4 2/2] regmap-irq: Add driver callback to configure virtual regs

[PATCH] pinctrl: qcom: fix unintentional string concatenation
 2021-03-23 18:08 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: thermal: qcom-tsens: Add compatible for sm8350
 2021-03-23 16:20 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sm8350: Add thermal zones and throttling support

[PATCH v9 0/2] Add encoder ctrls for long term reference
 2021-03-23 15:54 UTC  (3+ messages)
` [PATCH v9 1/2] media: v4l2-ctrl: add controls "
` [PATCH v9 2/2] venus: venc: Add support for Long Term Reference (LTR) controls

[PATCH v2 00/25] media: venus: Enable 6xx support
 2021-03-23 14:07 UTC  (3+ messages)

[PATCH v6 0/5] HDR10 static metadata
 2021-03-23 13:40 UTC  (6+ messages)
` [PATCH v6 1/5] v4l: Add new Colorimetry Class
` [PATCH v6 2/5] docs: Document colorimetry class
` [PATCH v6 3/5] v4l: Add HDR10 static metadata controls
` [PATCH v6 4/5] docs: Document CLL and Mastering display colorimetry controls
` [PATCH v6 5/5] venus: venc: Add support for CLL and Mastering display controls

[PATCH v3 0/2] Add decoder conceal color ctrl
 2021-03-23 13:35 UTC  (3+ messages)
` [PATCH v3 1/2] v4l2-ctrl: Add decoder conceal color control
` [PATCH v3 2/2] venus: vdec: Add support for conceal control

[RFC RESEND PATCH v2 0/8] Add managed version of delayed work init
 2021-03-23 13:16 UTC  (3+ messages)

[PATCH 0/7] Restructure the rpmsg char and introduce the rpmsg-raw channel
 2021-03-23 12:27 UTC  (8+ messages)
` [PATCH 1/7] rpmsg: char: Export eptdev create an destroy functions
` [PATCH 2/7] rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH 3/7] rpmsg: Update rpmsg_chrdev_register_device function
` [PATCH 4/7] rpmsg: char: Introduce __rpmsg_chrdev_create_eptdev function
` [PATCH 5/7] rpmsg: char: Introduce a rpmsg driver for the rpmsg char device
` [PATCH 6/7] rpmsg: char: No dynamic endpoint management for the default one
` [PATCH 7/7] rpmsg: char: Return error if user try to destroy a default endpoint

[PATCH] regulator: Use IRQF_ONESHOT
 2021-03-23 12:12 UTC 

[PATCH] driver core: Use unbound workqueue for deferred probes
 2021-03-23  9:50 UTC  (6+ messages)

[PATCH V5 0/2] Fix WLED FSC Sync and brightness Sync settings
 2021-03-23  9:40 UTC  (5+ messages)
` [PATCH V5 1/2] backlight: qcom-wled: Fix FSC update issue for WLED5
` [PATCH V5 2/2] backlight: qcom-wled: Correct the sync_toggle sequence

[PATCH v2 1/2] dt-bindings: thermal: qcom-tsens: Add compatible for sm8350
 2021-03-23  8:36 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sm8350: Add thermal zones and throttling support

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

[PATCH v2 00/14] Add binding updates and DT files for SC7280 SoC
 2021-03-23  7:06 UTC  (6+ messages)
` [PATCH v2 05/14] arm64: dts: qcom: sc7280: Add RSC and PDC devices

[PATCH V1 1/1] soc: qcom: smp2p: Add enable_irq_wake to SMP2P IRQ
 2021-03-23  3:33 UTC  (2+ messages)

[PATCH] drm/msm/dp: Fixed couple of typos
 2021-03-23  3:24 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7180: Fix sc7180-qmp-usb3-dp-phy reg sizes
 2021-03-23  3:15 UTC  (2+ messages)

[PATCH] thermal: qcom: add missing put_device() call in init_common()
 2021-03-23  2:09 UTC 

[v1] drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resume
 2021-03-23  1:58 UTC  (3+ messages)

[PATCH v1 1/1] i2c: drivers: Use generic definitions for bus frequencies (part 2)
 2021-03-22 23:05 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Fix a typo
 2021-03-22 19:00 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Fix a typo
 2021-03-22 18:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Add PMIC peripherals for SC7280
 2021-03-22 17:34 UTC  (6+ messages)

[PATCH v4 0/3] arm64: dts: qcom: sc7180: Disable the charger thermal zone on more trogdor boards
 2021-03-22 16:46 UTC  (4+ messages)
` [PATCH v4 1/3] arm64: dts: qcom: sc7180: lazor: Simplify disabling of charger thermal zone
` [PATCH v4 2/3] arm64: dts: qcom: sc7180: Add pompom rev3
` [PATCH v4 3/3] arm64: dts: qcom: sc7180: Add CoachZ rev3

[PATCH v3 0/3] arm64: dts: qcom: sc7180: Disable the charger thermal zone on more trogdor boards
 2021-03-22 16:26 UTC  (4+ messages)
` [PATCH v3 2/3] arm64: dts: qcom: sc7180: Add pompom rev3

[PATCH RESEND] arm64: dts: qcom: Add support for OnePlus 5/5T
 2021-03-22 16:16 UTC 

[PATCH v5 0/5] HDR10 static metadata
 2021-03-22 13:54 UTC  (5+ messages)
` [PATCH v5 3/5] v4l: Add HDR10 static metadata controls


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