You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/adc
Peter Maydell ff788b7022 hw/adc: Remove MAX111X device
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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241003140010.1653808-2-peter.maydell@linaro.org
2 months ago
..
Kconfig hw/adc: Remove MAX111X device 2 months ago
aspeed_adc.c hw: Use device_class_set_legacy_reset() instead of opencoding 3 months ago
meson.build hw/adc: Remove MAX111X device 2 months ago
npcm7xx_adc.c hw, target: Add ResetType argument to hold and exit phase methods 7 months ago
stm32f2xx_adc.c hw: Use device_class_set_legacy_reset() instead of opencoding 3 months ago
trace-events hw/adc: Add basic Aspeed ADC model 3 years ago
trace.h hw/adc: Add an ADC module for NPCM7XX 4 years ago
zynq-xadc.c hw: Use device_class_set_legacy_reset() instead of opencoding 3 months ago