[PATCH-for-5.2 v2 0/4] docs/system/arm: Document raspi/tosa boards

Philippe Mathieu-Daudé posted 4 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201120173953.2539469-1-f4bug@amsat.org
docs/system/arm/aspeed.rst |  1 +
docs/system/arm/raspi.rst  | 43 ++++++++++++++++++++++++++++++++++++++
docs/system/arm/xscale.rst | 20 +++++++++++-------
docs/system/deprecated.rst |  7 +++++++
docs/system/target-arm.rst |  1 +
MAINTAINERS                |  1 +
6 files changed, 66 insertions(+), 7 deletions(-)
create mode 100644 docs/system/arm/raspi.rst
[PATCH-for-5.2 v2 0/4] docs/system/arm: Document raspi/tosa boards
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
- Deprecate raspi2/raspi3 machine aliases
- Document the Raspberry Pi boards
- Document LED on OpenPOWER Witherspoon
- Document Sharp Zaurus SL-6000 Tosa

Since v1:
- cover docs/system/arm/raspi.rst in MAINTAINERS
- Addressed Peter review comments
- Added R-b tags

Philippe Mathieu-Daudé (4):
  docs/system: Deprecate raspi2/raspi3 machine aliases
  docs/system/arm: Document the various raspi boards
  docs/system/arm: Document OpenPOWER Witherspoon BMC model Front LEDs
  docs/system/arm: Document the Sharp Zaurus SL-6000

 docs/system/arm/aspeed.rst |  1 +
 docs/system/arm/raspi.rst  | 43 ++++++++++++++++++++++++++++++++++++++
 docs/system/arm/xscale.rst | 20 +++++++++++-------
 docs/system/deprecated.rst |  7 +++++++
 docs/system/target-arm.rst |  1 +
 MAINTAINERS                |  1 +
 6 files changed, 66 insertions(+), 7 deletions(-)
 create mode 100644 docs/system/arm/raspi.rst

-- 
2.26.2

Re: [PATCH-for-5.2 v2 0/4] docs/system/arm: Document raspi/tosa boards
Posted by Peter Maydell 3 years, 4 months ago
On Fri, 20 Nov 2020 at 17:39, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> - Deprecate raspi2/raspi3 machine aliases
> - Document the Raspberry Pi boards
> - Document LED on OpenPOWER Witherspoon
> - Document Sharp Zaurus SL-6000 Tosa
>
> Since v1:
> - cover docs/system/arm/raspi.rst in MAINTAINERS
> - Addressed Peter review comments
> - Added R-b tags
>
> Philippe Mathieu-Daudé (4):
>   docs/system: Deprecate raspi2/raspi3 machine aliases
>   docs/system/arm: Document the various raspi boards
>   docs/system/arm: Document OpenPOWER Witherspoon BMC model Front LEDs
>   docs/system/arm: Document the Sharp Zaurus SL-6000



Applied to target-arm.next, thanks.

-- PMM