linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 10:00:32 to 2023-07-25 02:44:58 UTC [more...]

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-25  2:35 UTC  (26+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
` [PATCH v2 45/47] mm: shrinker: make memcg "
` [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH v4 00/32] Introduce QC USB SND audio offloading support
 2023-07-25  2:38 UTC  (34+ messages)
` [PATCH v4 01/32] xhci: add support to allocate several interrupters
` [PATCH v4 02/32] xhci: add helper to stop endpoint and wait for completion
` [PATCH v4 03/32] xhci: sideband: add initial api to register a sideband entity
` [PATCH v4 04/32] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v4 05/32] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v4 06/32] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v4 07/32] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v4 08/32] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v4 09/32] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v4 10/32] ASoC: qcom: Add USB backend ASoC driver for Q6
` [PATCH v4 11/32] sound: usb: card: Introduce USB SND platform op callbacks
` [PATCH v4 12/32] sound: usb: Export USB SND APIs for modules
` [PATCH v4 13/32] dt-bindings: usb: dwc3: Add snps,num-hc-interrupters definition
` [PATCH v4 14/32] usb: dwc3: Add DT parameter to specify maximum number of interrupters
` [PATCH v4 15/32] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v4 16/32] sound: usb: pcm: Export fixed rate check USB SND API
` [PATCH v4 17/32] sound: usb: qcom: Add USB QMI definitions
` [PATCH v4 18/32] sound: usb: Introduce QC USB SND offloading support
` [PATCH v4 19/32] sound: usb: card: Check for support for requested audio format
` [PATCH v4 20/32] sound: soc: soc-usb: Add PCM format check API for USB backend
` [PATCH v4 21/32] sound: soc: qcom: qusb6: Ensure PCM format is supported by USB audio device
` [PATCH v4 22/32] sound: usb: Prevent starting of audio stream if in use
` [PATCH v4 23/32] ASoC: dt-bindings: Add Q6USB backend bindings
` [PATCH v4 24/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v4 25/32] ASoC: qcom: qdsp6: q6afe: Split USB AFE dev_token param into separate API
` [PATCH v4 26/32] sound: Pass USB SND card and PCM information to SOC USB
` [PATCH v4 27/32] sound: soc: qdsp6: Add SND kcontrol to select offload device
` [PATCH v4 28/32] sound: soc: qdsp6: Add SND kcontrol for fetching offload status
` [PATCH v4 29/32] sound: soc: qcom: q6usb: Add headphone jack for offload connection status
` [PATCH v4 30/32] sound: usb: qc_audio_offload: Use card and PCM index from QMI request
` [PATCH v4 31/32] sound: usb: card: Allow for rediscovery of connected USB SND devices
` [PATCH v4 32/32] sound: soc: soc-usb: Rediscover USB SND devices on USB port add

[PATCH] arm64: dts: qcom: sm8150: Fix the I2C7 interrupt
 2023-07-25  2:33 UTC  (6+ messages)
        ` [PATCH v2] "

[PATCH 1/1] soc: qcom: use devm_clk_get_enabled() in gsbi_probe()
 2023-07-25  2:21 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v6 0/3] Fix IS_ERR() vs NULL check for drm
 2023-07-25  1:39 UTC  (4+ messages)
` [PATCH v6 1/3] drm/panel: Fix IS_ERR() vs NULL check in nt35950_probe()
` [PATCH v6 2/3] drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()
` [PATCH v6 3/3] drm/komeda: Fix IS_ERR_OR_NULL() vs NULL check in komeda_component_get_avail_scaler()

[RFC PATCH 0/4] Implement a PSCI SYSTEM_RESET2 reboot-mode driver
 2023-07-24 23:23 UTC  (6+ messages)
` [RFC PATCH 1/4] power: reset: reboot-mode: Allow magic to be 0
` [RFC PATCH 2/4] power: reset: reboot-mode: Wire reboot_mode enum to magic
` [RFC PATCH 3/4] dt-bindings: power: reset: Document arm,psci-vendor-reset
` [RFC PATCH 4/4] power: reset: Implement a PSCI SYSTEM_RESET2 reboot-mode driver

[PATCH net] net: ipa: only reset hashed tables when supported
 2023-07-24 22:41 UTC 

[PATCH net] net: ipa: only reset hashed tables when supported
 2023-07-24 22:40 UTC 

[PATCH v5 00/25] iommu: Make default_domain's mandatory
 2023-07-24 22:22 UTC  (27+ messages)
` [PATCH v5 01/25] iommu: Add iommu_ops->identity_domain
` [PATCH v5 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v5 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v5 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v5 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v5 06/25] iommu/tegra-gart: Remove tegra-gart
` [PATCH v5 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v5 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v5 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v5 10/25] iommu/exynos: Implement an IDENTITY domain
` [PATCH v5 11/25] iommu/tegra-smmu: "
` [PATCH v5 12/25] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v5 13/25] iommu/omap: Implement an IDENTITY domain
` [PATCH v5 14/25] iommu/msm: "
` [PATCH v5 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v5 16/25] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v5 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v5 18/25] iommu/ipmmu: "
` [PATCH v5 19/25] iommu/mtk_iommu: "
` [PATCH v5 20/25] iommu/sun50i: "
` [PATCH v5 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v5 22/25] iommu: Add __iommu_group_domain_alloc()
` [PATCH v5 23/25] iommu: Add ops->domain_alloc_paging()
` [PATCH v5 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v5 25/25] iommu: Convert remaining simple drivers "

[PATCH v2 00/15] UFS: Add OPP and interconnect support
 2023-07-24 21:57 UTC  (7+ messages)
` [PATCH v2 02/15] dt-bindings: opp: Increase maxItems for opp-hz property
` [PATCH v2 09/15] PM / devfreq: Switch to dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs

[PATCH 0/4] SDM670 CPU Frequency Scaling
 2023-07-24 21:42 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: interconnect: add SDM670 OSM L3 compatible
` [PATCH 2/4] arm64: dts: qcom: sdm670: add osm l3
` [PATCH 3/4] arm64: dts: qcom: sdm670: add cpu frequency scaling
` [PATCH 4/4] arm64: dts: qcom: sdm670: add frequency profile

[PATCH v2] net: Explicitly include correct DT includes
 2023-07-24 21:22 UTC 

[PATCH 0/2] arm64: dts: qcom: msm8939-longcheer-l9100: Add initial dts
 2023-07-24 20:52 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: Add BQ Aquaris M5
` [PATCH 2/2] arm64: dts: qcom: msm8939-longcheer-l9100: Add initial device tree

[PATCH v2] watchdog: Explicitly include correct DT includes
 2023-07-24 20:55 UTC 

[PATCH v2] tty: Explicitly include correct DT includes
 2023-07-24 20:54 UTC 

[PATCH v2 0/7] MSM8976 PLL,RPMPD and DTS changes
 2023-07-24 20:38 UTC  (8+ messages)
` [PATCH v2 1/7] drivers: soc: qcom: rpmpd: Fix MSM8976 power domains setup
` [PATCH v2 2/7] clk: qcom: clk-hfpll: Configure l_val in init when required
` [PATCH v2 3/7] clk: qcom: hfpll: Allow matching pdata

[PATCH] drm/msm: Disallow submit with fence id 0
 2023-07-24 20:30 UTC 

[PATCH] pinctrl: qcom: Remove the unused _groups variable build warning
 2023-07-24 19:09 UTC  (2+ messages)

[PATCH v3 1/3] dt-bindings: pinctrl: qcom,sm8350-lpass-lpi: add SM8350 LPASS TLMM
 2023-07-24 19:06 UTC  (4+ messages)
` [PATCH v3 2/3] pinctrl: qcom: sm8350-lpass-lpi: "

[PATCH V5 0/3] Introduce the read-modify-write API to collect
 2023-07-24 19:05 UTC  (6+ messages)
` [PATCH V5 1/3] firmware: qcom_scm: provide a read-modify-write function
` [PATCH V5 3/3] firmware: scm: Modify only the download bits in TCSR register

[PATCH v4 0/6] extcon-usb-gpio YAML conversion
 2023-07-24 18:04 UTC  (8+ messages)
` [PATCH v4 1/6] dt-bindings: extcon-usb-gpio: convert to DT schema format
` [PATCH v4 2/6] ARM: dts: ti/omap: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties
` [PATCH v4 3/6] ARM: dts: nxp/imx: "
` [PATCH v4 4/6] arm64: dts: freescale: "
` [PATCH v4 5/6] arm64: dts: mediatek: "
` [PATCH v4 6/6] arm64: dts: qcom: "

[PATCH] ASoC: codecs: lpass: Log clk_get() failures
 2023-07-24 17:31 UTC  (2+ messages)

[PATCH v5 0/3] Fix IS_ERR() vs NULL check for drm
 2023-07-24 17:14 UTC  (5+ messages)
` [PATCH v5 1/3] drm/panel: Fix IS_ERR() vs NULL check in nt35950_probe()
` [PATCH v5 2/3] drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()
` [PATCH v5 3/3] drm/komeda: Fix IS_ERR_OR_NULL() vs NULL check in komeda_component_get_avail_scaler()

Feedback on Qualcomm's minidump (debug) solution for end user device crash
 2023-07-24 16:59 UTC  (2+ messages)

[PATCH v5 0/2] nvmem: sec-qfprom: Add Qualcomm secure QFPROM support
 2023-07-24 16:54 UTC  (3+ messages)

[PATCH 0/2] Add qcom hvc/shmem transport
 2023-07-24 16:44 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] dt-bindings: arm: convert nested if-else construct to allOf
  ` [PATCH v2 2/3] dt-bindings: arm: Add qcom specific hvc transport for SCMI
  ` [PATCH v2 3/3] firmware: arm_scmi: Add qcom hvc/shmem transport

[PATCH 1/2] dt-bindings: usb: qcom,dwc3: drop assigned-clocks
 2023-07-24 16:29 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: usb: qcom,dwc3: correct SDM660 clocks

[PATCH v5 0/6] soc: qcom: llcc: Add support for QDU1000/QRU1000
 2023-07-24 16:14 UTC  (19+ messages)
` [PATCH v5 1/6] dt-bindings: cache: qcom,llcc: Add LLCC compatible "
` [PATCH v5 2/6] soc: qcom: llcc: Refactor llcc driver to support multiple configuration
` [PATCH v5 3/6] nvmem: core: Add stub for nvmem_cell_read_u8
` [PATCH v5 4/6] soc: qcom: Add LLCC support for multi channel DDR
` [PATCH v5 5/6] soc: qcom: llcc: Updating the macro name
` [PATCH v5 6/6] soc: qcom: llcc: Add QDU1000 and QRU1000 LLCC support

[PATCH v5 0/6] Enable IPQ5332 USB2
 2023-07-24 16:01 UTC  (4+ messages)
` [PATCH v5 2/6] dt-bindings: phy: qcom,m31: Document qcom,m31 USB phy

[PATCH v9 00/10] Add multiport support for DWC3 controllers
 2023-07-24 15:41 UTC  (5+ messages)
` [PATCH v9 03/10] usb: dwc3: core: Access XHCI address space temporarily to read port info

[PATCH v3 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-24 14:33 UTC  (3+ messages)
  ` [PATCH v3 3/3] MAINTAINER: samsung: document dtbs_check requirement for Samsung

[PATCH 0/1] Set may payload size for IPQ9574
 2023-07-24 14:09 UTC  (7+ messages)
` [PATCH 1/1] PCI: qcom: Add early fixup to set the max "

[PATCH v2 0/7] Update RPM ICC bindings
 2023-07-24 14:06 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: interconnect: qcom: Introduce qcom,rpm-common
` [PATCH v2 2/7] dt-bindings: interconnect: qcom: qcm2290: Remove RPM bus clocks
` [PATCH v2 3/7] dt-bindings: interconnect: qcom: Fix and separate out SDM660
` [PATCH v2 4/7] dt-bindings: interconnect: qcom: Fix and separate out MSM8996
` [PATCH v2 5/7] dt-bindings: interconnect: qcom: Fix and separate out MSM8939
` [PATCH v2 6/7] dt-bindings: interconnect: qcom: rpm: Clean up the file
` [PATCH v2 7/7] dt-bindings: interconnect: qcom: rpm: Clean up the example

[PATCH v3 0/3] Fix IS_ERR() vs NULL check for drm
 2023-07-24 14:04 UTC  (4+ messages)
` [PATCH v3 3/3] drm/komeda: Fix IS_ERR() vs NULL check in komeda_component_get_avail_scaler()

[PATCH v2 0/3] SM6115 LPASS TLMM
 2023-07-24 13:37 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: qcom,sm6115-lpass-lpi: add "
` [PATCH v2 2/3] pinctrl: qcom: Introduce SM6115 LPI pinctrl driver
` [PATCH v2 3/3] arm64: defconfig: enable Qualcomm SM6115 LPASS pinctrl

[GIT PULL] Add soft link for Audio topology firmware for SC8280XP X13s platform
 2023-07-24 13:11 UTC 

[PATCH] scsi: ufs: qcom: remove unused variable
 2023-07-24 13:06 UTC  (3+ messages)

[PATCH v11 0/2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066
 2023-07-24 12:36 UTC  (3+ messages)
` [PATCH v11 1/2] "
` [PATCH v11 2/2] "

[PATCH v4 00/10] phy: qcom-qmp-combo: convert to newer style of bindings
 2023-07-24 10:56 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] QCM2290 icc fixes
 2023-07-24 10:49 UTC  (3+ messages)
` [PATCH v2 1/2] interconnect: qcom: qcm2290: Enable keep_alive on all buses
` [PATCH v2 2/2] interconnect: qcom: qcm2290: Enable sync state

[PATCH 0/5] arm64: dts: qcom: qrb5165-rb5: enable DP support
 2023-07-24 10:44 UTC  (5+ messages)

[PATCH] dt-bindings: arm: msm: kpss-acc: Revert "dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional"
 2023-07-24 10:37 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: qcom: sc8180x: align USB DWC3 clocks with bindings
 2023-07-24 10:34 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: sdm630: "

[PATCH 0/2] QCM2290 icc fixes
 2023-07-24 10:31 UTC  (6+ messages)
` [PATCH 2/2] interconnect: qcom: qcm2290: Enable sync state


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