qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Kambalin, Sergey" <sergey.kambalin@auriga.com>
To: Peter Maydell <peter.maydell@linaro.org>,
	Sergey Kambalin <serg.oker@gmail.com>
Cc: "qemu-arm@nongnu.org" <qemu-arm@nongnu.org>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [PATCH v5 00/41] Raspberry Pi 4B machine
Date: Thu, 22 Feb 2024 18:15:39 +0000	[thread overview]
Message-ID: <caf1110f9e9445cab3aa00ebab24d263@auriga.com> (raw)
In-Reply-To: <CAFEAcA-Wir3M7dVV5247uMPxCtrYs8j4Z3S7nucCx3Ha8pA1dg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1520 bytes --]

Hi Peter!

Sorry, it wasn't intentional.


How can I keep the tags from v4?


Thanks,
Sergey Kambalin
Software Developer,
Auriga Inc.


________________________________
От: Peter Maydell <peter.maydell@linaro.org>
Отправлено: 22 февраля 2024 г. 11:17:07
Кому: Sergey Kambalin
Копия: qemu-arm@nongnu.org; qemu-devel@nongnu.org; Kambalin, Sergey
Тема: Re: [PATCH v5 00/41] Raspberry Pi 4B machine

On Mon, 19 Feb 2024 at 01:19, Sergey Kambalin <serg.oker@gmail.com> wrote:
>
> Introducing Raspberry Pi 4B model.
> It contains new BCM2838 SoC, PCIE subsystem,
> RNG200, Thermal sensor and Genet network controller.
>
> It can work with recent linux kernels 6.x.x.
> Two avocado tests was added to check that.
>
> Unit tests has been made as read/write operations
> via mailbox properties.
>
> Genet integration test is under development.
>
> Every single commit
> 1) builds without errors
> 2) passes regression tests
> 3) passes style check*
> *the only exception is bcm2838-mbox-property-test.c file
> containing heavy macros usage which cause a lot of
> false-positives of checkpatch.pl.
>
> I did my best to keep the commits less than 200 changes,
> but had to make some of them a bit more in order to
> keep their integrity.
>
> This is v5 patchset with the most of v1..v4 comments fixed.

I reviewed quite a lot of v4, but I don't see any of
my Reviewed-by tags in this version. Did you really change
every patch so much you had to drop the tags?

thanks
-- PMM

[-- Attachment #2: Type: text/html, Size: 4369 bytes --]

  reply	other threads:[~2024-02-22 18:22 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19  1:16 [PATCH v5 00/41] Raspberry Pi 4B machine Sergey Kambalin
2024-02-19  1:16 ` [PATCH v5 01/41] Split out common part of BCM283X classes Sergey Kambalin
2024-02-23 16:37   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 02/41] Split out common part of peripherals Sergey Kambalin
2024-02-23 16:37   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 03/41] Split out raspi machine common part Sergey Kambalin
2024-02-23 16:38   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 04/41] Introduce BCM2838 SoC Sergey Kambalin
2024-02-23 16:39   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 05/41] Add GIC-400 to " Sergey Kambalin
2024-02-23 16:41   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 06/41] Add BCM2838 GPIO stub Sergey Kambalin
2024-02-23 16:42   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 07/41] Implement BCM2838 GPIO functionality Sergey Kambalin
2024-02-23 16:43   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 08/41] Connect SD controller to BCM2838 GPIO Sergey Kambalin
2024-02-23 16:43   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 09/41] Add GPIO and SD to BCM2838 periph Sergey Kambalin
2024-02-23 16:44   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 10/41] Introduce Raspberry PI 4 machine Sergey Kambalin
2024-02-23 16:45   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 11/41] Temporarily disable unimplemented rpi4b devices Sergey Kambalin
2024-02-23 16:46   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 12/41] Add memory region for BCM2837 RPiVid ASB Sergey Kambalin
2024-02-23 16:47   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 13/41] Add BCM2838 PCIE Root Complex Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 14/41] Add BCM2838 PCIE host Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 15/41] Enable BCM2838 PCIE Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 16/41] Add RPi4 RNG200 Sergey Kambalin
2024-02-23 17:06   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 17/41] Implement BCM2838 thermal sensor Sergey Kambalin
2024-02-23 16:53   ` Peter Maydell
2024-02-19  1:17 ` [PATCH v5 18/41] Add clock_isp stub Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 19/41] Add GENET stub Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 20/41] Add GENET register structs. Part 1 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 21/41] Add GENET register structs. Part 2 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 22/41] Add GENET register structs. Part 3 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 23/41] Add GENET register structs. Part 4 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 24/41] Add GENET register access macros Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 25/41] Implement GENET register ops Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 26/41] Implement GENET MDIO Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 27/41] Implement GENET TX path Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 28/41] Implement GENET RX path Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 29/41] Enable BCM2838 GENET controller Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 30/41] Add Rpi4b boot tests Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 31/41] Add mailbox test stub Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 32/41] Add mailbox test constants Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 33/41] Add mailbox tests tags. Part 1 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 34/41] Add mailbox tests tags. Part 2 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 35/41] Add mailbox tests tags. Part 3 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 36/41] Add mailbox property tests. Part 1 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 37/41] Add mailbox property tests. Part 2 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 38/41] Add mailbox property tests. Part 3 Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 39/41] Add missed BCM2835 properties Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 40/41] Append added properties to mailbox test Sergey Kambalin
2024-02-19  1:17 ` [PATCH v5 41/41] Add RPi4B to paspi.rst Sergey Kambalin
2024-02-23 16:56   ` Peter Maydell
2024-02-22 17:17 ` [PATCH v5 00/41] Raspberry Pi 4B machine Peter Maydell
2024-02-22 18:15   ` Kambalin, Sergey [this message]
2024-02-23  9:54     ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=caf1110f9e9445cab3aa00ebab24d263@auriga.com \
    --to=sergey.kambalin@auriga.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=serg.oker@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).