ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: Vitaly Chikunov <vt@altlinux.org>
To: ALT Linux kernel packages development <devel-kernel@lists.altlinux.org>
Subject: Re: [d-kernel] [PATCH 0/5] Kernel 6.18 with support for the Baikal-M SoC
Date: Sun, 26 Apr 2026 09:06:22 +0300
Message-ID: <ae2rUnYvB5zVHpj_@altlinux.org> (raw)
In-Reply-To: <20260424143329.427971-1-gnusarevda@basealt.ru>

On Fri, Apr 24, 2026 at 06:33:21PM +0400, Daniil Gnusarev wrote:
> Патчи для СнК BE-M1000 для работы PCIe шины.
> Основной драйвер взят из SDK-ARM64-2509-6.12, доработан для версии 6.18.
> 
> Проверена работа на платах:
> ET101-MB-v1.1, Элпитех, ПО платы 2409-elp
> Родиола MBDR BM12 R000.F01, Delta Computers, ПО платы 5.5
> Aquarius, ПО платы 5.3.0
> TF307-MB-S-D, ПО платы 5.6 и 2509-6.12
> 
> Полноценная работа наблюдается только у плат с обновленным ПО
> (TF307 начиная с версии 5.9 и ET101-MB-v1.1 с 2409-elp),
> или при указании параметров настройки шины для конкретной платы
> в параметрах загрузки ядра (названия перечислены в pcie-baikal-tune.c).
> 
> В остальных случаях возможны снижение скорости соединения,
> отказ во время установки соединения, неустойчивое соединение вплоть
> до нарушения данных.
> 
> Daniil Gnusarev (5):
>   pci: baikal-pcie: add support for PCIe controller for Baikal BE-M1000
>   pci: baikal-pcie: driver compatibility with SDK earlier than 5.7
>   pci: baikal-pcie: driver compatibility with SDK versions 5.4
>   pci: baikal-pcie: use raw_spinlock for regmap of gbr registers
>   pci: baikal-pcie: forced enable dma-coherent for pcie on Baikal-M

Applied, thanks

   4261b38add32..7fa7d7e34b56  6.18/sisyphus -> 6.18/sisyphus

> 
>  drivers/acpi/pci_mcfg.c                       |   38 +
>  drivers/pci/controller/dwc/Kconfig            |   32 +
>  drivers/pci/controller/dwc/Makefile           |    5 +
>  drivers/pci/controller/dwc/pcie-baikal-acpi.c |   23 +
>  drivers/pci/controller/dwc/pcie-baikal-core.c | 2372 +++++++++++++++++
>  drivers/pci/controller/dwc/pcie-baikal-tune.c |  570 ++++
>  drivers/pci/controller/dwc/pcie-baikal.h      |   16 +
>  drivers/pci/controller/dwc/pcie-designware.c  |    3 +-
>  drivers/pci/controller/dwc/pcie-designware.h  |    2 +
>  include/linux/pci-ecam.h                      |    2 +
>  10 files changed, 3062 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/pci/controller/dwc/pcie-baikal-acpi.c
>  create mode 100644 drivers/pci/controller/dwc/pcie-baikal-core.c
>  create mode 100644 drivers/pci/controller/dwc/pcie-baikal-tune.c
>  create mode 100644 drivers/pci/controller/dwc/pcie-baikal.h
> 
> -- 
> 2.42.2
> 
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel


      parent reply	other threads:[~2026-04-26  6:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-24 14:33 Daniil Gnusarev
2026-04-24 14:33 ` [d-kernel] [PATCH 1/5] pci: baikal-pcie: add support for PCIe controller for Baikal BE-M1000 Daniil Gnusarev
2026-04-24 14:33 ` [d-kernel] [PATCH 2/5] pci: baikal-pcie: driver compatibility with SDK earlier than 5.7 Daniil Gnusarev
2026-04-24 14:33 ` [d-kernel] [PATCH 3/5] pci: baikal-pcie: driver compatibility with SDK versions 5.4 Daniil Gnusarev
2026-04-24 14:33 ` [d-kernel] [PATCH 4/5] pci: baikal-pcie: use raw_spinlock for regmap of gbr registers Daniil Gnusarev
2026-04-24 14:33 ` [d-kernel] [PATCH 5/5] pci: baikal-pcie: forced enable dma-coherent for pcie on Baikal-M Daniil Gnusarev
2026-04-26  6:06 ` Vitaly Chikunov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ae2rUnYvB5zVHpj_@altlinux.org \
    --to=vt@altlinux.org \
    --cc=devel-kernel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git