Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2023-01-24 14:17:51 to 2023-01-25 20:04:29 UTC [more...]

[PATCH v3 00/10] drm/fb-helper: Various cleanups
 2023-01-25 20:04 UTC  (11+ messages)
` [PATCH v3 01/10] drm/client: Test for connectors before sending hotplug event
` [PATCH v3 02/10] drm/client: Add hotplug_failed flag
` [PATCH v3 03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare()
` [PATCH v3 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup
` [PATCH v3 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
` [PATCH v3 06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
` [PATCH v3 07/10] drm/fbdev-generic: Minimize hotplug error handling
` [PATCH v3 08/10] drm/fbdev-generic: Minimize client unregistering
` [PATCH v3 09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy()
` [PATCH v3 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

[PATCH v2 1/2] dt-bindings: dma: drop unneeded quotes
 2023-01-25 20:03 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex

[PATCH v2 1/1] iio: adc: qcom-spmi-adc5: Fix the channel name
 2023-01-25 19:39 UTC  (5+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-25 19:22 UTC  (24+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH v6 0/4] drm/msm: convet to drm_crtc_handle_vblank()
 2023-01-25 19:16 UTC  (5+ messages)
` [PATCH v6 4/4] drm/msm: stop storing the array of CRTCs in struct msm_drm_private

[RESEND PATCH] of: property: do not create clocks device link for clock controllers
 2023-01-25 19:09 UTC  (4+ messages)

[RFC v4 0/5] Add multiport support for DWC3 controllers
 2023-01-25 19:08 UTC  (9+ messages)
` [RFC v4 2/5] usb: dwc3: core: Refactor PHY logic to support Multiport Controller

[PATCH v2] drm/msm/dpu: Add DSC hardware blocks to register snapshot
 2023-01-25 19:05 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Add DSC hardware blocks to register snapshot
 2023-01-25 19:04 UTC  (3+ messages)

[PATCH 0/6] rpmsg: glink: Misc improvements
 2023-01-25 18:55 UTC  (14+ messages)
` [PATCH 1/6] rpmsg: glink: Extract tx kick operation
` [PATCH 2/6] rpmsg: glink: smem: Wrap driver context
` [PATCH 3/6] rpmsg: glink: rpm: "
` [PATCH 4/6] rpmsg: glink: Move irq and mbox handling to transports
` [PATCH 5/6] rpmsg: glink: Fail qcom_glink_tx() once remove has been initiated
` [PATCH 6/6] rpmsg: glink: Cancel pending intent requests at removal

[PATCH] soc: qcom: socinfo: Add support for new field in revision 17
 2023-01-25 18:28 UTC  (2+ messages)

[PATCH 1/2] drm/msm/dp: Clean up handling of DP AUX interrupts
 2023-01-25 18:21 UTC  (5+ messages)
` [PATCH 2/2] drm/msm/dp: Return IRQ_NONE for unhandled interrupts

[PATCH 00/10] Add minimal boot support for IPQ5332
 2023-01-25 16:38 UTC  (25+ messages)
` [PATCH 01/10] dt-bindings: pinctrl: qcom: add IPQ5332 pinctrl
` [PATCH 02/10] pinctrl: qcom: Introduce IPQ5332 TLMM driver
` [PATCH 03/10] clk: qcom: Add STROMER PLUS PLL type for IPQ5332
` [PATCH 04/10] dt-bindings: clock: Add Qualcomm IPQ5332 GCC
` [PATCH 06/10] dt-bindings: qcom: add ipq5332 boards
` [PATCH 07/10] dt-bindings: firmware: document IPQ5332 SCM
` [PATCH 08/10] dt-bindings: mmc: sdhci-msm: add IPQ5332 compatible
` [PATCH 09/10] arm64: dts: qcom: add IPQ5332 SoC and MI01.2 board support
` [PATCH 10/10] arm64: defconfig: Enable IPQ5332 SoC base configs
  ` [PATCH 05/10] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC

[PATCH] net: qrtr: free memory on error path in radix_tree_insert()
 2023-01-25 15:04 UTC  (2+ messages)

[PATCH v2 00/10] drm/fb-helper: Various cleanups
 2023-01-25 14:11 UTC  (25+ messages)
` [PATCH v2 01/10] drm/client: Test for connectors before sending hotplug event
` [PATCH v2 02/10] drm/client: Add hotplug_failed flag
` [PATCH v2 03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare()
` [PATCH v2 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup
` [PATCH v2 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
` [PATCH v2 06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
  ` [Intel-gfx] "
` [PATCH v2 07/10] drm/fbdev-generic: Minimize hotplug error handling
` [PATCH v2 08/10] drm/fbdev-generic: Minimize client unregistering
` [PATCH v2 09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy()
` [PATCH v2 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-01-25 13:34 UTC  (5+ messages)
` [PATCH v9 10/27] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v9 13/27] gunyah: vm_mgr: Add/remove user memory regions

[PATCH v2 1/2] dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish)
 2023-01-25 11:36 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sm8250: Add device tree for Xiaomi Mi Pad 5 Pro

camss: Missing cleanup on probe error
 2023-01-25 11:34 UTC  (3+ messages)

[PATCH V1 0/8] Add minimal boot support for IPQ9574
 2023-01-25 11:12 UTC  (18+ messages)
` [PATCH V1 1/8] dt-bindings: Add ipq9574 clock and reset definitions
` [PATCH V1 3/8] dt-bindings: pinctrl: qcom: Document IPQ9574 pinctrl driver
` [PATCH V1 4/8] pinctrl: qcom: Add "
` [PATCH V1 5/8] dt-bindings: arm: qcom: Add ipq9574 compatible
` [PATCH V1 6/8] dt-bindings: mmc: sdhci-msm: Document the IPQ9574 compatible
` [PATCH V1 7/8] arm64: dts: qcom: Add ipq9574 SoC and AL02 board support
` [PATCH V1 8/8] arm64: defconfig: Enable IPQ9574 SoC base configs

[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-25 10:59 UTC  (4+ messages)
` [PATCH v3 01/10] iommu: Add a gfp parameter to iommu_map()

[syzbot] KMSAN: uninit-value in qrtr_tx_resume
 2023-01-25 10:42 UTC 

[PATCH] arm64: dts: qcom: sm8250: Disable wsamacro and swr0 by default
 2023-01-25  9:15 UTC  (2+ messages)

[PATCH v1 00/14] add display port DSC feature
 2023-01-25  9:08 UTC  (18+ messages)
` [PATCH v1 06/14] drm/msm/dp: add display compression related struct
` [PATCH v1 09/14] drm/msm/dsi: export struct msm_compression_info to dpu encoder
` [PATCH v1 10/14] drm/msm/disp/dpu: add supports of DSC encoder v1.2 engine
` [PATCH v1 12/14] drm/msm/disp/dpu1: revise timing engine programming to work for DSC
` [PATCH v1 13/14] drm/msm/disp/dpu1: add dsc supporting functions to dpu encoder

[PATCH 0/7] RPMPD cleanup + parent PD
 2023-01-25  9:08 UTC  (12+ messages)
` [PATCH 1/7] soc: qcom: rpmpd: Add parent PD support
` [PATCH 2/7] soc: qcom: rpmpd: Expand #defines into structs
` [PATCH 3/7] soc: qcom: rpmpd: Hook up VDDMX as parent of SM6375 VDDGX
` [PATCH 4/7] soc: qcom: rpmpd: Remove SoC names from RPMPD names
` [PATCH 5/7] soc: qcom: rpmpd: Remove useless comments
` [PATCH 6/7] soc: qcom: rpmpd: Move all RPMPD definitions up and sort them by name
` [PATCH 7/7] soc: qcom: rpmpd: Make bindings assignments consistent

[PATCH V0 1/1] soc: qcom: dcc: Add QAD, Cti-trigger and Bootconfig support for DCC
 2023-01-25  7:59 UTC  (2+ messages)

[PATCH v4 0/6] Add MSM8939 SoC support with two devices
 2023-01-25  7:15 UTC  (7+ messages)
` [PATCH v4 5/6] arm64: dts: qcom: Add Square apq8039-t2 board

[PATCH 1/2] arm64: dts: qcom: sa8540p-ride: Fix some i2c pinctrl settings
 2023-01-25  6:56 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: qcom: sa8540p-ride: Document i2c busses

[PATCH] drm/msm/dpu: disable features unsupported by QCM2290
 2023-01-25  6:46 UTC  (5+ messages)

[PATCH] rpmsg: glink: Release driver_override
 2023-01-25  6:27 UTC  (4+ messages)

[PATCH V2 1/3] soc: qcom: dcc: Add bootconfig support for DCC
 2023-01-25  5:12 UTC  (2+ messages)

[PATCH v3 0/9] The great interconnecification fixation
 2023-01-25  1:57 UTC  (5+ messages)
` [PATCH v3 2/9] interconnect: qcom: rpm: Always set QoS params on QNoC

[PATCH v2 0/4] soc: qcom: icc-bwmon: Add support for llcc and cpu bwmon on sc7280
 2023-01-25  1:04 UTC  (10+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON
  ` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON (=> interconnect issue)

[PATCH v2 00/13] spi: Add support for stacked/parallel memories
 2023-01-25  0:57 UTC  (2+ messages)
  ` [PATCH v2 02/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[RESEND PATCH v3 0/3] thermal: qcom-spmi-temp-alarm: add support for new TEMP_ALARM subtypes
 2023-01-24 23:46 UTC  (4+ messages)
` [RESEND PATCH v3 1/3] thermal: qcom-spmi-temp-alarm: enable stage 2 shutdown when required
` [RESEND PATCH v3 2/3] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 2 PMIC peripherals
` [RESEND PATCH v3 3/3] thermal: qcom-spmi-temp-alarm: add support for LITE "

[PATCH 0/3] drm/msm/dpu: several fixes for UBWC setup
 2023-01-24 23:27 UTC  (7+ messages)
` [PATCH 1/3] drm/msm/dpu: handle UBWC 1.0 in dpu_hw_sspp_setup_format
` [PATCH 2/3] drm/msm/dpu: correct the UBWC version on sm6115
` [PATCH 3/3] drm/msm/dpu: add missing ubwc_swizzle setting to catalog

[PATCH 0/2] MHI host syserr fixes
 2023-01-24 21:57 UTC  (3+ messages)
` [PATCH 1/2] bus: mhi: host: Remove duplicate ee check for syserr
` [PATCH 2/2] bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state

[PATCH] drm/msm/dsi: properly handle the case of empty OPP table in dsi_mgr_bridge_mode_valid
 2023-01-24 20:49 UTC  (2+ messages)

[PATCH v2 0/3] regulator: Add Maxim MAX20411 support
 2023-01-24 18:44 UTC  (4+ messages)
` [PATCH v2 1/3] regulator: dt-bindings: Describe Maxim MAX20411
` [PATCH v2 2/3] regulator: Introduce Maxim MAX20411 Step-Down converter
` [PATCH v2 3/3] arm64: dts: qcom: sa8295p-adp: Add max20411 on i2c12

[PATCH] arm64: dts: qcom: sdm845-xiaomi-beryllium-tianma: Add reserved memory region
 2023-01-24 18:32 UTC 

[PATCH] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
 2023-01-24 18:28 UTC 

[PATCH Resend v11 00/15] Add PSR support for eDP
 2023-01-24 16:45 UTC  (5+ messages)
` [PATCH Resend v11 05/15] drm/msm/dp: disable self_refresh_aware after entering psr

[PATCH v2 0/4] Add CCI bus support for SM6350
 2023-01-24 15:25 UTC  (5+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: sm6350: Add camera clock controller

[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
 2023-01-24 15:20 UTC  (6+ messages)

[PATCH 1/2] dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish)
 2023-01-24 14:56 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8250: Add device tree for Xiaomi Mi Pad 5 Pro

[PATCH 3/3] drm/connector: move ELD and video/audio latencies to display info
 2023-01-24 14:51 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add Soc IDs for IPQ8064 and variants
 2023-01-24 14:32 UTC  (2+ messages)
` [PATCH v2 2/2] soc: qcom: socinfo: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox