* Re: [d-kernel] Ядро 6.6/sisyphus с поддержкой СнК Байкал-М @ 2025-01-10 15:46 ` Vitaly Chikunov 0 siblings, 1 reply; 2+ messages in thread From: Vitaly Chikunov @ 2025-01-10 15:46 UTC (permalink / raw) To: Daniil Gnusarev; +Cc: devel-kernel, Evgeny Sinelnikov Hi, On Fri, Jan 10, 2025 at 10:22:52AM +0400, Daniil Gnusarev wrote: > Добрый день. > > Патчи для серии baikal-m из ядра un-def/p11 переложены для 6.6/sisyphus. > Протестированы на плате TF307 версии MB-S-D с прошивкой 5.6. > > The following changes since commit 4d6921a4e8bea94fd2fc8da5354f003618e4be21: > > 1:6.6.69-alt1 (2025-01-02 15:21:15 +0300) > > are available in the Git repository at: > > git@gitlab.basealt.space:altworkstation/kernel-image.git > tags/baikal-m-6.6-sisyphus-6.6.69-alt1 Спасибо, но у меня нет доступа к этому репозиторию. $ git pull git@gitlab.basealt.space:altworkstation/kernel-image.git tags/baikal-m-6.6-sisyphus-6.6.69-alt1 remote: remote: ======================================================================== remote: remote: The project you were looking for could not be found or you don't have permission to view it. remote: remote: ======================================================================== remote: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. > > for you to fetch changes up to 70cd0600dcfec99ec96579f00c0a444c6f3370b0: > > config-aarch64: enable more configs for baikal-m support (2025-01-09 > 10:40:08 +0400) > > ---------------------------------------------------------------- > Alexey Sheplyakov (17): > cpufreq-dt: don't load on Baikal-M SoC > net: fwnode_get_phy_id: consider all compatible strings > 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 > 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 > drm/panfrost: forcibly set dma-coherent on Baikal-M > drm/panfrost: disable devfreq on Baikal-M > pm: disable all sleep states on Baikal-M based boards > sound: dwc-i2s: paper over RX overrun warnings on Baikal-M > sound: dwc-i2s: request all IRQs specified in device tree > usb: dwc3: of-simple: added compatible string for Baikal-M SoC > serial: 8250_dw: verify clock rate in dw8250_set_termios > dw-pcie: refuse to load on Baikal-M with recent firmware > > Daniil Gnusarev (20): > Baikal Electronics SoC family > Clk: Add clock drivers for Baikal BE-M1000 with new firmware > USB: Add support for Baikal USB PHY > PCI: Add support for PCIe controller for Baikal BE-M1000 > AHCI SATA: Add support for Baikal BE-M1000 > UART: Add support for UART Baikal BE-M1000 > Sound: add support for Baikal BE-M1000 I2S > sound: baikal-i2s: paper over RX overrun warnings on Baikal-M > net: stmmac: support of Baikal-BE1000 SoCs GMAC > PVT: support register addressing with new firmware > drm: add Baikal-M SoC video display unit driver > bmc: add board management controller driver > clk: use "cmu-id" if there is no "reg" in devicetree > pci: baikal-pcie: driver compatibility with SDK earlier than 5.7 > pci: baikal-pcie: driver compatibility with SDK versions 5.4 > drm: baikal-vdu: driver compatibility with SDK earlier than 5.9 > input: tp_serio: catch up API changes > drm: baikal-m: add vblank events, fix mode switching > drm: baikal-vdu: disable backlight driver loading > 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 | 846 ++++++++ > drivers/clk/baikal/clk-bs1000.c | 504 +++++ > 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 | 123 ++ > drivers/gpu/drm/baikal/baikal_vdu_backlight.c | 261 +++ > 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 | 578 +++++ > 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 | 542 +++++ > .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 1 + > .../net/ethernet/stmicro/stmmac/dwmac1000_dma.c | 56 +- > .../net/ethernet/stmicro/stmmac/dwmac1000_dma.h | 32 + > drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c | 8 + > 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 | 2287 > ++++++++++++++++++++ > 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 | 305 +++ > 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 | 809 +++++++ > 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 + > 79 files changed, 10745 insertions(+), 122 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/net/ethernet/stmicro/stmmac/dwmac1000_dma.h > 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <3d408f75-3a4f-47c6-ae5e-29c70562a27c@basealt.ru>]
* Re: [d-kernel] Ядро 6.6/sisyphus с поддержкой СнК Байкал-М @ 2025-01-16 20:09 ` Vitaly Chikunov 0 siblings, 0 replies; 2+ messages in thread From: Vitaly Chikunov @ 2025-01-16 20:09 UTC (permalink / raw) To: Daniil Gnusarev; +Cc: devel-kernel, Evgeny Sinelnikov On Mon, Jan 13, 2025 at 02:15:20PM +0400, Daniil Gnusarev wrote: > Добрый день. > > Патчи для серии baikal-m из ядра un-def/p11 переложены для 6.6/sisyphus. > Протестированы на плате TF307 версии MB-S-D с прошивкой 5.6. > > The following changes since commit d172e1c894136f15e4bb4c280aaed8aa8491bc27: > > 1:6.6.71-alt1 (2025-01-10 18:01:48 +0300) > > are available in the Git repository at: > > https://gitlab.basealt.space/altworkstation/kernel-image.git > tags/baikal-m-6.6-sisyphus-6.6.71-alt1 Так как тесты показали, что все ОК (кроме 1 CONFIG_PROVE_RAW_LOCK_NESTING варнинга на таргет архитектуре). Applied, thanks. > > for you to fetch changes up to 697d4ffaafe5d236e448a43847cb77d5c977af14: > > config-aarch64: enable more configs for baikal-m support (2025-01-13 > 12:11:12 +0400) > > ---------------------------------------------------------------- > Alexey Sheplyakov (17): > cpufreq-dt: don't load on Baikal-M SoC > net: fwnode_get_phy_id: consider all compatible strings > 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 > 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 > drm/panfrost: forcibly set dma-coherent on Baikal-M > drm/panfrost: disable devfreq on Baikal-M > pm: disable all sleep states on Baikal-M based boards > sound: dwc-i2s: paper over RX overrun warnings on Baikal-M > sound: dwc-i2s: request all IRQs specified in device tree > usb: dwc3: of-simple: added compatible string for Baikal-M SoC > serial: 8250_dw: verify clock rate in dw8250_set_termios > dw-pcie: refuse to load on Baikal-M with recent firmware > > Daniil Gnusarev (20): > Baikal Electronics SoC family > Clk: Add clock drivers for Baikal BE-M1000 with new firmware > USB: Add support for Baikal USB PHY > PCI: Add support for PCIe controller for Baikal BE-M1000 > AHCI SATA: Add support for Baikal BE-M1000 > UART: Add support for UART Baikal BE-M1000 > Sound: add support for Baikal BE-M1000 I2S > sound: baikal-i2s: paper over RX overrun warnings on Baikal-M > net: stmmac: support of Baikal-BE1000 SoCs GMAC > PVT: support register addressing with new firmware > drm: add Baikal-M SoC video display unit driver > bmc: add board management controller driver > clk: use "cmu-id" if there is no "reg" in devicetree > pci: baikal-pcie: driver compatibility with SDK earlier than 5.7 > pci: baikal-pcie: driver compatibility with SDK versions 5.4 > drm: baikal-vdu: driver compatibility with SDK earlier than 5.9 > input: tp_serio: catch up API changes > drm: baikal-m: add vblank events, fix mode switching > drm: baikal-vdu: disable backlight driver loading > 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 | 846 ++++++++ > drivers/clk/baikal/clk-bs1000.c | 504 +++++ > 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 | 123 ++ > drivers/gpu/drm/baikal/baikal_vdu_backlight.c | 261 +++ > 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 | 578 +++++ > 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 | 542 +++++ > .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 1 + > .../net/ethernet/stmicro/stmmac/dwmac1000_dma.c | 56 +- > .../net/ethernet/stmicro/stmmac/dwmac1000_dma.h | 32 + > drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c | 8 + > 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 | 2287 > ++++++++++++++++++++ > 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 | 305 +++ > 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 | 809 +++++++ > 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 + > 79 files changed, 10745 insertions(+), 122 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/net/ethernet/stmicro/stmmac/dwmac1000_dma.h > 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 > > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-16 20:09 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2025-01-10 15:46 ` [d-kernel] Ядро 6.6/sisyphus с поддержкой СнК Байкал-М Vitaly Chikunov 2025-01-16 20:09 ` Vitaly Chikunov
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