summaryrefslogtreecommitdiffstats
path: root/hw/i2c
Commit message (Expand)AuthorAgeFilesLines
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-3/+3
* hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao2022-03-081-0/+18
* hw/i2c: pmbus: refactor uint handlingTitus Rwantare2022-03-081-9/+9
* hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare2022-03-081-0/+5
* hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare2022-03-081-4/+43
* hw/i2c: pmbus: add registersTitus Rwantare2022-03-081-0/+24
* hw/i2c: flatten pca954x mux devicePatrick Venture2022-03-021-64/+13Star
* Kconfig: Add I2C_DEVICES device groupPeter Maydell2022-02-211-0/+5
* aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-18/+83
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* i2c/smbus_eeprom: Add feature bit to SPD dataBALATON Zoltan2021-07-291-1/+1
* hw/i2c: add support for PMBusTitus Rwantare2021-07-083-0/+1617
* hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé2021-07-083-13/+23
* hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()Philippe Mathieu-Daudé2021-07-081-2/+12
* hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan2021-07-081-2/+2
* hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-082-2/+2
* hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé2021-07-081-29/+21Star
* hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé2021-07-081-5/+8
* hw/i2c/ppc4xx_i2c: Add reference to datasheetPhilippe Mathieu-Daudé2021-07-081-0/+2
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...Peter Maydell2021-05-145-13/+342
|\
| * hw/i2c: add pca954x i2c-mux switchPatrick Venture2021-04-154-0/+300
| * hw/i2c: move search to i2c_scan_bus methodPatrick Venture2021-04-151-12/+26
| * hw/i2c: add match method for device searchPatrick Venture2021-04-151-4/+19
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-051-1/+0Star
|\ \
| * | hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
| |/
* | aspeed/i2c: Rename DMA address spaceCédric Le Goater2021-05-011-1/+2
* | aspeed/i2c: Fix DMA address maskCédric Le Goater2021-05-011-1/+1
|/
* hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init()Philippe Mathieu-Daudé2021-03-051-1/+0Star
* 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