qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Bernhard Beschow <shentey@gmail.com>
Cc: qemu-devel@nongnu.org, "Fabiano Rosas" <farosas@suse.de>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Andrey Smirnov" <andrew.smirnov@gmail.com>,
	qemu-arm@nongnu.org,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Jean-Christophe Dubois" <jcd@tribudubois.net>,
	"Laurent Vivier" <lvivier@redhat.com>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	qemu-block@nongnu.org
Subject: Re: [PATCH v2 00/13] i.MX and SDHCI improvements
Date: Mon, 27 Jan 2025 13:54:28 +0000	[thread overview]
Message-ID: <CAFEAcA9pKrU4401VxHyFerK+VQT-dCHPYKFFdjOZPRZ3x0Ti_g@mail.gmail.com> (raw)
In-Reply-To: <20250111183711.2338-1-shentey@gmail.com>

On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow <shentey@gmail.com> wrote:
>
> This series fixes some details in i.MX platform devices, improves SDHCI
> compatibility with U-Boot and modernizes some code.
>
> The first 5 patches are bugfixes 1/ resolving infinite loop in U-Boot esdhc
> driver, 2/ fixing a character echoing issue in imx-serial, 3/ fixing IRQ sharing
> issue in Designware PCIe emulation, and 4/ fixing GPIO level preservation across
> resets in imx-gpio.
>
> Patches 6 and 7 modernize SD card emulation by turning presence and
> write-protect GPIOs into qdev GPIOs and then further allowing the GPIOs to be
> inverted, just like device tree allows.
>
> The rest of the series is cosmetics including turning DPRINTF() into trace
> events which eases debugging.
>
> v2:
> * Drop redundant implementation of TYPE_OR_IRQ (David, Zoltan)
> * Use absolute QOM paths when tracing in imx_gpio and imx_i2c (Phil)
> * Trace hexadecimal values in imx_serial (Phil)
> * Do NOT move inversion of presence and write-protect GPIOs since that changes
> the internal logic of the device
>
> Bernhard Beschow (13):
>   hw/char/imx_serial: Fix reset value of UFCR register
>   hw/char/imx_serial: Update all state before restarting ageing timer
>   hw/pci-host/designware: Expose MSI IRQ

I've taken these three into target-arm.next; I see Philippe has
taken most of the rest; and the hw/sd patches I've left some
review comments on.

thanks
-- PMM


      parent reply	other threads:[~2025-01-27 13:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 18:36 [PATCH v2 00/13] i.MX and SDHCI improvements Bernhard Beschow
2025-01-11 18:36 ` [PATCH v2 01/13] hw/sd/sdhci: Set SDHC_NIS_DMA bit when appropriate Bernhard Beschow
2025-01-15 12:55   ` Michael Tokarev
2025-01-16 23:39     ` Bernhard Beschow
2025-01-17  7:11       ` Michael Tokarev
2025-01-11 18:37 ` [PATCH v2 02/13] hw/char/imx_serial: Fix reset value of UFCR register Bernhard Beschow
2025-01-27 13:18   ` Peter Maydell
2025-01-11 18:37 ` [PATCH v2 03/13] hw/char/imx_serial: Update all state before restarting ageing timer Bernhard Beschow
2025-01-27 13:19   ` Peter Maydell
2025-01-11 18:37 ` [PATCH v2 04/13] hw/pci-host/designware: Expose MSI IRQ Bernhard Beschow
2025-01-27 13:30   ` Peter Maydell
2025-01-11 18:37 ` [PATCH v2 05/13] hw/gpio/imx_gpio: Don't clear input GPIO values upon reset Bernhard Beschow
2025-01-27 13:47   ` Peter Maydell
2025-01-11 18:37 ` [PATCH v2 06/13] hw/sd/sd: Remove legacy sd_set_cb() in favor of GPIOs Bernhard Beschow
2025-01-27 13:24   ` Peter Maydell
2025-01-27 23:11     ` Bernhard Beschow
2025-01-28 10:34       ` Peter Maydell
2025-01-28 22:45         ` Bernhard Beschow
2025-01-11 18:37 ` [PATCH v2 07/13] hw/sd/sd: Allow for inverting polarities of presence and write-protect GPIOs Bernhard Beschow
2025-01-15 17:32   ` Philippe Mathieu-Daudé
2025-01-17  9:29     ` Bernhard Beschow
2025-01-11 18:37 ` [PATCH v2 08/13] hw/char/imx_serial: Turn some DPRINTF() statements into trace events Bernhard Beschow
2025-01-11 18:37 ` [PATCH v2 09/13] hw/timer/imx_gpt: Remove unused define Bernhard Beschow
2025-01-11 18:37 ` [PATCH v2 10/13] tests/qtest/libqos: Reuse TYPE_IMX_I2C define Bernhard Beschow
2025-01-11 18:37 ` [PATCH v2 11/13] hw/i2c/imx_i2c: Convert DPRINTF() to trace events Bernhard Beschow
2025-01-14 13:34   ` Corey Minyard
2025-01-11 18:37 ` [PATCH v2 12/13] hw/misc/imx6_src: " Bernhard Beschow
2025-01-11 18:37 ` [PATCH v2 13/13] hw/gpio/imx_gpio: Turn DPRINTF() into " Bernhard Beschow
2025-01-14 12:46 ` [PATCH v2 00/13] i.MX and SDHCI improvements Bernhard Beschow
2025-01-27 13:54 ` Peter Maydell [this message]

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=CAFEAcA9pKrU4401VxHyFerK+VQT-dCHPYKFFdjOZPRZ3x0Ti_g@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=andrew.smirnov@gmail.com \
    --cc=bmeng.cn@gmail.com \
    --cc=farosas@suse.de \
    --cc=jcd@tribudubois.net \
    --cc=linux@roeck-us.net \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=shentey@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).