aboutsummaryrefslogtreecommitdiff
path: root/hw/adc
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2023-12-29hw/adc: Constify VMStateRichard Henderson5-5/+5
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-5/+5
2022-07-18hw/adc: Make adci[*] R/W in NPCM7XX ADCHao Wu1-1/+1
2022-07-18hw/adc: Fix CONV bit in NPCM7XX ADC CON registerHao Wu1-1/+1
2022-05-19hw/adc/zynq-xadc: Use qemu_irq typedefPhilippe Mathieu-Daudé1-2/+2
2022-05-02aspeed/adc: Add AST1030 supportSteven Lee1-0/+16
2021-10-12hw/adc: Add basic Aspeed ADC modelAndrew Jeffery3-0/+431
2021-06-17adc: Move the max111x driver to the adc directoryCorey Minyard3-1/+241
2021-06-17adc: Move the zynq-xadc file to the adc directoriesCorey Minyard2-0/+306
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell1-1/+1
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu4-0/+308
2020-08-21meson: convert hw/adcMarc-André Lureau2-1/+1
2020-06-05hw/adc/stm32f2xx_adc: Correct memory region size and access sizePhilippe Mathieu-Daudé1-1/+3
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2016-10-04STM32F2xx: Add the ADC deviceAlistair Francis2-0/+307