linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-25 11:25:38 to 2022-05-25 22:08:51 UTC [more...]

[linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d
 2022-05-25 22:07 UTC  (3+ messages)

[PATCH v25 0/7] soc: mediatek: SVS: introduce MTK SVS
 2022-05-25 22:07 UTC  (11+ messages)

[PATCH v1] PCI: brcmstb: Fix regression regarding missing PCIe linkup
 2022-05-25 21:57 UTC  (8+ messages)

[PATCH 00/11] Support Pensando Elba SoC
 2022-05-25 21:54 UTC  (32+ messages)
` [PATCH 01/11] dt-bindings: arm: add Pensando boards
` [PATCH 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
` [PATCH 04/11] dt-bindings: spi: Add compatible for Pensando Elba SoC
` [PATCH 09/11] mmc: sdhci-cadence: Add Pensando Elba SoC support
` [PATCH 10/11] spi: dw: Add support for Pensando Elba SoC
` [PATCH 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH v7 00/25] Rust support
 2022-05-25 21:29 UTC  (2+ messages)
      ` [PATCH v7 06/25] rust: add `compiler_builtins` crate

[PATCH] dt-bindings: PCI: socionext,uniphier-pcie: Add missing child interrupt controller
 2022-05-25 21:01 UTC 

[PATCH v2] ASoC: dt-bindings: mediatek: mt8192: Add i2s-share properties
 2022-05-25 20:53 UTC  (2+ messages)

[RFC PATCH v2 00/21] KCFI support
 2022-05-25 20:02 UTC  (8+ messages)
` [RFC PATCH v2 20/21] x86: Add support for CONFIG_CFI_CLANG

[PATCH v3 0/5] coresight: syscfg: Extend configfs for config load
 2022-05-25 19:57 UTC  (8+ messages)
` [PATCH v3 1/5] coresight: configfs: Add in functionality for load via configfs
` [PATCH v3 2/5] coresight: configfs: Add in binary attributes to load files
` [PATCH v3 3/5] coresight: configfs: Modify config files to allow userspace use

[PATCH v5 00/44] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-05-25 19:06 UTC  (45+ messages)
` [PATCH v5 01/44] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v5 02/44] media: sun6i-csi: Refactor main driver data structures
` [PATCH v5 03/44] media: sun6i-csi: Tidy up platform code
` [PATCH v5 04/44] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v5 05/44] media: sun6i-csi: Define and use variant to get "
` [PATCH v5 06/44] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v5 07/44] media: sun6i-csi: Tidy up Kconfig
` [PATCH v5 08/44] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v5 09/44] media: sun6i-csi: Tidy up video code
` [PATCH v5 10/44] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v5 11/44] media: sun6i-csi: Register the media device after creation
` [PATCH v5 12/44] media: sun6i-csi: Remove controls handler from the driver
` [PATCH v5 13/44] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v5 14/44] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v5 15/44] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v5 16/44] media: media-entity: Add helper to get a single enabled link
` [PATCH v5 17/44] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v5 18/44] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v5 19/44] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v5 20/44] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v5 21/44] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v5 22/44] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v5 23/44] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v5 24/44] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v5 25/44] media: sun6i-csi: Move register configuration to capture
` [PATCH v5 26/44] media: sun6i-csi: Rework capture format management with helper
` [PATCH v5 27/44] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v5 28/44] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v5 29/44] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v5 30/44] media: sun6i-csi: Tidy capture configure code
` [PATCH v5 31/44] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v5 32/44] media: sun6i-csi: Introduce capture "
` [PATCH v5 33/44] media: sun6i-csi: Configure registers from format tables
` [PATCH v5 34/44] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v5 35/44] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v5 36/44] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v5 37/44] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v5 38/44] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v5 39/44] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v5 40/44] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v5 41/44] media: sun6i-csi: Only configure capture when streaming
` [PATCH v5 42/44] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v5 43/44] media: sun6i-csi: Request a shared interrupt
` [PATCH v5 44/44] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-05-25 19:37 UTC  (6+ messages)
` [PATCH V9 20/20] "

Getting rid of infradead.org - corrupted subjects
 2022-05-25 19:23 UTC  (6+ messages)

Question about SPIs' interrupt trigger type restrictions
 2022-05-25 19:14 UTC  (2+ messages)

[PATCH v4 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-05-25 19:10 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v4 2/6] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v4 3/6] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v4 4/6] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v4 5/6] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v4 6/6] media: sun6i-csi: Add support for hooking to the isp devices

[PATCH v5 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / MIPI CSI-2 Support
 2022-05-25 19:03 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v5 2/6] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v5 3/6] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v5 4/6] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v5 5/6] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v5 6/6] media: sunxi: Add support for the A83T MIPI CSI-2 controller

[PATCH v4 0/7] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / Platform Support
 2022-05-25 18:58 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v4 2/7] clk: sunxi-ng: v3s: Export MBUS and DRAM clocks to the public header
` [PATCH v4 3/7] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v4 4/7] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v4 5/7] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH v4 6/7] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v4 7/7] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865

[PATCH 0/3] Add Visconti5 IOMMU driver
 2022-05-25 18:26 UTC  (4+ messages)
` [PATCH 1/3] iommu: "

[PATCH v21 0/4] Add support for the silergy,sy7636a
 2022-05-25 18:03 UTC  (6+ messages)
` [PATCH v21 1/4] mfd: silergy,sy7636a: Add config option
` [PATCH v21 2/4] ARM: imx_v6_v7_defconfig: Enable silergy,sy7636a
` [PATCH v21 3/4] ARM: dts: imx7d-remarkable2: "
` [PATCH v21 4/4] ARM: dts: imx7d-remarkable2: Enable lcdif

[v3 0/3] Add dtsi for sc7280 herobrine boards that using rt5682 codec
 2022-05-25 17:52 UTC  (10+ messages)
` [v3 1/3] arm64: dts: qcom: sc7280: herobrine: Add pinconf settings for mi2s1
` [v3 2/3] arm64: dts: qcom: sc7280: Add sc7280-herobrine-audio-rt5682.dtsi
` [v3 3/3] arm64: dts: qcom: sc7280: include sc7280-herobrine-audio-rt5682.dtsi in villager and herobrine-r1

[PATCH 0/3] arm: bcmbca: add bcm6846 SoC support
 2022-05-25 17:52 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm: add BCM6846 SoC to device tree binding document

[PATCH v2 0/3] arm: bcmbca: add bcm6846 SoC support
 2022-05-25 17:51 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: arm: add BCM6846 SoC to device tree binding document
` [PATCH v2 2/3] ARM: dts: add dts files for bcmbca SoC bcm6846
` [PATCH v2 3/3] MAINTAINERS: add bcm6846 to bcmbca arch entry

[PATCH] arm64: enable THP_SWAP for arm64
 2022-05-25 17:49 UTC  (7+ messages)

[PATCH 0/3] kasan: Fix ordering between MTE tag colouring and page->flags
 2022-05-25 17:41 UTC  (6+ messages)

[RFC PATCH -next v2 0/4] arm64/ftrace: support dynamic trampoline
 2022-05-25 17:26 UTC  (15+ messages)
` [RFC PATCH -next v2 3/4] arm64/ftrace: support dynamically allocated trampolines

[RFC PATCH 00/16] drm/rockchip: Rockchip EBC ("E-Book Controller") display driver
 2022-05-25 17:18 UTC  (3+ messages)

[RFC PATCH -next v2 3/4] arm64/ftrace: support dynamically allocated trampolines
 2022-05-25 17:12 UTC  (13+ messages)

[PATCH kvmtool 0/2] Fixes for arm64 and MIPS
 2022-05-25 16:57 UTC  (3+ messages)
` [PATCH kvmtool 1/2] arm64: Honor --vcpu-affinity for aarch32 guests
` [PATCH kvmtool 2/2] mips: Do not emulate a serial device

or galvanic lists.infradead.org
 2022-05-25 15:34 UTC 

[PATCH V2 0/7] virtio: Solution to restrict memory access under Xen using xen-grant DMA-mapping layer
 2022-05-25 16:30 UTC  (13+ messages)
` [PATCH V2 5/7] dt-bindings: Add xen, dev-domid property description for xen-grant DMA ops
  ` [PATCH V2 5/7] dt-bindings: Add xen,dev-domid "

[xilinx-xlnx:master 122/545] drivers/phy/xilinx/xilinx_dpgtquadphy.c:49:17: error: implicit declaration of function 'FIELD_PREP'
 2022-05-25 16:20 UTC 

[PATCH] MAINTAINERS: add a new reviewer for S32G
 2022-05-25 16:14 UTC 

[PATCH v3 0/5] perf: arm64: Tools support for Dwarf unwinding through SVE functions
 2022-05-25 15:59 UTC  (7+ messages)
` [PATCH v3 1/5] perf tools: arm64: Use perf's copy of kernel headers
` [PATCH v3 2/5] perf tools: arm64: Copy perf_regs.h from the kernel
` [PATCH v3 3/5] perf tools: Use dynamic register set for Dwarf unwind
` [PATCH v3 4/5] perf tools: arm64: Decouple Libunwind register names from Perf
` [PATCH v3 5/5] perf tools: arm64: Add support for VG register

[PATCH v1 0/2] MT8192 pinctrl properties adjustments
 2022-05-25 15:57 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: pinctrl: mt8192: Add drive-strength-microamp
` [PATCH v1 2/2] dt-bindings: pinctrl: mt8192: Use generic bias instead of pull-*-adv

vchiq: Performance regression since 5.18-rc1
 2022-05-25 15:37 UTC  (7+ messages)

[PATCH] ASoC: stm32: sai: Remove useless define
 2022-05-25 15:36 UTC  (2+ messages)

[PATCH v10 00/21] drm/mediatek: Add mt8195 DisplayPort driver
 2022-05-25 15:30 UTC  (16+ messages)
` [PATCH v10 01/21] dt-bindings: mediatek,dpi: Add DPINTF compatible
` [PATCH v10 02/21] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v10 03/21] drm/edid: Convert cea_sad helper struct to kernelDoc
` [PATCH v10 04/21] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v10 05/21] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v10 14/21] drm/mediatek: dpi: Add dpintf support
` [PATCH v10 19/21] drm/mediatek: Add mt8195 External DisplayPort support

[PATCH] drm/sun4i: Fix blend registers corruption for DE2.0/DE3.0
 2022-05-25 15:17 UTC  (10+ messages)
`  "
      `  "
          `  "

[PATCH v2] coresight: etm4x: Add Support for HiSilicon ETM device
 2022-05-25 15:10 UTC  (2+ messages)

[RFC PATCH v2 00/27] DRM.debug on DYNAMIC_DEBUG, add trace events
 2022-05-25 15:02 UTC  (2+ messages)

[PATCH] ARM: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle
 2022-05-25 14:14 UTC 

[PATCH bpf-next v5 0/6] bpf trampoline for arm64
 2022-05-25 14:10 UTC  (7+ messages)
` [PATCH bpf-next v5 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v5 3/6] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v5 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64

[PATCH v21 0/5] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-05-25 13:58 UTC  (6+ messages)
` [PATCH v21 1/5] drm/mediatek: add DSC support for mediatek-drm
` [PATCH v21 2/5] drm/mediatek: add MERGE "
` [PATCH v21 3/5] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195
` [PATCH v21 4/5] drm/mediatek: add suffix 0 to DDP_COMPONENT_DITHER for mt8195 vdosys0
` [PATCH v21 5/5] soc: mediatek: remove DDP_DOMPONENT_DITHER from enum

[PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
 2022-05-25 13:38 UTC  (2+ messages)

[PATCH 0/3] serial: atmel: cleanup code
 2022-05-25 13:37 UTC  (4+ messages)
` [PATCH 1/3] tty: serial: atmel: stop using legacy pm ops
` [PATCH 2/3] tty: serial: atmel: improve clock management
` [PATCH 3/3] serial: st-asc: remove include of pm_runtime.h

[PATCH v8 0/4] use more system keyrings to verify arm64 and s390 kexec kernel image signature
 2022-05-25 13:30 UTC  (4+ messages)

[PATCH v20 0/8] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-05-25 13:18 UTC  (3+ messages)

[PATCH v7 0/6] Add LVTS architecture thermal
 2022-05-25 12:44 UTC  (3+ messages)
` [PATCH v7 2/6] dt-bindings: thermal: Add binding document for LVTS thermal controllers

[PATCH] ASoC: stm32: sai: Use of_device_get_match_data() to simplify code
 2022-05-25 12:30 UTC  (6+ messages)
      ` [PATCH] ASoC: stm32: sai: Use of_device_get_match_data() tosimplify code
        ` [PATCH] ASoC: stm32: sai: Use of_device_get_match_data()tosimplify code

[PATCH v5 0/2] Introduce MediaTek CCI devfreq driver
 2022-05-25 12:09 UTC  (4+ messages)
` [PATCH v5 2/2] PM / devfreq: mediatek: "

[PATCH RFC] arm64/sysregs: Align field names in ID_AA64DFR0_EL1 with architecture
 2022-05-25 12:06 UTC  (4+ messages)

[PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
 2022-05-25 11:56 UTC  (11+ messages)

[PATCH] drm/sun4i: Fix blend route/enable register corruption for DE2.0/DE3.0
 2022-05-25 11:54 UTC 

[PATCH v3 kvmtool 00/13] arm64: Allow the user to set RAM base address
 2022-05-25 11:23 UTC  (13+ messages)
` [PATCH v3 kvmtool 02/13] sizes.h: Make all sizes 64bit
` [PATCH v3 kvmtool 03/13] builtin-run: Always use RAM size in bytes
` [PATCH v3 kvmtool 04/13] builtin-run: Rework RAM size validation
` [PATCH v3 kvmtool 05/13] builtin-run: Add arch hook to validate VM configuration
` [PATCH v3 kvmtool 06/13] arm/arm64: Fail if RAM size is too large for 32-bit guests
` [PATCH v3 kvmtool 07/13] arm/arm64: Kill the ARM_MAX_MEMORY() macro
` [PATCH v3 kvmtool 08/13] arm/arm64: Kill the ARM_HIMAP_MAX_MEMORY() macro
` [PATCH v3 kvmtool 09/13] builtin_run: Allow standard size specifiers for memory
` [PATCH v3 kvmtool 10/13] kvm__arch_init: Remove hugetlbfs_path and ram_size as parameters
` [PATCH v3 kvmtool 11/13] arm/arm64: Consolidate RAM initialization in kvm__init_ram()
` [PATCH v3 kvmtool 12/13] Introduce kvm__arch_default_ram_address()
` [PATCH v3 kvmtool 13/13] arm64: Allow the user to specify the RAM base address


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