From: Vitaly Chikunov <vt@altlinux.org> To: ALT Linux kernel packages development <devel-kernel@lists.altlinux.org> Subject: Re: [d-kernel] Ядро 6.12/sisyphus с поддержкой СнК Байкал-М Date: Fri, 31 Jan 2025 01:42:28 +0300 Message-ID: <20250130224228.46ykw4bqystjckxp@altlinux.org> (raw) In-Reply-To: <20250130012213.xxhlxyfqtfbv2zlr@altlinux.org> Daniil, On Thu, Jan 30, 2025 at 04:22:13AM +0300, Vitaly Chikunov wrote: > On Wed, Jan 29, 2025 at 08:26:13PM +0400, Daniil Gnusarev wrote: > > Добрый день. > > > > Патчи для Baikal-m из 6.6/sisyphus переложены в 6.12/sisyphus > > > > Проверена работа на машинах Auqarius, Rhadeola, Эдельвейс. > > > > Для платы TF307 проверена на firmware версий: > > > > SDK-ARM64-5.4 > > SDK-ARM64-5.5 > > SDK-ARM64-5.6 > > SDK-ARM64-5.7 > > SDK-ARM64-5.8 > > SDK-ARM64-5.9 > > SDK-ARM64-5.10 > > SDK-ARM64-5.11 > > SDK-ARM64-5.12 > > SDK-ARM64-6.1 > > SDK-ARM64-6.2 > > SDK-ARM64-6.3 > > SDK-ARM64-6.4 > > SDK-ARM64-2403-5.4 > > SDK-ARM64-2403-6.1 > > SDK-ARM64-2403-6.6 > > SDK-ARM64-2406-5.4 > > SDK-ARM64-2406-6.1 > > SDK-ARM64-2406-6.6 > > SDK-ARM64-2409-6.6 > > SDK-ARM64-2412-6.6 > > Не знаю тестировали ли вы этот патчсет с KASAN/LOCKDEP/etc, поэтому вот > сборка если захотите: > > https://git.altlinux.org/tasks/372111/logs/events.1.1.log > > На основных архитектурах быстрые LTP тесты не выявили проблем. Так же протестировал ан реальном x86-64 железе, kasan ядро с и без патчсета (так как kasan давал варнинг в ipmi_msghandler, чтоб убедиться что она не связана с патчсетом). > > > > The following changes since commit 43fa7a4e0447d51d695cd3e4521e2f1003c5693a: > > > > 6.12.11-alt1 (2025-01-23 21:02:53 +0300) > > > > are available in the Git repository at: > > > > https://gitlab.basealt.space/altworkstation/kernel-image.git > > tags/baikal-m-6.12-sisyphus-6.12.11-alt1 Applied, thanks. > > > > for you to fetch changes up to 964bfa1267c4b4f81a349d19b048f908cc238031: > > > > config-aarch64: enable more configs for baikal-m support (2025-01-28 > > 18:14:47 +0400) > > > > ---------------------------------------------------------------- > > Alexey Sheplyakov (17): > > usb: dwc3: of-simple: added compatible string for Baikal-M SoC > > serial: 8250_dw: verify clock rate in dw8250_set_termios > > cpufreq-dt: don't load on Baikal-M SoC > > net: fwnode_get_phy_id: consider all compatible strings > > drm/panfrost: forcibly set dma-coherent on Baikal-M > > drm/panfrost: disable devfreq on Baikal-M > > dw-pcie: refuse to load on Baikal-M with recent firmware > > sound: dwc-i2s: paper over RX overrun warnings on Baikal-M > > sound: dwc-i2s: request all IRQs specified in device tree > > drm/bridge: dw-hdmi: support ahb audio hw revision 0x2a > > dt-bindings: dw-hdmi: added ahb-audio-regshift > > drm/bridge: dw-hdmi: force ahb audio register offset for Baikal-M > > hwmon: bt1-pvt: access registers via pvt_{readl,writel} helpers > > hwmon: bt1-pvt: define pvt_readl/pvt_writel for Baikal-M SoC > > hwmon: bt1-pvt: adjusted probing for Baikal-M SoC > > hwmon: bt1-pvt: added compatible baikal,pvt > > pm: disable all sleep states on Baikal-M based boards > > > > Daniil Gnusarev (21): > > Baikal Electronics SoC family > > clk: Add clock drivers for Baikal BE-M1000 with new firmware > > clk: baikal-m: old firmware: use "cmu-id" if there is no "reg" in > > devicetree > > usb: add support for Baikal USB PHY > > uart: add support for UART Baikal BE-M1000 > > net: stmmac: support of Baikal-BE1000 SoCs GMAC > > pci: 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: use raw_spinlock for regmap of gbr registers > > AHCI SATA: add support for Baikal BE-M1000 > > sound: add support for Baikal BE-M1000 I2S > > sound: baikal-i2s: paper over RX overrun warnings on Baikal-M > > drm: add Baikal-M SoC video display unit driver > > drm: baikal-vdu: driver compatibility with SDK earlier than 5.9 > > drm: baikal-m: add vblank events, fix mode switching > > drm: baikal-vdu: disable backlight driver loading > > pvt: support register addressing with new firmware > > bmc: add board management controller driver > > input: tp_serio: catch up API changes > > config-aarch64: enable more configs for baikal-m support > > > > Vadim V. Vlasov (2): > > input: new driver - serdev-serio > > input: added TF307 serio PS/2 emulator driver > > > > .../bindings/display/bridge/synopsys,dw-hdmi.yaml | 7 + > > arch/arm64/Kconfig.platforms | 10 + > > config-aarch64 | 14 + > > drivers/acpi/pci_mcfg.c | 38 + > > drivers/ata/ahci_dwc.c | 5 + > > drivers/clk/Makefile | 1 + > > drivers/clk/baikal/Makefile | 3 + > > drivers/clk/baikal/clk-bm1000.c | 844 +++++++ > > drivers/clk/baikal/clk-bs1000.c | 499 +++++ > > drivers/cpufreq/cpufreq-dt-platdev.c | 3 + > > drivers/gpu/drm/Kconfig | 2 + > > drivers/gpu/drm/Makefile | 1 + > > drivers/gpu/drm/baikal/Kconfig | 12 + > > drivers/gpu/drm/baikal/Makefile | 11 + > > drivers/gpu/drm/baikal/baikal-hdmi.c | 122 ++ > > drivers/gpu/drm/baikal/baikal_vdu_backlight.c | 260 +++ > > drivers/gpu/drm/baikal/baikal_vdu_crtc.c | 476 ++++ > > drivers/gpu/drm/baikal/baikal_vdu_debugfs.c | 95 + > > drivers/gpu/drm/baikal/baikal_vdu_drm.h | 133 ++ > > drivers/gpu/drm/baikal/baikal_vdu_drv.c | 576 +++++ > > drivers/gpu/drm/baikal/baikal_vdu_panel.c | 193 ++ > > drivers/gpu/drm/baikal/baikal_vdu_plane.c | 143 ++ > > drivers/gpu/drm/baikal/baikal_vdu_regs.h | 137 ++ > > drivers/gpu/drm/bridge/Kconfig | 7 + > > .../gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 106 +- > > drivers/gpu/drm/bridge/synopsys/dw-hdmi-audio.h | 1 + > > drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 19 + > > drivers/gpu/drm/drm_panel.c | 37 + > > drivers/gpu/drm/panfrost/panfrost_devfreq.c | 5 + > > drivers/gpu/drm/panfrost/panfrost_drv.c | 5 + > > drivers/hwmon/Kconfig | 5 +- > > drivers/hwmon/bt1-pvt.c | 152 +- > > drivers/hwmon/bt1-pvt.h | 8 + > > drivers/input/serio/Kconfig | 21 + > > drivers/input/serio/Makefile | 2 + > > drivers/input/serio/serdev-serio.c | 121 + > > drivers/input/serio/tp_serio.c | 746 +++++++ > > drivers/misc/Kconfig | 16 + > > drivers/misc/Makefile | 1 + > > drivers/misc/tp_bmc.c | 768 +++++++ > > drivers/net/ethernet/stmicro/stmmac/Kconfig | 8 + > > drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + > > drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c | 547 +++++ > > .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 1 + > > drivers/net/phy/phy_device.c | 41 +- > > 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 | 2311 > > ++++++++++++++++++++ > > drivers/pci/controller/dwc/pcie-baikal-tune.c | 570 +++++ > > drivers/pci/controller/dwc/pcie-baikal.h | 16 + > > drivers/pci/controller/dwc/pcie-designware-plat.c | 5 + > > drivers/pci/controller/dwc/pcie-designware.c | 3 +- > > drivers/pci/controller/dwc/pcie-designware.h | 1 + > > drivers/phy/Kconfig | 1 + > > drivers/phy/Makefile | 1 + > > drivers/phy/baikal/Kconfig | 10 + > > drivers/phy/baikal/Makefile | 3 + > > drivers/phy/baikal/baikal-usb-phy.c | 303 +++ > > drivers/tty/serial/8250/8250_dw.c | 11 +- > > drivers/usb/dwc3/dwc3-of-simple.c | 3 + > > include/drm/bridge/dw_hdmi.h | 2 + > > include/drm/drm_panel.h | 3 + > > include/linux/pci-ecam.h | 2 + > > kernel/exit.c | 1 + > > kernel/power/suspend.c | 13 + > > net/ethernet/eth.c | 1 + > > sound/soc/Kconfig | 1 + > > sound/soc/Makefile | 1 + > > sound/soc/baikal/Kconfig | 21 + > > sound/soc/baikal/Makefile | 6 + > > sound/soc/baikal/baikal-i2s.c | 808 +++++++ > > sound/soc/baikal/baikal-pio-pcm.c | 264 +++ > > sound/soc/baikal/local.h | 138 ++ > > sound/soc/dwc/dwc-i2s.c | 23 +- > > sound/soc/dwc/local.h | 1 + > > 76 files changed, 10687 insertions(+), 99 deletions(-) > > create mode 100644 drivers/clk/baikal/Makefile > > create mode 100644 drivers/clk/baikal/clk-bm1000.c > > create mode 100644 drivers/clk/baikal/clk-bs1000.c > > create mode 100644 drivers/gpu/drm/baikal/Kconfig > > create mode 100644 drivers/gpu/drm/baikal/Makefile > > create mode 100644 drivers/gpu/drm/baikal/baikal-hdmi.c > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_backlight.c > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_crtc.c > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_debugfs.c > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_drm.h > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_drv.c > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_panel.c > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_plane.c > > create mode 100644 drivers/gpu/drm/baikal/baikal_vdu_regs.h > > create mode 100644 drivers/input/serio/serdev-serio.c > > create mode 100644 drivers/input/serio/tp_serio.c > > create mode 100644 drivers/misc/tp_bmc.c > > create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-baikal.c > > 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 > > create mode 100644 drivers/phy/baikal/Kconfig > > create mode 100644 drivers/phy/baikal/Makefile > > create mode 100644 drivers/phy/baikal/baikal-usb-phy.c > > create mode 100644 sound/soc/baikal/Kconfig > > create mode 100644 sound/soc/baikal/Makefile > > create mode 100644 sound/soc/baikal/baikal-i2s.c > > create mode 100644 sound/soc/baikal/baikal-pio-pcm.c > > create mode 100644 sound/soc/baikal/local.h > _______________________________________________ > devel-kernel mailing list > devel-kernel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel-kernel
next prev parent reply other threads:[~2025-01-30 22:42 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-01-30 1:22 ` Vitaly Chikunov 2025-01-30 22:42 ` Vitaly Chikunov [this message] 2025-01-30 22:49 ` Vitaly Chikunov
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=20250130224228.46ykw4bqystjckxp@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