2020-01-07 10:40:58

by Jose Abreu

[permalink] [raw]
Subject: [PATCH net-next 0/3] Documentation: stmmac documentation improvements

[ Not sure if this should go for net-next or Documentation tree. ]

Converts stmmac documentation to RST format.

1) Adds missing entry of stmmac documentation to MAINTAINERS.

2) Converts stmmac documentation to RST format and adds some new info.

3) Adds the new RST file to the list of files.

---
Cc: Giuseppe Cavallaro <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Cc: Jose Abreu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Maxime Coquelin <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---

Jose Abreu (3):
MAINTAINERS: Add stmmac Ethernet driver documentation entry
Documentation: networking: Convert stmmac documentation to RST format
Documentation: networking: Add stmmac to device drivers list

Documentation/networking/device_drivers/index.rst | 1 +
.../networking/device_drivers/stmicro/stmmac.rst | 697 +++++++++++++++++++++
.../networking/device_drivers/stmicro/stmmac.txt | 401 ------------
MAINTAINERS | 1 +
4 files changed, 699 insertions(+), 401 deletions(-)
create mode 100644 Documentation/networking/device_drivers/stmicro/stmmac.rst
delete mode 100644 Documentation/networking/device_drivers/stmicro/stmmac.txt

--
2.7.4


2020-01-07 20:10:53

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH net-next 0/3] Documentation: stmmac documentation improvements

On Tue, 7 Jan 2020 11:37:17 +0100
Jose Abreu <[email protected]> wrote:

> [ Not sure if this should go for net-next or Documentation tree. ]

Patches for networking docs generally go through the networking trees; I'm
assuming that will happen here as well. The changes look generally good
to me, FWIW.

Thanks,

jon

2020-01-07 21:40:51

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net-next 0/3] Documentation: stmmac documentation improvements

From: Jose Abreu <[email protected]>
Date: Tue, 7 Jan 2020 11:37:17 +0100

> [ Not sure if this should go for net-next or Documentation tree. ]
>
> Converts stmmac documentation to RST format.
>
> 1) Adds missing entry of stmmac documentation to MAINTAINERS.
>
> 2) Converts stmmac documentation to RST format and adds some new info.
>
> 3) Adds the new RST file to the list of files.

Series applied to net-next, thanks Jose.