messages from 2025-10-01 14:06:14 to 2025-10-03 13:04:02 UTC [more...]
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-03 12:59 UTC (8+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
[PATCH v2 1/9] drm/display: hdmi-state-helpers: warn on unsupported InfoFrame types
2025-10-03 13:03 UTC (2+ messages)
[PATCH v4] arm64: dts: qcom: sm8250-samsung-common: correct reserved pins
2025-10-03 13:03 UTC (3+ messages)
[PATCH 0/3] dt-bindings: soc: qcom: Add Kaanapali soc related bindings
2025-10-03 11:53 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: soc: qcom: add qcom,kaanapali-imem compatible
` [PATCH 2/3] dt-bindings: soc: qcom,aoss-qmp: Document the Kaanapali AOSS channel
` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on Kaanapali SOC
[PATCH] tee: qcom: depend on ARCH_QCOM
2025-10-03 11:15 UTC (3+ messages)
[PATCH 0/4] Add support for Dongwoon Anatech DW9800K driver
2025-10-03 11:03 UTC (14+ messages)
` [PATCH 1/4] dt-bindings: media: i2c: dw9719: Document DW9800K
` [PATCH 2/4] media: i2c: dw9719: Add DW9800K support
` [PATCH 3/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable CCI pull-up
` [PATCH 4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add UW cam actuator
[PATCH 0/2] pinctrl: qcom: glymur: Fix gpio pin functions and clean-up match table
2025-10-03 10:56 UTC (3+ messages)
` [PATCH 2/2] pinctrl: qcom: glymur: Fix the gpio and egpio pin functions
[PATCH v2 0/3] pinctrl: Update dt-binding and driver to support Glymur PMICs
2025-10-03 10:55 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: qcom,pmic-gpio: Add GPIO bindings for "
` [PATCH v2 2/3] pinctrl: qcom: spmi-gpio: Add PMCX0102, PMK8850 & PMH01XX PMICs support
` [PATCH v2 3/3] pinctrl: qcom: spmi-gpio: add support for {LV_VIN2, MV_VIN3}_CLK subtypes
[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for Kaanapali
2025-10-03 10:54 UTC (3+ messages)
` [PATCH 2/2] pinctrl: qcom: add the tlmm driver for Kaanapali platforms
[PATCH v16 0/9] Add PWM support for IPQ chipsets
2025-10-03 9:39 UTC (14+ messages)
` [PATCH v16 6/9] arm64: dts: qcom: ipq6018: add pwm node
` [PATCH v16 7/9] arm64: dts: qcom: ipq5018: "
` [PATCH v16 8/9] arm64: dts: qcom: ipq5332: "
` [PATCH v16 9/9] arm64: dts: qcom: ipq9574: "
[PATCH 00/20] arm64: dts: qcom: Introduce Kaanapali platform device tree
2025-10-03 9:09 UTC (3+ messages)
[PATCH] MAINTAINERS: Update Jessica Zhang's email address
2025-10-03 9:01 UTC (4+ messages)
[PATCH v2] ASoC: codecs: lpass-macro: Add support for channel map mixer control
2025-10-03 7:00 UTC (3+ messages)
[PATCH v1 1/2] scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
2025-10-03 3:10 UTC (4+ messages)
qcom: vpu: fix the firmware binary name for qcm6490
2025-10-03 1:01 UTC (11+ messages)
[PATCH v5 0/2] usb: typec: ucsi_glink: Add support UCSI v2
2025-10-03 0:20 UTC (3+ messages)
` [PATCH v5 1/2] usb: typec: ucsi_glink: Update request/response buffers to be packed
` [PATCH v5 2/2] usb: typec: ucsi_glink: Increase buffer size to support UCSI v2
[PATCH 0/5] Enable support for AV1 stateful decoder
2025-10-02 22:32 UTC (16+ messages)
` [PATCH 1/5] media: uapi: videodev2: Add "
` [PATCH 2/5] media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()
` [PATCH 3/5] media: iris: Add support for AV1 format in iris decoder
` [PATCH 4/5] media: iris: Define AV1-specific platform capabilities and properties
` [PATCH 5/5] media: iris: Add internal buffer calculation for AV1 decoder
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-02 20:47 UTC (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v3 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
2025-10-02 19:26 UTC (14+ messages)
` [PATCH v3 04/11] arm64: dts: qcom: sdm845-lg-common: Add leds
` [PATCH v3 07/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node
` [PATCH v3 10/11] arm64: dts: qcom: sdm845-lg-judyln: Add lab/ibb
[PATCH 0/3] drm/panel: Add support for Novatek NT36532 panel
2025-10-02 18:32 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: display: panel: Add Novatek NT36532
` [PATCH 2/3] drm/msm/dsi: support DSC configurations with slice_per_pkt > 1
` [PATCH 3/3] drm/panel: Add Novatek NT36532 panel driver
[PATCH] arm64: dts: qcom: lemans-evk: Add OTG support for primary USB controller
2025-10-02 17:29 UTC
[PATCH v8 0/6] Display enablement changes for Qualcomm QCS8300 platform
2025-10-02 16:23 UTC (4+ messages)
` [PATCH v8 5/6] drm/msm: mdss: Add QCS8300 support
arm64: dts: qcom: qrb2210-rb1: Add Qualcomm RB1 Vision kit
2025-10-02 15:59 UTC (4+ messages)
` [PATCH v2 1/3] media: i2c: ov9282: Fix reset-gpio logical state
[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
2025-10-02 15:29 UTC (25+ messages)
` [PATCH 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH 5/8] media: iris: Move vpu register defines to common header file
` [PATCH 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks
` [PATCH 2/8] media: iris: Add support for multiple clock sources
` [PATCH 4/8] media: iris: Introduce buffer size calculations for vpu4
` [PATCH 8/8] media: iris: Add platform data for kaanapali
[PATCH v4 4/4] mmc: sdhci-msm: Rectify DLL programming sequence for SDCC
2025-10-02 15:13 UTC (2+ messages)
[PATCH v3 0/3] arm64: dts: qcom: Add PCIe Support for sm8750
2025-10-02 9:49 UTC (5+ messages)
` [PATCH v3 2/3] arm64: dts: qcom: sm8750: Add PCIe PHY and controller node
[PATCH 2/3] clk: qcom: gcc-x1e80100: Add missing USB4 clocks/resets
2025-10-02 9:40 UTC (3+ messages)
[PATCH] soc: qcom: ice: Set ICE clk to turbo on probe
2025-10-02 9:39 UTC (3+ messages)
[PATCH v5 0/7] SPMI: Implement sub-devices and migrate drivers
2025-10-02 9:36 UTC (8+ messages)
` [PATCH v5 1/7] spmi: Implement spmi_subdevice_alloc_and_add() and devm variant
` [PATCH v5 2/7] nvmem: qcom-spmi-sdam: Migrate to devm_spmi_subdevice_alloc_and_add()
` [PATCH v5 3/7] power: reset: qcom-pon: "
` [PATCH v5 4/7] phy: qualcomm: eusb2-repeater: "
` [PATCH v5 5/7] misc: qcom-coincell: "
` [PATCH v5 6/7] iio: adc: qcom-spmi-iadc: "
` [PATCH v5 7/7] iio: adc: qcom-spmi-iadc: Remove regmap R/W wrapper functions
[PATCH v4 00/10] Introduce Glymur USB support
2025-10-02 9:11 UTC (15+ messages)
` [PATCH v4 01/10] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Glymur compatible
` [PATCH v4 02/10] dt-bindings: phy: qcom,qmp-usb: Add Glymur USB UNI PHY compatible
` [PATCH v4 03/10] dt-bindings: phy: qcom-m31-eusb2: Add Glymur compatible
` [PATCH v4 04/10] dt-bindings: usb: qcom,snps-dwc3: "
` [PATCH v4 05/10] dt-bindings: phy: qcom,snps-eusb2-repeater: Add SMB2370 compatible
` [PATCH v4 06/10] phy: qualcomm: Update the QMP clamp register for V6
` [PATCH v4 07/10] phy: qualcomm: qmp-combo: Update QMP PHY with Glymur settings
` [PATCH v4 08/10] phy: qualcomm: qmp-usb: Add support for Glymur USB UNI PHY
` [PATCH v4 09/10] phy: qualcomm: m31-eusb2: Make clkref an optional resource
` [PATCH v4 10/10] phy: qualcomm: eusb2-repeater: Add SMB2370 eUSB2 repeater support
[PATCH 0/2] arm64: dts: qcom: msm8996: fix issues with probing of USB hosts
2025-10-02 8:53 UTC (3+ messages)
` [PATCH 1/2] interconnect: qcom: msm8996: add missing link to SLAVE_USB_HS
` [PATCH 2/2] arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller
[PATCH] tee: QCOMTEE should depend on ARCH_QCOM
2025-10-02 8:41 UTC (3+ messages)
[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: do not reference whole usb-switch.yaml
2025-10-02 7:26 UTC (5+ messages)
[PATCH 0/5] Mix of dts fixes and improvements for qcm6490/sm7325 devices
2025-10-02 4:03 UTC (5+ messages)
` [PATCH 1/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Add supplies to simple-fb node
` [PATCH 3/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Use correct compatible for audiocc
[PATCH v2 0/2] arm64: dts: qcom: Introduce Huawei MateBook E 2019
2025-10-02 3:27 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: arm: qcom: Document "
` [PATCH v2 2/2] arm64: dts: qcom: Add support for "
[PATCH 0/2] Enable UFS ICE clock scaling
2025-10-02 3:15 UTC (6+ messages)
` [PATCH 2/2] ufs: host: scale ICE clock
` [PATCH 1/2] soc: qcom: ice: enable ICE clock scaling API
[PATCH v5 0/3] starqltechn: fix max77705 device irqs
2025-10-02 2:55 UTC (3+ messages)
` [PATCH v5 3/3] dt-bindings: max77705: add interrupt-controller property
[PATCH 0/3] X1E GCC USB4 clock fix-ups
2025-10-02 2:26 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: clock: qcom,x1e80100-gcc: Add missing USB4 clocks/resets
[PATCH v2 0/2] interconnect: qcom: sdx75: Drop QP0 interconnect and BCM nodes
2025-10-02 1:58 UTC (3+ messages)
` [PATCH v2 2/2] dt-bindings: interconnect: qcom: Drop QPIC_CORE IDs
[PATCH v6 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-10-02 1:17 UTC (7+ messages)
` [PATCH v6 02/10] dt-bindings: clock: Add "interconnect-cells" property in IPQ9574 example
` [PATCH v6 03/10] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH v6 05/10] dt-bindings: clock: gcc-ipq5424: Add definition for GPLL0_OUT_AUX
[PATCH 00/17] drm/msm/adreno: Introduce Adreno 8xx family support
2025-10-02 1:08 UTC (25+ messages)
` [PATCH 06/17] drm/msm/adreno: Move adreno_gpu_func to catalogue
` [PATCH 10/17] drm/msm/a6xx: Rebase GMU register offsets
` [PATCH 11/17] drm/msm/a8xx: Add support for A8x GMU
` [PATCH 12/17] drm/msm/adreno: Introduce A8x GPU Support
` [PATCH 13/17] drm/msm/adreno: Support AQE engine
` [PATCH 15/17] drm/msm/adreno: Do CX GBIF config before GMU start
[PATCH 0/8] Add OnePlus 6T display (Samsung S6E3FC2X01 DDIC with AMS641RW panel)
2025-10-02 1:06 UTC (7+ messages)
` [PATCH 1/8] dt-bindings: panel: Add Samsung S6E3FC2X01 DDIC with panel
` [PATCH 2/8] dt-bindings: display: panel-simple-dsi: Remove Samsung S6E3FC2 compatible
[PATCH 0/5] dt-bindings: remoteproc: Document Glymur ADSP/CDSP PAS
2025-10-02 0:55 UTC (9+ messages)
` [PATCH 1/5] dt-bindings: mailbox: qcom-ipcc: Document the Glymur IPCC
` [PATCH 2/5] dt-bindings: mailbox: qcom-ipcc: Document Glymur physical client IDs
` [PATCH 4/5] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur ADSP
` [PATCH 5/5] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur CDSP
[PATCH] dt-bindings: mailbox: qcom-ipcc: Add bindings for physical client ids
2025-10-02 0:34 UTC (2+ messages)
[PATCH] dt-bindings: mailbox: qcom: Document Glymur CPUCP mailbox controller binding
2025-10-02 0:25 UTC (2+ messages)
[PATCH] slimbus: qcom: remove unused qcom controller driver
2025-10-01 15:31 UTC (10+ messages)
[PATCH 0/2] Add support for QC08C format in iris driver
2025-10-01 15:04 UTC (5+ messages)
` [PATCH 1/2] media: iris: Add support for QC08C format for decoder
[PATCH] soc: qcom: pd-mapper: Add Kaanapali compatible
2025-10-01 14:29 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox