The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-08-19 10:02:21 to 2026-08-19 11:41:49 UTC [more...]

[PATCH] iio: accel: sca3000: fix frequency divider condition check
 2026-08-19 11:41 UTC 

[PATCH v5 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-19 11:40 UTC  (3+ messages)
` [PATCH v5 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed

[PATCH v2 0/4] Pinctrl support for SM8475
 2026-08-19 11:39 UTC  (3+ messages)
` [PATCH v2 4/4] pinctrl: qcom: Add SM8475 pinctrl driver

[PATCH v3] dmaengine: qcom: gpi: Fix resource leaks as part of channel clean up
 2026-08-19 11:39 UTC 

[PATCH] virtio_console: allocate the port_buffer with the caller's gfp
 2026-08-19 11:36 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: agatti: Add memory-region for audio PD
 2026-08-19 11:32 UTC  (2+ messages)

[PATCH v4 0/5] i2c: qcom-cci: Enforce the required CCI clock rate
 2026-08-19 11:30 UTC  (9+ messages)
` [PATCH v4 1/5] i2c: qcom-cci: Switch msm8953 to the CCI v2 timing/rate config
` [PATCH v4 2/5] i2c: qcom-cci: Support per-mode CCI clock rates
` [PATCH v4 3/5] i2c: qcom-cci: Add 19.2 MHz timings for the v2 CCI
` [PATCH v4 4/5] i2c: qcom-cci: Share the timing table across CCI revisions

[PATCH v4 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-08-19 11:30 UTC  (2+ messages)

[PATCH net v3] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-08-19 11:29 UTC  (3+ messages)

[PATCH v6] media: qcom: iris: move OPP handling to VPU power transaction
 2026-08-19 11:28 UTC  (2+ messages)

[PATCH 0/2] alpha: enable building with clang
 2026-08-19 11:26 UTC  (6+ messages)

[PATCH v2 0/7] mm: batch rmap walks during large folio migration
 2026-08-19 11:24 UTC  (3+ messages)
` [PATCH v2 3/7] mm/migrate: split remove_migration_pte_hugetlb() out of remove_migration_pte()

[PATCH 0/6] gpu: nova-core: add NVKV codec
 2026-08-19 11:23 UTC  (6+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init

[PATCH v3] dt-bindings: remoteproc: qcom,shikra-pas: Allow bam-dmux subnode
 2026-08-19 11:23 UTC  (3+ messages)

[PATCH v2 0/2] cpufreq: acpi-cpufreq: fix P-state index mismatch in freq lookups
 2026-08-19 11:21 UTC  (4+ messages)
` [PATCH v2 2/2] cpufreq: acpi-cpufreq: fix P-state index mismatch in get_cur_freq_on_cpu()
    ` 答复: [外部邮件] "

[PATCH] fpga: dfl: afu: prevent read-only port mappings from becoming writable
 2026-08-19 11:23 UTC  (2+ messages)

[PATCH] drm/msm/dpu: advertise linear-only modifiers on platforms without UBWC
 2026-08-19 11:23 UTC 

[PATCH] s390/mm: Fix fail path in crst_table_upgrade()
 2026-08-19 11:22 UTC  (3+ messages)

[PATCH v7 0/5] Add eDP lane mapping support
 2026-08-19  7:52 UTC 

[syzbot] [input?] [usb?] memory leak in __usbhid_submit_report (2)
 2026-08-19 11:22 UTC 

[PATCH] selftests/lib.mk: run_tests= print summary at the end
 2026-08-19 11:20 UTC  (2+ messages)

[PATCH] arm64: compat: Keep alignment address arithmetic 32-bit
 2026-08-19 11:19 UTC  (6+ messages)

[PATCH 0/7] media: verisilicon: Add RK3588 VPU720 JPEG decoder
 2026-08-19 10:37 UTC  (8+ messages)
` [PATCH 1/7] media: verisilicon: Fix the cleanup when a codec ->run() fails
` [PATCH 2/7] media: verisilicon: Complete the request on the ->run() error paths
` [PATCH 3/7] media: verisilicon: Allow the EOS event to be subscribed
` [PATCH 4/7] media: dt-bindings: Add Rockchip RK3588 VPU720 JPEG decoder
` [PATCH 5/7] media: verisilicon: Add Rockchip "
` [PATCH 6/7] media: verisilicon: Enforce a minimum sizeimage for the "
` [PATCH 7/7] arm64: dts: rockchip: rk3588: Add VPU720 JPEG decoder node

[PATCH] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
 2026-08-19 11:14 UTC  (2+ messages)

Fixes tags need work in the drm-intel tree
 2026-08-19 11:13 UTC  (3+ messages)

[PATCH 1/3] serial: qcom-geni: Propagate errors from optional IRQ lookup
 2026-08-19 11:13 UTC  (2+ messages)

[GIT PULL 2/4] soc: drivers for 7.3
 2026-08-19 11:11 UTC  (3+ messages)

[PATCH v3 00/16] rust: io: support register projections and remove relative registers
 2026-08-19 11:09 UTC  (17+ messages)
` [PATCH v3 01/16] rust: io: register: reimplement as proc macro
` [PATCH v3 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v3 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v3 05/16] rust: io: support register projections
` [PATCH v3 06/16] rust: io: register: allow explicit base type specification
` [PATCH v3 07/16] gpu: nova-core: specify base type for registers
` [PATCH v3 08/16] drm/tyr: "
` [PATCH v3 09/16] samples: rust: pci: "
` [PATCH v3 10/16] rust: io: register: make register have a typed base
` [PATCH v3 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v3 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v3 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v3 14/16] rust: io: register: remove relative registers
` [PATCH v3 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v3 16/16] rust: io: register: unify handling of register with/without bitfields

[PATCH net-next v9 0/4] net: rnpgbe: Add TX/RX and link status support
 2026-08-19 11:09 UTC  (5+ messages)
` [PATCH net-next v9 2/4] net: rnpgbe: Add basic TX packet transmission support

[PATCH v3] ACPI: scan: Avoid registering platform devices with resource overlaps
 2026-08-19 11:06 UTC  (6+ messages)

[PATCH ath-next] wifi: ath11k: fix reg_info_store leak in ath11k_service_ready_ext_event()
 2026-08-19 11:03 UTC  (2+ messages)

[PATCH] i2c: qcom-cci: fix autosuspend cleanup
 2026-08-19 11:03 UTC  (2+ messages)

[PATCH v7 0/4] media: add virtio-media driver
 2026-08-19 11:01 UTC  (9+ messages)
` [PATCH v7 1/4] media: virtio: Add skeleton "
` [PATCH v7 2/4] media: virtio: Add session management
` [PATCH v7 3/4] media: virtio: Add scatterlist builder
` [PATCH v7 4/4] media: virtio: Add ioctl operations and driver logic

[PATCH] perf/arm-cmn: Fix {wp_dev_sel2, wp_dev_sel} limited to 0/1 when MXP_MULTIPLE_DTM_EN is TRUE
 2026-08-19 10:54 UTC 

[PATCH v2] crypto: inside-secure - Zeroize temporary arrays on stack with sensitive data
 2026-08-19 10:58 UTC 

[PATCH v7 08/10] accel/rocket: add RK3576 NPU (RKNN) support
 2026-08-19 10:57 UTC  (2+ messages)

[syzbot] [input?] [usb?] memory leak in __usbhid_submit_report (2)
 2026-08-19 10:56 UTC  (2+ messages)
` Forwarded: #syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git bd5f485f3f026225b86573e559af0b7254ef4184

[PATCH v1] pstore/blk: add best-effort polled panic_write for block devices
 2026-08-19 10:54 UTC 

[PATCH iwl-net] ice: allow reading the last byte of the NVM and Shadow RAM regions
 2026-08-19 10:54 UTC  (2+ messages)

[PATCH v2] irq_work: Fix use-after-free in irq_work_single on PREEMPT_RT
 2026-08-19 10:52 UTC  (3+ messages)

[PATCH] powerpc/entry: Use hard_irq_disable() in arch_interrupt_exit_prepare()
 2026-08-19 10:52 UTC  (7+ messages)

[PATCH] virtio_console: Put device on failure
 2026-08-19 10:52 UTC 

[PATCH] remoteproc: qcom_q6v5_pas: Fix error masking in qcom_pas_stop()
 2026-08-19 10:51 UTC  (2+ messages)

[PATCH v6 0/1] Fix leak of KVM GISC resources
 2026-08-19 10:51 UTC  (3+ messages)
` [PATCH v6 1/1] s390/vfio-ap: fix KVM GISC and page leak when queue removed from host config

[PATCH v7 0/2] mmc: Avoid reprogram all keys to Inline Crypto Engine for MMC runtime suspend resume
 2026-08-19 10:50 UTC  (6+ messages)
` [PATCH v7 2/2] mmc: sdhci-msm: Use pm ops instead of macro to restore crypto keys

[PATCH v2] arm64: dts: qcom: monaco-arduino-monza: Rework fan cooling map
 2026-08-19 10:49 UTC  (2+ messages)

[PATCH 0/2] Backport fixes for UBI
 2026-08-19 10:48 UTC  (2+ messages)

[PATCH v4 0/2] Enable DW9714V camera focus coil on SHIFT 6MQ
 2026-08-19 10:47 UTC  (3+ messages)
` [PATCH v4 2/2] arm64: dts: qcom: sdm845-shift-axolotl: Add actuator for main rear camera

[PATCH v2 0/2] Add JHB100 Fan-Tach support
 2026-08-19  9:16 UTC  (2+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add starfive,jhb100-fan-tach

[PATCH] clk: qcom: Fix camera rivian PLL configuration settings
 2026-08-19 10:47 UTC  (2+ messages)

[PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
 2026-08-19 10:47 UTC  (3+ messages)

[PATCH] PCI: qcom: Add register dump support for PCIe Link Down events
 2026-08-19 10:45 UTC  (2+ messages)

[PATCH v4 00/24] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-08-19 10:45 UTC  (7+ messages)
` [PATCH 17/24] iommu/amd: Introduce helper function for updating domain ID mapping table
` [PATCH 18/24] iommu/amd: Introduce helper function for updating device "
` [PATCH 23/24] iommu/amd: Assign per-vIOMMU translate device ID

[PATCH net] ipip: fix skb leak in collect_md mode when metadata_dst allocation fails
 2026-08-19 10:43 UTC 

[PATCH] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
 2026-08-19 10:42 UTC  (3+ messages)

[PATCH v3] PCI: vmd: Add VMD Device ID Support for Intel Nova Lake (NVL) and Dunlow (DNL)
 2026-08-19 13:05 UTC 

[PATCH v4 00/15] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
 2026-08-19 10:39 UTC  (16+ messages)
` [PATCH v4 01/15] dt-bindings: rtc: renesas,rzn1-rtc: Add RZ/T2H and RZ/N2H support
` [PATCH v4 02/15] rtc: rzn1: Handle EPROBE_DEFER for optional pps interrupt
` [PATCH v4 03/15] rtc: rzn1: Fix weekday underflow when alarm crosses month boundary
` [PATCH v4 04/15] rtc: rzn1: Fix malformed MODULE_AUTHOR string
` [PATCH v4 05/15] rtc: Kconfig: Broaden RTC_DRV_RZN1 dependency to ARCH_RENESAS
` [PATCH v4 06/15] rtc: rzn1: Fix alarm range check truncation on 32-bit systems
` [PATCH v4 07/15] rtc: rzn1: Replace remove callback with devm_add_action_or_reset()
` [PATCH v4 08/15] rtc: rzn1: Use pm_runtime_put_sync() in rzn1_rtc_disable_hardware()
` [PATCH v4 09/15] rtc: rzn1: Dynamically calculate synchronization delay based on clock rate
` [PATCH v4 10/15] rtc: rzn1: Use temporary variable for struct device
` [PATCH v4 11/15] rtc: rzn1: Consistently use dev_err_probe()
` [PATCH v4 12/15] rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register access
` [PATCH v4 13/15] rtc: rzn1: Add OF match data to gate SUBU "
` [PATCH v4 14/15] rtc: rzn1: Drop trailing comma from OF match table sentinel
` [PATCH v4 15/15] rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs

[PATCH v1] mediatek MT7925: update bluetooth firmware to 20260813113236
 2026-08-19 10:39 UTC  (2+ messages)

[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
 2026-08-19 10:38 UTC  (5+ messages)

[PATCH v3 0/2] iio: accel: kionix-kx022a: unify staging buffer and convert to iio_push_to_buffers_with_ts()
 2026-08-19 10:37 UTC  (3+ messages)
` [PATCH v3 1/2] iio: accel: kionix-kx022a: use scan struct for one-shot and trigger reads
` [PATCH v3 2/2] iio: accel: kionix-kx022a: use iio_push_to_buffers_with_ts()

[PATCH v4 00/13] RPM, perfcnt and other minor fixes for Panfrost
 2026-08-19 10:37 UTC  (5+ messages)
` [PATCH v4 04/13] drm/panfrost: Move shrinker initialization and unplug one level down

[PATCH] ksmbd: fix use-after-free of lease table in smb2_lease_break_noti()
 2026-08-19 10:37 UTC  (2+ messages)

[PATCH v10 00/69] Add HDMI 2.0 support to DW HDMI QP TX
 2026-08-19 10:36 UTC  (5+ messages)
` [PATCH v10 07/69] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v10 54/69] drm/rockchip: rk3066_hdmi: Advertise HDMI 1.4 capabilities

[PATCH] usb: typec: tbt: Correct swapped TBT adapter type values
 2026-08-19 10:34 UTC  (2+ messages)

[PATCH] selftests: cgroup: simplify cpuset subtree permissions test
 2026-08-19 10:31 UTC 

[PATCH 0/2] iommu/amd: Do not request ACS when IOMMU is not going to be initialized
 2026-08-19 10:32 UTC  (2+ messages)

[PATCH v8] iio: humidity: ens210: Extend I2C functionality check
 2026-08-19 10:31 UTC 

[PATCH v2] soc: qcom: llcc-qcom: Handle errors from optional IRQ lookup
 2026-08-19 10:30 UTC  (2+ messages)

[PATCH] riscv: probes: reject kprobes inside LR/SC sequences
 2026-08-19 10:29 UTC 

[PATCH v6 0/5] media: rzg2l-cru: Fix DMA stride alignment
 2026-08-19 10:28 UTC  (6+ messages)
` [PATCH v6 1/5] media: v4l2-common: Convert v4l2_fill_pixfmt_mp() to static inline wrapper
` [PATCH v6 2/5] media: v4l2-common: Add v4l2_fill_pixfmt_aligned() helper
` [PATCH v6 3/5] media: v4l2-common: Add kernel-doc for v4l2_fill_pixfmt_mp_aligned()
` [PATCH v6 4/5] media: rzg2l-cru: Use v4l2_fill_pixfmt_aligned() for stride alignment
` [PATCH v6 5/5] media: rzg2l-cru: Replace has_stride with stride_align field

[PATCH] MAINTAINERS: update btrfs git tree entries
 2026-08-19 10:28 UTC 

[PATCH v6 0/2] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-19 10:28 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: vgic-its: Make the ITS table save reliable
 2026-08-19 10:28 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: vgic-its: Free the caches when GITS_BASER changes
` [PATCH 2/4] Revert "KVM: arm64: vgic-its: Don't save collections the table cannot hold"
` [PATCH 3/4] KVM: arm64: vgic-its: Skip unreachable devices instead of failing the save
` [PATCH 4/4] KVM: arm64: selftests: Add ITS table save tests

[PATCH] kbuild: use prefix-map for host and user progs
 2026-08-19 10:27 UTC  (2+ messages)

[PATCH] usb: gadget: f_midi: fix UAF race during IN request handling
 2026-08-19 10:27 UTC 

[PATCH 0/2] riscv: kprobes: simulate nop and c.nop instructions
 2026-08-19 10:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] riscv: kprobes: add nop and c.nop to the KUnit test

[PATCH] PCI: Disable not supported reset methods on DG1 0x4905
 2026-08-19 10:24 UTC 

[PATCH v2 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-08-19 10:23 UTC  (14+ messages)
` [PATCH v2 01/13] x86/cpu: Fix coding style violation
` [PATCH v2 02/13] x86/msr: Remove wrmsr_safe()
` [PATCH v2 03/13] x86/msr: Remove rdmsr_safe()
` [PATCH v2 04/13] drivers/ata: Stop using 32-bit MSR interfaces
` [PATCH v2 05/13] agp/nvidia: "
` [PATCH v2 06/13] fbdev/geode: "
` [PATCH v2 07/13] hw_random/via-rng: "
` [PATCH v2 08/13] drivers/gpio: "
` [PATCH v2 09/13] drivers/misc: "
` [PATCH v2 10/13] x86/msr: Remove wrmsr()
` [PATCH v2 11/13] x86/msr: Remove rdmsr()
` [PATCH v2 12/13] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH v2 13/13] x86/msr: Simplify some rdmsrq() use cases

[PATCH v2 0/4] ASoC: qcom: Fix AudioReach TDM review findings
 2026-08-18 18:24 UTC  (2+ messages)

[PATCH] NFS: nfsroot: replace strlcat() with snprintf()
 2026-08-19 10:22 UTC  (4+ messages)

[PATCH v2 0/4] PCI: of: warn on bogus device_type property
 2026-08-19 10:22 UTC  (6+ messages)
` [PATCH v2 3/4] PCI: of: make a flags argument optional
` [PATCH v2 4/4] PCI: of: introduce of_pci_verify_node()

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-08-19 10:19 UTC  (4+ messages)
` [RFC PATCH 12/24] fork: let kernel callers create embryonic tasks

[PATCH v4 0/7] Properly describe mt6589 and mt8167 toprgu resets
 2026-08-19 10:16 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: reset: Add mt6589 toprgu reset IDs
` [PATCH v4 2/7] watchdog: mediatek: Add wdt/toprgu resets for mt6589
` [PATCH v4 3/7] arm: dts: mediatek: mt6589: Enable toprgu reset controller
` [PATCH v4 4/7] dt-bindings: watchdog: Add compatible for MediaTek mt8167
` [PATCH v4 5/7] watchdog: mediatek: Add support for mt8167 toprgu/watchdog
` [PATCH v4 6/7] soc: mediatek: mtk-mmsys: Add resets for mt8167
` [PATCH v4 7/7] arm64: dts: mt8167: Properly describe the SoC watchdog and mmsys resets

[PATCH v2] sched/topology: Add a cpus_read_lock to rebuild_sched_domains()
 2026-08-19 10:19 UTC  (2+ messages)

[PATCH 1/4] ASoC: mediatek: mt8183: Fix wrong clock cleanup on clk_set_parent() failure
 2026-08-19 10:18 UTC  (4+ messages)
` [PATCH 2/4] ASoC: mediatek: mt8183: Fix APLL enable error handling
` [PATCH 3/4] ASoC: mediatek: mt8183: Use dev_err_probe() for "
` [PATCH 4/4] ASoC: mediatek: mt8183: Drop redundant probe error messages

[PATCH v2 1/3] ASoC: mediatek: mt6797: fix wrong unwind order and error code in enable_clock
 2026-08-19 10:17 UTC  (3+ messages)
` [PATCH v2 2/3] ASoC: mediatek: mt6797: Use dev_err_probe() for error handling
` [PATCH v2 3/3] ASoC: mediatek: mt6797: Drop redundant probe error messages

[PATCH 0/7] mm/mglru: clean up folio counters and flag usage
 2026-08-19 10:16 UTC  (5+ messages)
` [PATCH 3/7] mm/migrate: copy the referenced state via folio_migrate_refs()
` [PATCH 5/7] mm/mglru: use explicit tier range in read_ctrl_pos()

[PATCH net] net/sched: sch_cake: fix autorate reconfiguration throttling
 2026-08-19 10:08 UTC  (2+ messages)

[PATCH] soc: qcom: geni-se: Fix write to read-only firmware buffer
 2026-08-19 10:14 UTC 

[PATCH net v3 0/2] bonding: fix TLB load-tracking overflow on high-speed NICs
 2026-08-19 10:14 UTC  (11+ messages)
` [PATCH net v3 2/2] bonding: fix u32 overflow in compute_gap()

[PATCH] fuse: invalidate the correct range after O_APPEND direct write
 2026-08-19 10:14 UTC  (2+ messages)

[PATCH] drm/amdgpu: Replace deprecated strcpy with strscpy
 2026-08-19 10:12 UTC  (7+ messages)

[PATCH] mm/huge_memory: transfer the pmd dirty bit to the folio on zap
 2026-08-19 10:12 UTC 

[PATCH v3 03/10] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
 2026-08-19 10:09 UTC  (10+ messages)
` [PATCH v3 09/10] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if crash hotplug supported

[PATCH 00/18] Another attempt at HVO support on arm64
 2026-08-19 10:11 UTC  (3+ messages)
` [PATCH 17/18] arm64: Permit onlining of HVO-incompatible late CPUs if HVO is not in use

[PATCH v6 12/12] selftests/mm: add PMD swap entry tests
 2026-08-19 10:10 UTC  (2+ messages)

[PATCH v2 7/7] mm/rmap: batch the unmap of large folios in try_to_migrate_one()
 2026-08-19 10:09 UTC  (4+ messages)

[PATCH v10 04/69] drm/connector: Add drmm_connector_hdmi_init() with new signature
 2026-08-19 10:08 UTC  (2+ messages)

[PATCH v10 05/69] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
 2026-08-19 10:06 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: wmi: Complete regulatory update for dropped events
 2026-08-19 10:06 UTC  (4+ messages)

[PATCH] usb: image: mdc800: change kmalloc() to kzalloc()
 2026-08-19 10:04 UTC 

[PATCH v2] fuse: permit freezing while waiting for request answer
 2026-08-19 10:03 UTC  (2+ messages)

[PATCH v2] drm/rockchip: vop2: Scale the AXI clock to the bandwidth the mode needs
 2026-08-19 10:02 UTC  (2+ messages)

[PATCH v5 00/12] Ambarella CV75 SoC minimal bring-up
 2026-08-19 10:02 UTC  (5+ messages)
` [PATCH v5 05/12] dt-bindings: gpio: pl061: add Ambarella CV75 variant
    `  "
      `  "


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