Logo of The Linux Kernel

The Linux Kernel

6.18.0-rc3

快速搜尋

Contents

  • Development process
  • 提交補釘
  • 行為守則
  • 維護者手冊
  • All development-process docs
  • 核心 API
  • Driver APIs
  • 子系統
    • Core subsystems
    • Human interfaces
    • Networking interfaces
      • Networking
      • NetLabel
      • InfiniBand
      • ISDN
      • MHI
    • Storage interfaces
    • Other subsystems
  • Locking
  • Licensing rules
  • 撰寫文件
  • 開發工具
  • 測試指南
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • 建置系統
  • 回報議題
  • 使用者空間工具
  • 使用者空間 API
  • 韌體
  • 韌體與裝置樹
  • CPU 架構
  • 未排序的文件

本頁

  • 顯示原始碼

zl3073x devlink support¶

This document describes the devlink features implemented by the zl3073x device driver.

Parameters¶

Generic parameters implemented¶

Name

Mode

Notes

clock_id

driverinit

Set the clock ID that is used by the driver for registering DPLL devices and pins.

Info versions¶

The zl3073x driver reports the following versions

devlink info versions implemented¶

Name

Type

Example

描述

asic.id

fixed

1E94

Chip identification number

asic.rev

fixed

300

Chip revision number

fw

running

7006

Firmware version number

custom_cfg

running

1.3.0.1

Device configuration version customized by OEM

Flash Update¶

The zl3073x driver implements support for flash update using the devlink-flash interface. It supports updating the device flash using a combined flash image ("bundle") that contains multiple components (firmware parts and configurations).

During the flash procedure, the standard firmware interface is not available, so the driver unregisters all DPLLs and associated pins, and re-registers them once the flash procedure is complete.

The driver does not support any overwrite mask flags.

©The kernel development community. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source