summaryrefslogtreecommitdiffstats
path: root/hw/i2c
Commit message (Expand)AuthorAgeFilesLines
...
* hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu2021-02-162-13/+330
* hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu2021-02-163-0/+795
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* microbit_i2c: Fix coredump when dump-vmstatePeng Liang2020-10-201-0/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-185-15/+5Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-096-11/+12
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-096-11/+22
* meson: convert hw/i2cMarc-André Lureau2020-08-212-14/+16
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-3/+3
* hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé2020-07-161-3/+3
* hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé2020-07-161-6/+5Star
* hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé2020-07-161-2/+1Star
* hw/i2c/Kconfig: Add an entry for the SMBusPhilippe Mathieu-Daudé2020-07-162-3/+8
* hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé2020-06-261-2/+16
* hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé2020-06-231-12/+5Star
* hw/i2c/versatile_i2c: Add SCL/SDA definitionsPhilippe Mathieu-Daudé2020-06-231-2/+5
* hw/i2c/versatile_i2c: Add definitions for register addressesPhilippe Mathieu-Daudé2020-06-231-4/+10
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-4/+5
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-152-2/+2
* hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé2020-05-111-1/+1
* hw/i2c/pm_smbus: Remove dead assignmentPhilippe Mathieu-Daudé2020-05-041-1/+0Star
* smbus: Fix spd_data_generate() for number of banks > 2Markus Armbruster2020-04-291-1/+1
* smbus: Fix spd_data_generate() error API violationMarkus Armbruster2020-04-291-26/+4Star
* hw/i2c/smbus_ich9: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* aspeed/i2c: Prevent uninitialized warningMiroslav Rezanina2020-02-061-1/+1
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-042-3/+2Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-3/+3
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* omap-i2c: remove PROP_PTRMarc-André Lureau2020-01-071-7/+12
* smbus-eeprom: remove PROP_PTRMarc-André Lureau2020-01-071-9/+9
* aspeed/i2c: Add trace eventsCédric Le Goater2019-12-162-13/+89
* aspeed/i2c: Add support for DMA transfersCédric Le Goater2019-12-161-3/+123
* aspeed/i2c: Check SRAM enablement on AST2500Cédric Le Goater2019-12-161-0/+37
* aspeed/i2c: Add support for pool buffer transfersCédric Le Goater2019-12-161-19/+178
* aspeed/i2c: Add AST2600 supportCédric Le Goater2019-10-151-2/+44
* aspeed/i2c: Introduce an object class per SoCCédric Le Goater2019-10-151-8/+52
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-163-0/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-168-8/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1610-0/+11
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-167-0/+7
* hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2019-07-033-50/+11Star
* i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan2019-06-284-15/+2Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1212-1/+15
* hw/arm: Express dependencies of realview, versatile and vexpress with KconfigThomas Huth2019-05-131-1/+1
* hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statementThomas Huth2019-05-081-13/+8Star
* i2c-ddc: move it to hw/displayPaolo Bonzini2019-05-073-133/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* PPC: E500: Add FSL I2C controller and integrate RTC with itAndrew Randrianasulu2019-03-123-0/+362