Age | Commit message (Expand) | Author | Files | Lines |
2023-11-07 | hw/i2c: pmbus: add VCAP register | Titus Rwantare | 1 | -0/+1 |
2023-11-07 | hw/i2c: pmbus: add fan support | Titus Rwantare | 1 | -0/+1 |
2023-11-07 | hw/i2c: pmbus: add vout mode bitfields | Titus Rwantare | 1 | -0/+8 |
2023-11-07 | hw/i2c: pmbus add support for block receive | Titus Rwantare | 1 | -0/+7 |
2023-09-06 | Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta... | Stefan Hajnoczi | 1 | -2/+3 |
2023-09-01 | hw/i2c/aspeed: Add support for buffer organization | Hang Yu | 1 | -0/+1 |
2023-09-01 | hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode | Hang Yu | 1 | -2/+2 |
2023-08-31 | hw/i2c: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-04-20 | qtest: Add functions for accessing devices on Aspeed I2C controller | Stefan Berger | 1 | -0/+7 |
2023-03-06 | hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCs | qianfan Zhao | 1 | -0/+6 |
2023-03-02 | hw/i2c: only schedule pending master when bus is idle | Klaus Jensen | 1 | -0/+2 |
2023-01-23 | hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C | Philippe Mathieu-Daudé | 1 | -2/+1 |
2023-01-23 | hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState | Philippe Mathieu-Daudé | 1 | -2/+1 |
2023-01-23 | hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header | Philippe Mathieu-Daudé | 1 | -0/+2 |
2023-01-12 | hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE() | Philippe Mathieu-Daudé | 1 | -4/+3 |
2023-01-12 | {hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation | Strahinja Jankovic | 1 | -0/+55 |
2022-10-24 | hw/i2c/aspeed: Fix old reg slave receive | Peter Delevoryas | 1 | -0/+1 |
2022-07-14 | hw/i2c/pmbus: Add idle state to return 0xff's | Peter Delevoryas | 1 | -0/+7 |
2022-06-30 | hw/i2c/aspeed: Add new-registers DMA slave mode RX support | Peter Delevoryas | 1 | -0/+3 |
2022-06-30 | hw/i2c/aspeed: add slave device in old register mode | Klaus Jensen | 1 | -0/+8 |
2022-06-30 | hw/i2c: add asynchronous send | Klaus Jensen | 1 | -0/+16 |
2022-06-30 | hw/i2c: support multiple masters | Klaus Jensen | 1 | -0/+14 |
2022-06-22 | hw/i2c/aspeed: add DEV_ADDR in old register mode | Klaus Jensen | 1 | -0/+8 |
2022-06-22 | aspeed/i2c: Add ast1030 controller models | Cédric Le Goater | 1 | -0/+1 |
2022-06-22 | aspeed: i2c: Move regs and helpers to header file | Joe Komlodi | 1 | -0/+267 |
2022-06-22 | aspeed: i2c: Add new mode support | Joe Komlodi | 1 | -1/+3 |
2022-06-22 | aspeed: i2c: Use reg array instead of individual vars | Joe Komlodi | 1 | -9/+2 |
2022-05-11 | Clean up ill-advised or unusual header guards | Markus Armbruster | 1 | -2/+2 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+4 |
2022-03-08 | hw/i2c: Added linear mode translation for pmbus devices | Shengtan Mao | 1 | -1/+19 |
2022-03-08 | hw/i2c: pmbus: fix error returns and guard against out of range accesses | Titus Rwantare | 1 | -0/+2 |
2022-03-08 | hw/i2c: pmbus: add registers | Titus Rwantare | 1 | -0/+3 |
2021-10-12 | aspeed/i2c: QOMify AspeedI2CBus | Cédric Le Goater | 1 | -2/+6 |
2021-07-08 | hw/i2c: add support for PMBus | Titus Rwantare | 1 | -0/+517 |
2021-07-08 | hw/i2c: Introduce i2c_start_recv() and i2c_start_send() | Philippe Mathieu-Daudé | 1 | -0/+24 |
2021-07-08 | hw/i2c: Make i2c_start_transfer() direction argument a boolean | BALATON Zoltan | 1 | -1/+11 |
2021-07-08 | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() | Philippe Mathieu-Daudé | 1 | -1/+7 |
2021-07-08 | hw/i2c: Remove confusing i2c_send_recv() | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-07-08 | hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h" | Philippe Mathieu-Daudé | 1 | -3/+0 |
2021-04-15 | hw/i2c: add pca954x i2c-mux switch | Patrick Venture | 1 | -0/+19 |
2021-04-15 | hw/i2c: move search to i2c_scan_bus method | Patrick Venture | 1 | -0/+2 |
2021-04-15 | hw/i2c: add match method for device search | Patrick Venture | 1 | -0/+11 |
2021-04-15 | hw/i2c: name I2CNode list in I2CBus | Patrick Venture | 1 | -1/+3 |
2021-02-16 | hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode | Hao Wu | 1 | -0/+25 |
2021-02-16 | hw/i2c: Implement NPCM7XX SMBus Module Single Mode | Hao Wu | 1 | -0/+88 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 4 | -11/+4 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 1 | -4/+1 |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 2 | -2/+2 |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 2 | -8/+4 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 7 | -25/+16 |