On Tue, Sep 12, 2023 at 05:48:45PM +0800, Jinjian Song wrote: > From: Jinjian Song <jinjian.song@xxxxxxxxxxx> > > Document the t7xx devlink commands usage for firmware flashing & > coredump collection. > > Base on the v5 patch version of follow series: > 'net: wwan: t7xx: fw flashing & coredump support' > (https://patchwork.kernel.org/project/netdevbpf/patch/f902d4a0cb807a205687f7e693079fba72ca7341.1674307425.git.m.chetan.kumar@xxxxxxxxxxxxxxx/) > > Signed-off-by: Jinjian Song <jinjian.song@xxxxxxxxxxx> > --- > v4: > * no change > v3: > * supplementary separator '~' > v2: > * no change > --- > Documentation/networking/devlink/index.rst | 1 + > Documentation/networking/devlink/t7xx.rst | 232 +++++++++++++++++++++ > 2 files changed, 233 insertions(+) > create mode 100644 Documentation/networking/devlink/t7xx.rst > > diff --git a/Documentation/networking/devlink/index.rst b/Documentation/networking/devlink/index.rst > index b49749e2b9a6..f101781105ca 100644 > --- a/Documentation/networking/devlink/index.rst > +++ b/Documentation/networking/devlink/index.rst > @@ -67,3 +67,4 @@ parameters, info versions, and other features it supports. > iosm > octeontx2 > sfc > + mtk_t7xx Hi Jinjian Song, I think that this should be t7xx rather than mtk_t7xx, to match the filename of the new file created by the following hunk > diff --git a/Documentation/networking/devlink/t7xx.rst b/Documentation/networking/devlink/t7xx.rst ...