qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>,
	qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: Guenter Roeck <linux@roeck-us.net>, Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH v2 1/6] hw/adc: Remove MAX111X device
Date: Thu, 3 Oct 2024 17:36:19 +0200	[thread overview]
Message-ID: <9fed2cdf-a96a-4d5a-a529-62388124d1fa@linaro.org> (raw)
In-Reply-To: <20241003140010.1653808-2-peter.maydell@linaro.org>

On 3/10/24 16:00, Peter Maydell wrote:
> The MAX111X ADC device was used only by the XScale-based
> Zaurus machine types. Now they have all been removed, we can
> drop this device model too.
> 
> Because this device is an SSI device, in theory it could be created
> by users on the command line for boards with a different SSI
> controller, but we don't believe users are doing this -- it would be
> impossible on the command line to connect up the GPIO inputs which
> correspond to ADC inputs, or the GPIO output which is an interrupt
> line.  The only example a web search produces for "device max1111" or
> "device max1110" is our own bug report
>    https://gitlab.com/qemu-project/qemu/-/issues/2228
> where it's used as an example of a bogus command that causes an
> assertion in an aspeed machine type that wasn't expecting anything
> other than flash devices on its SMC bus.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>   include/hw/adc/max111x.h |  56 ----------
>   hw/adc/max111x.c         | 236 ---------------------------------------
>   hw/adc/Kconfig           |   3 -
>   hw/adc/meson.build       |   1 -
>   4 files changed, 296 deletions(-)
>   delete mode 100644 include/hw/adc/max111x.h
>   delete mode 100644 hw/adc/max111x.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



  reply	other threads:[~2024-10-03 15:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-03 14:00 [PATCH v2 0/6] arm: drop last bits from deprecated boards Peter Maydell
2024-10-03 14:00 ` [PATCH v2 1/6] hw/adc: Remove MAX111X device Peter Maydell
2024-10-03 15:36   ` Philippe Mathieu-Daudé [this message]
2024-10-03 14:00 ` [PATCH v2 2/6] hw/gpio: Remove MAX7310 device Peter Maydell
2024-10-03 15:36   ` Philippe Mathieu-Daudé
2024-10-03 14:00 ` [PATCH v2 3/6] hw/ide: Remove DSCM-1XXXX microdrive device model Peter Maydell
2024-10-03 15:36   ` Philippe Mathieu-Daudé
2024-10-03 14:00 ` [PATCH v2 4/6] hw: Remove PCMCIA subsystem Peter Maydell
2024-10-03 14:00 ` [PATCH v2 5/6] hw/block: Remove ecc Peter Maydell
2024-10-03 15:37   ` Philippe Mathieu-Daudé
2024-10-03 14:00 ` [PATCH v2 6/6] vl.c: Remove pxa2xx-specific -portrait and -rotate options Peter Maydell
2024-10-04 13:54 ` [PATCH v2 0/6] arm: drop last bits from deprecated boards Richard Henderson

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=9fed2cdf-a96a-4d5a-a529-62388124d1fa@linaro.org \
    --to=philmd@linaro.org \
    --cc=linux@roeck-us.net \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /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).