Re: [PATCH v4 0/2] Add remote I2C device to support external I2C device

2021-08-13 Thread Shengtan Mao
so I will be passing this project to my team. Thank you again for your feedback. best, Shengtan On Fri, Aug 6, 2021 at 9:55 PM Corey Minyard wrote: > On Fri, Aug 06, 2021 at 11:49:16PM +, Shengtan Mao wrote: > > This patch implements the remote I2C device. The remote I2C devi

[PATCH v4 1/2] hw/i2c: add remote I2C device

2021-08-06 Thread Shengtan Mao
This patch adds the remote I2C device, which supports the usage of external I2C devices. Signed-off-by: Shengtan Mao --- hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote-i2c.c | 117

[PATCH v4 2/2] docs/specs: add remote i2c docs

2021-08-06 Thread Shengtan Mao
Change-Id: I4ef1e31c326dbb4f741bf65d9212ff10fc3c98c3 --- docs/specs/index.rst | 1 + docs/specs/remote-i2c.rst | 51 +++ 2 files changed, 52 insertions(+) create mode 100644 docs/specs/remote-i2c.rst diff --git a/docs/specs/index.rst b/docs/specs/index.r

[PATCH v4 0/2] Add remote I2C device to support external I2C device

2021-08-06 Thread Shengtan Mao
ocs/specs Shengtan Mao (2): hw/i2c: add remote I2C device docs/specs: add remote i2c docs docs/specs/index.rst | 1 + docs/specs/remote-i2c.rst | 51 hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/rem

[PATCH v3 1/1] hw/i2c: add remote I2C device

2021-08-03 Thread Shengtan Mao
This patch adds the remote I2C device, which supports the usage of external I2C devices. Signed-off-by: Shengtan Mao --- hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote-i2c.c | 117

[PATCH v3 0/1] Add remote I2C device to support external I2C device

2021-08-03 Thread Shengtan Mao
implements full support for I2C devices: send, recv, and event (match_and_add is not applicable for external devices). v1 -> v2 fixed terminology errors in the description comments. v2 -> v3 corrected patch set emailing errors. Shengtan Mao (1): hw/i2c: add remote I2C device hw/arm/K

Re: [PATCH 1/1] hw/i2c: add remote I2C device

2021-08-02 Thread Shengtan Mao
This patch set was sent in error (duplicates and bad version names). Please ignore it. Sorry for the inconvenience, Shengtan Mao On Mon, Aug 2, 2021 at 7:03 PM Shengtan Mao wrote: > This patch adds the remote I2C device, which supports the usage of > external I2C devices. > Sign

Re: [PATCH v2 0/1] Add remote I2C device to support external I2C device

2021-08-02 Thread Shengtan Mao
This patch set was sent in error (duplicates and bad version names). Please ignore it. Sorry for the inconvenience, Shengtan Mao On Mon, Aug 2, 2021 at 7:03 PM Shengtan Mao wrote: > This patch implements the remote I2C device. > The remote I2C device allows an external I2C dev

[PATCH v2 0/1] Add remote I2C device to support external I2C device

2021-08-02 Thread Shengtan Mao
implements full support for I2C devices: send, recv, and event (match_and_add is not applicable for external devices). Shengtan Mao (1): hw/i2c: add remote I2C device hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote

[PATCH v2 1/1] hw/i2c: add remote I2C device

2021-08-02 Thread Shengtan Mao
This patch adds the remote I2C device, which supports the usage of external I2C devices. Signed-off-by: Shengtan Mao --- hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote-i2c.c | 117

[PATCH 1/1] hw/i2c: add remote I2C device

2021-08-02 Thread Shengtan Mao
This patch adds the remote I2C device, which supports the usage of external I2C devices. Signed-off-by: Shengtan Mao --- hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote-i2c.c | 117

[PATCH v2 0/1] Add remote I2C device to support external I2C device

2021-08-02 Thread Shengtan Mao
implements full support for I2C devices: send, recv, and event (match_and_add is not applicable for external devices). Shengtan Mao (1): hw/i2c: add remote I2C device hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote

[PATCH 1/1] hw/i2c: add remote I2C device

2021-07-22 Thread Shengtan Mao
This patch adds the remote I2C device, which supports the usage of external I2C devices. Signed-off-by: Shengtan Mao --- hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote-i2c.c | 117

[PATCH 0/1] Add remote I2C device to support external I2C device

2021-07-22 Thread Shengtan Mao
implements full support for I2C devices: send, recv, and event (match_and_add is not applicable for external devices). Shengtan Mao (1): hw/i2c: add remote I2C device hw/arm/Kconfig| 1 + hw/i2c/Kconfig| 4 + hw/i2c/meson.build| 1 + hw/i2c/remote

QEMU question: upstreaming I2C device with unpublished datasheet

2021-07-21 Thread Shengtan Mao
Hi everyone, we are hoping to upstream a MAX I2C device to QEMU. The device's datasheet is not public, and we are contacting the Maxim company to get their permission. If Maxim is okay with upstreaming the device with an unpublished datasheet, will this still be an issue with QEMU? best, Shengtan