linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-21 18:28:55 to 2020-10-26 15:13:57 UTC [more...]

[PATCH v2 0/3] i2c: i2c-qcom-geni: More properly fix the DMA race
 2020-10-26 15:13 UTC  (4+ messages)
` [PATCH v2 2/3] Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"

[PATCH v5 0/4] Qualcomm Light Pulse Generator
 2020-10-26 15:11 UTC  (6+ messages)
` [PATCH v5 2/4] leds: Add driver for Qualcomm LPG

[PATCH v6 0/4] Qualcomm Light Pulse Generator
 2020-10-26 15:02 UTC  (7+ messages)
` [PATCH v6 1/4] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
` [PATCH v6 2/4] leds: Add driver for Qualcomm LPG
` [PATCH v6 3/4] arm64: dts: qcom: pm(i)8994: Add mpp and lpg blocks
` [PATCH v6 4/4] arm64: dts: qcom: Add user LEDs on db820c

[PATCH] Asoc: qcom: lpass-sc7180: Fix MI2S bitwidth field bit positions
 2020-10-26 15:01 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: arm: cpus: Document 'qcom,freq-domain' property
 2020-10-26 14:51 UTC  (3+ messages)

[PATCH v9 0/4] userspace MHI client interface driver
 2020-10-26 13:56 UTC  (9+ messages)
` [PATCH v9 1/4] bus: mhi: core: Add helper API to return number of free TREs
` [PATCH v9 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file
` [PATCH v9 3/4] docs: Add documentation for userspace client interface
` [PATCH v9 4/4] bus: mhi: Add userspace client interface driver

[PATCH v2 1/3] drm/msm: Add support for GPU cooling
 2020-10-26 13:37 UTC  (3+ messages)
` [PATCH v2 3/3] dt-bindings: drm/msm/gpu: Add cooling device support

[PATCH] drm/msm: Add missing stub definition
 2020-10-26 12:48 UTC 

[PATCHv5 0/2] soc: qcom: llcc: Support chipsets that can write to llcc regs
 2020-10-26 12:33 UTC  (2+ messages)

[RESEND PATCH v3 0/4] clk: qcom : add sm8250 LPASS GFM drivers
 2020-10-26 12:02 UTC  (5+ messages)
` [RESEND PATCH v3 1/4] dt-bindings: clock: Add support for LPASS Audio Clock Controller
` [RESEND PATCH v3 2/4] dt-bindings: clock: Add support for LPASS Always ON Controller
` [RESEND PATCH v3 3/4] clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocks
` [RESEND PATCH v3 4/4] clk: qcom: Add support to LPASS AON_CC "

[PATCHv6 0/6] System Cache support for GPU and required SMMU support
 2020-10-26 11:54 UTC  (7+ messages)
` [PATCHv6 1/6] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv6 2/6] iommu/arm-smmu: Add domain attribute for "
` [PATCHv6 3/6] drm/msm: rearrange the gpu_rmw() function
` [PATCHv6 4/6] drm/msm/a6xx: Add support for using system cache(LLC)
` [PATCHv6 5/6] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv6 6/6] iommu: arm-smmu-impl: Add a space before open parenthesis

[PATCH v4 00/23] drm/msm: de-struct_mutex-ification
 2020-10-26  9:34 UTC  (27+ messages)
` [PATCH v4 01/23] drm/msm: Fix a couple incorrect usages of get_vaddr_active()
` [PATCH v4 02/23] drm/msm/gem: Add obj->lock wrappers
` [PATCH v4 03/23] drm/msm/gem: Rename internal get_iova_locked helper
` [PATCH v4 04/23] drm/msm/gem: Move prototypes to msm_gem.h
` [PATCH v4 05/23] drm/msm/gem: Add some _locked() helpers
` [PATCH v4 06/23] drm/msm/gem: Move locking in shrinker path
` [PATCH v4 07/23] drm/msm/submit: Move copy_from_user ahead of locking bos
` [PATCH v4 08/23] drm/msm: Do rpm get sooner in the submit path
` [PATCH v4 09/23] drm/msm/gem: Switch over to obj->resv for locking
` [PATCH v4 10/23] drm/msm: Use correct drm_gem_object_put() in fail case
` [PATCH v4 11/23] drm/msm: Drop chatty trace
` [PATCH v4 12/23] drm/msm: Move update_fences()
` [PATCH v4 13/23] drm/msm: Add priv->mm_lock to protect active/inactive lists
` [PATCH v4 14/23] drm/msm: Document and rename preempt_lock
` [PATCH v4 15/23] drm/msm: Protect ring->submits with it's own lock
` [PATCH v4 16/23] drm/msm: Refcount submits
` [PATCH v4 17/23] drm/msm: Remove obj->gpu
` [PATCH v4 18/23] drm/msm: Drop struct_mutex from the retire path
` [PATCH v4 19/23] drm/msm: Drop struct_mutex in free_object() path
` [PATCH v4 20/23] drm/msm: Remove msm_gem_free_work
` [PATCH v4 21/23] drm/msm: Drop struct_mutex in madvise path
` [PATCH v4 22/23] drm/msm: Drop struct_mutex in shrinker path
` [PATCH v4 23/23] drm/msm: Don't implicit-sync if only a single ring

[PATCH v2 0/2] eliminate two common errors reported by any yaml on arm64
 2020-10-26  2:21 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: dts: broadcom: clear the warnings caused by empty dma-ranges

[PATCH] dmaengine: qcom: Add ADM driver
 2020-10-25 18:11 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 00/14] drm/msm: de-struct_mutex-ification
 2020-10-25 17:39 UTC  (10+ messages)
` [PATCH v2 07/22] drm/msm: Do rpm get sooner in the submit path

[PATCH] venus: venc: Fix default capture format
 2020-10-24 16:35 UTC 

[PATCH] venus: venc: Fix setting of profile and level
 2020-10-24 16:34 UTC 

[PATCH v1 0/2] Check for device supported event rings and channels
 2020-10-24  2:00 UTC  (3+ messages)
` [PATCH v1 1/2] bus: mhi: core: Count number of HW channels supported by controller
` [PATCH v1 2/2] bus: mhi: core: Check for device supported event rings and channels

[PATCH] MAINTAINERS: Add entry for Qualcomm IPQ4019 VQMMC regulator
 2020-10-24  0:29 UTC  (2+ messages)

[PATCHv2 0/4] coresight: etf/etb10/etr: Fix NULL pointer dereference crashes
 2020-10-23 20:37 UTC  (27+ messages)
` [PATCHv2 1/4] perf/core: Export is_kernel_event()
` [PATCHv2 2/4] coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()
` [PATCHv2 3/4] coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()
` [PATCHv2 4/4] coresight: tmc-etr: Fix possible NULL ptr dereference in get_perf_etr_buf_cpu_wide()

[PATCH v8 0/4] userspace MHI client interface driver
 2020-10-23 17:38 UTC  (10+ messages)
` [PATCH v8 1/4] bus: mhi: core: Add helper API to return number of free TREs
` [PATCH v8 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file
` [PATCH v8 3/4] docs: Add documentation for userspace client interface
` [PATCH v8 4/4] bus: mhi: Add userspace client interface driver

[PATCH 0/5] Qualcomm LPG support for PM8150b/l
 2020-10-23 16:28 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: leds: leds-qcom-lpg: add pm8150[bl] compatible strings
` [PATCH 2/5] leds: qcom-lpg: add support for pm8150[bl] leds
` [PATCH 3/5] arm64: dts: pm8150b: add Light Pulse Generator device node
` [PATCH 4/5] arm64: dts: pm8150l: "
` [PATCH 5/5] arm64: dts: qrb5165-rb5: declare tri-led user leds

[Intel-gfx] [PATCH 1/3] drm/atomic-helpers: remove legacy_cursor_update hacks
 2020-10-23 16:21 UTC  (6+ messages)

[PATCH v3 0/2] Add support for VBUS detection
 2020-10-23 16:14 UTC  (5+ messages)
` [PATCH v3 1/2] bindings: pm8941-misc: Convert to YAML and add "
` [PATCH v3 2/2] extcon: qcom-spmi: Add "

[PATCH v3 00/23] drm/msm: de-struct_mutex-ification
 2020-10-23 14:46 UTC  (7+ messages)
` [PATCH v3 06/23] drm/msm/gem: Move locking in shrinker path
  ` [Freedreno] "
` [PATCH v3 07/23] drm/msm/submit: Move copy_from_user ahead of locking bos
  ` [Freedreno] "
` [Freedreno] [PATCH v3 00/23] drm/msm: de-struct_mutex-ification

[PATCH] pinctrl: msm: Use dynamic GPIO numbering
 2020-10-23 14:21 UTC  (2+ messages)

[PATCH v2 0/5]
 2020-10-23 13:19 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: regulator: fixed: provide bindings using power domain
` [PATCH v2 2/5] regulator: fixed: support using power domain for enable/disable
` [PATCH v2 3/5] arm64: dts: qcom: sm8150: add mmcx regulator
` [PATCH v2 4/5] arm64: dts: qcom: sm8250: "
` [PATCH v2 5/5] clk: qcom: dispcc-sm8250: handle MMCX power domain

[PATCH 0/4] Venus stateful encoder compliance
 2020-10-23 12:57 UTC  (5+ messages)
` [PATCH 1/4] venus: hfi: Use correct state in unload resources
` [PATCH 2/4] venus: helpers: Add a new helper for buffer processing
` [PATCH 3/4] venus: venc: Handle reset encoder state
` [PATCH 4/4] venus: helpers: Delete unused stop streaming helper

[PATCH] mailbox: qcom: Support building QCOM IPCC driver as module
 2020-10-23  8:41 UTC  (3+ messages)

[PATCH v11 0/3] Add documentation and machine driver for SC7180 sound card
 2020-10-23  7:55 UTC  (14+ messages)
` [PATCH v11 2/3] ASoC: qcom: dt-bindings: Add sc7180 machine bindings

[PATCH 2/3] drm/msm: add DRM_MSM_GEM_SYNC_CACHE for non-coherent cache maintenance
 2020-10-23  6:48 UTC  (11+ messages)

[PATCH v3 0/3] PWM backlight interpolation adjustments
 2020-10-22 23:07 UTC  (3+ messages)
` [PATCH v3 2/3] arm64: dts: qcom: trogdor: Add brightness-levels

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-10-22 23:08 UTC  (11+ messages)
` [PATCH 2/2] venus: venc: fix handlig of S_SELECTION and G_SELECTION

[PATCH v2 0/3] Add support for Qualcomm MFD PMIC register layout
 2020-10-22 21:35 UTC  (4+ messages)
` [PATCH v2 1/3] regmap-irq: Add support for peripheral offsets
` [PATCH v2 2/3] dt-bindings: mfd: Add QCOM PM8008 MFD bindings
` [PATCH v2 3/3] mfd: Add PM8008 driver

[PATCH v2 0/7] Add support for SDM630/660 Camera Subsystem
 2020-10-22 17:47 UTC  (8+ messages)
` [PATCH v2 1/7] media: camss: ispif: Correctly reset based on the VFE ID
` [PATCH v2 2/7] media: camss: vfe-4-7: Rename get_ub_size, set_qos, set_ds, wm_enable
` [PATCH v2 3/7] media: camss: vfe: Add support for VFE 4.8
` [PATCH v2 4/7] media: camss: Add support for SDM630/636/660 camera subsystem
` [PATCH v2 5/7] media: camss: csiphy-3ph: Add support for SDM630/660
` [PATCH v2 6/7] media: dt-bindings: media: qcom,camss: Add bindings for SDM660 camss
` [PATCH v2 7/7] media: camss: csiphy: Set rate on csiX_phy clock on SDM630/660

[PATCH v5 0/3] iommu/arm-smmu-qcom: Support maintaining bootloader mappings
 2020-10-22 17:14 UTC  (2+ messages)

[PATCH 0/6] Add support for SDM630/660 Camera Subsystem
 2020-10-22 17:08 UTC  (5+ messages)
` [PATCH 2/6] media: camss: ispif: Correctly reset based on the VFE ID

[PATCH] arm64: dts: qcom: sc7180: Fix number of interconnect cells
 2020-10-22 17:05 UTC  (2+ messages)

[PATCH] venus: venc: add handling for VIDIOC_ENCODER_CMD
 2020-10-22 15:10 UTC  (3+ messages)

[PATCH 0/5] drm/msm/dpu: implement merge3D support for new platforms
 2020-10-22 13:16 UTC  (6+ messages)
` [PATCH 1/5] drm/msm/dpu: simplify interface flush handling
` [PATCH 2/5] drm/msm/dpu: initial support for merge3D hardware block
` [PATCH 3/5] drm/msm/dpu: handle merge_3d configuration in hw_ctl block
` [PATCH 4/5] drm/msm/dpu: setup merge modes in merge_3d block
` [PATCH 5/5] drm/msm/dpu: enable merge_3d support on sm8150/sm8250

[PATCH 0/5] Consolidate RPM interconnect and support to MSM8939
 2020-10-22 13:04 UTC  (3+ messages)
` [PATCH 1/5] interconnect: qcom: Consolidate interconnect RPM support

[PATCH 0/2] coresight: etf/etb: NULL Pointer dereference crash fixes
 2020-10-22 11:20 UTC  (14+ messages)
` [PATCH 1/2] coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()

[PATCH 0/4] Add devcoredump support for DPU
 2020-10-22 10:38 UTC  (8+ messages)
` [PATCH 1/4] drm: allow drm_atomic_print_state() to accept any drm_printer
` [PATCH 2/4] disp/msm/dpu: add support to dump dpu registers
` [PATCH 3/4] drm/msm: register the base address with dpu_dbg module
` [PATCH 4/4] drm/msm/dpu: add dpu_dbg points across dpu driver

[PATCH v4 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC
 2020-10-22  7:47 UTC  (3+ messages)
` [PATCH v4 2/2] spmi: mediatek: Add support for MT6873/8192

[PATCH V2 0/8] opp: Unconditionally call dev_pm_opp_of_remove_table()
 2020-10-22  5:12 UTC  (6+ messages)
` [PATCH V2 3/8] drm/msm: "

[PATCH v7 0/4] userspace MHI client interface driver
 2020-10-22  3:04 UTC  (5+ messages)
` [PATCH v7 3/4] docs: Add documentation for userspace client interface

[PATCH v2 0/4] nvmem: qfprom: Avoid untouchable regions
 2020-10-21 21:40 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: nvmem: Add soc qfprom compatible strings

[PATCH v5] bus: mhi: Add MHI PCI support for WWAN modems
 2020-10-21 18:28 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).