linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-17 10:01:32 to 2024-05-19 03:15:27 UTC [more...]

[PATCH] mtd: rawnand: rockchip: reject NVDDR timings when checked
 2024-05-19  3:13 UTC  (3+ messages)
  ` [PATCH v2] mtd: rawnand: rockchip: ensure NVDDR timings are rejected

[PATCH net-next v2 0/5] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
 2024-05-18 21:30 UTC  (12+ messages)
` [PATCH net-next v2 1/5] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers
` [PATCH net-next v2 2/5] net: phy: mediatek: Move LED and read/write page helper functions into mtk phy lib
` [PATCH net-next v2 3/5] net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib
` [PATCH net-next v2 4/5] net: phy: mediatek: Extend 1G TX/RX link pulse time
` [PATCH net-next v2 5/5] net: phy: add driver for built-in 2.5G ethernet PHY on MT7988

[PATCH 1/4] dt-bindings: mfd: mediatek,mt8195-scpsys: add mediatek,mt8365-scpsys
 2024-05-18 21:11 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: mediatek: mt8365: use a specific SCPSYS compatible
` [PATCH 3/4] arm64: dts: mediatek: mt8365: drop incorrect power-domain-cells
` [PATCH 4/4] arm64: dts: mediatek: mt8173-elm: correct PMIC's syscon reg entry

[PATCH 1/2] dt-bindings: soc: hisilicon: document hi3660-usb3-otg-bc
 2024-05-18 20:44 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: hisilicon: hi3660: add dedicated hi3660-usb3-otg-bc compatible

[PATCH 1/2] dt-bindings: arm: arm,juno-fpga-apb-regs: document FPGA syscon
 2024-05-18 20:39 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: juno: add dedicated FPGA syscon compatible

[PATCH 0/5] ti: fix dtbs_check for some syscon bindings and DTS node
 2024-05-18 20:07 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: soc: ti: am62-system-controller: add AM62 syscon
` [PATCH 2/5] dt-bindings: soc: ti: am645-system-controller: add AM654 syscon
` [PATCH 3/5] arm64: dts: ti: k3-am62: add dedicated wakeup controller compatible
` [PATCH 4/5] arm64: dts: ti: k3-am65-mcu: "
` [PATCH 5/5] arm64: dts: ti: k3-am62a: use a specific MCU "

[PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops()
 2024-05-18 18:31 UTC  (8+ messages)
` [PATCH v4 5/7] iommu/dma: Make limit checks self-contained

[arm-platforms:kvm-arm64/mmu-pgt 773/874] arch/arc/include/uapi/asm/swab.h:28:9: warning: 'txchain' is used uninitialized
 2024-05-18 18:19 UTC 

[RFC PATCH net-next 00/28] Add CPSW Proxy Client driver
 2024-05-18 12:42 UTC  (29+ messages)
` [RFC PATCH net-next 01/28] docs: networking: ti: add driver doc for CPSW Proxy Client
` [RFC PATCH net-next 02/28] net: ethernet: ti: add RPMsg structures for Ethernet Switch Firmware
` [RFC PATCH net-next 03/28] net: ethernet: ti: introduce the CPSW Proxy Client
` [RFC PATCH net-next 04/28] net: ethernet: ti: cpsw-proxy-client: add support for creating requests
` [RFC PATCH net-next 05/28] net: ethernet: ti: cpsw-proxy-client: enable message exchange with EthFw
` [RFC PATCH net-next 06/28] net: ethernet: ti: cpsw-proxy-client: add helper to get virtual port info
` [RFC PATCH net-next 07/28] net: ethernet: ti: cpsw-proxy-client: add helper to attach virtual ports
` [RFC PATCH net-next 08/28] net: ethernet: ti: cpsw-proxy-client: add helpers to alloc/free resources
` [RFC PATCH net-next 09/28] net: ethernet: ti: cpsw-proxy-client: add helper to init TX DMA Channels
` [RFC PATCH net-next 10/28] net: ethernet: ti: cpsw-proxy-client: add helper to init RX "
` [RFC PATCH net-next 11/28] net: ethernet: ti: cpsw-proxy-client: add NAPI TX polling function
` [RFC PATCH net-next 12/28] net: ethernet: ti: cpsw-proxy-client: add NAPI RX "
` [RFC PATCH net-next 13/28] net: ethernet: ti: cpsw-proxy-client: add helper to create netdevs
` [RFC PATCH net-next 14/28] net: ethernet: ti: cpsw-proxy-client: add and register dma irq handlers
` [RFC PATCH net-next 15/28] net: ethernet: ti: cpsw-proxy-client: add helpers to (de)register MAC
` [RFC PATCH net-next 16/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_open
` [RFC PATCH net-next 17/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_stop
` [RFC PATCH net-next 18/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_start_xmit
` [RFC PATCH net-next 19/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_get_stats64
` [RFC PATCH net-next 20/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_tx_timeout
` [RFC PATCH net-next 21/28] net: ethernet: ti: cpsw-proxy-client: register ndo_validate/ndo_set_mac_addr
` [RFC PATCH net-next 22/28] net: ethernet: ti: cpsw-proxy-client: implement .get_link ethtool op
` [RFC PATCH net-next 23/28] net: ethernet: ti: cpsw-proxy-client: add sw tx/rx irq coalescing
` [RFC PATCH net-next 24/28] net: ethernet: ti: cpsw-proxy-client: export coalescing support
` [RFC PATCH net-next 25/28] net: ethernet: ti: cpsw-proxy-client: add helpers to (de)register IPv4
` [RFC PATCH net-next 26/28] net: ethernet: ti: cpsw-proxy-client: add ndo_set_rx_mode member
` [RFC PATCH net-next 27/28] net: ethernet: ti: cpsw-proxy-client: add helper to detach virtual ports
` [RFC PATCH net-next 28/28] net: ethernet: ti: cpsw-proxy-client: enable client driver functionality

[PATCH] clkdev: report over-sized strings when creating clkdev entries
 2024-05-18 13:44 UTC  (8+ messages)

[PATCH 0/3] Add thermal management support for STi platform
 2024-05-18 12:12 UTC  (4+ messages)
` [PATCH 1/3] thermal: st: switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
` [PATCH 2/3] thermal: sti: depend on THERMAL_OF subsystem
` [PATCH 3/3] ARM: dts: sti: add thermal-zones support on stih418

[PATCH v3 0/4] Introduce PCIe PHY driver for EN7581 SoC
 2024-05-18 11:31 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: phy: airoha: Add binding doc for PCIe PHY driver
` [PATCH v3 2/4] arm64: dts: airoha: Add EN7581 pcie-phy node
` [PATCH v3 3/4] phy: airoha: Add PCIe PHY driver for EN7581 SoC
` [PATCH v3 4/4] arm64: defconfig: Enable Airoha pcie phy driver

[arm-platforms:kvm-arm64/mmu-pgt 773/874] drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwil.h:123:16: warning: 'txchain' is used uninitialized
 2024-05-18 10:50 UTC 

[PATCH] dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()
 2024-05-18 10:05 UTC 

[arm-platforms:kvm-arm64/mmu-pgt 13/27] arch/arm64/kvm/vgic/vgic-init.c:207: warning: expecting prototype for kvm_vgic_vcpu_init(). Prototype was for vgic_allocate_private_irqs_locked() instead
 2024-05-18  9:58 UTC 

[PATCH 0/2] ARM: dts: mix: Add Kobo Clara HD rev B
 2024-05-18  9:41 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: imx: Add Kobo Clara HD rev b

[arm-platforms:kvm-arm64/mmu-pgt 8/27] arch/arm64/kvm/at.c:176:28: warning: variable 'mmu' set but not used
 2024-05-18  9:14 UTC 

[arm-platforms:kvm-arm64/mmu-pgt 309/874] drivers/tty/serial/samsung_tty.c:2083:9: warning: this 'if' clause does not guard
 2024-05-18  8:31 UTC 

[arm-platforms:kvm-arm64/mmu-pgt 309/874] drivers/tty/serial/samsung_tty.c:2085:3: warning: misleading indentation; statement is not part of the previous 'if'
 2024-05-18  7:59 UTC 

[PATCH] soc: sunxi: sram: Remove unused list 'claimed_sram'
 2024-05-18  0:15 UTC  (2+ messages)

[PATCH] dt-bindings: soc: bcm: document brcm,bcm2711-avs-monitor
 2024-05-17 22:00 UTC  (3+ messages)

[PATCH] leds: bcm63138: add MODULE_DESCRIPTION()
 2024-05-17 21:33 UTC  (2+ messages)

[PATCH v2] arm64: Implement prctl(PR_{G,S}ET_TSC)
 2024-05-17 21:25 UTC 

[PATCH 0/5] mtd: nand: gpmi-nand: add imx8qxp gpmi nand support
 2024-05-17 21:09 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' compatible string
` [PATCH 2/5] dt-bindings: dma: fsl-mxs-dma: Add compatible string "fsl,imx8qxp-dma-apbh"
` [PATCH 3/5] mtd: rawnand: gpmi: add iMX8QXP support
` [PATCH 4/5] arm64: dts: imx8-ss-conn: add gpmi nand node
` [PATCH 5/5] arm64: dts: imx8dxl-ss-conn: add gpmi nand

[PATCH v1 00/10] spi: pxa2xx: Get rid of an additional layer in PCI driver
 2024-05-17 20:36 UTC  (12+ messages)
` [PATCH v1 01/10] spi: pxa2xx: Reorganize the SSP type retrieval
` [PATCH v1 02/10] spi: pxa2xx: Remove no more needed driver data
` [PATCH v1 03/10] spi: pxa2xx: Remove hard coded number of chip select pins
` [PATCH v1 04/10] spi: pxa2xx: Utilise temporary variable for struct device
` [PATCH v1 05/10] spi: pxa2xx: Print DMA burst size only when DMA is enabled
` [PATCH v1 06/10] spi: pxa2xx: Remove duplicate check
` [PATCH v1 07/10] spi: pxa2xx: Remove superflous check for Intel Atom SoCs
` [PATCH v1 08/10] spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacks
` [PATCH v1 09/10] spi: pxa2xx: Move platform driver to a separate file
` [PATCH v1 10/10] spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directly

[PATCH v7 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-05-17 20:34 UTC  (5+ messages)
` [PATCH v7 10/14] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain

[PATCH v3 0/6] clk: imx: clk-audiomix: Improvement for audiomix
 2024-05-17 19:24 UTC  (13+ messages)
` [PATCH v3 3/6] dt-bindings: clock: imx8mp: Add reset-controller sub-node

[PATCH v2] dt-bindings: display: synopsys,dw-hdmi: Document ddc-i2c-bus in core
 2024-05-17 20:30 UTC  (3+ messages)

[PATCH v3 0/2] Fix Kernel CI issues
 2024-05-17 20:12 UTC  (5+ messages)

[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
 2024-05-17 20:01 UTC  (4+ messages)

[PATCH 0/4] Add support for imx8ulp's SIM
 2024-05-17 19:59 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: reset: add schema for imx8ulp SIM reset
` [PATCH 2/4] reset: add driver for imx8ulp SIM reset controller
` [PATCH 3/4] dt-bindings: mfd: add schema for 8ulp's SIM

rv1108: SPI DMA failure
 2024-05-17 19:49 UTC 

[PATCH net-next v2 0/2] net: xilinx_gmii2rgmii: Add clock support
 2024-05-17 19:25 UTC  (2+ messages)

[PATCH net-next v4] net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEs
 2024-05-17 18:50 UTC  (2+ messages)

[PATCH v1 0/7] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
 2024-05-17 18:19 UTC  (11+ messages)
` [PATCH v1 1/7] KVM: arm64: Reintroduce __sve_save_state
` [PATCH v1 2/7] KVM: arm64: Specialize deactivate fpsimd/sve traps on guest trap
` [PATCH v1 3/7] KVM: arm64: Specialize handling of host fpsimd state on trap
` [PATCH v1 4/7] KVM: arm64: Store the maximum sve vector length at hyp
` [PATCH v1 5/7] KVM: arm64: Allocate memory at hyp for host sve state in pKVM
` [PATCH v1 6/7] KVM: arm64: Eagerly restore host fpsimd/sve "
` [PATCH v1 7/7] KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve "

[PATCH] arm64: mm: force write fault for atomic RMW instructions
 2024-05-17 17:35 UTC  (10+ messages)

[PATCH] iommu/arm-smmu: Don't disable next-page prefetcher on devices it works on
 2024-05-17 17:19 UTC  (3+ messages)

[PATCH v2 0/6] arm64/hyperv: Support Virtual Trust Level Boot
 2024-05-17 17:14 UTC  (3+ messages)
` [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

[PATCH 1/2] PCI: dra7xx: Fix cpu_addr_fixup parameter name
 2024-05-17 17:11 UTC  (2+ messages)

[PATCH v12 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-05-17 17:04 UTC  (2+ messages)

[PATCH] perf/arm-dmc620: Fix lockdep assert in ->event_init()
 2024-05-17 16:17 UTC  (5+ messages)

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH] [RFC] clk: stm32mp1: Keep RNG1 clock always running
 2024-05-17 15:39 UTC  (10+ messages)

[PATCH] arm64: kernel: Replace manual computation with macro
 2024-05-17 15:31 UTC  (2+ messages)

[PATCH 00/12] Introduce STM32 DMA3 support
 2024-05-17 14:57 UTC  (7+ messages)
` [PATCH 05/12] dmaengine: Add "

[PATCH] arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY
 2024-05-17 14:13 UTC 

[PATCH v4 0/5] PCI: controller: Move to agnostic GPIO API
 2024-05-17 13:36 UTC  (3+ messages)

[PATCH] arm64: dts: mt7622: fix switch probe on bananapi-r64
 2024-05-17 13:17 UTC  (2+ messages)

[PATCH] drm/mediatek/dp: fix spurious kfree()
 2024-05-17 13:12 UTC  (7+ messages)

[PATCH v2 0/4] Add reset support to EN7581 clk driver
 2024-05-17 12:28 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: clock: airoha: Add reset support to EN7581 clock binding
` [PATCH v2 2/4] arm64: dts: airoha: Add reset-controller support to EN7581 clock node
` [PATCH v2 3/4] clk: en7523: Add reset-controller support for EN7581 SoC
` [PATCH v2 4/4] clk: en7523: Remove pcie prepare/unpreare callbacks "

[PATCH] arm64: dts: rockchip: add rfkill node for M.2 Key E Bluetooth on Rock 5B
 2024-05-17 12:25 UTC 

[BUG] dm-crypt broken after 2632e2521769 ("arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD")
 2024-05-17 11:57 UTC  (6+ messages)

[PATCH v7 0/2] PCI: keystone: Fix pci_ops for AM654x SoC
 2024-05-17 11:28 UTC  (2+ messages)

[PATCH v6 0/2] Add helper function to get and enable all bulk clocks
 2024-05-17 11:25 UTC  (3+ messages)
  ` [PATCH v6 2/2] PCI: exynos: Adapt to clk_bulk_* APIs

[PATCH v3] PCI: dw-rockchip: Fix initial PERST# GPIO value
 2024-05-17 11:22 UTC  (2+ messages)

[PATCH] PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
 2024-05-17 11:21 UTC  (2+ messages)

[PATCH 1/1] PCI : Refactoring error log prints for better readability
 2024-05-17 11:20 UTC  (2+ messages)

[PATCH v4 0/2] rockchip rk3399 port initialization fixes
 2024-05-17 11:19 UTC  (2+ messages)

[PATCH v2] PCI: dw-rockchip: Add error messages in .probe()s error paths
 2024-05-17 11:18 UTC  (2+ messages)

[PATCH] PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
 2024-05-17 11:18 UTC  (2+ messages)

[PATCH v4 0/7] minor PCI endpoint cleanups
 2024-05-17 11:12 UTC  (2+ messages)

[PATCH 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-05-17 10:45 UTC  (12+ messages)
` [PATCH 11/17] coresight: Expose map argument in trace ID API
` [PATCH 14/17] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH 16/17] coresight: Re-emit trace IDs when the sink changes in per-thread mode

[PATCH v3] dt-bindings: PCI: ti,j721e-pci-host: Add device-id for TI's J784S4 SoC
 2024-05-17 10:29 UTC  (2+ messages)

[PATCH v3] dt-bindings: PCI: ti,j721e-pci-host: Add support for J722S SoC
 2024-05-17 10:25 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: rockchip,rk3399-pcie: add missing maxItems to ep-gpios
 2024-05-17 10:24 UTC  (2+ messages)

[PATCH v6,00/24] media: mediatek: add driver to support secure video decoder
 2024-05-17  9:53 UTC  (3+ messages)
` [PATCH v6,19/24] media: mediatek: vcodec: disable wait interrupt for svp mode
  ` [PATCH v6, 19/24] "


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