All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-04 08:19:56 to 2025-03-04 08:57:04 UTC [more...]

[PATCH v3 0/2] ASoC: codecs: add support for ES8389
 2025-03-04  8:38 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] ASoC: dt-bindings: Add Everest ES8389 audio CODEC

[PATCH 10/19] perf: Add this_cpc() helper
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 12/19] perf: Introduce perf_free_addr_filters()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 13/19] perf: Robustify perf_event_free_bpf_prog()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/bpf: "

[PATCH 14/19] perf: Simplify perf_mmap() control flow
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: Simplify the "

[PATCH 16/19] perf: Further simplify perf_mmap()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 17/19] perf: Remove retry loop from perf_mmap()
 2025-03-04  8:56 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 18/19] perf: Lift event->mmap_mutex in perf_mmap()
 2025-03-04  8:56 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 11/19] perf: Detach perf_cpu_pmu_context and pmu lifetimes
 2025-03-04  8:56 UTC  (2+ messages)
` [tip: perf/core] perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimes

[PATCH 15/19] perf: Fix perf_mmap() failure path
 2025-03-04  8:56 UTC  (3+ messages)
` [tip: perf/core] perf/core: "

[PATCH 0/2] Add usb option support for Telit Cinterion FN990B
 2025-03-04  8:48 UTC  (3+ messages)
` [PATCH 1/2] USB: serial: option: add Telit Cinterion FE990B compositions

Patchwork housekeeping for: spi-devel-general
 2025-03-04  8:56 UTC 

[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
 2025-03-04  8:51 UTC 

[PATCH v4 0/8] initramfs: kunit tests and cleanups
 2025-03-04  8:54 UTC  (2+ messages)

[PATCH v1 00/40] x86: Leaf 0x2 and leaf 0x4 refactorings
 2025-03-04  8:51 UTC  (41+ messages)
` [PATCH v1 01/40] x86/cacheinfo: Validate cpuid leaf 0x2 EDX output
` [PATCH v1 02/40] x86/cpu: "
` [PATCH v1 03/40] x86/cpu: Properly parse leaf 0x2 TLB descriptor 0x63
` [PATCH v1 04/40] x86/cpuid: Include linux/build_bug.h
` [PATCH v1 05/40] x86/cpu: Remove unnecessary headers and reorder the rest
` [PATCH v1 06/40] x86/cpu: Use max() for leaf 0x2 TLB descriptors parsing
` [PATCH v1 07/40] x86/cpu: Simplify TLB entry count storage
` [PATCH v1 08/40] x86/cpu: Get rid of smp_store_cpu_info() indirection
` [PATCH v1 09/40] x86/cpu: Remove unused TLB strings
` [PATCH v1 10/40] x86/cpu: Remove leaf 0x2 parsing loop and add helpers
` [PATCH v1 11/40] x86/cacheinfo: Remove the P4 trace leftovers for real
` [PATCH v1 12/40] x86/cacheinfo: Remove unnecessary headers and reorder the rest
` [PATCH v1 13/40] x86/cacheinfo: Use cpuid leaf 0x2 parsing helpers
` [PATCH v1 14/40] x86/cacheinfo: Refactor leaf 0x2 cache descriptor lookup
` [PATCH v1 15/40] x86/cacheinfo: Properly name amd_cpuid4()'s first parameter
` [PATCH v1 16/40] x86/cacheinfo: Use proper name for cacheinfo instances
` [PATCH v1 17/40] x86/cacheinfo: Constify _cpuid4_info_regs instances
` [PATCH v1 18/40] x86/cacheinfo: Align ci_info_init() assignment expressions
` [PATCH v1 19/40] x86/cacheinfo: Standardize _cpuid4_info_regs instance naming
` [PATCH v1 20/40] x86: treewide: Introduce x86_vendor_amd_or_hygon()
` [PATCH v1 21/40] x86/cacheinfo: Consolidate AMD/Hygon leaf 0x8000001d calls
` [PATCH v1 22/40] x86/cacheinfo: Separate amd_northbridge from _cpuid4_info_regs
` [PATCH v1 23/40] x86/cacheinfo: Move AMD cache_disable_0/1 handling to separate file
` [PATCH v1 24/40] x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()
` [PATCH v1 25/40] x86/cacheinfo: Separate Intel and AMD leaf 0x4 code paths
` [PATCH v1 26/40] x86/cacheinfo: Rename _cpuid4_info_regs to _cpuid4_info
` [PATCH v1 27/40] x86/cacheinfo: Clarify type markers for leaf 0x2 cache descriptors
` [PATCH v1 28/40] x86/cacheinfo: Use enums for cache descriptor types
` [PATCH v1 29/40] x86/cpu: Use enums for TLB "
` [PATCH v1 30/40] sizes.h: Cover all possible x86 cpu cache sizes
` [PATCH v1 31/40] x86/cpu: Consolidate CPUID leaf 0x2 tables
` [PATCH v1 32/40] x86/cacheinfo: Use consolidated leaf 0x2 descriptor table
` [PATCH v1 33/40] x86/cpu: "
` [PATCH v1 34/40] x86/cacheinfo: Separate leaf 0x2 handling and post-processing logic
` [PATCH v1 35/40] x86/cacheinfo: Separate intel leaf 0x4 handling
` [PATCH v1 36/40] x86/cacheinfo: Extract out cache level topology ID calculation
` [PATCH v1 37/40] x86/cacheinfo: Extract out cache self-snoop checks
` [PATCH v1 38/40] x86/cacheinfo: Relocate leaf 0x4 cache_type mapping
` [PATCH v1 39/40] x86/cacheinfo: Introduce amd_hygon_cpu_has_l3_cache()
` [PATCH v1 40/40] x86/cacheinfo: Apply maintainer-tip coding style fixes

[PATCH V3 0/2] rust: Add basic clock abstractions
 2025-03-04  8:53 UTC  (4+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions

[PATCH v6 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-04  8:53 UTC  (4+ messages)
` [PATCH v6 1/3] ttynull: Always initialize console index to -1

[PATCH v2 00/12] rust: wrap all C types exposed through qemu_api
 2025-03-04  9:13 UTC  (5+ messages)
` [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements

[PATCH v6] docs/zh_CN: Add snp-tdx-threat-model index Chinese translation
 2025-03-04  8:52 UTC  (2+ messages)

[PATCH net] net: dsa: mt7530: Fix traffic flooding for MMIO devices
 2025-03-04  8:50 UTC 

[PATCH v11 00/13] flow filter using basic facilities of capability and resource objects
 2025-03-04  8:50 UTC  (3+ messages)

[PATCH v2 0/5] ui/console-vc: various fixes and improvements
 2025-03-04  8:48 UTC  (3+ messages)

[PATCH] ima_selinux.sh: Require ima_policy=critical_data kernel cmdline
 2025-03-04  8:49 UTC  (3+ messages)
` [LTP] "

[PATCH v3 00/11] Add a percpu subsection for cache hot data
 2025-03-04  8:47 UTC  (4+ messages)

[PATCH 0/3] some pipe + wait stuff
 2025-03-04  8:46 UTC  (2+ messages)

[PATCH v3] xfs: add a test for atomic writes
 2025-03-04  8:47 UTC  (6+ messages)

[Bug 219748] New: Pluggable UD-4VPD dock appears to continually reset with AMD AI 365
 2025-03-04  8:46 UTC  (3+ messages)
` [Bug 219748] "

[PATCH v1 0/3] gpiolib: Reduce 'gpio' namespace when operate over GPIOd
 2025-03-04  8:45 UTC  (8+ messages)
` [PATCH v1 1/3] gpiolib: Align FLAG_* definitions in the struct gpio_desc
` [PATCH v1 2/3] gpiolib: Rename gpio_set_debounce_timeout() to gpiod_do_set_debounce()
` [PATCH v1 3/3] gpiolib: Rename gpio_do_set_config() --> gpiod_do_set_config()

[PATCH v5 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-03-04  8:45 UTC  (3+ messages)
` [PATCH v5 1/9] mm: Consolidate freeing of typed folios on final folio_put()

[PATCH] ima_kexec.sh: Detect kernel image from BOOT_IMAGE from /proc/cmdline
 2025-03-04  8:45 UTC  (3+ messages)
` [LTP] "

[RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface
 2025-03-04  8:45 UTC  (13+ messages)

[PATCH v2] mm/hugetlb: update nr_huge_pages and surplus_huge_pages together
 2025-03-04  8:38 UTC 

[PATCH v1] ref-manual: uboot-sign: Add how to enable ATF and TEE for U-Boot FIT image
 2025-03-04  8:44 UTC  (3+ messages)
` [docs] "

[PATCH v2 00/24] perf: Make perf_pmu_unregister() usable
 2025-03-04  8:44 UTC  (6+ messages)
` [PATCH v2 19/24] perf: Simplify perf_mmap() control flow

[PATCH v2] i915/selftest/igt_mmap: let mmap tests run in kthread
 2025-03-04  8:43 UTC 

[PATCH v8 00/12] iommufd support pasid attach/replace
 2025-03-04  8:49 UTC  (9+ messages)
` [PATCH v8 01/12] iommu: Add iommu_attach_device_pasid_handle()
` [PATCH v8 02/12] iommu: Introduce a replace API for device pasid

[PATCH v4 0/4] per-function storage support
 2025-03-04  8:41 UTC  (8+ messages)
` [PATCH v4 1/4] x86/ibt: factor out cfi and fineibt offset

[PATCH v14 0/2] media: qcom: camss: Add sc7280 support
 2025-03-04  8:40 UTC  (5+ messages)
` [PATCH v14 2/2] arm64: dts: qcom: qcs6490-rb3gen2-vision-mezzanine: Add vision mezzanine

[PATCH v2 0/1] Accept unaccepted kexec segments' destination addresses
 2025-03-04  8:41 UTC  (8+ messages)

[tip:x86/asm] BUILD SUCCESS e5ff90b179d45df71373cf79f99d20c9abe229cb
 2025-03-04  8:41 UTC 

[PATCH v1] drm/xe/pcode: stop logging mailbox status as error
 2025-03-04  8:41 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v3 0/3] leds: rgb: leds-qcom-lpg: PWM fixes
 2025-03-04  8:41 UTC  (3+ messages)

[PATCH 0/5] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-04  8:40 UTC  (6+ messages)
` [PATCH 1/5] sched/deadline: Ignore special tasks when rebuilding domains
` [PATCH 2/5] sched/topology: Wrappers for sched_domains_mutex
` [PATCH 3/5] sched/deadline: Generalize unique visiting of root domains
` [PATCH 4/5] sched/deadline: Rebuild root domain accounting after every update
` [PATCH 5/5] sched/topology: Remove redundant dl_clear_root_domain call

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-03-04  8:41 UTC  (6+ messages)

[PATCH] pinctrl: meson: fix pin input property for a4
 2025-03-04  8:38 UTC  (2+ messages)

[PATCH] drm/ast: Support both SHMEM helper and VRAM helper
 2025-03-04  8:40 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: sm8550: camcc: Manage MMCX and MXC
 2025-03-04  8:40 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8550: Additionally manage MXC power domain in camcc

[PATCH] block/qed: fix use-after-free by nullifying timer pointer after free
 2025-03-04  8:39 UTC 

[PATCH] pinctrl: pinconf-generic: Fix spelling mistake "paramers" -> "parameters"
 2025-03-04  8:39 UTC  (2+ messages)

[Buildroot] [PATCH v6 1/5] linux: add support for device tree overlays
 2025-03-04  8:39 UTC  (4+ messages)
` [Buildroot] [PATCH v6 3/5] linux: introduce BR2_LINUX_KERNEL_CUSTOM_DTS_DIR

[PATCH] iommufd: Disallow allocating nested parent domain with fault ID
 2025-03-04  8:39 UTC  (2+ messages)

[PATCH v4 0/1] i2c: mediatek: add runtime PM operations and bus regulator control
 2025-03-04  8:37 UTC  (3+ messages)

[PATCH v2 0/1] Add quiet/low power compat code
 2025-03-04  8:38 UTC  (3+ messages)
` [PATCH v2 1/1] ACPI: platform_profile: Treat quiet and low power the same

[PATCH 0/4] media: qcom: iris: add support for SM8650
 2025-03-04  8:38 UTC  (5+ messages)
` [PATCH 3/4] media: platform: qcom/iris: add support for vpu33

[PATCH v2] ref-manual: uboot-sign: Add how to enable ATF, TEE and User defined snippet ITS for U-Boot FIT image
 2025-03-04  8:38 UTC 

[PATCH v2 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-03-04  8:43 UTC  (3+ messages)
` [PATCH v2 06/12] iommu/vt-d: Cleanup intel_context_flush_present()

[PATCH v2 0/2] spi: sophgo: add Sophgo SPI NOR controller driver
 2025-03-04  8:35 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: spi: add SG2044 "
` [PATCH v2 2/2] spi: sophgo: "

[PATCH 1/2] dt-bindings: gpio: loongson: Add new loongson gpio chip compatible
 2025-03-04  8:36 UTC  (4+ messages)
` [PATCH 2/2] gpio: loongson-64bit: Add more gpio chip support

[PATCH] rtc: mt6397: drop unused defines
 2025-03-04  8:33 UTC  (2+ messages)

[PATCH] pinctrl: amd: isp411: Add amdisp GPIO pinctrl
 2025-03-04  8:34 UTC  (2+ messages)

[PATCH v11 0/4] Support SMT control on arm64
 2025-03-04  8:25 UTC  (9+ messages)
` [PATCH v11 3/4] arm64: topology: Support SMT control on ACPI based system

[tip: x86/asm] x86/asm: Make ASM_CALL_CONSTRAINT conditional on frame pointers
 2025-03-04  8:33 UTC  (3+ messages)

[BUG/WIP PATCH] unit-tests: use clean test environment
 2025-03-04  8:33 UTC  (8+ messages)

[PATCH] drm/i915/dmc: Add debugfs for dc6 counter
 2025-03-04  8:33 UTC  (4+ messages)
` [PATCH v3] drm/i915/dmc: Create debugfs entry "

[PATCH v3 00/15] clk: sunxi-ng: add A523 clock support
 2025-03-04  8:25 UTC  (5+ messages)
` [PATCH v3 04/15] dt-bindings: clk: sunxi-ng: document Allwinner A523 CCU
` [PATCH v3 05/15] dt-bindings: clk: sunxi-ng: add compatible for the A523 PRCM-CCU

[PATCH 00/22] Use VRR timing generator for fixed refresh rate modes
 2025-03-04  8:19 UTC  (23+ messages)
` [PATCH 01/22] drm/i915/vrr: Remove unwanted comment
` [PATCH 02/22] drm/i915:vrr: Separate out functions to compute vmin and vmax
` [PATCH 03/22] drm/i915/vrr: Make helpers for cmrr and vrr timings
` [PATCH 04/22] drm/i915/vrr: Disable CMRR
` [PATCH 05/22] drm/i915/vrr: Track vrr.enable only for variable timing
` [PATCH 06/22] drm/i915/vrr: Use crtc_vtotal for vmin
` [PATCH 07/22] drm/i915/vrr: Prepare for fixed refresh rate timings
` [PATCH 08/22] drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
` [PATCH 09/22] drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rr
` [PATCH 10/22] drm/i915/dp_mst: Use VRR Timing generator for DP MST "
` [PATCH 11/22] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 12/22] drm/i915/display: Move intel_psr_post_plane_update() at the later
` [PATCH 13/22] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 14/22] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 15/22] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 16/22] drm/i915/vrr: Use fixed timings for platforms that support VRR
` [PATCH 17/22] drm/i915/display: Move vrr.guardband/pipeline_full out of !fastset block
` [PATCH 18/22] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 19/22] drm/i915/vrr: Allow fixed_rr with pipe joiner
` [PATCH 20/22] drm/i915/vrr: Always use VRR timing generator for MTL+
` [PATCH 21/22] drm/i915/display: Add fixed_rr to crtc_state dump
` [PATCH 22/22] drm/i915/display: Avoid use of VTOTAL.Vtotal bits

Is commit 4d94f0555827 safe?
 2025-03-04  8:32 UTC  (10+ messages)

[linux-next:master] [fs] becb2cae42: BUG:kernel_NULL_pointer_dereference,address
 2025-03-04  8:32 UTC  (2+ messages)

[LTP] [PATCH v3] unshare03.c: Add test coverage for dup_fd() failure handling in unshare_fd()
 2025-03-04  8:31 UTC  (3+ messages)
` [LTP] [PATCH v4] "

[Intel-wired-lan] [PATCH iwl-next v5 00/15] ixgbe: Add basic devlink support
 2025-03-04  8:31 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v5 09/15] ixgbe: add E610 functions getting PBA and FW ver info

[PATCH v2 0/6] pds_fwctl: fwctl for AMD/Pensando core devices
 2025-03-04  8:30 UTC  (3+ messages)
` [PATCH v2 4/6] pds_fwctl: initial driver framework

[PATCH v2] ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7
 2025-03-04  8:30 UTC  (9+ messages)

LVM2 headers
 2025-03-04  8:29 UTC 

[PATCH v8] arm64: mm: Populate vmemmap at the page level if not section aligned
 2025-03-04  7:25 UTC  (3+ messages)

GIT-BUILD-OPTIONS can override manual invocations
 2025-03-04  8:29 UTC  (2+ messages)

[PATCH v12 0/3] rust: add dma coherent allocator abstraction
 2025-03-04  8:28 UTC  (7+ messages)
` [PATCH v12 2/3] "

[Intel-wired-lan] [PATCH v2] e1000: The 'const' qualifier has been added where applicable to enhance code safety and prevent unintended modifications
 2025-03-04  8:27 UTC  (3+ messages)
  `  "

[PATCH 1/3] x86/cpu: Remove some macros about feature names
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu: Remove unnecessary macro indirection related to CPU "

[PATCH 2/3] x86/cpu: Warn louder about {set,clear}cpuid
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/cpu] x86/cpu: Warn louder about the {set,clear}cpuid boot parameters

[PATCH 3/3] x86/cpu: Log CPU flag cmdline hacks more verbosely
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH v3 01/11] percpu: Introduce percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 02/11] x86/percpu: Move pcpu_hot to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 03/11] x86/preempt: Move preempt count to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 04/11] x86/smp: Move cpu number to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 05/11] x86/retbleed: Move call depth to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 06/11] x86/softirq: Move softirq_pending to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 07/11] x86/irq: Move irq stacks to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 08/11] x86/percpu: Move top_of_stack to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 09/11] x86/percpu: Move current_task to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 10/11] x86/stackprotector: Move __stack_chk_guard to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3 11/11] x86/smp: Move this_cpu_off to percpu hot section
 2025-03-04  8:27 UTC  (2+ messages)
` [tip: x86/core] "

So, I had to revert d6d458d42e1 ("Handle DisplayPort tunnel activation asynchronously") too, to stop my resume crashes
 2025-03-04  8:27 UTC  (11+ messages)

[PATCH v3 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-03-04  8:25 UTC  (6+ messages)
` [PATCH v3 04/12] iommu/vt-d: Move scalable mode ATS enablement to probe path
` [PATCH v3 05/12] iommu/vt-d: Move PRI enablement in "

[PATCH] RFC: ptp: add comment about register access race
 2025-03-04  8:24 UTC  (6+ messages)

[PATCH] hwmon: (ntc_thermistor) Add min and max temperature attributes
 2025-03-04  8:24 UTC  (2+ messages)

[PATCH v5 0/2] drm/bridge: imx: Add i.MX93 parallel display format configuration support
 2025-03-04  8:24 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: soc: imx93-media-blk-ctrl: Add PDFC subnode to schema and example
` [PATCH v5 2/2] drm/bridge: imx: Add i.MX93 parallel display format configuration support

[PATCH v4 00/12] phy: rockchip: samsung-hdptx: Support high color depth management
 2025-03-04  8:21 UTC  (9+ messages)
` [PATCH v4 08/12] phy: rockchip: samsung-hdptx: Provide config params validation support
` [PATCH v4 10/12] phy: rockchip: samsung-hdptx: Add high color depth management

PCI/ASPM: Fix L1SS saving (linus/master commit 7507eb3e7bfac)
 2025-03-04  8:23 UTC  (11+ messages)
` diagnosing resume failures after disconnected USB4 drives (Was: Re: PCI/ASPM: Fix L1SS saving (linus/master commit 7507eb3e7bfac))

[PATCH v35 00/31] Introduce QC USB SND audio offloading support
 2025-03-04  8:22 UTC  (4+ messages)

[PATCH v3 0/9] Add support to load QUP SE firmware from
 2025-03-04  8:22 UTC  (4+ messages)
` [PATCH v3 2/9] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.