messages from 2024-01-25 17:18:28 to 2024-01-26 07:43:53 UTC [more...]
[PATCH] i2c: imx: move to generic GPIO recovery
2024-01-26 7:43 UTC (4+ messages)
[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
2024-01-26 7:42 UTC (51+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi
[PATCH net v2] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
2024-01-26 7:39 UTC
[PATCH 0/4] RK3588 and Rock 5B dts additions: thermal, OPP, rfkill and fan
2024-01-26 7:30 UTC (13+ messages)
` [PATCH 2/4] arm64: dts: rockchip: enable built-in thermal monitoring on rk3588
` [PATCH 3/4] arm64: dts: rockchip: enable temperature driven fan control on Rock 5B
` [PATCH 4/4] arm64: dts: rockchip: Add OPP data for CPU cores on RK3588
[PATCH v3 0/3] clocksource: imx-sysctr: support i.MX95
2024-01-26 7:09 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: timer: nxp,sysctr-timer: "
` [PATCH v3 2/3] clocksource/drivers/imx-sysctr: drop use global variables
` [PATCH v3 3/3] clocksource/drivers/imx-sysctr: support i.MX95
[PATCH v3] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
2024-01-26 6:44 UTC
[PATCH v2 0/2] bluetooth: mt7921s: Add binding and fixup existing dts
2024-01-26 6:34 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth
` [PATCH v2 2/2] arm64: dts: mediatek: mt8183-pico6: Fix bluetooth node
[PATCH net] net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
2024-01-26 6:30 UTC (6+ messages)
[PATCH v5 0/4] mailbox: imx: support i.MX95 ELE/V2X MU
2024-01-26 6:29 UTC (5+ messages)
` [PATCH v5 1/4] dt-bindings: mailbox: fsl,mu: add i.MX95 Generic/ELE/V2X MU compatible
` [PATCH v5 2/4] mailbox: imx: support return value of init
` [PATCH v5 3/4] mailbox: imx: get RR/TR registers num from Parameter register
` [PATCH v5 4/4] mailbox: imx: support i.MX95 ELE/V2X MU
[PATCH v3 00/10] mtd: rawnand: brcmnand: driver and doc updates
2024-01-26 6:19 UTC (20+ messages)
` [PATCH v3 01/10] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
` [PATCH v3 02/10] ARM: dts: broadcom: bcmbca: Add NAND controller node
` [PATCH v3 09/10] mtd: rawnand: brcmnand: update log level messages
` [PATCH v3 10/10] mtd: rawnand: brcmnand: allow for on-die ecc
[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
2024-01-26 6:07 UTC (3+ messages)
[PATCH v3 1/2] perf/marvell: Odyssey DDR Performance monitor support
2024-01-26 4:13 UTC (2+ messages)
[PATCH v4 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
2024-01-26 4:03 UTC (18+ messages)
` [PATCH v4 01/16] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v4 02/16] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH v4 03/16] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v4 04/16] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH v4 05/16] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH v4 06/16] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v4 07/16] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH v4 08/16] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v4 09/16] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v4 10/16] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v4 11/16] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH v4 12/16] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH v4 13/16] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH v4 14/16] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH v4 15/16] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH v4 16/16] iommu/arm-smmu-v3: Convert to domain_alloc_paging()
[PATCH v4 0/4] gpio: vf610: allow disabling the vf610 driver
2024-01-26 3:36 UTC (2+ messages)
[PATCH net] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
2024-01-26 3:31 UTC (5+ messages)
[PATCH 0/2] bluetooth: mt7921s: Add binding and fixup existing dts
2024-01-26 3:26 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth
[PATCH v4 0/4] mailbox: imx: support i.MX95 ELE/V2X MU
2024-01-26 3:05 UTC (4+ messages)
` [PATCH v4 1/4] dt-bindings: mailbox: fsl,mu: add i.MX95 Generic/ELE/V2X MU compatible
[PATCH] soc: rockchip: grf: Fix SDMMC not working on RK3588 with bus-width > 1
2024-01-26 2:56 UTC (2+ messages)
[PATCH] net: stmmac: fix wrong place to call pinctrl state change
2024-01-26 2:44 UTC (2+ messages)
` [PATCH] net: stmmac: dwmac-imx: add clock input support in RMII mode
[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
2024-01-26 2:23 UTC (12+ messages)
` [PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis
[PATCH net] net: phy: mediatek-ge-soc: sync driver with MediaTek SDK
2024-01-26 2:20 UTC (2+ messages)
[PATCH 1/1] arch/arm/mm: fix major fault accounting when retrying under per-VMA lock
2024-01-26 2:19 UTC (3+ messages)
[PATCH net] net: stmmac: xgmac: fix safety error descriptions
2024-01-26 2:08 UTC (5+ messages)
[PATCH net] net: ethernet: mtk_eth_soc: set DMA coherent mask to get PPE working
2024-01-26 1:40 UTC (2+ messages)
[PATCH 2/2] net: stmmac: dwmac-imx: set TSO/TBS TX queues default settings
2024-01-26 1:22 UTC (4+ messages)
[PATCH v7 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
2024-01-26 0:38 UTC (3+ messages)
[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
2024-01-25 23:10 UTC (4+ messages)
` [PATCH 04/11] ARM: Remove Thumb2 __builtin_thread_pointer workaround for Clang
` [PATCH 05/11] arm64: Kconfig: Clean up tautological LLVM version checks
[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
2024-01-25 22:50 UTC (7+ messages)
` [PATCH 07/21] spi: s3c64xx: use bitfield access macros
[PATCH net-next v3 0/7] MT7530 DSA Subdriver Improvements Act I
2024-01-25 22:48 UTC (3+ messages)
` [PATCH net-next v3 6/7] net: dsa: mt7530: do not set priv->p5_interface on mt7530_setup_port5()
[PATCH v4 0/8] arm64: dts: qcom: sa8295p: Enable GPU
2024-01-25 22:29 UTC (11+ messages)
` [PATCH v4 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX
` [PATCH v4 2/8] clk: qcom: gdsc: Enable supply reglator in GPU GX handler
` [PATCH v4 3/8] clk: qcom: gpucc-sc8280xp: Add external supply for GX gdsc
` [PATCH v4 4/8] soc: qcom: rpmhpd: Drop SA8540P gfx.lvl
` [PATCH v4 5/8] arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc
` [PATCH v4 6/8] arm64: dts: qcom: sa8295p-adp: add max20411
` [PATCH v4 7/8] arm64: dts: qcom: sa8295p-adp: Enable GPU
` [PATCH v4 8/8] arm64: defconfig: Enable MAX20411 regulator driver
[PATCH] arm64: dts: rockchip: Add cache information to the SoC dtsi for RK3399
2024-01-25 22:27 UTC (3+ messages)
[PATCH V4 0/7] Clean up perf mem
2024-01-25 21:44 UTC (4+ messages)
[PATCH v2] clk: Add a devm variant of clk_rate_exclusive_get()
2024-01-25 21:44 UTC (2+ messages)
[PATCH v2 00/15] mm/memory: optimize fork() with PTE-mapped THP
2024-01-25 21:29 UTC (19+ messages)
` [PATCH v2 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
` [PATCH v2 02/15] arm/pgtable: define PFN_PTE_SHIFT
` [PATCH v2 03/15] nios2/pgtable: "
` [PATCH v2 04/15] powerpc/pgtable: "
` [PATCH v2 05/15] riscv/pgtable: "
` [PATCH v2 06/15] s390/pgtable: "
` [PATCH v2 07/15] sparc/pgtable: "
` [PATCH v2 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v2 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v2 10/15] powerpc/mm: "
` [PATCH v2 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v2 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v2 13/15] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v2 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v2 15/15] mm/memory: ignore writable bit "
[PATCH] pwm: imx27: workaround of the pwm output bug
2024-01-25 21:28 UTC (5+ messages)
` [PATCH v3] "
[PATCH net 05/10] net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga
2024-01-25 21:26 UTC (3+ messages)
` [PATCH net 08/10] net: fill in MODULE_DESCRIPTION()s for PCS drivers
[PATCH v5 0/2] Add device tree for IBM system1 BMC
2024-01-25 21:21 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: aspeed: add IBM system1-bmc
` [PATCH v5 2/2] ARM: dts: aspeed: System1: IBM system1 BMC board
[PATCH v4 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board
2024-01-25 21:23 UTC (2+ messages)
[PATCH v2] arm64: dts: rockchip: Increase maximum frequency of SPI flash for ROCK Pi 4A/B/C
2024-01-25 21:12 UTC (2+ messages)
[PATCH v2] arm64: dts: rockchip: enable NanoPC-T6 MiniPCIe power
2024-01-25 21:12 UTC (2+ messages)
[PATCH v2 00/10] arm64: dts: rockchip: Pack Edgeble NCM6A, 6B DT
2024-01-25 21:12 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: add sdmmc card detect to the nanopc-t6
2024-01-25 21:12 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: nanopc-t6 sdmmc regulator
2024-01-25 21:12 UTC (2+ messages)
[PATCH v4 00/29] Add HDMI support for RK3128
2024-01-25 21:12 UTC (2+ messages)
` (subset) "
[PATCH v2 0/3] Add Support for NanoPi R6S and R6C boards
2024-01-25 21:12 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: add rfkill node for M.2 Key E WiFi on rock-5b
2024-01-25 21:12 UTC (2+ messages)
[PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
2024-01-25 21:12 UTC (2+ messages)
[PATCH v3 0/8] arm64: dts: qcom: sa8295p: Enable GPU
2024-01-25 21:00 UTC (6+ messages)
` [PATCH v3 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX
[net-next PATCH v10 0/5] net: phy: generic polarity + LED support for qca808x
2024-01-25 20:37 UTC (6+ messages)
` [net-next PATCH v10 1/5] dt-bindings: net: phy: Make LED active-low property common
` [net-next PATCH v10 2/5] dt-bindings: net: phy: Document LED inactive high impedance mode
` [net-next PATCH v10 3/5] net: phy: add support for PHY LEDs polarity modes
` [net-next PATCH v10 4/5] dt-bindings: net: Document QCA808x PHYs
` [net-next PATCH v10 5/5] net: phy: at803x: add LED support for qca808x
[PATCH 1/2] arm64: dts: rockchip: rock-pi-e: adjust phy-handle name
2024-01-25 20:12 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rock-pi-e: fix location of snps properties
[PATCH v4 0/8] Add NSS clock controller support for Qualcomm IPQ5332
2024-01-25 20:11 UTC (7+ messages)
` [PATCH v4 2/8] clk: qcom: ipq5332: enable few nssnoc clocks in driver probe
` [PATCH v4 3/8] dt-bindings: clock: ipq5332: add definition for GPLL0_OUT_AUX clock
` [PATCH v4 4/8] clk: qcom: ipq5332: add gpll0_out_aux clock
[PATCH 0/3] Add support for RK3588 HDMI/DP Combo PHY
2024-01-25 20:00 UTC (3+ messages)
` (subset) "
[PATCH 1/3] iommu/io-pgtable-arm: Add nents_per_pgtable in struct io_pgtable_cfg
2024-01-25 19:55 UTC (13+ messages)
[PATCH] pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal
2024-01-25 19:17 UTC
[PATCH v2 00/15] arm64: renesas: Add R-Car V4M and Gray Hawk Single support
2024-01-25 19:16 UTC (15+ messages)
` [PATCH v2 08/15] clk: renesas: cpg-mssr: Add support for R-Car V4M
` [PATCH v2 09/15] pmdomain: renesas: r8a779h0-sysc: Add r8a779h0 support
` [PATCH v2 10/15] soc: renesas: Introduce ARCH_RCAR_GEN4
` [PATCH v2 11/15] soc: renesas: Identify R-Car V4M
` [PATCH v2 12/15] soc: renesas: rcar-rst: Add support for "
` [PATCH v2 13/15] arm64: dts: renesas: Add Renesas R8A779H0 SoC support
` [PATCH v2 14/15] arm64: dts: renesas: Add Gray Hawk Single board support
[PATCH v2 0/4] Introduction of a remoteproc tee to load signed firmware
2024-01-25 18:55 UTC (3+ messages)
` [PATCH v2 1/4] remoteproc: Add TEE support
[PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
2024-01-25 18:39 UTC
[PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks
2024-01-25 18:17 UTC (4+ messages)
[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
2024-01-25 18:06 UTC (2+ messages)
[PATCH v2] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
2024-01-25 18:05 UTC (4+ messages)
[PATCH] arm/arm64: samsung: Enable W=1 on dtbs by default
2024-01-25 17:51 UTC (5+ messages)
[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2024-01-25 16:42 UTC (3+ messages)
` [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
[PATCH rdma-next 1/2] arm64/io: add memcpy_toio_64
2024-01-25 17:43 UTC (11+ messages)
[PATCH 00/25] KVM/arm64: VM configuration enforcement
2024-01-25 17:35 UTC (4+ messages)
` [PATCH 24/25] KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest
[PATCH] dt-bindings: pinctr: pinctrl-zynq: Fix compatible string
2024-01-25 17:19 UTC (4+ 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).