[PATCH v2 0/3] Documentation: Update the real-time documentation

Sebastian Andrzej Siewior posted 3 patches 2 months, 1 week ago
.../real-time/architecture-porting.rst        |   3 +-
Documentation/core-api/real-time/hardware.rst | 132 ++++++++++++++++++
Documentation/core-api/real-time/index.rst    |   1 +
MAINTAINERS                                   |   1 +
4 files changed, 136 insertions(+), 1 deletion(-)
create mode 100644 Documentation/core-api/real-time/hardware.rst
[PATCH v2 0/3] Documentation: Update the real-time documentation
Posted by Sebastian Andrzej Siewior 2 months, 1 week ago
This series adds an overview over hardware. It does not explain every
tiny bit but explains for instance why power management or USB might be
a bad thing.

I also collected Lukas' patches which rename a referenced Kconfig symbol
and a maintainers entry for the docs.

v1…v2: https://lore.kernel.org/all/20251120113708.83671-1-bigeasy@linutronix.de/
- picked up tags
- s/busses/buses/ as per Randy Dunlap

Lukas Bulwahn (2):
  Documentation: update config name in real-time architecture support
  MAINTAINERS: Add doc files on real-time support to Real-time Linux

Sebastian Andrzej Siewior (1):
  Documentation: Add some hardware hints for real-time

 .../real-time/architecture-porting.rst        |   3 +-
 Documentation/core-api/real-time/hardware.rst | 132 ++++++++++++++++++
 Documentation/core-api/real-time/index.rst    |   1 +
 MAINTAINERS                                   |   1 +
 4 files changed, 136 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/core-api/real-time/hardware.rst

-- 
2.51.0
Re: [PATCH v2 0/3] Documentation: Update the real-time documentation
Posted by Jonathan Corbet 1 month, 2 weeks ago
Sebastian Andrzej Siewior <bigeasy@linutronix.de> writes:

> This series adds an overview over hardware. It does not explain every
> tiny bit but explains for instance why power management or USB might be
> a bad thing.
>
> I also collected Lukas' patches which rename a referenced Kconfig symbol
> and a maintainers entry for the docs.
>
> v1…v2: https://lore.kernel.org/all/20251120113708.83671-1-bigeasy@linutronix.de/
> - picked up tags
> - s/busses/buses/ as per Randy Dunlap
>
> Lukas Bulwahn (2):
>   Documentation: update config name in real-time architecture support
>   MAINTAINERS: Add doc files on real-time support to Real-time Linux
>
> Sebastian Andrzej Siewior (1):
>   Documentation: Add some hardware hints for real-time
>
>  .../real-time/architecture-porting.rst        |   3 +-
>  Documentation/core-api/real-time/hardware.rst | 132 ++++++++++++++++++
>  Documentation/core-api/real-time/index.rst    |   1 +
>  MAINTAINERS                                   |   1 +
>  4 files changed, 136 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/core-api/real-time/hardware.rst

Set applied, thanks.

jon