Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 02:18:20 to 2023-07-13 11:18:23 UTC [more...]

[PATCH v2 net-next 0/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
 2023-07-13 11:17 UTC  (17+ messages)
` [PATCH v2 net-next 1/9] dt-bindings: net: mediatek,net: add missing mediatek,mt7621-eth
` [PATCH v2 net-next 2/9] dt-bindings: net: mediatek,net: add mt7988-eth binding
` [PATCH v2 net-next 3/9] net: ethernet: mtk_eth_soc: add MTK_NETSYS_V1 capability bit
` [PATCH v2 net-next 4/9] net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3
` [PATCH v2 net-next 5/9] net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNT
` [PATCH v2 net-next 6/9] net: ethernet: mtk_eth_soc: add MTK_NETSYS_V3 capability bit
` [PATCH v2 net-next 7/9] net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64
` [PATCH v2 net-next 8/9] net: ethernet: mtk_eth_soc: convert clock bitmap "
` [PATCH v2 net-next 9/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC

[PATCH 0/4] drm/mediatek: Small mtk-dpi cleanups
 2023-07-13 11:14 UTC  (13+ messages)
` [PATCH 1/4] drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()
` [PATCH 2/4] drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
` [PATCH 3/4] drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()
` [PATCH 4/4] drm/mediatek: mtk_dpi: Use devm_platform_get_and_ioremap_resource()

[PATCH] ARM: dts: BCM53573: Fix Ethernet info for Luxul devices
 2023-07-13 11:11 UTC 

[PATCH v2 0/2] Fix emmc hs400 mode on mt7986
 2023-07-13 11:05 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: mtk-sd: drop assigned-clocks/clock-parents

Recall: [PATCH 2/3] perf/imx_ddr: adjust counter result after read cycle counter
 2023-07-13 10:47 UTC  (2+ messages)

[PATCH rfc -next 00/10] mm: convert to generic VMA lock-based page fault
 2023-07-13  9:53 UTC  (11+ messages)
` [PATCH rfc -next 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc -next 02/10] x86: mm: use try_vma_locked_page_fault()
` [PATCH rfc -next 03/10] arm64: "
` [PATCH rfc -next 04/10] s390: "
` [PATCH rfc -next 05/10] powerpc: "
` [PATCH rfc -next 06/10] riscv: "
` [PATCH rfc -next 07/10] ARM: mm: try VMA lock-based page fault handling first
` [PATCH rfc -next 08/10] loongarch: mm: cleanup __do_page_fault()
` [PATCH rfc -next 09/10] loongarch: mm: add access_error() helper
` [PATCH rfc -next 10/10] loongarch: mm: try VMA lock-based page fault handling first

[PATCHv2 0/2] update at91 usart compatible for sam9x60
 2023-07-13 10:43 UTC  (7+ messages)
` [PATCHv2 1/2] dt-bindings: serial: atmel,at91-usart: add "
` [PATCHv2 2/2] ARM: dts: at91: sam9x60: fix the SOC detection

[PATCH] dt-bindings: net: xilinx_gmii2rgmii: Convert to json schema
 2023-07-13 10:34 UTC 

[PATCH v2 1/3] perf/imx_ddr: speed up overflow frequency of cycle counter
 2023-07-13 10:37 UTC  (3+ messages)
` [PATCH v2 2/3] perf/imx_ddr: adjust counter result after read "
` [PATCH v2 3/3] perf/imx_ddr: don't enable counter0 if none of 4 counters are used

Recall: [PATCH 3/3] perf/imx_ddr: don't enable counter0 if none of 4 counters are used
 2023-07-13 10:31 UTC 

Recall: [PATCH 1/3] perf/imx_ddr: speed up overflow frequency of cycle counter
 2023-07-13 10:30 UTC 

[PATCH 1/3] perf/imx_ddr: speed up overflow frequency of cycle counter
 2023-07-13 10:32 UTC  (3+ messages)
` [PATCH 2/3] perf/imx_ddr: adjust counter result after read "
` [PATCH 3/3] perf/imx_ddr: don't enable counter0 if none of 4 counters are used

Fwd: [PATCH] arm: mm: replace snprintf in show functions with sysfs_emit
 2023-07-13 10:16 UTC  (2+ messages)

[PATCH net-next v3 00/12] net: stmmac: replace boolean fields in plat_stmmacenet_data with flags
 2023-07-13 10:11 UTC  (2+ messages)

[PATCH 1/8] nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()
 2023-07-13 10:05 UTC  (2+ messages)

[PATCH 2/2] remoteproc: imx_dsp_rproc: add module parameter to ignore ready flag from remote processor
 2023-07-13 10:05 UTC  (2+ messages)

[PATCH 1/2] remoteproc: imx_dsp_rproc: add mandatory find_loaded_rsc_table op
 2023-07-13 10:04 UTC  (2+ messages)

[PATCH v5 00/10] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-13 10:03 UTC  (14+ messages)
` [PATCH v5 01/10] drm/mediatek: dp: Move AUX and panel poweron/off sequence to function
` [PATCH v5 02/10] drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
` [PATCH v5 03/10] drm/mediatek: dp: Use devm variant of drm_bridge_add()
` [PATCH v5 04/10] drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()
` [PATCH v5 05/10] drm/mediatek: dp: Enable event interrupt only when bridge attached
` [PATCH v5 06/10] drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabled
` [PATCH v5 07/10] drm/mediatek: dp: Move PHY registration to new function
` [PATCH v5 08/10] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
` [PATCH v5 09/10] drm/mediatek: dp: Add .wait_hpd_asserted() for AUX bus
` [PATCH v5 10/10] drm/mediatek: dp: Don't register HPD interrupt handler for eDP case

[PATCH V4] dt-bindings: nvmem: fixed-cell: add compatible for MAC cells
 2023-07-13 10:03 UTC  (2+ messages)

[PATCH] dt-bindings: nvmem: fixed-cell: add compatibles for MAC cells
 2023-07-13 10:01 UTC  (2+ messages)

[PATCH v3 0/3] Add support for WDIOF_CARDRESET on TI AM65x
 2023-07-13  9:59 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESET
` [PATCH v3 2/3] arm64: dts: ti: Add reserved memory for watchdog
` [PATCH v3 3/3] watchdog:rit_wdt: Add support for WDIOF_CARDRESET

[PATCH RFC/RFT net-next 0/3] net: stmmac: Increase clk_ptp_ref rate
 2023-07-13  9:58 UTC  (7+ messages)
` [PATCH RFC/RFT net-next 1/3] net: stmmac: Make ptp_clk_freq_config variable type explicit
` [PATCH RFC/RFT net-next 2/3] net: stmmac: dwmac-qcom-ethqos: Use max frequency for clk_ptp_ref
` [PATCH RFC/RFT net-next 3/3] net: stmmac: Use the max frequency possible "

[PATCH] arm64: Fix HFGxTR_EL2 field naming
 2023-07-13  9:54 UTC  (2+ messages)

[PATCH 00/18] genpd: Create a genpd directory to host genpd providers
 2023-07-13  9:50 UTC  (11+ messages)
` [PATCH 03/18] soc: amlogic: Move power-domain drivers to the genpd dir

[PATCH v5 0/2] KVM: arm64: Support for per-guest fine grained traps configuration
 2023-07-13  9:48 UTC  (3+ messages)
` [PATCH v5 2/2] KVM: arm64: Move FGT value configuration to vCPU state

[PATCH rfc -next 00/10] mm: convert to generic VMA lock-based page fault
 2023-07-13  9:51 UTC 

[PATCH] thermal: imx8mm: suppress log message on probe deferral
 2023-07-13  9:36 UTC  (2+ messages)

[PATCH v6 00/13] Add support to configure TPDM DSB subunit
 2023-07-13  9:34 UTC  (8+ messages)
` [PATCH v6 09/13] Add nodes for dsb edge control

[PATCH V5] regulator: da9062: Make the use of IRQ optional
 2023-07-13  9:03 UTC 

[PATCH V4 1/3] mfd: da9062: Use MFD_CELL_OF macro
 2023-07-13  9:18 UTC  (7+ messages)
` [PATCH V4 3/3] regulator: da9062: Make the use of IRQ optional

[PATCH] arm64/mm: Add pte_rdonly() helper
 2023-07-13  9:20 UTC 

[PATCH 0/4] arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capability
 2023-07-13  9:15 UTC  (6+ messages)
` [PATCH 4/4] perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability

[PATCH 01/58] mmc: sunxi: Convert to platform remove callback returning void
 2023-07-13  9:13 UTC  (24+ messages)
` [PATCH 02/58] mmc: bcm2835: "
` [PATCH 05/58] mmc: mtk-sd: "
` [PATCH 10/58] mmc: sdhci: milbeaut: "
` [PATCH 12/58] mmc: sdhci-of-at91: "
` [PATCH 14/58] mmc: dw_mmc: exynos: "
` [PATCH 18/58] mmc: meson-gx: "
` [PATCH 21/58] mmc: meson-mx-sdhc: "
` [PATCH 23/58] mmc: mxs-mmc: "
` [PATCH 25/58] mmc: uniphier-sd: "
` [PATCH 27/58] mmc: sdhci-of-arasan: "
` [PATCH 34/58] mmc: sdhci-of-aspeed: "
` [PATCH 35/58] mmc: meson-mx-sdio: "
` [PATCH 39/58] mmc: sdhci-esdhc-imx: "
` [PATCH 42/58] mmc: dw_mmc: rockchip: "
` [PATCH 43/58] mmc: owl: "
` [PATCH 46/58] mmc: atmel-mci: "
` [PATCH 47/58] mmc: sdhci-st: "
` [PATCH 48/58] mmc: wmt-sdmmc: "
` [PATCH 58/58] mmc: "

[PATCH v1] drivers: mediatek: fix parameter check in lvts_debugfs_init()
 2023-07-13  9:10 UTC  (2+ messages)

[PATCH v3 00/11] Add DELETE_BUF ioctl
 2023-07-13  9:09 UTC  (7+ messages)
` [PATCH v3 10/11] media: v4l2: "

[PATCH v2 0/3] Add startek-kd070fhfid015 display support
 2023-07-13  9:07 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: panel: add startek kd070fhfid015 support
` [PATCH v2 2/3] drm/panel: Support for startek-kd070fhfid015 MIPI-DSI panel
` [PATCH v2 3/3] arm64: defconfig: enable STARTEK KD070FHFID015 panel

[PATCH 0/2] ARM: imx: imx6sx: Add support for TX clock controls
 2023-07-13  9:07 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: net: fsl,fec: Add "

[PATCH v3 0/6] thermal/drivers/mediatek/lvts_thermal: Fixes to the interrupt handling
 2023-07-13  9:04 UTC  (2+ messages)

[PATCH 01/18] mtd: rawnand: sunxi: Use devm_platform_get_and_ioremap_resource()
 2023-07-13  7:58 UTC  (2+ messages)

[PATCH v8 0/2] Introduce ICSSG based ethernet Driver
 2023-07-13  8:50 UTC  (4+ messages)
  ` [PATCH v8 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver
    ` [EXTERNAL] "

[PATCH 1/2] ARM: dts: marvell: add missing space before {
 2023-07-13  8:47 UTC  (6+ messages)
` [PATCH 2/2] arm64: "

[PATCH v4 00/13] Add PASID support to SMMUv3 unmanaged domains
 2023-07-13  8:44 UTC  (13+ messages)
` [PATCH v4 02/13] iommu/arm-smmu-v3: Add smmu_s1_cfg to smmu_master
` [PATCH v4 05/13] iommu/arm-smmu-v3: Use the master-owned s1_cfg
` [PATCH v4 07/13] iommu/arm-smmu-v3: Keep track of attached ssids
` [PATCH v4 09/13] iommu/arm-smmu-v3: Implement set_dev_pasid
` [PATCH v4 12/13] iommu/arm-smmu-v3-sva: Remove arm_smmu_bond

[PATCH V1 0/3] Add notifier call chain to Embedded USB Debug(EUD) driver
 2023-07-13  8:30 UTC  (8+ messages)
` [PATCH V1 2/3] usb: misc: "

[PATCH] ARM: dts: at91: sam9x60: fix the SOC detection
 2023-07-13  8:29 UTC  (6+ messages)

[PATCH v14 00/12] Add support for MT8195 SCP 2nd core
 2023-07-13  8:01 UTC  (7+ messages)
` [PATCH v14 07/12] remoteproc: mediatek: Remove dependency of MT8195 SCP L2TCM power control on dual-core SCP
` [PATCH v14 10/12] remoteproc: mediatek: Report watchdog crash to all cores

[PATCH 0/7] Support of HASH on STM32MP13
 2023-07-13  7:59 UTC  (6+ messages)
` [PATCH 2/7] crypto: stm32 - add new algorithms support

[PATCH v2 05/15] nand: oxnas_nand: remove obsolete raw nand driver
 2023-07-13  7:59 UTC  (2+ messages)

[PATCH v2 06/15] dt-bindings: mtd: oxnas-nand: remove obsolete bindings
 2023-07-13  7:59 UTC  (2+ messages)

[PATCH v1 1/2] mtd: rawnand: export 'nand_exit_status_op()'
 2023-07-13  7:58 UTC  (2+ messages)

[PATCH v1 2/2] mtd: rawnand: meson: use NAND core API to check status
 2023-07-13  7:58 UTC  (2+ messages)

[PATCH 02/18] mtd: rawnand: lpc32xx_slc: Use devm_platform_get_and_ioremap_resource()
 2023-07-13  7:58 UTC  (2+ messages)

[PATCH 06/18] mtd: rawnand: stm32_fmc2: Use devm_platform_get_and_ioremap_resource()
 2023-07-13  7:58 UTC  (2+ messages)

[PATCH 07/18] mtd: rawnand: lpc32xx_mlc: Use devm_platform_get_and_ioremap_resource()
 2023-07-13  7:58 UTC  (2+ messages)

[PATCH 10/18] mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()
 2023-07-13  7:57 UTC  (2+ messages)

Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
 2023-07-13  7:56 UTC  (13+ messages)

[PATCH v4 0/3] clk: imx: add audio clock mux driver
 2023-07-13  7:38 UTC  (3+ messages)
` [PATCH v4 3/3] clk: imx: imx8: "

[PATCH 1/3] arm64: dts: imx8qm: add cpu frequency table
 2023-07-13  7:23 UTC  (7+ messages)
` [PATCH 2/3] arm64: dts: imx8qm: add thermal zone and cooling map
` [PATCH 3/3] arm64: dts: imx8qm-mek: delete A72 thermal zone

[PATCH] arm64: dts: imx8mm-venice-gw7901: add cpu-supply node for cpufreq
 2023-07-13  7:25 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption
 2023-07-13  7:22 UTC  (2+ messages)

[PATCH 0/2] MediaTek clocks: Support mux indices list and 8195 DP
 2023-07-13  7:21 UTC  (3+ messages)
` [PATCH 1/2] clk: mediatek: clk-mux: Support custom parent indices for muxes
` [PATCH 2/2] clk: mediatek: mt8195-topckgen: Refactor parents for top_dp/edp muxes

[PATCH] arm64: mm: Make hibernation aware of KFENCE
 2023-07-13  7:07 UTC 

[PATCH] arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty state
 2023-07-13  7:15 UTC 

[PATCH 01/28] media: cec: ch7322: drop of_match_ptr for ID table
 2023-07-13  7:07 UTC  (6+ messages)

[PATCH 0/3] hwrng: ba431 - trivial cleanups
 2023-07-13  7:04 UTC  (4+ messages)
` [PATCH 1/3] hwrng: ba431 - do not set drvdata
` [PATCH 2/3] hwrng: ba431 - don't init of_device_id's data
` [PATCH 3/3] hwrng: ba431 - use dev_err_probe after failed registration

[PATCH] arm64: dts: lg: add missing cache properties
 2023-07-13  6:53 UTC  (2+ messages)

[PATCH net] net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()
 2023-07-13  6:30 UTC  (3+ messages)

[PATCH RFC/RFT] crypto: rk3288: enable support for TRNG
 2023-07-13  6:09 UTC  (2+ messages)

[PATCH 5.15] dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
 2023-07-13  5:58 UTC 

[PATCH 0/6] Add NSS clock controller support for IPQ9574
 2023-07-13  5:37 UTC  (3+ messages)
` [PATCH 4/6] clk: qcom: Add NSS clock Controller driver "

[PATCH v1] rcu: Fix and improve RCU read lock checks when !CONFIG_DEBUG_LOCK_ALLOC
 2023-07-13  4:59 UTC  (10+ messages)

[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
 2023-07-13  4:39 UTC  (2+ messages)

[PATCH] kunit: qemu_configs: Enable all architectural features for arm64
 2023-07-13  4:19 UTC  (2+ messages)

[PATCH v4 0/6] Enable IPQ5332 USB2
 2023-07-13  4:14 UTC  (5+ messages)
` [PATCH v4 4/6] arm64: dts: qcom: ipq5332: Add USB related nodes

[PATCH bpf-next v10 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-07-13  4:07 UTC  (4+ messages)
` [PATCH bpf-next v10 1/3] bpf, x86: save/restore regs with BPF_DW size
` [PATCH bpf-next v10 2/3] bpf, x86: allow function arguments up to 12 for TRACING
` [PATCH bpf-next v10 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments

[PATCH] media: aspeed: Fix memory overwrite if timing is 1600x900
 2023-07-13  3:12 UTC  (3+ messages)

[PATCH v2] drm/mediatek: fix uninitialized symbol
 2023-07-13  3:34 UTC  (2+ messages)

[PATCH] wifi: mt76: support per-band MAC addresses from OF child nodes
 2023-07-13  2:50 UTC 

[PATCH 1/2] wifi: mt76: split get_of_eeprom in subfunction
 2023-07-13  2:47 UTC  (4+ messages)
` [PATCH 2/2] wifi: mt76: add support for providing eeprom in nvmem cells

[PATCH] net: ethernet: mtk_eth_soc: handle probe deferral
 2023-07-13  2:42 UTC 

[PATCH] arm64: Add the arm64.nolse_atomics command line option
 2023-07-13  2:24 UTC  (9+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).