index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
i2c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/i2c/pmbus: Add idle state to return 0xff's
Peter Delevoryas
2022-07-14
1
-0
/
+7
*
hw/i2c/aspeed: Add new-registers DMA slave mode RX support
Peter Delevoryas
2022-06-30
1
-0
/
+3
*
hw/i2c/aspeed: add slave device in old register mode
Klaus Jensen
2022-06-30
1
-0
/
+8
*
hw/i2c: add asynchronous send
Klaus Jensen
2022-06-30
1
-0
/
+16
*
hw/i2c: support multiple masters
Klaus Jensen
2022-06-30
1
-0
/
+14
*
hw/i2c/aspeed: add DEV_ADDR in old register mode
Klaus Jensen
2022-06-22
1
-0
/
+8
*
aspeed/i2c: Add ast1030 controller models
Cédric Le Goater
2022-06-22
1
-0
/
+1
*
aspeed: i2c: Move regs and helpers to header file
Joe Komlodi
2022-06-22
1
-0
/
+267
*
aspeed: i2c: Add new mode support
Joe Komlodi
2022-06-22
1
-1
/
+3
*
aspeed: i2c: Use reg array instead of individual vars
Joe Komlodi
2022-06-22
1
-9
/
+2
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2022-05-11
1
-2
/
+2
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
1
-3
/
+4
*
hw/i2c: Added linear mode translation for pmbus devices
Shengtan Mao
2022-03-08
1
-1
/
+19
*
hw/i2c: pmbus: fix error returns and guard against out of range accesses
Titus Rwantare
2022-03-08
1
-0
/
+2
*
hw/i2c: pmbus: add registers
Titus Rwantare
2022-03-08
1
-0
/
+3
*
aspeed/i2c: QOMify AspeedI2CBus
Cédric Le Goater
2021-10-12
1
-2
/
+6
*
hw/i2c: add support for PMBus
Titus Rwantare
2021-07-08
1
-0
/
+517
*
hw/i2c: Introduce i2c_start_recv() and i2c_start_send()
Philippe Mathieu-Daudé
2021-07-08
1
-0
/
+24
*
hw/i2c: Make i2c_start_transfer() direction argument a boolean
BALATON Zoltan
2021-07-08
1
-1
/
+11
*
hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
Philippe Mathieu-Daudé
2021-07-08
1
-1
/
+7
*
hw/i2c: Remove confusing i2c_send_recv()
Philippe Mathieu-Daudé
2021-07-08
1
-1
/
+0
*
hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
Philippe Mathieu-Daudé
2021-07-08
1
-3
/
+0
*
hw/i2c: add pca954x i2c-mux switch
Patrick Venture
2021-04-15
1
-0
/
+19
*
hw/i2c: move search to i2c_scan_bus method
Patrick Venture
2021-04-15
1
-0
/
+2
*
hw/i2c: add match method for device search
Patrick Venture
2021-04-15
1
-0
/
+11
*
hw/i2c: name I2CNode list in I2CBus
Patrick Venture
2021-04-15
1
-1
/
+3
*
hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode
Hao Wu
2021-02-16
1
-0
/
+25
*
hw/i2c: Implement NPCM7XX SMBus Module Single Mode
Hao Wu
2021-02-16
1
-0
/
+88
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
4
-11
/
+4
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-4
/
+1
*
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
2
-2
/
+2
*
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
2
-8
/
+4
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
7
-25
/
+16
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
7
-18
/
+32
*
hw/i2c: Fix typo in description
Philippe Mathieu-Daudé
2020-09-01
1
-1
/
+1
*
hw/i2c: Document the I2C qdev helpers
Philippe Mathieu-Daudé
2020-07-16
1
-0
/
+48
*
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-16
1
-1
/
+1
*
hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()
Philippe Mathieu-Daudé
2020-07-16
1
-1
/
+1
*
hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
Philippe Mathieu-Daudé
2020-07-16
1
-1
/
+1
*
hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()
Philippe Mathieu-Daudé
2020-07-16
1
-1
/
+1
*
hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
Philippe Mathieu-Daudé
2020-06-26
1
-0
/
+2
*
hw/i2c: Add header for ARM SBCon two-wire serial bus interface
Philippe Mathieu-Daudé
2020-06-23
1
-0
/
+35
*
hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition
Philippe Mathieu-Daudé
2020-05-11
1
-1
/
+1
*
smbus: Fix spd_data_generate() error API violation
Markus Armbruster
2020-04-29
1
-1
/
+1
*
aspeed/i2c: Add support for DMA transfers
Cédric Le Goater
2019-12-16
1
-0
/
+5
*
aspeed/i2c: Check SRAM enablement on AST2500
Cédric Le Goater
2019-12-16
1
-0
/
+3
*
aspeed/i2c: Add support for pool buffer transfers
Cédric Le Goater
2019-12-16
1
-0
/
+8
*
aspeed/i2c: Add AST2600 support
Cédric Le Goater
2019-10-15
1
-1
/
+4
*
aspeed/i2c: Introduce an object class per SoC
Cédric Le Goater
2019-10-15
1
-0
/
+15
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
[next]