Searched hist:b14037f37f913a21eddadb1e4b53a2f7adf720ad (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | i2c-echo.c | diff b14037f37f913a21eddadb1e4b53a2f7adf720ad Thu Mar 02 06:57:50 CST 2023 Klaus Jensen <k.jensen@samsung.com> hw/misc: add a toy i2c echo device
Add an example I2C device to demonstrate how a slave may master the bus and send data asynchronously to another slave.
The device will echo whatever it is sent to the device identified by the first byte received.
Signed-off-by: Klaus Jensen <k.jensen@samsung.com> [ clg: integrated fixes : https://lore.kernel.org/qemu-devel/Y3yMKAhOkYGtnkOp@cormorant.local/ ] Message-Id: <20220601210831.67259-7-its@irrelevant.dk> Signed-off-by: Cédric Le Goater <clg@kaod.org>
|
H A D | meson.build | diff b14037f37f913a21eddadb1e4b53a2f7adf720ad Thu Mar 02 06:57:50 CST 2023 Klaus Jensen <k.jensen@samsung.com> hw/misc: add a toy i2c echo device
Add an example I2C device to demonstrate how a slave may master the bus and send data asynchronously to another slave.
The device will echo whatever it is sent to the device identified by the first byte received.
Signed-off-by: Klaus Jensen <k.jensen@samsung.com> [ clg: integrated fixes : https://lore.kernel.org/qemu-devel/Y3yMKAhOkYGtnkOp@cormorant.local/ ] Message-Id: <20220601210831.67259-7-its@irrelevant.dk> Signed-off-by: Cédric Le Goater <clg@kaod.org>
|