aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster2-3/+3
2022-03-08hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao1-0/+18
2022-03-08hw/i2c: pmbus: refactor uint handlingTitus Rwantare1-9/+9
2022-03-08hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare1-0/+5
2022-03-08hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare1-4/+43
2022-03-08hw/i2c: pmbus: add registersTitus Rwantare1-0/+24
2022-03-02hw/i2c: flatten pca954x mux devicePatrick Venture1-64/+13
2022-02-21Kconfig: Add I2C_DEVICES device groupPeter Maydell1-0/+5
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater1-18/+83
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-07-29i2c/smbus_eeprom: Add feature bit to SPD dataBALATON Zoltan1-1/+1
2021-07-08hw/i2c: add support for PMBusTitus Rwantare3-0/+1617
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé3-13/+23
2021-07-08hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()Philippe Mathieu-Daudé1-2/+12
2021-07-08hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan1-2/+2
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2-2/+2
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé1-29/+21
2021-07-08hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé1-5/+8
2021-07-08hw/i2c/ppc4xx_i2c: Add reference to datasheetPhilippe Mathieu-Daudé1-0/+2
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-14Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...Peter Maydell5-13/+342
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-05-01aspeed/i2c: Rename DMA address spaceCédric Le Goater1-1/+2
2021-05-01aspeed/i2c: Fix DMA address maskCédric Le Goater1-1/+1
2021-04-15hw/i2c: add pca954x i2c-mux switchPatrick Venture4-0/+300
2021-04-15hw/i2c: move search to i2c_scan_bus methodPatrick Venture1-12/+26
2021-04-15hw/i2c: add match method for device searchPatrick Venture1-4/+19
2021-03-05hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init()Philippe Mathieu-Daudé1-1/+0
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu2-13/+330
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu3-0/+795
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-20microbit_i2c: Fix coredump when dump-vmstatePeng Liang1-0/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost5-15/+5
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost6-11/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost6-11/+22
2020-08-21meson: convert hw/i2cMarc-André Lureau2-14/+16
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-3/+3
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé1-3/+3
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé1-6/+5
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé1-2/+1
2020-07-16hw/i2c/Kconfig: Add an entry for the SMBusPhilippe Mathieu-Daudé2-3/+8
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé1-2/+16
2020-06-23hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé1-12/+5
2020-06-23hw/i2c/versatile_i2c: Add SCL/SDA definitionsPhilippe Mathieu-Daudé1-2/+5
2020-06-23hw/i2c/versatile_i2c: Add definitions for register addressesPhilippe Mathieu-Daudé1-4/+10
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-4/+5
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2-2/+2
2020-05-11hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé1-1/+1