linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-11 21:49:57 to 2022-02-15 00:28:40 UTC [more...]

[PATCH v3 00/25] Add initial support for MHI endpoint stack
 2022-02-15  0:28 UTC  (28+ messages)
` [PATCH v3 01/25] bus: mhi: Fix pm_state conversion to string
` [PATCH v3 02/25] bus: mhi: Fix MHI DMA structure endianness
` [PATCH v3 03/25] bus: mhi: Move host MHI code to "host" directory
` [PATCH v3 04/25] bus: mhi: Move common MHI definitions out of host directory
` [PATCH v3 05/25] bus: mhi: Make mhi_state_str[] array static inline and move to common.h
` [PATCH v3 06/25] bus: mhi: Cleanup the register definitions used in headers
` [PATCH v3 07/25] bus: mhi: Get rid of SHIFT macros and use bitfield operations
` [PATCH v3 08/25] bus: mhi: ep: Add support for registering MHI endpoint controllers
` [PATCH v3 09/25] bus: mhi: ep: Add support for registering MHI endpoint client drivers
` [PATCH v3 10/25] bus: mhi: ep: Add support for creating and destroying MHI EP devices
` [PATCH v3 11/25] bus: mhi: ep: Add support for managing MMIO registers
` [PATCH v3 12/25] bus: mhi: ep: Add support for ring management
` [PATCH v3 13/25] bus: mhi: ep: Add support for sending events to the host
` [PATCH v3 14/25] bus: mhi: ep: Add support for managing MHI state machine
` [PATCH v3 15/25] bus: mhi: ep: Add support for processing MHI endpoint interrupts
` [PATCH v3 16/25] bus: mhi: ep: Add support for powering up the MHI endpoint stack
` [PATCH v3 17/25] bus: mhi: ep: Add support for powering down "
` [PATCH v3 18/25] bus: mhi: ep: Add support for handling MHI_RESET
` [PATCH v3 19/25] bus: mhi: ep: Add support for handling SYS_ERR condition
` [PATCH v3 20/25] bus: mhi: ep: Add support for processing command ring
` [PATCH v3 21/25] bus: mhi: ep: Add support for reading from the host
` [PATCH v3 22/25] bus: mhi: ep: Add support for processing transfer ring
` [PATCH v3 23/25] bus: mhi: ep: Add support for queueing SKBs to the host
` [PATCH v3 24/25] bus: mhi: ep: Add support for suspending and resuming channels
` [PATCH v3 25/25] bus: mhi: ep: Add uevent support for module autoloading

[PATCH 1/2] drm: Add HPD state to drm_connector_oob_hotplug_event()
 2022-02-14 23:47 UTC  (3+ messages)

[PATCH v5 0/6] drm/msm/dpu: simplify RM code
 2022-02-14 23:22 UTC  (19+ messages)
` [PATCH v5 3/6] drm/msm/dpu: get INTF blocks directly rather than through RM
      ` [Freedreno] "
` [PATCH v5 4/6] drm/msm/dpu: stop embedding dpu_hw_blk into dpu_hw_intf
` [PATCH v5 5/6] drm/msm/dpu: fix error handling in dpu_rm_init
` [PATCH v5 6/6] drm/msm/dpu: move VBIF blocks handling to dpu_rm
      ` [Freedreno] "

[PATCH v4 0/2] enable widebus feature base on chip hardware revision
 2022-02-14 22:39 UTC  (3+ messages)
` [PATCH v4 1/2] drm/msm/dp: revise timing engine programming to support widebus feature
` [PATCH v4 2/2] drm/msm/dp: enable widebus feature for display port

[PATCH v2] drm/msm: populate intf_audio_select() base on hardware capability
 2022-02-14 21:53 UTC  (2+ messages)

[PATCH 0/2] Add Euro Headset support for wcd938x codec
 2022-02-14 21:47 UTC  (5+ messages)
` [PATCH 1/2] ASoC: codec: wcd938x: Add switch control for selecting CTIA/OMTP Headset
` [PATCH 2/2] ASoC: dt-bindings: wcd938x: Add gpio property for selecting CTIA/OMTP headset

[PATCH] drm/msm: populate intf_audio_select() base on hardware capability
 2022-02-14 21:00 UTC  (6+ messages)

[PATCH v4 0/8] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2022-02-14 18:40 UTC  (6+ messages)
` [PATCH v4 1/8] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH v4 4/8] iio: adc: qcom-spmi-rradc: introduce round robin adc

[PATCH v13 00/10] Add support for audio on SC7280 based targets
 2022-02-14 17:34 UTC  (6+ messages)
` [PATCH v13 07/10] ASoC: qcom: Add support for codec dma driver

[PATCH v3 0/3] Add connector_type to debug info to differentiate between eDP and DP
 2022-02-14 16:45 UTC  (2+ messages)

[PATCH v2] drm/msm/dp: always add fail-safe mode into connector mode list
 2022-02-14 16:41 UTC  (2+ messages)

[PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: include generic pwm schema
 2022-02-14 16:22 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: pwm: "
` [PATCH 2/4] arm64: dts: mt8183: align Google CROS EC PWM node name with dtschema
` [PATCH 3/4] arm64: dts: qcom: "
` [PATCH 4/4] arm64: dts: rk3399: "

[PATCH v4 00/12] misc: fastrpc: Add more DSP FastRPC features
 2022-02-14 16:10 UTC  (13+ messages)
` [PATCH v4 01/12] misc: fastrpc: separate fastrpc device from channel context
` [PATCH v4 02/12] misc: fastrpc: add support for FASTRPC_IOCTL_MEM_MAP/UNMAP
` [PATCH v4 03/12] misc: fastrpc: Add support to get DSP capabilities
` [PATCH v4 04/12] dt-bindings: misc: add property to support non-secure DSP
` [PATCH v4 05/12] misc: fastrpc: add secure domain support
` [PATCH v4 06/12] misc: fastrpc: check before loading process to the DSP
` [PATCH v4 07/12] dt-bindings: misc: add fastrpc domain vmid property
` [PATCH v4 08/12] misc: fastrpc: Add support to secure memory map
` [PATCH v4 09/12] misc: fastrpc: Add helper function to get list and page
` [PATCH v4 10/12] misc: fastrpc: Add fdlist implementation
` [PATCH v4 11/12] misc: fastrpc: Add dma handle implementation
` [PATCH v4 12/12] arm64: dts: qcom: add non-secure domain property to fastrpc nodes

[PATCH v2 1/3] drm/msm/dsi: Allow to specify dsi config as pdata
 2022-02-14 15:37 UTC  (3+ messages)
` [PATCH v2 2/3] drm/msm/dsi: Add support for qcm2290 dsi controller
` [PATCH v2 3/3] dt-bindings: msm/dsi: Add qcm2290 dsi controller binding

[PATCH v3 1/2] drm/msm: add support for QCM2290 MDSS
 2022-02-14 15:29 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings: msm: disp: add yaml schemas for QCM2290 DPU bindings

[PATCH v6 0/7] Add pin control support for lpass sc7280
 2022-02-14 15:19 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: pinctrl: qcom: Update lpass lpi file name to SoC specific
` [PATCH v6 2/7] dt-bindings: pinctrl: qcom: Add sc7280 lpass lpi pinctrl bindings
` [PATCH v6 3/7] pinctrl: qcom: Update macro name to LPI specific
` [PATCH v6 4/7] pinctrl: qcom: Update lpi pin group structure
` [PATCH v6 5/7] pinctrl: qcom: Extract chip specific LPASS LPI code
` [PATCH v6 6/7] pinctrl: qcom: Add SC7280 lpass pin configuration
` [PATCH v6 7/7] pinctrl: qcom: Update clock voting as optional

[PATCHv4] tty: hvc: dcc: Bind driver to CPU core0 for reads and writes
 2022-02-14 15:16 UTC  (2+ messages)

[PATCH V1 0/3] rpmsg char fixes for race conditions in device reboot
 2022-02-14 15:02 UTC  (4+ messages)
` [PATCH V1 1/3] rpmsg: glink: Free device context only when cdev not in use

[RESEND v13 00/10] Add support for audio on SC7280 based targets
 2022-02-14 14:58 UTC  (11+ messages)
` [RESEND v13 01/10] ASoC: qcom: SC7280: Update config for building codec dma drivers
` [RESEND v13 02/10] ASoC: qcom: Move lpass_pcm_data structure to lpass header
` [RESEND v13 03/10] ASoC: qcom: lpass: Add dma fields for codec dma lpass interface
` [RESEND v13 04/10] ASoC: qcom: Add helper function to get dma control and lpaif handle
` [RESEND v13 05/10] ASoC: qcom: Add register definition for codec rddma and wrdma
` [RESEND v13 06/10] ASoC: qcom: Add regmap config support for codec dma driver
` [RESEND v13 07/10] ASoC: qcom: Add "
` [RESEND v13 08/10] ASoC: qcom: Add lpass CPU driver for codec dma control
` [RESEND v13 09/10] ASoC: dt-bindings: Add SC7280 lpass cpu bindings
` [RESEND v13 10/10] ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio

[PATCH V4 1/2] soc: qcom: smem: map only partitions used by local HOST
 2022-02-14 14:46 UTC  (2+ messages)
` [PATCH V4 2/2] soc: qcom: smem: validate fields of shared structures

[PATCH v4] Bluetooth: btusb: Improve stability for QCA devices
 2022-02-14 14:16 UTC  (2+ messages)

[PATCH] iommu/msm: Use standard driver registration
 2022-02-14 13:15 UTC  (4+ messages)
` [PATCH] iommu/rockchip: : "

[PATCH] iommu/msm: simplify with dev_err_probe()
 2022-02-14 13:21 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Configure cts sleep pinctrl to bias-disable for sc7280-idp
 2022-02-14 13:03 UTC 

[PATCH] pinctrl: qcom: qcm2290: Add GPIO wakeirq map
 2022-02-14 10:47 UTC  (2+ messages)

[PATCH v3] Bluetooth: btusb: Improve stability for QCA devices
 2022-02-14 10:35 UTC 

[PATCH v2] Bluetooth: btusb: Improve stability for QCA devices
 2022-02-14  9:09 UTC  (3+ messages)

[PATCH 2/8] mailbox: qcom: Add support for SDX65 APCS IPC
 2022-02-14  8:49 UTC  (3+ messages)

[PATCH 7/8] clk: qcom: Add SDX65 APCS clock controller support
 2022-02-14  8:48 UTC  (2+ messages)

[PATCH 6/8] ARM: dts: qcom: sdx65: Add support for APCS block
 2022-02-14  8:44 UTC  (2+ messages)

[PATCH 5/8] ARM: dts: qcom: sdx65: Add support for A7 PLL clock
 2022-02-14  8:43 UTC  (2+ messages)

[PATCH 4/8] clk: qcom: Add A7 PLL support for SDX65
 2022-02-14  8:42 UTC  (2+ messages)

[PATCH 3/8] dt-bindings: clock: Add A7 PLL binding for SDX65
 2022-02-14  8:35 UTC  (2+ messages)

[PATCH 1/8] dt-bindings: mailbox: Add binding for SDX65 APCS
 2022-02-14  8:32 UTC  (2+ messages)

[PATCH v12 00/10] Add support for audio on SC7280 based targets
 2022-02-14  8:08 UTC  (2+ messages)
` [PATCH v12 07/10] ASoC: qcom: Add support for codec dma driver

[PATCH 0/3] Add support for proxy interconnect bandwidth votes
 2022-02-14  7:28 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom: Add interconnects property
` [PATCH 2/3] remoteproc: qcom_q6v5_mss: Add support for interconnect bandwidth voting
` [PATCH 3/3] arm64: dts: qcom: sc7280: Add proxy interconnect requirements for modem

[PATCH 0/8] Add APCS support for SDX65
 2022-02-14  6:52 UTC 

[PATCH 09/23] drm/msm: Make use of the helper component_compare_of
 2022-02-14  6:08 UTC 

[PATCH 00/15] Initial MSM8953 & Fairphone 3 support
 2022-02-14  4:59 UTC  (8+ messages)
` [PATCH 13/15] arm64: dts: qcom: Add MSM8953+PM8953 device tree
` [PATCH 09/15] rpmsg: smd: Drop unnecessary condition for channel creation

[PATCHv9 0/5] lib/rwmmio/arm64: Add support to trace register reads/writes
 2022-02-14  3:40 UTC  (5+ messages)
` [PATCHv9 4/5] lib: Add register read/write tracing support
` [PATCHv9 5/5] asm-generic/io: Add logging support for MMIO accessors

[PATCHv5] tty: hvc: dcc: Bind driver to CPU core0 for reads and writes
 2022-02-14  3:13 UTC 

[PATCH V5 0/4] thermal: qcom: Add support for PMIC5 Gen2 ADC_TM
 2022-02-13 16:22 UTC  (6+ messages)
` [PATCH V5 1/4] dt-bindings: thermal: qcom: add PMIC5 Gen2 ADC_TM bindings
` [PATCH V5 2/4] iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TM
` [PATCH V5 3/4] thermal: qcom: Add support for multiple generations of devices
` [PATCH V5 4/4] thermal: qcom: add support for PMIC5 Gen2 ADCTM

[PATCH v11 00/10] Add support for audio on SC7280 based targets
 2022-02-12 23:24 UTC  (12+ messages)
` [PATCH v11 01/10] ASoC: qcom: SC7280: Update config for building codec dma drivers
` [PATCH v11 02/10] ASoC: qcom: Move lpass_pcm_data structure to lpass header
` [PATCH v11 03/10] ASoC: qcom: lpass: Add dma fields for codec dma lpass interface
` [PATCH v11 04/10] ASoC: qcom: Add helper function to get dma control and lpaif handle
` [PATCH v11 05/10] ASoC: qcom: Add register definition for codec rddma and wrdma
` [PATCH v11 06/10] ASoC: qcom: Add regmap config support for codec dma driver
` [PATCH v11 07/10] ASoC: qcom: Add "
` [PATCH v11 08/10] ASoC: qcom: Add lpass CPU driver for codec dma control
` [PATCH v11 09/10] ASoC: dt-bindings: Add SC7280 lpass cpu bindings
` [PATCH v11 10/10] ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio

[v1 1/2] drm/msm/dp: Add basic PSR support for eDP
 2022-02-12 13:56 UTC  (4+ messages)
` [v1 2/2] drm/msm/disp/dpu1: Add PSR support for eDP interface in dpu driver

[PATCH] devcoredump: increase the device delete timeout to 10 mins
 2022-02-12  8:35 UTC  (9+ messages)

[PATCH 0/7] drm/msm/dpu: cleanup dpu encoder code
 2022-02-12  1:01 UTC  (17+ messages)
` [PATCH 2/7] drm/msm/dpu: simplify intf allocation code
` [PATCH 3/7] drm/msm/dpu: remove msm_dp cached in dpu_encoder_virt
` [PATCH 4/7] drm/msm/dpu: drop bus_scaling_client field
` [PATCH 5/7] drm/msm/dpu: encoder: drop unused callbacks
` [PATCH 6/7] drm/msm/dpu: switch dpu_encoder to use atomic_mode_set
` [PATCH 7/7] drm/msm/dpu: pull connector from dpu_encoder_phys to dpu_encoder_virt

[PATCH v3] drm/msm/dpu: Only create debugfs for PRIMARY minor
 2022-02-12  0:38 UTC 

[RFC PATCH v2 0/5] Simplify and correct msm/dp bridge implementation
 2022-02-11 22:40 UTC  (6+ messages)
` [RFC PATCH v2 1/5] drm/msm/dp: fix panel bridge attachment
` [RFC PATCH v2 2/5] drm/msm/dp: support attaching bridges to the DP encoder
` [RFC PATCH v2 3/5] drm/msm/dp: support finding next bridge even for DP interfaces
` [RFC PATCH v2 4/5] drm/msm/dp: replace dp_connector with drm_bridge_connector
` [RFC PATCH v2 5/5] drm/msm/dp: remove extra wrappers and public functions

[PATCH v5 00/22] Enable Qualcomm Crypto Engine on sm8150 & sm8250
 2022-02-11 21:49 UTC  (2+ 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).