messages from 2024-02-12 10:24:57 to 2024-02-12 14:51:47 UTC [more...]
[PATCH v4 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
2024-02-12 14:50 UTC (4+ messages)
` [PATCH v4 1/4] firmware: coreboot: Generate modalias uevent for devices
` [PATCH v4 2/4] firmware: coreboot: Generate aliases for coreboot modules
` [PATCH v4 3/4] firmware: coreboot: Replace tag with id table in driver struct
[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
2024-02-12 14:47 UTC (3+ messages)
` [PATCH 1/2] arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()
` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present
[PATCH 0/5] drm/msm: Add support for the A750 GPU found on the SM8650 platform
2024-02-12 14:45 UTC (14+ messages)
` [PATCH 1/5] dt-bindings: display/msm/gmu: Document Adreno 750 GMU
` [PATCH 2/5] dt-bindings: arm-smmu: Document SM8650 GPU SMMU
` [PATCH 3/5] drm: msm: add support for A750 GPU
` [PATCH 4/5] arm64: dts: qcom: sm8650: add GPU nodes
` [PATCH 5/5] arm64: dts: qcom: sm8650-qrd: enable GPU
[PATCH V3 0/3] dt-bindings: arm: mediatek: convert MT7622-related bindings to the json-schema
2024-02-12 14:45 UTC (2+ messages)
[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
2024-02-12 14:45 UTC (21+ messages)
` [PATCH v5 01/25] mm: Clarify the spec for set_ptes()
` [PATCH v5 03/25] mm: Make pte_next_pfn() a wrapper around pte_advance_pfn()
` [PATCH v5 18/25] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v5 19/25] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v5 22/25] mm: Add pte_batch_hint() to reduce scanning in folio_pte_batch()
` [PATCH v5 23/25] arm64/mm: Implement pte_batch_hint()
[PATCH 1/3] dt-bindings: auxdisplay: hit,hd44780: drop redundant GPIO node
2024-02-12 14:39 UTC (18+ messages)
` [PATCH 2/3] dt-bindings: auxdisplay: adjust example indentation and use generic node names
` [PATCH 3/3] dt-bindings: auxdisplay: hit,hd44780: use defines for GPIO flags
` [PATCH 1/3] dt-bindings: auxdisplay: hit, hd44780: drop redundant GPIO node
[PATCH v6 00/36] drm/connector: Create HDMI Connector infrastructure
2024-02-12 13:13 UTC (37+ messages)
` [PATCH v6 01/36] drm/tests: helpers: Include missing drm_drv header
` [PATCH v6 02/36] drm/tests: helpers: Add atomic helpers
` [PATCH v6 03/36] drm/tests: Add helper to create mock plane
` [PATCH v6 04/36] drm/tests: Add helper to create mock crtc
` [PATCH v6 05/36] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v6 06/36] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v6 07/36] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v6 08/36] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v6 09/36] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v6 10/36] drm/tests: Add tests for "
` [PATCH v6 11/36] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v6 12/36] drm/tests: Add RGB Quantization tests
` [PATCH v6 13/36] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v6 14/36] drm/tests: Add output bpc tests
` [PATCH v6 15/36] drm/connector: hdmi: Add support for output format
` [PATCH v6 16/36] drm/tests: Add output formats tests
` [PATCH v6 17/36] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v6 18/36] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v6 19/36] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v6 20/36] drm/tests: Add TDMS character rate connector state tests
` [PATCH v6 21/36] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v6 22/36] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v6 23/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v6 24/36] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v6 25/36] drm/connector: hdmi: Add Infoframes generation
` [PATCH v6 26/36] drm/tests: Add infoframes test
` [PATCH v6 27/36] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v6 28/36] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v6 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v6 30/36] drm/vc4: tests: Convert to plane creation helper
` [PATCH v6 31/36] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v6 32/36] drm/sun4i: hdmi: Convert encoder to atomic
` [PATCH v6 33/36] drm/sun4i: hdmi: Move mode_set into enable
` [PATCH v6 34/36] drm/sun4i: hdmi: Switch to container_of_const
` [PATCH v6 35/36] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
` [PATCH v6 36/36] drm/sun4i: hdmi: Switch to HDMI connector
[PATCH] dt-bindings: vendor-prefixes: add smartrg
2024-02-12 14:22 UTC (2+ messages)
[PATCH v4 00/10] arm64: Add support for FEAT_E2H0, or lack thereof
2024-02-12 14:21 UTC (5+ messages)
` [PATCH v4 06/10] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
[PATCH] mm/hugetlb: Move page order check inside hugetlb_cma_reserve()
2024-02-12 14:19 UTC (2+ messages)
[PATCH v2] dt-bindings: interrupt-controller: Convert Atmel AIC to json-schema
2024-02-12 14:08 UTC (2+ messages)
[PATCH v2 00/12] spi: s3c64xx: remove OF alias ID dependency
2024-02-12 14:03 UTC (11+ messages)
` [PATCH v2 01/12] spi: dt-bindings: introduce FIFO depth properties
` [PATCH v2 02/12] spi: s3c64xx: define a magic value
` [PATCH v2 03/12] spi: s3c64xx: allow full FIFO masks
` [PATCH v2 04/12] spi: s3c64xx: determine the fifo depth only once
` [PATCH v2 05/12] spi: s3c64xx: retrieve the FIFO depth from the device tree
` [PATCH v2 06/12] spi: s3c64xx: allow FIFO depth to be determined from the compatible
` [PATCH v2 07/12] spi: s3c64xx: let the SPI core determine the bus number
` [PATCH v2 08/12] spi: s3c64xx: introduce s3c64xx_spi_set_port_id()
` [PATCH v2 09/12] spi: s3c64xx: get rid of the OF alias ID dependency
` [PATCH v2 10/12] spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id
[PATCH v4 00/20] Support more Amlogic SoC families in crypto driver
2024-02-12 13:51 UTC (21+ messages)
` [PATCH v4 01/20] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v4 02/20] drviers: crypto: meson: add platform data
` [PATCH v4 03/20] drivers: crypto: meson: make CLK controller optional
` [PATCH v4 04/20] drivers: crypto: meson: add MMIO helpers
` [PATCH v4 05/20] drivers: crypto: meson: move get_engine_number()
` [PATCH v4 06/20] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v4 07/20] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v4 08/20] drivers: crypto: meson: cleanup defines
` [PATCH v4 09/20] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v4 10/20] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v4 11/20] drivers: crypto: meson: introduce hasher
` [PATCH v4 12/20] drivers: crypto: meson: add support for AES-CTR
` [PATCH v4 13/20] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v4 14/20] drivers: crypto: meson: add support for G12-series
` [PATCH v4 15/20] drivers: crypto: meson: add support for AXG-series
` [PATCH v4 16/20] dt-bindings: crypto: meson: support new SoC's
` [PATCH v4 17/20] arch: arm64: dts: meson: a1: add crypto node
` [PATCH v4 18/20] arch: arm64: dts: meson: s4: "
` [PATCH v4 19/20] arch: arm64: dts: meson: g12: "
` [PATCH v4 20/20] arch: arm64: dts: meson: axg: "
6.7 regression: platform 4809c000.mmc: deferred probe pending
2024-02-12 13:46 UTC
[PATCH v1 00/14] UNI-T UTi260B support
2024-02-12 13:41 UTC (5+ messages)
` [PATCH v1 02/14] dt-bindings: bus: imx-weim: convert to YAML
` [PATCH v1 03/14] dt-bindings: sound: fsl,imx-asrc: "
[PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support
2024-02-12 13:34 UTC (3+ messages)
` [PATCH v8 08/10] pstore/ram: Add dynamic ramoops region support through commandline
[PATCH v2 0/6] Pinephone video out fixes (flipping between two frames)
2024-02-12 13:29 UTC (5+ messages)
` [PATCH v2 5/6] drm/panel: st7703: Drive XBD599 panel at higher clock rate
[PATCH 0/2] add display and panel on qcm6490 idp
2024-02-12 13:27 UTC (9+ messages)
` [PATCH 2/2] arm64: dts: qcom: qcm6490-idp: add display and panel
[PATCH] arm64: dts: exynos: gs101: add stable i2c aliases for gs101-oriole
2024-02-12 13:22 UTC (11+ messages)
[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-12 13:16 UTC (8+ messages)
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is "
[PATCH v1] arm64: dts: ti: k3-am62-main: disable usb lpm
2024-02-12 12:54 UTC (3+ messages)
[PATCH V2 0/4] firmware: arm_scmi: Register and handle limits change notification
2024-02-12 12:44 UTC (6+ messages)
` [PATCH V2 1/4] firmware: arm_scmi: Add perf_notify_support interface
[PATCH] arm64: dts: mediatek: mt7622: add missing "device_type" to memory nodes
2024-02-12 12:42 UTC (2+ messages)
[PATCH REBASED 1/2] arm64: dts: mediatek: mt7986: reorder properties
2024-02-12 12:38 UTC (3+ messages)
` [PATCH REBASED 2/2] arm64: dts: mediatek: mt7986: reorder nodes
[PATCH 00/11] Add SCMI core checks for notification support
2024-02-12 12:32 UTC (12+ messages)
` [PATCH 01/11] firmware: arm_scmi: Check "
` [PATCH 02/11] firmware: arm_scmi: Add a common helper to check if a message is supported
` [PATCH 03/11] firmware: arm_scmi: Implement Perf .is_notify_supported callback
` [PATCH 04/11] firmware: arm_scmi: Implement Power "
` [PATCH 05/11] firmware: arm_scmi: Implement SysPower "
` [PATCH 06/11] firmware: arm_scmi: Implement Clock "
` [PATCH 07/11] firmware: arm_scmi: Implement Sensor "
` [PATCH 08/11] firmware: arm_scmi: Implement Reset "
` [PATCH 09/11] firmware: arm_scmi: Implement Powercap "
` [PATCH 10/11] firmware: arm_scmi: Use opps_by_lvl to store opps
` [PATCH 11/11] firmware: arm_scmi: Report frequencies in Perf notifications
[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
2024-02-12 12:23 UTC (2+ messages)
[PATCH net-next] net: stmmac: Simplify mtl IRQ status checking
2024-02-12 12:17 UTC (2+ messages)
[PATCH V4 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
2024-02-12 12:13 UTC (4+ messages)
` [PATCH V4 03/11] coresight: tmc: Extract device properties from AMBA pid based table lookup
[PATCH 0/6] mfd: tmio: simplify header and move to platform_data
2024-02-12 12:12 UTC (5+ messages)
[PATCH 0/4] arm64: dts: ti: Enable camera for SK-AM62P
2024-02-12 12:07 UTC (9+ messages)
` [PATCH 1/4] arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS
` [PATCH 2/4] arm64: dts: ti: k3-am62p: Add DMASS1 for CSI
` [PATCH 3/4] arm64: dts: ti: k3-am62p: Add nodes for CSI-RX
` [PATCH 4/4] arm64: dts: ti: Enable overlays for SK-AM62P
[PATCH v3 13/19] power: reset: msm-poweroff: Use devm_register_sys_off_handler(RESTART)
2024-02-12 12:06 UTC (2+ messages)
[PATCH 00/12] spi: s3c64xx: remove OF alias ID dependency
2024-02-12 12:01 UTC (8+ messages)
` [PATCH 01/12] spi: dt-bindings: introduce the ``fifo-depth`` property
[PATCH v1 00/18] Thermal: Part 1 - Introduce new structs and registration
2024-02-12 11:57 UTC (7+ messages)
` [PATCH v1 02/18] thermal: Add new structures and thermal_zone_device_register()
[PATCH v2] ARM: s3c64xx: make s3c6410_subsys const
2024-02-12 11:35 UTC (3+ messages)
[PATCH] coresight: make coresight_bustype const
2024-02-12 11:30 UTC (2+ messages)
[PATCH v2 00/12] coresight: Separate sysfs and Perf usage and some other cleanups
2024-02-12 11:27 UTC (2+ messages)
[PATCH v3 0/4] coresight: Make current W=1 warnings default
2024-02-12 11:27 UTC (2+ messages)
[PATCH] soc: fsl: dpio: fix kcalloc() argument order
2024-02-12 11:25 UTC
[PATCH v7 00/10] Add support to configure TPDM CMB subunit
2024-02-12 11:25 UTC (2+ messages)
[PATCH] coresight: etm4x: Set skip_power_up in etm4_init_arch_data function
2024-02-12 11:23 UTC (2+ messages)
[PATCH] i2c: pasemi: split driver into two separate modules
2024-02-12 11:19 UTC
MXSFB error: -ENODEV: Cannot connect bridge
2024-02-12 11:07 UTC (2+ messages)
[PATCH v3 0/2] arm64: dts: allwinner: h618: Add Sipeed Longan SoM 3H and Pi 3H board
2024-02-12 10:34 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Module 3H and Longan Pi 3H
[PATCH 0/2] firmware: struct bus_type cleanup
2024-02-12 10:46 UTC (2+ messages)
[PATCH 0/2] ARM: struct bus_type cleanup
2024-02-12 10:45 UTC (2+ messages)
[RESEND PATCH v2 0/4] arm64: dts: ti: Modify pinmux for wkup_uart0 and mcu_uart0
2024-02-12 10:44 UTC (5+ messages)
` [RESEND PATCH v2 1/4] arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux "
` [RESEND PATCH v2 2/4] arm64: dts: ti: k3-j7200-common-proc-board: Remove clock-frequency from mcu_uart0
` [RESEND PATCH v2 3/4] arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux for CTS and RTS in wkup_uart0
` [RESEND PATCH v2 4/4] arm64: dts: ti: k3-j784s4-evm: "
[PATCH 0/4] arm64: dts: ti: Modify pinmux for wkup_uart0 and mcu_uart0
2024-02-12 10:35 UTC (2+ messages)
[PATCH net-next v4] net: stmmac: dwmac-qcom-ethqos: Enable TBS on all queues but 0
2024-02-12 10:30 UTC (2+ messages)
[PATCH v4] dt-bindings: net: wireless: mt76: add interrupts description for MT7986
2024-02-12 10:24 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;
as well as URLs for NNTP newsgroup(s).